Trace number 4408540

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 2.0UNSAT 27.325 27.3288

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.9855
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.18	c root propagations     : 2328        
0.10/0.18	c restarts enabled, print stats at every restarts
0.10/0.18	c
0.10/0.18	c
0.10/0.18	c
0.10/0.18	c This is cosoco 2.00 --  
0.10/0.18	c
0.10/0.18	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408540-1569811242.xml 
0.10/0.18	c ========================================[ Problem Statistics ]===========================================
0.10/0.18	c |                                                                                                       
0.10/0.18	c |  Parse time        :         0.17 s 
0.10/0.18	c |
0.10/0.18	c |               Variables: 680
0.10/0.18	c |            Domain Sizes: 6..40
0.10/0.18	c |
0.10/0.18	c |             Constraints: 4103
0.10/0.18	c |                   Arity: 2..2  -- Binary: 4103
0.10/0.18	c | 
0.10/0.18	c |                   Types: 
0.10/0.18	c |                          Extension: 4103  (nb tuples: 2..382) -- (shared: 3830)
0.10/0.18	c |                          
0.10/0.18	c =========================================================================================================
0.10/0.18	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.10/0.19	c 101            494            80286          27465          668            0              342   349   341
0.10/0.20	c 211            692            128769         46312          668            0              5   15   9     
0.10/0.21	c 332            899            179953         69087          668            0              6   11   9     
0.21/0.23	c 465            1125           242787         89869          668            0              9   13   11    
0.21/0.24	c 611            1365           320007         114450         668            0              7   10   8     
0.21/0.25	c 771            1625           403162         141568         668            0              9   13   10    
0.21/0.27	c 947            1912           488265         172775         668            0              6   11   8     
0.21/0.28	c 1140           2236           585144         205600         668            0              3   12   10    
0.21/0.30	c 1352           2578           685424         240913         668            0              4   10   8     
0.31/0.32	c 1585           2957           814278         277664         668            0              9   12   10    
0.31/0.35	c 1841           3381           944406         321013         668            0              4   12   10    
0.31/0.37	c 2122           3975           1095180        367711         668            0              6   13   10    
0.31/0.40	c 2431           4538           1266128        419498         668            0              9   13   11    
0.41/0.43	c 2770           5279           1417287        474235         668            0              7   13   11    
0.41/0.46	c 3142           5936           1597688        535200         668            0              8   13   11    
0.41/0.50	c 3551           6649           1814558        604235         668            0              7   13   11    
0.51/0.53	c 4000           7531           1998859        679108         668            0              7   13   10    
0.51/0.56	c 4493           8373           2193460        764956         668            0              5   13   9     
0.60/0.61	c 5035           9288           2458674        854226         668            0              7   13   10    
0.60/0.66	c 5631           10336          2760898        959330         668            0              5   13   10    
0.69/0.72	c 6286           11518          3052880        1075969        668            0              7   13   10    
0.69/0.78	c 7006           12727          3397220        1203180        668            0              5   13   10    
0.79/0.83	c 7798           14081          3707597        1327415        668            0              5   13   10    
0.89/0.92	c 8669           15665          4197232        1479033        668            0              7   13   10    
0.89/0.97	c 9627           17456          4552770        1615983        668            0              5   13   9     
1.00/1.07	c 10680          19433          5096035        1797106        668            0              5   13   10    
1.10/1.16	c 11838          21404          5617336        1998609        668            0              5   13   10    
1.19/1.27	c 13111          23620          6277521        2203116        668            0              6   12   10    
1.29/1.39	c 14511          26061          6981830        2444521        668            0              5   13   10    
1.49/1.50	c 16051          28705          7629933        2715388        668            0              5   13   8     
1.59/1.64	c 17745          31802          8477757        2985319        668            0              5   13   10    
1.69/1.79	c 19608          35261          9324613        3332413        668            0              5   13   9     
1.89/1.97	c 21657          38925          10343231       3689661        668            0              5   13   10    
2.10/2.16	c 23910          42936          11522860       4057440        668            0              5   13   10    
2.29/2.37	c 26388          47298          12672609       4485420        668            0              5   13   10    
2.49/2.60	c 29113          51842          13978834       4942887        668            0              3   13   10    
2.79/2.85	c 32110          57036          15434949       5470383        668            0              5   13   10    
3.10/3.13	c 35406          62795          17068747       6054137        668            0              5   13   10    
3.39/3.43	c 39031          69384          18796913       6701658        668            0              5   13   9     
3.69/3.71	c 43018          77128          20459523       7355832        668            0              5   13   9     
4.00/4.08	c 47403          85182          22581138       8068180        668            0              5   13   11    
4.48/4.51	c 52226          93819          25105411       8926670        668            0              5   13   10    
4.88/4.96	c 57531          103417         27746479       9838709        668            0              5   13   10    
5.38/5.46	c 63366          113654         30652840       10883174       668            0              5   13   10    
5.88/5.99	c 69784          125724         33767208       12028572       668            0              5   13   10    
6.48/6.51	c 76843          138925         37004557       13243358       668            0              4   13   10    
7.09/7.18	c 84607          152979         41115525       14586083       668            0              5   13   10    
7.78/7.84	c 93147          167601         45190286       16083330       668            0              3   13   10    
8.58/8.60	c 102541         184964         49883630       17761744       668            0              3   13   10    
9.39/9.49	c 112874         203244         55245036       19600471       668            0              3   13   10    
10.29/10.30	c 124240         223397         60267915       21581165       668            0              3   13   9     
11.29/11.36	c 136742         247103         66685225       23853104       668            0              3   13   10    
12.39/12.45	c 150494         271232         73327997       26344768       668            0              3   13   10    
13.49/13.52	c 165621         299369         80067872       28945990       668            0              4   13   8     
14.69/14.70	c 182260         331449         87360106       31808325       668            0              3   13   9     
16.19/16.21	c 200562         365569         96355667       35193741       668            0              3   13   10    
17.59/17.63	c 220694         403293         105242318      38744350       668            0              3   13   9     
19.39/19.41	c 242839         444210         116273413      42870693       668            0              3   13   10    
21.29/21.39	c 267198         489061         128507045      47362862       668            0              3   13   9     
23.59/23.64	c 293992         541102         142112228      52546961       668            0              3   13   9     
26.00/26.06	c 323465         597044         156908720      58173760       668            0              3   13   9     
27.29/27.32	s UNSATISFIABLE
27.29/27.32	c restarts              : 61          
27.29/27.32	c conflicts             : 338096       (12378 /sec)
27.29/27.32	c decisions             : 626019       (22919 /sec)
27.29/27.32	c propagations          : 61190250    (2240249 /sec)
27.29/27.32	c root propagations     : 2328        
27.29/27.32	c filter calls          : 164278835      (6014445 /sec)
27.29/27.32	c useless filter calls  : 141747974      (86 %)
27.29/27.32	c Memory used           : 43.25 MB
27.29/27.32	c CPU time              : 27.314 s
27.29/27.32	c real time             : 27.3231 s
27.29/27.32	

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: 16375 MiB (15422 MiB free)
  memory of node 1: 16384 MiB (15321 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408540-1569811242/watcher-4408540-1569811242 -o /tmp/evaluation-result-4408540-1569811242/solver-4408540-1569811242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569787351-26363 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4408540-1569811242.xml 

running on 4 cores: 0-3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31965, runsolver pid=31962
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 31966
/proc/meminfo: memFree=31474756/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=34772 memory=10816 CPUtime=0.1 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 2922 0 0 0 10 0 0 0 20 0 1 0 557065766 35606528 2704 33554432000 4194304 6211132 140728566380624 140728566377896 140684493876197 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 8693 2704 807 493 0 1998 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34772 KiB
Current children cumulated memory: 10816 KiB

[startup+0.211034 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 31966
/proc/meminfo: memFree=31464836/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20584 CPUtime=0.21 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 5361 0 0 0 21 0 0 0 20 0 1 0 557065766 45346816 5146 33554432000 4194304 6211132 140728566380624 140728566377896 5397258 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5146 849 493 0 4376 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+0.310732 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 31966
/proc/meminfo: memFree=31464524/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20584 CPUtime=0.31 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 5361 0 0 0 31 0 0 0 20 0 1 0 557065766 45346816 5146 33554432000 4194304 6211132 140728566380624 140728566377896 5397407 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5146 849 493 0 4376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+0.700305 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31966
/proc/meminfo: memFree=31464524/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20584 CPUtime=0.69 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 5361 0 0 0 69 0 0 0 20 0 1 0 557065766 45346816 5146 33554432000 4194304 6211132 140728566380624 140728566377896 5017569 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5146 849 493 0 4376 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31966
/proc/meminfo: memFree=31464524/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20584 CPUtime=1.49 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 5361 0 0 0 149 0 0 0 20 0 1 0 557065766 45346816 5146 33554432000 4194304 6211132 140728566380624 140728566378584 5409493 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5146 849 493 0 4376 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20584 KiB

[startup+3.11021 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31973
/proc/meminfo: memFree=31463796/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=3.1 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 6486 0 0 0 310 0 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017277 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 31975
/proc/meminfo: memFree=31463340/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=6.28 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 7606 0 0 0 628 0 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017373 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463848/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=12.69 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 8277 0 0 0 1268 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017292 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=25.49 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2548 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5193786 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+27.3288 s]
# the end of solver process 31965 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=27.314 s, system=0.011 s

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

[startup+25.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=25.59 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2558 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017549 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 25.59 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+26.4003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=26.39 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2638 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5008852 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+26.8003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=26.79 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2678 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017569 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 26.79 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+27.2003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=27.19 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2718 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5017569 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 27.19 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

[startup+27.3003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31976
/proc/meminfo: memFree=31463904/32770688 swapFree=67001380/67108860
[pid=31965] ppid=31962 vsize=44284 memory=20796 CPUtime=27.29 cores=0-3
/proc/31965/stat : 31965 (cosoco) R 31962 31965 26332 0 -1 4202496 9377 0 0 0 2728 1 0 0 20 0 1 0 557065766 45346816 5199 33554432000 4194304 6211132 140728566380624 140728566378584 5409476 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 34283520 140728566383627 140728566383729 140728566383729 140728566386638 0
/proc/31965/statm: 11071 5199 853 493 0 4376 0
Current children cumulated CPU time: 27.29 s
Current children cumulated vsize: 44284 KiB
Current children cumulated memory: 20796 KiB

Child status: 0
Real time (s): 27.3288
CPU time (s): 27.325
CPU user time (s): 27.314
CPU system time (s): 0.011
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 44284
Max. memory (cumulated for all children) (KiB): 20796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.314
system time used= 0.011
maximum resident set size= 20864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9419
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= 21
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 31965
#   total CPU time (s): 27.325
#   total CPU user time (s): 27.314
#   total CPU system time (s): 0.011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.136267 second user time and 0.246776 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-30 04:40:00
IDJOB=4408540
IDBENCH=141069
IDSOLVER=2875
FILE ID=node116/4408540-1569811242
RUNJOBID= node116-1569787351-26363
PBS_JOBID= 21705835
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f04_c18.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408540-1569811242/watcher-4408540-1569811242 -o /tmp/evaluation-result-4408540-1569811242/solver-4408540-1569811242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569787351-26363 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4408540-1569811242.xml

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

MD5SUM BENCH= 297c804b8c4092219cf99e305dde67fa
RANDOM SEED=1507008229

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        31482960 kB
MemAvailable:   31850960 kB
Buffers:          196796 kB
Cached:           491376 kB
SwapCached:         3344 kB
Active:           382628 kB
Inactive:         317712 kB
Active(anon):      29656 kB
Inactive(anon):    63420 kB
Active(file):     352972 kB
Inactive(file):   254292 kB
Unevictable:      108916 kB
Mlocked:          108916 kB
SwapTotal:      67108860 kB
SwapFree:       67001380 kB
Dirty:              2716 kB
Writeback:             0 kB
AnonPages:        155444 kB
Mapped:            28836 kB
Shmem:             72416 kB
Slab:             183788 kB
SReclaimable:     153140 kB
SUnreclaim:        30648 kB
KernelStack:        3552 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     573888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62024 MiB
End job on node116 at 2019-09-30 04:40:27