Trace number 4088424

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 NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT linear search 2016-05-01? (TO) 1800.03 1800.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-rand3c03fd.cudf.paranoid.opb
MD5SUM57471a5ce832e5ebd253498616527363
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4927
Best CPU time to get the best result obtained on this benchmark0.222965
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5630
Total number of constraints25603
Number of constraints which are clauses25332
Number of constraints which are cardinality constraints (but not clauses)271
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2111
Biggest coefficient in the objective function 1562
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 862222
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1562
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 862222
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.00/0.00	c * #variable= 5630 #constraint= 25603
338.34/338.48	c #Conflicts:       1000 | #Learnt:       1488 | 0.000
338.34/338.48	c total clause space: 78.2603MB
338.34/338.48	c total #watches: 1632819
579.10/579.21	c total #propagations: 3024321 / total #impl: 639340652 (eff. 0.005)
579.10/579.21	c #Conflicts:       2000 | #Learnt:       2588 | 0.000
579.10/579.21	c total clause space: 127.173MB
579.10/579.21	c total #watches: 3106359
706.38/706.56	c total #propagations: 4147376 / total #impl: 867223062 (eff. 0.005)
706.38/706.56	c GC COLLECT
706.38/706.56	c #Conflicts:       3000 | #Learnt:       2830 | 0.000
706.38/706.56	c total clause space: 127.173MB
706.38/706.56	c total #watches: 3623189
1032.23/1032.48	c total #propagations: 4966372 / total #impl: 1026957269 (eff. 0.005)
1032.23/1032.48	c #Conflicts:       4000 | #Learnt:       3915 | 0.000
1032.23/1032.48	c total clause space: 206.656MB
1032.23/1032.48	c total #watches: 5036669
1344.38/1344.64	c total #propagations: 5965140 / total #impl: 1244933142 (eff. 0.005)
1344.38/1344.64	c GC COLLECT
1344.38/1344.64	c #Conflicts:       5000 | #Learnt:       3554 | 0.000
1344.38/1344.64	c total clause space: 206.656MB
1344.38/1344.64	c total #watches: 5013093
1599.74/1600.01	c total #propagations: 6894554 / total #impl: 1686605358 (eff. 0.004)
1599.74/1600.01	c #Conflicts:       6000 | #Learnt:       4617 | 0.000
1599.74/1600.01	c total clause space: 335.816MB
1599.74/1600.01	c total #watches: 6483188

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4088424-1465436090/watcher-4088424-1465436090 -o /tmp/evaluation-result-4088424-1465436090/solver-4088424-1465436090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465436047-32661 --watchdog 1960 --input HOME/instance-4088424-1465436090.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=311
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.82 1.36 1.36 3/176 314
/proc/meminfo: memFree=29726636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 234 0 0 0 0 0 0 0 20 0 1 0 125542111 29810688 3692 33554432000 4194304 6201397 140733407354288 140733861564216 4202592 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 7278 3692 92 491 0 6777 0

[startup+0.100164 s]
/proc/loadavg: 1.82 1.36 1.36 3/176 314
/proc/meminfo: memFree=29726636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=34356 CPUtime=0.09 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1368 0 0 0 9 0 0 0 20 0 1 0 125542111 35180544 7517 33554432000 4194304 6201397 140733407354288 140733861564216 4207438 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 8589 7517 142 491 0 8088 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34356

[startup+0.200369 s]
/proc/loadavg: 1.82 1.36 1.36 3/176 314
/proc/meminfo: memFree=29726636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=37468 CPUtime=0.19 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1603 0 0 0 19 0 0 0 20 0 1 0 125542111 38367232 7705 33554432000 4194304 6201397 140733407354288 140733861564216 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 9367 7705 147 491 0 8866 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37468

[startup+0.300266 s]
/proc/loadavg: 1.82 1.36 1.36 3/176 314
/proc/meminfo: memFree=29726636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=37468 CPUtime=0.29 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1620 0 0 0 29 0 0 0 20 0 1 0 125542111 38367232 7721 33554432000 4194304 6201397 140733407354288 140733861564216 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 9367 7721 147 491 0 8866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37468

[startup+0.700283 s]
/proc/loadavg: 1.82 1.36 1.36 3/176 314
/proc/meminfo: memFree=29726636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=37600 CPUtime=0.69 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1669 0 0 0 69 0 0 0 20 0 1 0 125542111 38502400 8279 33554432000 4194304 6201397 140733407354288 140733407352856 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 9400 8279 147 491 0 8899 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37600

[startup+1.50023 s]
/proc/loadavg: 1.82 1.36 1.36 3/177 315
/proc/meminfo: memFree=29692924/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=37600 CPUtime=1.49 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1669 0 0 0 149 0 0 0 20 0 1 0 125542111 38502400 8279 33554432000 4194304 6201397 140733407354288 140733407352856 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 9400 8279 147 491 0 8899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37600

[startup+3.10023 s]
/proc/loadavg: 1.82 1.36 1.36 3/177 315
/proc/meminfo: memFree=29692056/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=37864 CPUtime=3.09 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1728 0 0 0 309 0 0 0 20 0 1 0 125542111 38772736 8338 33554432000 4194304 6201397 140733407354288 140733407353112 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 9466 8338 147 491 0 8965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37864

[startup+6.30024 s]
/proc/loadavg: 1.91 1.39 1.37 3/176 315
/proc/meminfo: memFree=29686424/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=42780 CPUtime=6.29 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 1979 0 0 0 629 0 0 0 20 0 1 0 125542111 43806720 8568 33554432000 4194304 6201397 140733407354288 140733407353176 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 10695 8568 147 491 0 10194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42780

[startup+12.7002 s]
/proc/loadavg: 1.92 1.40 1.37 4/177 316
/proc/meminfo: memFree=29680392/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=43776 CPUtime=12.68 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 2290 0 0 0 1268 0 0 0 20 0 1 0 125542111 44826624 9377 33554432000 4194304 6201397 140733407354288 140733407353240 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 10944 9377 147 491 0 10443 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43776

[startup+25.5002 s]
/proc/loadavg: 1.94 1.43 1.38 3/177 316
/proc/meminfo: memFree=29671788/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=52956 CPUtime=25.49 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 2988 0 0 0 2548 1 0 0 20 0 1 0 125542111 54226944 10551 33554432000 4194304 6201397 140733407354288 140733407353240 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 13239 10551 147 491 0 12738 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52956

[startup+51.1003 s]
/proc/loadavg: 2.03 1.49 1.40 3/177 316
/proc/meminfo: memFree=29660624/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=64876 CPUtime=51.08 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 3258 0 0 0 5107 1 0 0 20 0 1 0 125542111 66433024 11803 33554432000 4194304 6201397 140733407354288 140733407353176 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 16219 11803 147 491 0 15718 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64876

[startup+102.3 s]
/proc/loadavg: 2.17 1.61 1.45 4/177 317
/proc/meminfo: memFree=29631888/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=69124 CPUtime=102.28 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 4326 0 0 0 10227 1 0 0 20 0 1 0 125542111 70782976 14915 33554432000 4194304 6201397 140733407354288 140733407353240 4213170 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 17281 14915 147 491 0 16780 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 69124

[startup+162.3 s]
/proc/loadavg: 2.23 1.72 1.49 4/177 318
/proc/meminfo: memFree=29603536/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=93008 CPUtime=162.26 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 5762 0 0 0 16225 1 0 0 20 0 1 0 125542111 95240192 18442 33554432000 4194304 6201397 140733407354288 140733407352920 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 23252 18442 147 491 0 22751 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 93008

[startup+222.308 s]
/proc/loadavg: 2.22 1.80 1.53 3/177 319
/proc/meminfo: memFree=29586836/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=93540 CPUtime=222.26 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 5902 0 0 0 22225 1 0 0 20 0 1 0 125542111 95784960 20991 33554432000 4194304 6201397 140733407354288 140733407352984 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 23385 20991 147 491 0 22884 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 93540

[startup+282.3 s]
/proc/loadavg: 2.20 1.87 1.57 3/177 320
/proc/meminfo: memFree=29575352/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=96620 CPUtime=282.25 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 6781 0 0 0 28223 2 0 0 20 0 1 0 125542111 98938880 22869 33554432000 4194304 6201397 140733407354288 140733407353240 4213367 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 24155 22869 147 491 0 23654 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 96620

[startup+342.3 s]
/proc/loadavg: 2.34 1.97 1.62 3/178 325
/proc/meminfo: memFree=29545672/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=131172 CPUtime=342.23 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 7619 0 0 0 34221 2 0 0 20 0 1 0 125542111 134320128 26744 33554432000 4194304 6201397 140733407354288 140733407352856 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 32793 26744 160 491 0 32292 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 131172

[startup+402.3 s]
/proc/loadavg: 2.41 2.05 1.67 3/177 326
/proc/meminfo: memFree=29514156/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=136920 CPUtime=402.23 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 8965 0 0 0 40220 3 0 0 20 0 1 0 125542111 140206080 31156 33554432000 4194304 6201397 140733407354288 140733407352856 4213249 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 34230 31156 160 491 0 33729 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 136920

[startup+462.3 s]
/proc/loadavg: 2.32 2.08 1.70 4/177 327
/proc/meminfo: memFree=29493560/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=187584 CPUtime=462.22 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 9567 0 0 0 46219 3 0 0 20 0 1 0 125542111 192086016 34270 33554432000 4194304 6201397 140733407354288 140733407353000 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 46896 34270 160 491 0 46395 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 187584

[startup+522.3 s]
/proc/loadavg: 2.47 2.16 1.75 4/177 328
/proc/meminfo: memFree=29468920/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=194040 CPUtime=522.21 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 10979 0 0 0 52217 4 0 0 20 0 1 0 125542111 198696960 38748 33554432000 4194304 6201397 140733407354288 140733407353000 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 48510 38748 160 491 0 48009 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 194040

[startup+582.3 s]
/proc/loadavg: 2.41 2.19 1.78 3/177 329
/proc/meminfo: memFree=29443980/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=194040 CPUtime=582.2 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 12153 0 0 0 58216 4 0 0 20 0 1 0 125542111 198696960 42581 33554432000 4194304 6201397 140733407354288 140733407353416 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 48510 42581 160 491 0 48009 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 194040


################
# More data... #
################


[startup+942.3 s]
/proc/loadavg: 2.39 2.29 1.94 3/178 340
/proc/meminfo: memFree=29321272/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=293452 CPUtime=942.15 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 16486 0 0 0 94208 7 0 0 20 0 1 0 125542111 300494848 57597 33554432000 4194304 6201397 140733407354288 140733407353000 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 73363 57597 166 491 0 72862 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 293452

[startup+1002.3 s]
/proc/loadavg: 2.18 2.25 1.95 3/177 341
/proc/meminfo: memFree=29302428/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=293772 CPUtime=1002.14 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 16850 0 0 0 100207 7 0 0 20 0 1 0 125542111 300822528 61027 33554432000 4194304 6201397 140733407354288 140733407353000 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 73443 61027 166 491 0 72942 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 293772

[startup+1062.3 s]
/proc/loadavg: 2.25 2.24 1.97 3/177 342
/proc/meminfo: memFree=29282384/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308308 CPUtime=1062.13 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 19255 0 0 0 106205 8 0 0 20 0 1 0 125542111 315707392 65476 33554432000 4194304 6201397 140733407354288 140733407352952 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77077 65476 166 491 0 76576 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 308308

[startup+1122.3 s]
/proc/loadavg: 2.40 2.28 1.99 3/177 343
/proc/meminfo: memFree=29262928/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1122.12 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 19589 0 0 0 112204 8 0 0 20 0 1 0 125542111 316035072 68365 33554432000 4194304 6201397 140733407354288 140733407353000 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 68365 166 491 0 76656 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 308628

[startup+1182.3 s]
/proc/loadavg: 2.37 2.28 2.01 4/177 344
/proc/meminfo: memFree=29253248/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1182.11 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20032 0 0 0 118203 8 0 0 20 0 1 0 125542111 316035072 68996 33554432000 4194304 6201397 140733407354288 140733407353000 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 68996 166 491 0 76656 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 308628

[startup+1242.3 s]
/proc/loadavg: 2.53 2.34 2.04 3/177 346
/proc/meminfo: memFree=29245908/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1242.1 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20032 0 0 0 124202 8 0 0 20 0 1 0 125542111 316035072 68996 33554432000 4194304 6201397 140733407354288 140733407353000 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 68996 166 491 0 76656 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 308628

[startup+1302.3 s]
/proc/loadavg: 2.43 2.33 2.06 3/177 347
/proc/meminfo: memFree=29240576/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1302.09 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20040 0 0 0 130201 8 0 0 20 0 1 0 125542111 316035072 70303 33554432000 4194304 6201397 140733407354288 140733407353000 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 70303 166 491 0 76656 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 308628

[startup+1362.3 s]
/proc/loadavg: 2.32 2.32 2.07 3/177 348
/proc/meminfo: memFree=29240820/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1362.08 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20048 0 0 0 136200 8 0 0 20 0 1 0 125542111 316035072 70310 33554432000 4194304 6201397 140733407354288 140733407353416 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 70310 166 491 0 76656 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 308628

[startup+1422.3 s]
/proc/loadavg: 2.42 2.34 2.09 3/177 349
/proc/meminfo: memFree=29240952/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308628 CPUtime=1422.07 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20049 0 0 0 142199 8 0 0 20 0 1 0 125542111 316035072 70311 33554432000 4194304 6201397 140733407354288 140733407353416 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77157 70311 166 491 0 76656 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 308628

[startup+1482.3 s]
/proc/loadavg: 2.33 2.32 2.10 3/177 350
/proc/meminfo: memFree=29234688/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308788 CPUtime=1482.06 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20058 0 0 0 148198 8 0 0 20 0 1 0 125542111 316198912 71853 33554432000 4194304 6201397 140733407354288 140733407353000 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77197 71853 166 491 0 76696 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 308788

[startup+1542.31 s]
/proc/loadavg: 2.45 2.35 2.12 3/178 355
/proc/meminfo: memFree=29224432/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=308788 CPUtime=1542.06 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 20064 0 0 0 154198 8 0 0 20 0 1 0 125542111 316198912 74414 33554432000 4194304 6201397 140733407354288 140733407353000 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 77197 74414 166 491 0 76696 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 308788

[startup+1602.3 s]
/proc/loadavg: 2.52 2.39 2.14 3/178 383
/proc/meminfo: memFree=29206696/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=455740 CPUtime=1602.05 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 22339 0 0 0 160196 9 0 0 20 0 1 0 125542111 466677760 78698 33554432000 4194304 6201397 140733407354288 140733407352856 4213361 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 113935 78698 166 491 0 113434 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 455740

[startup+1662.3 s]
/proc/loadavg: 2.45 2.38 2.15 3/177 384
/proc/meminfo: memFree=29193548/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=464764 CPUtime=1662.03 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 23691 0 0 0 166194 9 0 0 20 0 1 0 125542111 475918336 82094 33554432000 4194304 6201397 140733407354288 140733407352952 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 116191 82094 166 491 0 115690 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 464764

[startup+1722.3 s]
/proc/loadavg: 2.38 2.37 2.16 3/177 385
/proc/meminfo: memFree=29181636/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=469184 CPUtime=1722.03 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 24513 0 0 0 172193 10 0 0 20 0 1 0 125542111 480444416 84960 33554432000 4194304 6201397 140733407354288 140733407353000 4213244 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 117296 84960 166 491 0 116795 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 469184

[startup+1782.3 s]
/proc/loadavg: 2.44 2.39 2.18 3/177 386
/proc/meminfo: memFree=29171832/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=469952 CPUtime=1782.01 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 24738 0 0 0 178191 10 0 0 20 0 1 0 125542111 481230848 87229 33554432000 4194304 6201397 140733407354288 140733407352952 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 117488 87229 166 491 0 116987 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 469952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.34 2.37 2.18 3/177 479
/proc/meminfo: memFree=29313208/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=470528 CPUtime=1800.02 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 25090 0 0 0 179991 11 0 0 20 0 1 0 125542111 481820672 89625 33554432000 4194304 6201397 140733407354288 140733407353000 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 117632 89625 166 491 0 117131 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 470528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 314 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.34 2.37 2.18 3/177 479
/proc/meminfo: memFree=29313208/32872528 swapFree=16252/1391864
[pid=314] ppid=311 vsize=470528 CPUtime=1800.02 cores=1,3,5,7
/proc/314/stat : 314 (cdcl-cuttingpla) R 311 314 31665 0 -1 4202496 25090 0 0 0 179991 11 0 0 20 0 1 0 125542111 481820672 89625 33554432000 4194304 6201397 140733407354288 140733407353000 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/314/statm: 117632 89625 166 491 0 117131 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 470528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.91
CPU system time (s): 0.116982
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 470528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.116982
maximum resident set size= 358500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25090
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= 10
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52831 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-09 03:34:50
IDJOB=4088424
IDBENCH=72097
IDSOLVER=2550
FILE ID=node119/4088424-1465436090
RUNJOBID= node119-1465436047-32661
PBS_JOBID= 19859789
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-rand3c03fd.cudf.paranoid.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088424-1465436090/watcher-4088424-1465436090 -o /tmp/evaluation-result-4088424-1465436090/solver-4088424-1465436090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465436047-32661 --watchdog 1960 --input HOME/instance-4088424-1465436090.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 57471a5ce832e5ebd253498616527363
RANDOM SEED=1082896207

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.82
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
cpu MHz		: 2666.410
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 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 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 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
cpu MHz		: 2666.410
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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 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 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 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
cpu MHz		: 2666.410
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 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 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 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
cpu MHz		: 2666.410
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 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 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 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
cpu MHz		: 2666.410
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.410
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 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 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 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:       32872528 kB
MemFree:        29727280 kB
Buffers:          149112 kB
Cached:           815748 kB
SwapCached:          844 kB
Active:           493780 kB
Inactive:         516964 kB
Active(anon):      45356 kB
Inactive(anon):     2744 kB
Active(file):     448424 kB
Inactive(file):   514220 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100212 kB
Dirty:              6588 kB
Writeback:             0 kB
AnonPages:       1438692 kB
Mapped:             7716 kB
Shmem:                 0 kB
Slab:             609048 kB
SReclaimable:      52912 kB
SUnreclaim:       556136 kB
KernelStack:        1456 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1560332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1413120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node119 at 2016-06-09 04:04:50