Trace number 4396792

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.8766 14.8779

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-4396792-1568577883.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.78	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.10/1.13	c 5631           10895          192496         1215477        0              0              17   51   43   
1.19/1.20	c 6286           12647          216789         1286785        0              0              37   62   56   
1.29/1.31	c 7006           14146          239105         1452529        0              0              18   51   42   
1.29/1.38	c 7798           15412          253294         1539154        0              0              10   36   24   
1.39/1.47	c 8669           16822          271194         1657535        0              0              13   51   41   
1.59/1.60	c 9627           18631          299681         1855401        0              0              8   50   42    
1.69/1.71	c 10680          20369          320293         2006653        0              0              18   49   42   
1.79/1.83	c 11838          22272          343386         2164077        0              0              24   52   41   
1.89/1.99	c 13111          24409          371866         2373369        0              0              22   51   43   
2.10/2.17	c 14511          27548          416688         2679278        0              0              16   49   42   
2.19/2.29	c 16051          30126          447857         2879922        0              0              9   53   46    
2.49/2.59	c 17745          33527          504757         3320270        0              0              19   52   44   
2.79/2.82	c 19608          36968          549805         3594120        0              0              4   55   44    
3.19/3.24	c 21657          42249          637748         4103000        0              0              13   58   48   
3.39/3.46	c 23910          46314          691936         4434735        0              0              12   54   45   
3.89/3.93	c 26388          51893          786266         5075907        0              0              11   53   43   
4.39/4.40	c 29113          57736          883094         5710034        0              0              12   53   42   
4.89/4.93	c 32110          64098          986528         6388351        0              0              12   53   43   
5.10/5.19	c 35406          70278          1057645        6764110        0              0              30   56   48   
5.69/5.77	c 39031          78775          1201496        7627644        0              0              11   55   46   
6.19/6.29	c 43018          87551          1333957        8307280        0              0              4   52   45    
7.00/7.10	c 47403          97627          1506503        9325884        0              0              10   56   46   
7.59/7.69	c 52226          107646         1656491        10119468       0              0              6   59   49    
8.29/8.34	c 57531          116684         1781143        10833245       0              0              5   58   46    
9.10/9.13	c 63366          128598         1961043        11821949       0              0              26   58   48   
10.19/10.22	c 69784          141780         2166469        13204290       0              0              17   57   48   
10.79/10.82	c 76843          154490         2341459        14079247       0              0              4   51   43    
11.39/11.44	c 84607          168959         2505527        14965661       0              0              27   58   49   
12.10/12.18	c 93147          184658         2697237        15868473       0              0              22   58   48   
13.10/13.12	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       (8033 /sec)
14.79/14.87	c decisions             : 238823       (16059 /sec)
14.79/14.87	c propagations          : 19410518    (1305174 /sec)
14.79/14.87	c root propagations     : 0           
14.79/14.87	c filter calls          : 3426337        (230389 /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.872 s
14.79/14.87	c real time             : 14.8724 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 (10491 MiB free)
  memory of node 1: 16384 MiB (13316 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396792-1568577883/watcher-4396792-1568577883 -o /tmp/evaluation-result-4396792-1568577883/solver-4396792-1568577883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568572743-2767 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4396792-1568577883.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=3628, runsolver pid=3625
Current StackSize limit: 8192 KiB


[startup+0.100239 s]*
/proc/loadavg: 1.95 2.04 1.99 3/202 3629
/proc/meminfo: memFree=24377944/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5120 CPUtime=0.1 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1646 0 0 0 10 0 0 0 20 0 1 0 433726705 29474816 1280 33554432000 4194304 6211092 140725117240960 140725117237496 5038944 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.209666 s]*
/proc/loadavg: 1.95 2.04 1.99 3/202 3629
/proc/meminfo: memFree=24377944/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5120 CPUtime=0.21 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1647 0 0 0 21 0 0 0 20 0 1 0 433726705 29474816 1280 33554432000 4194304 6211092 140725117240960 140725117237496 5082416 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.309106 s]*
/proc/loadavg: 1.95 2.04 1.99 3/202 3629
/proc/meminfo: memFree=24377944/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5120 CPUtime=0.31 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1647 0 0 0 31 0 0 0 20 0 1 0 433726705 29474816 1280 33554432000 4194304 6211092 140725117240960 140725117237496 5037759 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.700328 s]
/proc/loadavg: 1.95 2.04 1.99 3/202 3629
/proc/meminfo: memFree=24377944/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5120 CPUtime=0.69 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1647 0 0 0 69 0 0 0 20 0 1 0 433726705 29474816 1280 33554432000 4194304 6211092 140725117240960 140725117237496 5074423 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.50032 s]
/proc/loadavg: 1.95 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377832/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5120 CPUtime=1.49 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1647 0 0 0 149 0 0 0 20 0 1 0 433726705 29474816 1280 33554432000 4194304 6211092 140725117240960 140725117238920 5082756 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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+3.10915 s]
/proc/loadavg: 1.95 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377832/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=3.1 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 1859 0 0 0 310 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5039038 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+6.30032 s]
/proc/loadavg: 1.95 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377648/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=6.29 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2071 0 0 0 629 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5039022 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+12.7003 s]
/proc/loadavg: 1.96 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377216/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=12.69 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2285 0 0 0 1269 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5037868 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.8779 s]
# the end of solver process 3628 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.8725 s, system=0.004125 s

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

[startup+12.8003 s]
/proc/loadavg: 1.96 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377216/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=12.79 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2285 0 0 0 1279 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5039029 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+13.6003 s]
/proc/loadavg: 1.96 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377216/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=13.59 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2421 0 0 0 1359 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5039082 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 13.59 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.4003 s]
/proc/loadavg: 1.96 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377216/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=14.39 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2498 0 0 0 1439 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5081349 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/statm: 7196 1327 870 493 0 501 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 28784 KiB
Current children cumulated memory: 5308 KiB

[startup+14.8003 s]
/proc/loadavg: 1.96 2.04 1.99 3/201 3630
/proc/meminfo: memFree=24377216/32770624 swapFree=66999428/67108860
[pid=3628] ppid=3625 vsize=28784 memory=5308 CPUtime=14.79 cores=0,2,4,6
/proc/3628/stat : 3628 (cosoco) R 3625 3628 2736 0 -1 4202496 2498 0 0 0 1479 0 0 0 20 0 1 0 433726705 29474816 1327 33554432000 4194304 6211092 140725117240960 140725117238920 5039199 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27660288 140725117248523 140725117248625 140725117248625 140725117251534 0
/proc/3628/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.8779
CPU time (s): 14.8766
CPU user time (s): 14.8725
CPU system time (s): 0.004125
CPU usage (%): 99.991
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.8725
system time used= 0.004125
maximum resident set size= 5684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2537
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= 13
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 3628
#   total CPU time (s): 14.8766
#   total CPU user time (s): 14.8725
#   total CPU system time (s): 0.004125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076283 second user time and 0.13709 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-15 22:04:02
IDJOB=4396792
IDBENCH=124113
IDSOLVER=2848
FILE ID=node140/4396792-1568577883
RUNJOBID= node140-1568572743-2767
PBS_JOBID= 21703315
Free space on /tmp= 58136 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-4396792-1568577883/watcher-4396792-1568577883 -o /tmp/evaluation-result-4396792-1568577883/solver-4396792-1568577883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568572743-2767 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4396792-1568577883.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=823908379

node140.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.43
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.43
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.43
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.43
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:        24379420 kB
MemAvailable:   31798708 kB
Buffers:          188012 kB
Cached:          7446664 kB
SwapCached:         2604 kB
Active:          1592044 kB
Inactive:        6103184 kB
Active(anon):      57408 kB
Inactive(anon):    52336 kB
Active(file):    1534636 kB
Inactive(file):  6050848 kB
Unevictable:      107880 kB
Mlocked:          107880 kB
SwapTotal:      67108860 kB
SwapFree:       66999428 kB
Dirty:              2724 kB
Writeback:             8 kB
AnonPages:        166864 kB
Mapped:            48988 kB
Shmem:             40576 kB
Slab:             292504 kB
SReclaimable:     262264 kB
SUnreclaim:        30240 kB
KernelStack:        3600 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     589684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58136 MiB
End job on node140 at 2019-09-15 22:04:17