Trace number 3695297

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
pb2satCp2 2012-05-19? (TO) 1800.06 1801.21

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2.opb
MD5SUM27c4cd1b0a50f71c46e26d24b1ec8806
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-22783
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 231641
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 231641
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.44	c fallback to adder encoding
2.08/2.16	c model valid
2.08/2.16	c current solution ok
4.02/4.10	o -4821
4.02/4.10	c fallback to adder encoding
7.67/7.73	c model valid
7.67/7.73	c current solution ok
7.70/8.56	o -14777
7.70/8.56	c fallback to adder encoding
123.17/124.09	c model valid
123.17/124.09	c current solution ok
123.26/124.14	o -15753
123.26/124.14	c fallback to adder encoding
232.34/233.23	c model valid
232.34/233.23	c current solution ok
232.34/233.29	o -17609
232.34/233.29	c fallback to adder encoding
252.62/253.58	c model valid
252.62/253.58	c current solution ok
252.73/253.63	o -17751
252.73/253.63	c fallback to adder encoding
434.48/435.44	c model valid
434.48/435.44	c current solution ok
434.54/435.50	o -17787
434.54/435.50	c fallback to adder encoding
647.92/648.98	c model valid
647.92/648.98	c current solution ok
648.01/649.03	o -20176
648.01/649.03	c fallback to adder encoding
1800.01/1801.20	./satsolver.sh: line 5: 10858 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1801.20	c error: unexpected solver exit code
1800.01/1801.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3695297-1338124998/watcher-3695297-1338124998 -o /tmp/evaluation-result-3695297-1338124998/solver-3695297-1338124998 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695297-1338124998.opb 1005883697 HOME HOME 

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

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.92 1.98 1.88 3/177 10825
/proc/meminfo: memFree=29143172/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0

[startup+0.0244269 s]
/proc/loadavg: 1.92 1.98 1.88 3/177 10825
/proc/meminfo: memFree=29143172/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100245 s]
/proc/loadavg: 1.92 1.98 1.88 3/177 10825
/proc/meminfo: memFree=29143172/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.92 1.98 1.88 3/177 10825
/proc/meminfo: memFree=29143172/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 1.92 1.98 1.88 3/177 10825
/proc/meminfo: memFree=29143172/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.88 3/183 10831
/proc/meminfo: memFree=28878756/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=63284 CPUtime=0.86 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 10506 0 0 0 79 7 0 0 20 0 1 0 278625259 64802816 15288 33554432000 4194304 5873084 140733355658944 140733355655368 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 15821 15288 171 410 0 15403 0
[pid=10828] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10828/stat : 10828 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278625345 9367552 267 33554432000 4194304 5064252 140735339879840 140735339878752 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10828/statm: 2287 267 226 213 0 72 0
[pid=10829] ppid=10828 vsize=94076 CPUtime=0.62 cores=0,2,4,6
/proc/10829/stat : 10829 (glucose_static) R 10828 10825 10638 0 -1 4202496 19339 0 0 0 58 4 0 0 20 0 1 0 278625345 96333824 20324 33554432000 4194304 4896791 140737252406144 140737252403944 4223805 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10829/statm: 23519 20324 76 172 0 23345 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 175656

[startup+3.10027 s]
/proc/loadavg: 1.92 1.98 1.88 3/181 10831
/proc/meminfo: memFree=28798448/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=64936 CPUtime=3.08 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) R 10825 10825 10638 0 -1 4202496 11875 20040 0 0 106 84 113 5 20 0 1 0 278625259 66494464 15707 33554432000 4194304 5873084 140733355658944 140733355654376 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 16234 15707 179 410 0 15816 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74084

[startup+6.30043 s]
/proc/loadavg: 1.93 1.98 1.88 3/183 10834
/proc/meminfo: memFree=28671004/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=71080 CPUtime=4.13 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 13663 20554 0 0 126 163 113 11 20 0 1 0 278625259 72785920 17213 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 17770 17213 180 410 0 17352 0
[pid=10833] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10833/stat : 10833 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278625674 9367552 267 33554432000 4194304 5064252 140736537184592 140736537183504 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10833/statm: 2287 267 226 213 0 72 0
[pid=10834] ppid=10833 vsize=97524 CPUtime=2.14 cores=0,2,4,6
/proc/10834/stat : 10834 (glucose_static) R 10833 10825 10638 0 -1 4202496 20927 0 0 0 209 5 0 0 20 0 1 0 278625674 99864576 22118 33554432000 4194304 4896791 140736680677136 140736680674344 4225536 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10834/statm: 24381 22118 78 172 0 24207 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 186900

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.88 3/182 10837
/proc/meminfo: memFree=28666832/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=7.8 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 17273 43101 0 0 140 164 454 22 20 0 1 0 278625259 75931648 17639 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 18538 17639 180 410 0 18120 0
[pid=10836] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10836/stat : 10836 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278626119 9367552 267 33554432000 4194304 5064252 140734720139328 140734720138240 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10836/statm: 2287 267 226 213 0 72 0
[pid=10837] ppid=10836 vsize=97904 CPUtime=4.09 cores=0,2,4,6
/proc/10837/stat : 10837 (glucose_static) R 10836 10825 10638 0 -1 4202496 21264 0 0 0 404 5 0 0 20 0 1 0 278626119 100253696 22596 33554432000 4194304 4896791 140735707516784 140735707514296 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10837/statm: 24476 22596 78 172 0 24302 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 190352

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.88 3/183 10838
/proc/meminfo: memFree=28667476/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=7.8 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 17273 43101 0 0 140 164 454 22 20 0 1 0 278625259 75931648 17639 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 18538 17639 180 410 0 18120 0
[pid=10836] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10836/stat : 10836 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278626119 9367552 267 33554432000 4194304 5064252 140734720139328 140734720138240 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10836/statm: 2287 267 226 213 0 72 0
[pid=10837] ppid=10836 vsize=99656 CPUtime=16.87 cores=0,2,4,6
/proc/10837/stat : 10837 (glucose_static) R 10836 10825 10638 0 -1 4202496 24559 0 0 0 1681 6 0 0 20 0 1 0 278626119 102047744 22850 33554432000 4194304 4896791 140735707516784 140735707514424 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10837/statm: 24914 22850 78 172 0 24740 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 192104

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.89 3/183 10838
/proc/meminfo: memFree=28653644/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=7.8 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 17273 43101 0 0 140 164 454 22 20 0 1 0 278625259 75931648 17639 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 18538 17639 180 410 0 18120 0
[pid=10836] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10836/stat : 10836 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278626119 9367552 267 33554432000 4194304 5064252 140734720139328 140734720138240 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10836/statm: 2287 267 226 213 0 72 0
[pid=10837] ppid=10836 vsize=112752 CPUtime=42.47 cores=0,2,4,6
/proc/10837/stat : 10837 (glucose_static) R 10836 10825 10638 0 -1 4202496 28512 0 0 0 4240 7 0 0 20 0 1 0 278626119 115458048 25052 33554432000 4194304 4896791 140735707516784 140735707514296 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10837/statm: 28188 25052 78 172 0 28014 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 205200

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.89 3/183 10838
/proc/meminfo: memFree=28660756/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=7.8 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 17273 43101 0 0 140 164 454 22 20 0 1 0 278625259 75931648 17639 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10826/statm: 18538 17639 180 410 0 18120 0
[pid=10836] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10836/stat : 10836 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278626119 9367552 267 33554432000 4194304 5064252 140734720139328 140734720138240 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10836/statm: 2287 267 226 213 0 72 0
[pid=10837] ppid=10836 vsize=101076 CPUtime=93.67 cores=0,2,4,6
/proc/10837/stat : 10837 (glucose_static) R 10836 10825 10638 0 -1 4202496 28624 0 0 0 9359 8 0 0 20 0 1 0 278626119 103501824 23097 33554432000 4194304 4896791 140735707516784 140735707514360 4203058 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10837/statm: 25269 23097 78 172 0 25095 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 193524

[startup+162.3 s]
/proc/loadavg: 2.04 2.00 1.90 3/183 10841
/proc/meminfo: memFree=28660584/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=123.35 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 20781 73551 0 0 154 164 11980 37 20 0 1 0 278625259 75931648 17639 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17639 180 410 0 18120 0
[pid=10840] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10840/stat : 10840 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278637678 9367552 267 33554432000 4194304 5064252 140735215507072 140735215505984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10840/statm: 2287 267 226 213 0 72 0
[pid=10841] ppid=10840 vsize=101412 CPUtime=38.09 cores=0,2,4,6
/proc/10841/stat : 10841 (glucose_static) R 10840 10825 10638 0 -1 4202496 29414 0 0 0 3800 9 0 0 20 0 1 0 278637678 103845888 23081 33554432000 4194304 4896791 140734307951776 140734307947448 4225130 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10841/statm: 25353 23081 78 172 0 25179 0
Current children cumulated CPU time (s) 161.44

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 10866
/proc/meminfo: memFree=28167792/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=178204 CPUtime=773.07 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 45896 0 0 0 77286 21 0 0 20 0 1 0 278690167 182480896 39218 33554432000 4194304 4896791 140733532881280 140733532878504 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 44551 39218 78 172 0 44377 0
Current children cumulated CPU time (s) 1421.17
Current children cumulated vsize (KiB) 270652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 10866
/proc/meminfo: memFree=28187480/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=147780 CPUtime=833.06 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 46780 0 0 0 83284 22 0 0 20 0 1 0 278690167 151326720 33643 33554432000 4194304 4896791 140733532881280 140733532878808 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 36945 33643 78 172 0 36771 0
Current children cumulated CPU time (s) 1481.16
Current children cumulated vsize (KiB) 240228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 10866
/proc/meminfo: memFree=28167880/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=179412 CPUtime=893.05 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 47767 0 0 0 89282 23 0 0 20 0 1 0 278690167 183717888 38500 33554432000 4194304 4896791 140733532881280 140733532878488 4203755 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 44853 38500 78 172 0 44679 0
Current children cumulated CPU time (s) 1541.15
Current children cumulated vsize (KiB) 271860

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 10867
/proc/meminfo: memFree=28153040/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=180312 CPUtime=953.04 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 48440 0 0 0 95281 23 0 0 20 0 1 0 278690167 184639488 41802 33554432000 4194304 4896791 140733532881280 140733532878488 4204099 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 45078 41802 78 172 0 44904 0
Current children cumulated CPU time (s) 1601.14
Current children cumulated vsize (KiB) 272760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 10870
/proc/meminfo: memFree=28174456/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=181064 CPUtime=1013.03 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 48963 0 0 0 101278 25 0 0 20 0 1 0 278690167 185409536 36469 33554432000 4194304 4896791 140733532881280 140733532878488 4203834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 45266 36469 78 172 0 45092 0
Current children cumulated CPU time (s) 1661.13
Current children cumulated vsize (KiB) 273512

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 10916
/proc/meminfo: memFree=28743952/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=182372 CPUtime=1073.02 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 49168 0 0 0 107276 26 0 0 20 0 1 0 278690167 186748928 41273 33554432000 4194304 4896791 140733532881280 140733532878808 4203873 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 45593 41273 78 172 0 45419 0
Current children cumulated CPU time (s) 1721.12
Current children cumulated vsize (KiB) 274820

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/183 10925
/proc/meminfo: memFree=28772060/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=151844 CPUtime=1133.01 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 49424 0 0 0 113275 26 0 0 20 0 1 0 278690167 155488256 34245 33554432000 4194304 4896791 140733532881280 140733532877016 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 37961 34245 78 172 0 37787 0
Current children cumulated CPU time (s) 1781.11
Current children cumulated vsize (KiB) 244292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 10928
/proc/meminfo: memFree=28770988/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=151844 CPUtime=1151.91 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 49424 0 0 0 115165 26 0 0 20 0 1 0 278690167 155488256 34245 33554432000 4194304 4896791 140733532881280 140733532877016 4204062 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 37961 34245 78 172 0 37787 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 244292

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1801.2 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 10928
/proc/meminfo: memFree=28770988/32873844 swapFree=7384/7384
[pid=10825] ppid=10823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10825/stat : 10825 (runPb2satCp2.sh) S 10823 10825 10638 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278625258 9367552 275 33554432000 4194304 5064252 140737254050160 140737254049072 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10825/statm: 2287 275 233 213 0 72 0
[pid=10826] ppid=10825 vsize=74152 CPUtime=648.1 cores=0,2,4,6
/proc/10826/stat : 10826 (pb2sat) S 10825 10825 10638 0 -1 4202496 35048 217927 0 0 209 168 64325 108 20 0 1 0 278625259 75931648 17642 33554432000 4194304 5873084 140733355658944 140733355652760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 18538 17642 180 410 0 18120 0
[pid=10857] ppid=10826 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10857/stat : 10857 (satsolver.sh) S 10826 10825 10638 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278690166 9367552 267 33554432000 4194304 5064252 140735539642480 140735539641392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10857/statm: 2287 267 226 213 0 72 0
[pid=10858] ppid=10857 vsize=151844 CPUtime=1151.91 cores=0,2,4,6
/proc/10858/stat : 10858 (glucose_static) R 10857 10825 10638 0 -1 4202496 49424 0 0 0 115165 26 0 0 20 0 1 0 278690167 155488256 34245 33554432000 4194304 4896791 140733532881280 140733532877016 4204062 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10858/statm: 37961 34245 78 172 0 37787 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 244292

Child status: 0
Real time (s): 1801.21
CPU time (s): 1800.06
CPU user time (s): 1797.01
CPU system time (s): 3.05154
CPU usage (%): 99.936
Max. virtual memory (cumulated for all children) (KiB): 324272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.01
system time used= 3.05154
maximum resident set size= 204140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 598208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236
involuntary context switches= 2185

runsolver used 2.72659 second user time and 7.10392 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 15:23:18
IDJOB=3695297
IDBENCH=90460
IDSOLVER=2273
FILE ID=node136/3695297-1338124998
RUNJOBID= node136-1338123192-10654
PBS_JOBID= 14624496
Free space on /tmp= 71656 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695297-1338124998/watcher-3695297-1338124998 -o /tmp/evaluation-result-3695297-1338124998/solver-3695297-1338124998 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695297-1338124998.opb 1005883697 HOME HOME

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

MD5SUM BENCH= 27c4cd1b0a50f71c46e26d24b1ec8806
RANDOM SEED=1005883697

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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	: 5331.91
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		: 2667.247
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	: 5331.94
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.90
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		: 2667.247
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	: 5331.91
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		: 2667.247
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29146112 kB
Buffers:          406860 kB
Cached:          2424048 kB
SwapCached:        24460 kB
Active:           778152 kB
Inactive:        2112800 kB
Active(anon):      32148 kB
Inactive(anon):    26984 kB
Active(file):     746004 kB
Inactive(file):  2085816 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             22144 kB
Writeback:             0 kB
AnonPages:         38360 kB
Mapped:            10204 kB
Shmem:                 0 kB
Slab:             699680 kB
SReclaimable:     141540 kB
SUnreclaim:       558140 kB
KernelStack:        1448 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71564 MiB
End job on node136 at 2012-05-27 15:53:19