Trace number 4408052

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.0SAT 14.8738 14.8773

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.03	c
0.00/0.03	c This is cosoco 2.00 --  
0.00/0.03	c
0.00/0.03	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408052-1569792814.xml 
0.00/0.03	c intension  eq(dist(x[0],x[1]),y[0]) -> extension (support ? 1) - 1190tuples
0.00/0.04	c root propagations     : 0           
0.00/0.04	c restarts enabled, print stats at every restarts
0.00/0.04	c
0.00/0.04	c
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c intension -> extension : same as previous
0.00/0.04	c ========================================[ Problem Statistics ]===========================================
0.00/0.04	c |                                                                                                       
0.00/0.04	c |  Parse time        :         0.04 s 
0.00/0.04	c |
0.00/0.04	c |               Variables: 69
0.00/0.04	c |            Domain Sizes: 34..35
0.00/0.04	c |
0.00/0.04	c |             Constraints: 36
0.00/0.04	c |                   Arity: 3..35  -- Ternary: 34
0.00/0.04	c | 
0.00/0.04	c |                   Types: 
0.00/0.04	c |                          All Different: 2
0.00/0.04	c |                          Extension: 34  (nb tuples: 1190..1190) -- (shared: 33)
0.00/0.04	c |                          
0.00/0.04	c =========================================================================================================
0.00/0.04	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.05	c 101            221            4247           16876          0              0              30   45   32   
0.00/0.07	c 211            479            7824           34059          0              0              4   53   45    
0.00/0.09	c 332            640            10545          58327          0              0              6   26   25    
0.10/0.14	c 465            864            16252          97012          0              0              5   17   16    
0.10/0.16	c 611            1178           21607          112499         0              0              39   57   47   
0.10/0.19	c 771            1480           27211          138786         0              0              3   55   32    
0.21/0.22	c 947            1780           33319          168180         0              0              4   36   27    
0.21/0.29	c 1140           2111           42581          226120         0              0              4   48   22    
0.31/0.34	c 1352           2551           49949          277144         0              0              4   44   30    
0.41/0.46	c 1585           3073           65978          365436         0              0              4   19   16    
0.51/0.52	c 1841           3517           76028          415095         0              0              11   50   33   
0.51/0.56	c 2122           4076           84637          472154         0              0              14   55   44   
0.60/0.61	c 2431           4691           94599          526117         0              0              12   43   35   
0.60/0.66	c 2770           5325           104473         588876         0              0              12   51   42   
0.69/0.71	c 3142           5990           112883         649095         0              0              15   54   46   
0.69/0.79	c 3551           6845           127112         764690         0              0              21   51   44   
0.79/0.84	c 4000           7477           136453         834672         0              0              15   42   40   
0.89/0.95	c 4493           8641           157364         981124         0              0              15   56   46   
1.00/1.03	c 5035           9654           173042         1085277        0              0              15   53   45   
1.49/9.09	c 5631           10895          192496         1215477        0              0              17   51   43   
1.49/9.09	c 6286           12647          216789         1286785        0              0              37   62   56   
1.49/9.09	c 7006           14146          239105         1452529        0              0              18   51   42   
1.49/9.09	c 7798           15412          253294         1539154        0              0              10   36   24   
1.49/9.09	c 8669           16822          271194         1657535        0              0              13   51   41   
1.49/9.09	c 9627           18631          299681         1855401        0              0              8   50   42    
1.49/9.09	c 10680          20369          320293         2006653        0              0              18   49   42   
1.49/9.09	c 11838          22272          343386         2164077        0              0              24   52   41   
1.49/9.09	c 13111          24409          371866         2373369        0              0              22   51   43   
1.49/9.09	c 14511          27548          416688         2679278        0              0              16   49   42   
1.49/9.09	c 16051          30126          447857         2879922        0              0              9   53   46    
1.49/9.09	c 17745          33527          504757         3320270        0              0              19   52   44   
1.49/9.09	c 19608          36968          549805         3594120        0              0              4   55   44    
1.49/9.09	c 21657          42249          637748         4103000        0              0              13   58   48   
1.49/9.09	c 23910          46314          691936         4434735        0              0              12   54   45   
1.49/9.09	c 26388          51893          786266         5075907        0              0              11   53   43   
1.49/9.09	c 29113          57736          883094         5710034        0              0              12   53   42   
1.49/9.09	c 32110          64098          986528         6388351        0              0              12   53   43   
1.49/9.09	c 35406          70278          1057645        6764110        0              0              30   56   48   
1.49/9.09	c 39031          78775          1201496        7627644        0              0              11   55   46   
1.49/9.09	c 43018          87551          1333957        8307280        0              0              4   52   45    
1.49/9.09	c 47403          97627          1506503        9325884        0              0              10   56   46   
1.49/9.09	c 52226          107646         1656491        10119468       0              0              6   59   49    
1.49/9.09	c 57531          116684         1781143        10833245       0              0              5   58   46    
1.49/9.11	c 63366          128598         1961043        11821949       0              0              26   58   48   
10.19/10.21	c 69784          141780         2166469        13204290       0              0              17   57   48   
10.79/10.81	c 76843          154490         2341459        14079247       0              0              4   51   43    
11.39/11.43	c 84607          168959         2505527        14965661       0              0              27   58   49   
12.09/12.17	c 93147          184658         2697237        15868473       0              0              22   58   48   
13.09/13.11	c 102541         201646         2922272        16997449       0              0              25   59   48   
14.29/14.32	c 112874         223838         3236646        18674099       0              0              4   59   50    
14.79/14.87	c First solution is found
14.79/14.87	s SATISFIABLE
14.79/14.87	c restarts              : 50          
14.79/14.87	c conflicts             : 119471       (8035 /sec)
14.79/14.87	c decisions             : 238823       (16061 /sec)
14.79/14.87	c propagations          : 19410518    (1305404 /sec)
14.79/14.87	c root propagations     : 0           
14.79/14.87	c filter calls          : 3426337        (230429 /sec)
14.79/14.87	c useless filter calls  : 1301389        (37 %)
14.79/14.87	c Memory used           : 28.11 MB
14.79/14.87	c CPU time              : 14.8693 s
14.79/14.87	c real time             : 14.8712 s
14.79/14.87	
14.79/14.87	c solution 1
14.79/14.87	
14.79/14.87	v <instantiation type='solution'>
14.79/14.87	v <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] </list>
14.79/14.87	v <values>12 27 7 28 9 21 17 22 0 34 1 33 2 32 3 31 4 30 5 29 6 16 15 18 20 13 19 11 24 10 26 8 25 14 23 15 20 21 19 12 4 5 22 34 33 32 31 30 29 28 27 26 25 24 23 10 1 3 2 7 6 8 13 14 16 18 17 11 9 </values>
14.79/14.87	v </instantiation>
14.79/14.87	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408052-1569792814/watcher-4408052-1569792814 -o /tmp/evaluation-result-4408052-1569792814/solver-4408052-1569792814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1569787350-1892 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408052-1569792814.xml 

running on 4 cores: 0,2,4,6

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=3365, runsolver pid=3362
Current StackSize limit: 8192 KiB


[startup+0.100188 s]*
/proc/loadavg: 1.99 2.01 2.04 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5120 CPUtime=0.1 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 1647 0 0 0 10 0 0 0 20 0 1 0 555544028 29474816 1280 33554432000 4194304 6211132 140731038005040 140731038001576 5039199 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1280 825 493 0 501 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5120 KiB

[startup+0.209987 s]*
/proc/loadavg: 1.99 2.01 2.04 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5120 CPUtime=0.21 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 1648 0 0 0 21 0 0 0 20 0 1 0 555544028 29474816 1280 33554432000 4194304 6211132 140731038005040 140731038001576 5081337 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1280 825 493 0 501 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5120 KiB

[startup+0.309879 s]*
/proc/loadavg: 1.99 2.01 2.04 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5120 CPUtime=0.31 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 1648 0 0 0 31 0 0 0 20 0 1 0 555544028 29474816 1280 33554432000 4194304 6211132 140731038005040 140731038001576 5078940 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1280 825 493 0 501 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5120 KiB

[startup+0.700388 s]
/proc/loadavg: 1.99 2.01 2.04 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5120 CPUtime=0.69 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 1648 0 0 0 69 0 0 0 20 0 1 0 555544028 29474816 1280 33554432000 4194304 6211132 140731038005040 140731038001576 5081280 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1280 825 493 0 501 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5120 KiB

[startup+1.5004 s]
/proc/loadavg: 2.15 2.05 2.05 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5120 CPUtime=1.49 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 1648 0 0 0 149 0 0 0 20 0 1 0 555544028 29474816 1280 33554432000 4194304 6211132 140731038005040 140731038003000 5039038 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1280 825 493 0 501 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5120 KiB

[startup+9.19607 s]
/proc/loadavg: 2.15 2.05 2.05 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=9.18 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2286 0 0 0 918 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5039549 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+9.20038 s]
/proc/loadavg: 2.15 2.05 2.05 3/201 3366
/proc/meminfo: memFree=29151732/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=9.19 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2286 0 0 0 919 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5039029 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+12.7003 s]
/proc/loadavg: 2.97 2.23 2.11 3/201 3367
/proc/meminfo: memFree=29621052/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=12.69 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2286 0 0 0 1269 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5037886 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.8773 s]
# the end of solver process 3365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.8698 s, system=0.004013 s

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

[startup+13.9003 s]
/proc/loadavg: 2.97 2.23 2.11 3/201 3367
/proc/meminfo: memFree=29645268/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=13.89 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2422 0 0 0 1389 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5039007 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 13.89 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.3003 s]
/proc/loadavg: 2.97 2.23 2.11 3/201 3367
/proc/meminfo: memFree=29645268/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=14.29 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2422 0 0 0 1429 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5078762 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.7003 s]
/proc/loadavg: 2.97 2.23 2.11 3/200 3370
/proc/meminfo: memFree=30176632/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=14.69 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2499 0 0 0 1469 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5039038 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.8003 s]
/proc/loadavg: 2.97 2.23 2.11 3/200 3370
/proc/meminfo: memFree=30176632/32770624 swapFree=66993544/67108860
[pid=3365] ppid=3362 vsize=28784 memory=5308 CPUtime=14.79 cores=0,2,4,6
/proc/3365/stat : 3365 (cosoco) R 3362 3365 1861 0 -1 4202496 2499 0 0 0 1479 0 0 0 20 0 1 0 555544028 29474816 1327 33554432000 4194304 6211132 140731038005040 140731038003000 5037744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 41820160 140731038012427 140731038012529 140731038012529 140731038015438 0
/proc/3365/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

Child status: 0
Real time (s): 14.8773
CPU time (s): 14.8738
CPU user time (s): 14.8698
CPU system time (s): 0.004013
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 28784
Max. memory (cumulated for all children) (KiB): 5308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8698
system time used= 0.004013
maximum resident set size= 5684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2538
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= 20


# summary of solver processes directly reported to runsolver:
#   pid: 3365
#   total CPU time (s): 14.8738
#   total CPU user time (s): 14.8698
#   total CPU system time (s): 0.004013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053644 second user time and 0.095718 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-29 23:32:52
IDJOB=4408052
IDBENCH=124113
IDSOLVER=2874
FILE ID=node121/4408052-1569792814
RUNJOBID= node121-1569787350-1892
PBS_JOBID= 21705831
Free space on /tmp= 61536 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408052-1569792814/watcher-4408052-1569792814 -o /tmp/evaluation-result-4408052-1569792814/solver-4408052-1569792814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1569787350-1892 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408052-1569792814.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1835128528

node121.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.75
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.75
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.75
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.75
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:        29153344 kB
MemAvailable:   31021688 kB
Buffers:          201112 kB
Cached:          1982916 kB
SwapCached:         4540 kB
Active:          1514288 kB
Inactive:        1515328 kB
Active(anon):     839512 kB
Inactive(anon):    81008 kB
Active(file):     674776 kB
Inactive(file):  1434320 kB
Unevictable:      109048 kB
Mlocked:          109048 kB
SwapTotal:      67108860 kB
SwapFree:       66993544 kB
Dirty:            847224 kB
Writeback:         78960 kB
AnonPages:        950916 kB
Mapped:            29544 kB
Shmem:             66188 kB
Slab:             179912 kB
SReclaimable:     150168 kB
SUnreclaim:        29744 kB
KernelStack:        3520 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1406528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62024 MiB
End job on node121 at 2019-09-29 23:33:07