Trace number 4298093

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 1.12UNSAT 29.5481 29.5566

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f04_c18.xml
MD5SUM297c804b8c4092219cf99e305dde67fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.84628
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.15	c root propagations     : 2328        
0.10/0.15	c restarts enabled, print stats at every restarts
0.10/0.15	c
0.10/0.15	c
0.10/0.15	c
0.10/0.15	c This is cosoco 1.12 --  
0.10/0.15	c
0.10/0.15	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4298093-1532743657.xml 
0.10/0.15	c ========================================[ Problem Statistics ]===========================================
0.10/0.15	c |                                                                                                       
0.10/0.15	c |  Parse time        :         0.14 s 
0.10/0.15	c |
0.10/0.15	c |               Variables: 680
0.10/0.15	c |            Domain Sizes: 6..40
0.10/0.15	c |
0.10/0.15	c |             Constraints: 4103
0.10/0.15	c |                   Arity: 2..2  -- Binary: 4103
0.10/0.15	c | 
0.10/0.15	c |                   Types: 
0.10/0.15	c |                          Extension: 4103  (nb tuples: 2..382) -- (shared: 3830)
0.10/0.15	c |                          
0.10/0.15	c =========================================================================================================
0.10/0.15	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.10/0.17	c 101            499            82310          27082          668            0              342   349   341
0.10/0.17	c 211            669            121460         45021          668            0              5   13   6     
0.10/0.18	c 332            846            165374         65389          668            0              8   12   9     
0.10/0.19	c 465            1127           235330         90989          668            0              4   11   8     
0.10/0.21	c 611            1416           319720         116139         668            0              5   13   10    
0.21/0.22	c 771            1693           390378         143451         668            0              8   12   9     
0.21/0.23	c 947            1963           448510         177154         668            0              4   12   6     
0.21/0.25	c 1140           2295           537441         209635         668            0              9   13   11    
0.21/0.26	c 1352           2682           646351         240941         668            0              9   13   11    
0.21/0.28	c 1585           3056           762335         277847         668            0              9   12   10    
0.21/0.30	c 1841           3609           886039         324717         668            0              6   12   9     
0.31/0.33	c 2122           4164           1042258        367286         668            0              5   13   10    
0.31/0.35	c 2431           4683           1184029        414187         668            0              9   13   11    
0.31/0.37	c 2770           5348           1326858        473284         668            0              5   11   7     
0.31/0.41	c 3142           6109           1534120        531398         668            0              5   13   10    
0.40/0.44	c 3551           6885           1763932        597071         668            0              5   13   9     
0.40/0.48	c 4000           7719           1982459        661987         668            0              9   13   11    
0.50/0.52	c 4493           8846           2239674        755653         668            0              4   11   8     
0.50/0.56	c 5035           9785           2497113        837822         668            0              8   13   11    
0.60/0.61	c 5631           11179          2802712        944282         668            0              5   11   8     
0.60/0.66	c 6286           12347          3106172        1053045        668            0              4   12   8     
0.69/0.71	c 7006           13627          3440195        1161371        668            0              7   13   10    
0.69/0.76	c 7798           14957          3804228        1278885        668            0              8   13   10    
0.79/0.83	c 8669           16955          4231154        1433790        668            0              5   11   8     
0.89/0.91	c 9627           18719          4703575        1589074        668            0              7   13   10    
0.89/0.99	c 10680          20639          5174369        1770701        668            0              4   13   9     
1.00/1.08	c 11838          22839          5743382        1944201        668            0              6   13   10    
1.10/1.17	c 13111          25190          6318445        2159953        668            0              4   13   9     
1.19/1.27	c 14511          27898          6961077        2395538        668            0              7   13   10    
1.29/1.39	c 16051          30764          7728691        2626824        668            0              7   13   11    
1.49/1.52	c 17745          33941          8521664        2890645        668            0              6   13   10    
1.59/1.66	c 19608          37313          9461495        3180963        668            0              6   13   11    
1.79/1.82	c 21657          41678          10429458       3540629        668            0              5   13   10    
2.00/2.01	c 23910          46149          11581260       3927944        668            0              5   13   10    
2.10/2.19	c 26388          51391          12710351       4381852        668            0              5   13   10    
2.39/2.40	c 29113          56551          13980481       4844806        668            0              5   13   10    
2.59/2.63	c 32110          62777          15377593       5373423        668            0              5   13   10    
2.79/2.88	c 35406          69222          16968259       5942730        668            0              5   13   10    
3.10/3.15	c 39031          76214          18637059       6553601        668            0              5   13   10    
3.39/3.44	c 43018          83945          20440323       7233550        668            0              5   13   10    
3.69/3.79	c 47403          92222          22637964       7945636        668            0              5   13   10    
4.10/4.17	c 52226          101304         24964224       8735349        668            0              5   13   10    
4.49/4.56	c 57531          112041         27383491       9711226        668            0              5   13   9     
4.89/5.00	c 63366          123213         30131066       10705346       668            0              5   13   10    
5.39/5.47	c 69784          135503         33015840       11773515       668            0              5   13   10    
6.00/6.01	c 76843          149347         36334632       13018232       668            0              5   13   9     
6.49/6.59	c 84607          163705         39856572       14353225       668            0              5   13   10    
7.19/7.21	c 93147          179525         43626564       15787088       668            0              5   13   9     
7.89/7.93	c 102541         197744         48038374       17359617       668            0              5   13   10    
8.59/8.69	c 112874         216718         52637687       19128890       668            0              3   13   9     
9.49/9.52	c 124240         238350         57757603       20994245       668            0              5   13   10    
10.39/10.43	c 136742         261886         63316649       23103161       668            0              3   13   10    
11.39/11.42	c 150494         290389         69290720       25622824       668            0              3   13   9     
12.49/12.56	c 165621         319670         76207821       28311097       668            0              3   13   9     
13.79/13.84	c 182260         351645         83982416       31179584       668            0              3   13   10    
15.18/15.21	c 200562         386833         92511120       34407266       668            0              3   13   9     
16.58/16.61	c 220694         425509         101901772      38000050       668            0              3   13   9     
18.18/18.20	c 242839         469141         112534276      41849818       668            0              3   13   9     
19.68/19.72	c 267198         515520         122507200      46216125       668            0              3   13   9     
21.58/21.60	c 293992         569301         134914469      50942359       668            0              3   13   9     
23.58/23.61	c 323465         627990         148073500      56248755       668            0              3   13   9     
25.88/25.92	c 355885         694609         163363906      62069491       668            0              3   13   9     
28.28/28.37	c 391547         763563         179438496      68560591       668            0              3   13   9     
29.48/29.55	c restarts              : 63          
29.48/29.55	c conflicts             : 407706       (13802 /sec)
29.48/29.55	c decisions             : 795594       (26934 /sec)
29.48/29.55	c propagations          : 71745037    (2428843 /sec)
29.48/29.55	c root propagations     : 2328        
29.48/29.55	c filter calls          : 186854641      (6325742 /sec)
29.48/29.55	c useless filter calls  : 160200442      (85 %)
29.48/29.55	c Memory used           : 43.18 MB
29.48/29.55	c CPU time              : 29.5387 s
29.48/29.55	
29.48/29.55	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11660 MiB free)
  memory of node 1: 16384 MiB (15857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298093-1532743657/watcher-4298093-1532743657 -o /tmp/evaluation-result-4298093-1532743657/solver-4298093-1532743657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532741135-24676 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4298093-1532743657.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=25140, runsolver pid=25137
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 2.00 2.03 2.47 3/189 25141
/proc/meminfo: memFree=28167124/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=38268 memory=14496 CPUtime=0.1 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 3814 0 0 0 10 0 0 0 20 0 1 0 91928871 39186432 3624 33554432000 4194304 6142532 140727936920128 140727936916760 5425291 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 9567 3624 783 476 0 2889 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38268 KiB
Current children cumulated memory: 14496 KiB

[startup+0.209612 s]*
/proc/loadavg: 2.00 2.02 2.46 3/189 25141
/proc/meminfo: memFree=28160428/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20568 CPUtime=0.21 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 5330 0 0 0 21 0 0 0 20 0 1 0 91928871 45277184 5142 33554432000 4194304 6142532 140727936920128 140727936916760 4995681 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5142 825 476 0 4376 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20568 KiB

[startup+0.3095 s]*
/proc/loadavg: 2.00 2.02 2.46 3/189 25141
/proc/meminfo: memFree=28160140/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20568 CPUtime=0.31 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 5330 0 0 0 31 0 0 0 20 0 1 0 91928871 45277184 5142 33554432000 4194304 6142532 140727936920128 140727936916760 4995461 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5142 825 476 0 4376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20568 KiB

[startup+0.700232 s]
/proc/loadavg: 2.00 2.02 2.46 3/189 25141
/proc/meminfo: memFree=28160308/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20568 CPUtime=0.69 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 5330 0 0 0 69 0 0 0 20 0 1 0 91928871 45277184 5142 33554432000 4194304 6142532 140727936920128 140727936917528 4995461 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5142 825 476 0 4376 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20568 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 2.46 4/202 25170
/proc/meminfo: memFree=28154708/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20568 CPUtime=1.49 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 5330 0 0 0 149 0 0 0 20 0 1 0 91928871 45277184 5142 33554432000 4194304 6142532 140727936920128 140727936917528 4995554 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5142 825 476 0 4376 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20568 KiB

[startup+3.10907 s]
/proc/loadavg: 2.00 2.02 2.46 3/189 25324
/proc/meminfo: memFree=28159548/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=3.1 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 6449 0 0 0 310 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4995353 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+6.30027 s]
/proc/loadavg: 1.92 2.01 2.46 3/189 25324
/proc/meminfo: memFree=28160128/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=6.29 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 7568 0 0 0 629 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4991191 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160632/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=12.69 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 8687 0 0 0 1269 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4991065 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160188/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=25.48 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2548 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4990765 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+29.5566 s]
# the end of solver process 25140 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=29.5391 s, system=0.009 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6003 s]
/proc/loadavg: 1.94 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160188/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=25.58 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2558 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4995347 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 25.58 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+27.2003 s]
/proc/loadavg: 1.95 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160424/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=27.18 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2718 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 5336753 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+28.8003 s]
/proc/loadavg: 1.95 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160548/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=28.78 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2878 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4995461 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 28.78 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+29.2003 s]
/proc/loadavg: 1.95 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160556/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=29.18 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2918 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 5347469 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 29.18 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+29.4002 s]
/proc/loadavg: 1.95 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160556/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=29.38 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2938 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 5336826 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

[startup+29.5003 s]
/proc/loadavg: 1.95 2.01 2.45 3/189 25324
/proc/meminfo: memFree=28160556/32770624 swapFree=67108860/67108860
[pid=25140] ppid=25137 vsize=44216 memory=20696 CPUtime=29.48 cores=1,3,5,7
/proc/25140/stat : 25140 (cosoco) R 25137 25140 24644 0 -1 4202496 10206 0 0 0 2948 0 0 0 20 0 1 0 91928871 45277184 5174 33554432000 4194304 6142532 140727936920128 140727936917528 4995301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 37584896 140727936922758 140727936922888 140727936922888 140727936925646 0
/proc/25140/statm: 11054 5174 829 476 0 4376 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 44216 KiB
Current children cumulated memory: 20696 KiB

Child status: 0
Real time (s): 29.5566
CPU time (s): 29.5481
CPU user time (s): 29.5391
CPU system time (s): 0.009
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 44216
Max. memory (cumulated for all children) (KiB): 20696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5391
system time used= 0.009
maximum resident set size= 20764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 25140
#   total CPU time (s): 29.5481
#   total CPU user time (s): 29.5391
#   total CPU system time (s): 0.009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157932 second user time and 0.198428 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 04:07:37
IDJOB=4298093
IDBENCH=141069
IDSOLVER=2761
FILE ID=node136/4298093-1532743657
RUNJOBID= node136-1532741135-24676
PBS_JOBID= 21022451
Free space on /tmp= 55796 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f04_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298093-1532743657/watcher-4298093-1532743657 -o /tmp/evaluation-result-4298093-1532743657/solver-4298093-1532743657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532741135-24676 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4298093-1532743657.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 297c804b8c4092219cf99e305dde67fa
RANDOM SEED=1675020825

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28178256 kB
MemAvailable:   31942572 kB
Buffers:          178824 kB
Cached:          3846404 kB
SwapCached:            0 kB
Active:          1729032 kB
Inactive:        2365620 kB
Active(anon):      20772 kB
Inactive(anon):    76472 kB
Active(file):    1708260 kB
Inactive(file):  2289148 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4960 kB
Writeback:            56 kB
AnonPages:         77068 kB
Mapped:            34916 kB
Shmem:             25228 kB
Slab:             193084 kB
SReclaimable:     165488 kB
SUnreclaim:        27596 kB
KernelStack:        3440 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     369360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55792 MiB
End job on node136 at 2018-07-28 04:08:07