Trace number 3482808

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
borg pb-dec-11.04.03? (MO) 582.87 579.405

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12033_3-sat.opb
MD5SUM5c357873a81db98d0c84cf88eebfbda4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26136
Total number of constraints86824
Number of constraints which are clauses86396
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints428
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 582
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.38/0.98	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/0.98	c INFO: solving HOME/instance-3482808-1307578193.opb
0.38/1.43	c INFO: parsing took 0.44 s
1.63/2.24	c INFO: features took 0.79 CPU seconds
1.63/2.27	c INFO: running clasp-1.3.7@0 for 45 with 1798 remaining (b = 0.70)
54.09/54.61	c INFO: wrote minion input file to HOME/tmpSx0KnC.minion
54.09/54.61	c INFO: running minion-0.12@0 for 45 with 1750 remaining (b = 0.14)
102.79/103.11	c INFO: running scip-2.0.1-spx@0 for 45 with 1697 remaining (b = 0.03)
153.27/153.30	c INFO: running wbo1.4a@0 for 45 with 1648 remaining (b = 0.02)
203.28/203.17	c INFO: running scip-2.0.1-clp@0 for 45 with 1598 remaining (b = 0.02)
253.57/253.23	c INFO: running clasp-1.3.7@48 for 45 with 1548 remaining (b = 0.02)
298.96/298.47	c INFO: running wbo1.4b-fixed@0 for 45 with 1503 remaining (b = 0.04)
346.38/345.68	c INFO: running clasp-1.3.7@93 for 136 with 1456 remaining (b = 0.04)
486.74/485.38	c INFO: running sat4j-pb-v20101225@0 for 45 with 1316 remaining (b = 0.01)
537.11/533.89	c INFO: running scip-2.0.1-clp@49 for 45 with 1266 remaining (b = 0.01)
582.76/579.22	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1221 remaining (b = 0.01)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3482808-1307578193/watcher-3482808-1307578193 -o /tmp/evaluation-result-3482808-1307578193/solver-3482808-1307578193 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3482808-1307578193.opb -seed 456707683 -budget 1800 

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: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=15216 CPUtime=0 cores=0,2,4,6
/proc/1482/stat : 1482 (python) R 1480 1482 758 0 -1 4202496 667 0 0 0 0 0 0 0 20 0 1 0 869417326 15581184 562 33554432000 4194304 5683644 140734710867696 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1482/statm: 3797 561 314 364 0 284 0

[startup+0.049898 s]
/proc/loadavg: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/1482/stat : 1482 (python) R 1480 1482 758 0 -1 4202496 1289 0 0 0 2 0 0 0 20 0 1 0 869417326 19341312 1141 33554432000 4194304 5683644 140734710867696 18446744073709551615 4887587 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1482/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100875 s]
/proc/loadavg: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=85620 CPUtime=0.07 cores=0,2,4,6
/proc/1482/stat : 1482 (python) R 1480 1482 758 0 -1 4202496 2663 0 0 0 5 2 0 0 18 0 1 0 869417326 87674880 2382 33554432000 4194304 5683644 140734710867696 18446744073709551615 4502362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1482/statm: 21405 2382 715 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.300861 s]
/proc/loadavg: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=123740 CPUtime=0.17 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 5358 929 1 0 12 5 0 0 17 0 1 0 869417326 126709760 3744 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244344837 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1482/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123740

[startup+0.700773 s]
/proc/loadavg: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=261404 CPUtime=0.38 cores=0,2,4,6
/proc/1482/stat : 1482 (python) D 1480 1482 758 0 -1 4202496 8255 929 1 0 28 10 0 0 16 0 1 0 869417326 267677696 6351 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244354615 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 0
/proc/1482/statm: 65351 6351 1677 364 0 5067 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 261404

[startup+1.62657 s]
/proc/loadavg: 2.09 2.10 1.76 3/606 1482
/proc/meminfo: memFree=26170316/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=300684 CPUtime=1.08 cores=0,2,4,6
/proc/1482/stat : 1482 (python) R 1480 1482 758 0 -1 4202496 16752 929 1 0 95 13 0 0 16 0 1 0 869417326 307900416 11518 33554432000 4194304 5683644 140734710867696 18446744073709551615 4662311 0 0 16781312 33554434 0 0 0 17 6 0 0 27
/proc/1482/statm: 75171 11518 1815 364 0 10064 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 300684

[startup+3.10037 s]
/proc/loadavg: 2.17 2.11 1.77 4/610 1490
/proc/meminfo: memFree=26118452/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=312988 CPUtime=1.7 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 17550 929 1 0 157 13 0 0 19 0 2 0 869417326 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 78247 12088 1872 364 0 13134 0
[pid=1488] ppid=1482 vsize=302744 CPUtime=0 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 707 0 0 0 0 0 0 0 18 0 1 0 869417553 310009856 10560 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368911 0 0 16781312 33554946 4331097286743392514 0 0 17 2 0 0 0
/proc/1488/statm: 75686 10560 348 364 0 10573 0
[pid=1490] ppid=1488 vsize=8364 CPUtime=0.81 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) R 1488 1490 1490 0 -1 4202496 2671 0 0 0 81 0 0 0 21 0 1 0 869417553 8564736 1835 33554432000 134512640 136139019 4287409136 18446744073709551615 134871287 0 0 16781312 16386 0 0 0 17 2 0 0 0
/proc/1490/statm: 2091 1835 184 398 0 1691 0
[pid=1482/tid=1489] ppid=1480 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 2 0 869417553 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 624096

[startup+6.32182 s]
/proc/loadavg: 2.17 2.11 1.77 4/610 1490
/proc/meminfo: memFree=26114112/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=312988 CPUtime=1.7 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 17550 929 1 0 157 13 0 0 19 0 2 0 869417326 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 78247 12088 1872 364 0 13134 0
[pid=1488] ppid=1482 vsize=302744 CPUtime=0.02 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 869417553 310009856 10587 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368911 0 0 16781312 33554946 4331096530829148418 0 0 17 2 0 0 0
/proc/1488/statm: 75686 10587 375 364 0 10573 0
[pid=1490] ppid=1488 vsize=12324 CPUtime=4.03 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) R 1488 1490 1490 0 -1 4202496 3651 0 0 0 403 0 0 0 25 0 1 0 869417553 12619776 2815 33554432000 134512640 136139019 4287409136 18446744073709551615 134883787 0 0 16781312 16386 0 0 0 17 2 0 0 0
/proc/1490/statm: 3081 2815 184 398 0 2681 0
[pid=1482/tid=1489] ppid=1480 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 2 0 869417553 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 628056

[startup+12.7007 s]
/proc/loadavg: 2.15 2.11 1.77 4/610 1490
/proc/meminfo: memFree=26108764/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=312988 CPUtime=1.7 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 17550 929 1 0 157 13 0 0 19 0 2 0 869417326 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 78247 12088 1872 364 0 13134 0
[pid=1488] ppid=1482 vsize=302744 CPUtime=0.04 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 901 0 0 0 2 2 0 0 18 0 1 0 869417553 310009856 10587 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368911 0 0 16781312 33554946 72262103200705366 0 0 17 2 0 0 0
/proc/1488/statm: 75686 10587 375 364 0 10573 0
[pid=1490] ppid=1488 vsize=14840 CPUtime=10.4 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) R 1488 1490 1490 0 -1 4202496 4298 0 0 0 1040 0 0 0 25 0 1 0 869417553 15196160 3462 33554432000 134512640 136139019 4287409136 18446744073709551615 134608376 0 0 16781312 16386 0 0 0 17 2 0 0 0
/proc/1490/statm: 3710 3462 184 398 0 3310 0
[pid=1482/tid=1489] ppid=1480 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 2 0 869417553 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 630572

[startup+25.5004 s]
/proc/loadavg: 2.12 2.11 1.77 4/613 1493
/proc/meminfo: memFree=25865052/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=312988 CPUtime=1.7 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 17550 929 1 0 157 13 0 0 19 0 2 0 869417326 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 78247 12088 1872 364 0 13134 0
[pid=1488] ppid=1482 vsize=302744 CPUtime=0.11 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 908 0 0 0 5 6 0 0 18 0 1 0 869417553 310009856 10587 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368911 0 0 16781312 33554946 72262103200705366 0 0 17 2 0 0 0
/proc/1488/statm: 75686 10587 375 364 0 10573 0
[pid=1490] ppid=1488 vsize=19832 CPUtime=23.19 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) R 1488 1490 1490 0 -1 4202496 5512 0 0 0 2319 0 0 0 25 0 1 0 869417553 20307968 4676 33554432000 134512640 136139019 4287409136 18446744073709551615 134632440 0 0 16781312 16386 0 0 0 17 6 0 0 0
/proc/1490/statm: 4958 4676 184 398 0 4558 0
[pid=1482/tid=1489] ppid=1480 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 2 0 869417553 320499712 12088 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 635564

[startup+51.1009 s]
/proc/loadavg: 2.08 2.10 1.77 4/613 1494
/proc/meminfo: memFree=25855624/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=312992 CPUtime=2.3 cores=0,2,4,6
/proc/1482/stat : 1482 (python) R 1480 1482 758 0 -1 4202496 18160 929 1 0 217 13 0 0 18 0 2 0 869417326 320503808 12090 33554432000 4194304 5683644 140734710867696 18446744073709551615 4619680 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 78248 12090 1873 364 0 13135 0
[pid=1488] ppid=1482 vsize=312988 CPUtime=0.22 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 1141 0 0 0 10 12 0 0 19 0 2 0 869417553 320499712 10628 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/1488/statm: 78247 10628 411 364 0 13134 0
[pid=1490] ppid=1488 vsize=26460 CPUtime=48.17 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) T 1488 1490 1490 0 -1 4202496 7166 0 0 0 4816 1 0 0 25 0 1 0 869417553 27095040 6330 33554432000 134512640 136139019 4287409136 18446744073709551615 134608491 0 0 16781312 16386 18446744071562691360 0 0 17 6 0 0 0
/proc/1490/statm: 6615 6330 184 398 0 6215 0
[pid=1482/tid=1489] ppid=1480 vsize=312992 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 2 0 869417553 320503808 12090 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 652440

[startup+102.301 s]
/proc/loadavg: 2.03 2.08 1.78 4/618 1500
/proc/meminfo: memFree=25752212/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=323244 CPUtime=5.82 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 18486 929 1 0 568 14 0 0 25 0 3 0 869417326 331001856 12095 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 80811 12095 1875 364 0 15695 0
[pid=1488] ppid=1482 vsize=312988 CPUtime=0.22 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 1141 0 0 0 10 12 0 0 19 0 2 0 869417553 320499712 10628 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/1488/statm: 78247 10628 411 364 0 13134 0
[pid=1490] ppid=1488 vsize=26460 CPUtime=48.17 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) T 1488 1490 1490 0 -1 4202496 7166 0 0 0 4816 1 0 0 25 0 1 0 869417553 27095040 6330 33554432000 134512640 136139019 4287409136 18446744073709551615 134608491 0 0 16781312 16386 18446744071562691360 0 0 17 6 0 0 0
/proc/1490/statm: 6615 6330 184 398 0 6215 0
[pid=1488/tid=1495] ppid=1482 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (python) S 1482 1482 758 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 2 0 869422375 320499712 10628 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604445569638592 0 0 -1 6 0 0 0
[pid=1496] ppid=1482 vsize=313000 CPUtime=0.2 cores=0,2,4,6
/proc/1496/stat : 1496 (python) S 1482 1482 758 0 -1 4202560 950 0 0 0 10 10 0 0 15 0 1 0 869422788 320512000 10588 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368966 0 0 16781312 33554946 72556772316949334 0 0 17 6 0 0 0
/proc/1496/statm: 78250 10588 372 364 0 13134 0
[pid=1498] ppid=1496 vsize=114044 CPUtime=47.67 cores=0,2,4,6
/proc/1498/stat : 1498 (minion) R 1496 1498 1498 0 -1 4202496 26743 0 0 0 4764 3 0 0 25 0 1 0 869422788 116781056 21112 33554432000 134512640 165565024 4286943376 18446744073709551615 158624694 0 0 16781312 8396802 0 0 0 17 4 0 0 0
/proc/1498/statm: 28511 21112 346 7582 0 20926 0
[pid=1482/tid=1489] ppid=1480 vsize=323244 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 27 929 0 0 0 0 0 0 19 0 3 0 869417553 331001856 12095 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
[pid=1482/tid=1497] ppid=1480 vsize=323244 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1497/stat : 1497 (python) S 1480 1482 758 0 -1 4202560 32 929 0 0 0 0 0 0 25 0 3 0 869422788 331001856 12095 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 1089736

[startup+162.301 s]
/proc/loadavg: 2.23 2.11 1.81 2/600 1791
/proc/meminfo: memFree=25366276/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=343756 CPUtime=5.87 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 20266 929 1 0 572 15 0 0 20 0 5 0 869417326 352006144 12107 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27
/proc/1482/statm: 85939 12107 1879 364 0 20817 0
[pid=1488] ppid=1482 vsize=312988 CPUtime=0.22 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 1141 0 0 0 10 12 0 0 19 0 2 0 869417553 320499712 10628 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/1488/statm: 78247 10628 411 364 0 13134 0
[pid=1490] ppid=1488 vsize=26460 CPUtime=48.17 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) T 1488 1490 1490 0 -1 4202496 7166 0 0 0 4816 1 0 0 25 0 1 0 869417553 27095040 6330 33554432000 134512640 136139019 4287409136 18446744073709551615 134608491 0 0 16781312 16386 18446744071562691360 0 0 17 6 0 0 0
/proc/1490/statm: 6615 6330 184 398 0 6215 0
[pid=1488/tid=1495] ppid=1482 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (python) S 1482 1482 758 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 2 0 869422375 320499712 10628 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604445569638592 0 0 -1 6 0 0 0
[pid=1496] ppid=1482 vsize=313000 CPUtime=0.22 cores=0,2,4,6

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

[startup+579.302 s]
/proc/loadavg: 2.02 2.08 1.91 4/660 1927
/proc/meminfo: memFree=17185336/32951124 swapFree=58212620/67111528
[pid=1482] ppid=1480 vsize=384780 CPUtime=6.03 cores=0,2,4,6
/proc/1482/stat : 1482 (python) S 1480 1482 758 0 -1 4202496 24183 929 1 0 587 16 0 0 20 0 9 0 869417326 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 27
/proc/1482/statm: 96195 12131 1887 364 0 31061 0
[pid=1488] ppid=1482 vsize=312988 CPUtime=1.1 cores=0,2,4,6
/proc/1488/stat : 1488 (python) S 1482 1482 758 0 -1 4202560 1205 0 0 0 55 55 0 0 18 0 2 0 869417553 320499712 10629 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1488/statm: 78247 10629 412 364 0 13134 0
[pid=1490] ppid=1488 vsize=49584 CPUtime=233.07 cores=0,2,4,6
/proc/1490/stat : 1490 (clasp-1.3.7-x86) T 1488 1490 1490 0 -1 4202496 12930 0 0 0 23306 1 0 0 25 0 1 0 869417553 50774016 12094 33554432000 134512640 136139019 4287409136 18446744073709551615 134883787 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/1490/statm: 12396 12094 184 398 0 11996 0
[pid=1488/tid=1495] ppid=1482 vsize=312988 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (python) S 1482 1482 758 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 869422375 320499712 10629 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604445569638592 0 0 -1 6 0 0 0
[pid=1496] ppid=1482 vsize=313000 CPUtime=0.22 cores=0,2,4,6
/proc/1496/stat : 1496 (python) S 1482 1482 758 0 -1 4202560 1112 0 0 0 11 11 0 0 17 0 2 0 869422788 320512000 10613 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1496/statm: 78250 10613 396 364 0 13134 0
[pid=1498] ppid=1496 vsize=114044 CPUtime=48.46 cores=0,2,4,6
/proc/1498/stat : 1498 (minion) T 1496 1498 1498 0 -1 4202496 26743 0 0 0 4843 3 0 0 25 0 1 0 869422788 116781056 21112 33554432000 134512640 165565024 4286943376 18446744073709551615 142424548 0 0 16781312 8396802 18446744071562691360 0 0 17 4 0 0 0
/proc/1498/statm: 28511 21112 346 7582 0 20926 0
[pid=1496/tid=1501] ppid=1482 vsize=313000 CPUtime=0 cores=0,2,4,6
/proc/1496/task/1501/stat : 1501 (python) S 1482 1482 758 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 869427635 320512000 10613 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604448718886080 0 0 -1 6 0 0 0
[pid=1502] ppid=1482 vsize=323256 CPUtime=0.25 cores=0,2,4,6
/proc/1502/stat : 1502 (python) S 1482 1482 758 0 -1 4202560 1120 0 0 0 13 12 0 0 17 0 2 0 869427637 331014144 10617 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1502/statm: 80814 10617 396 364 0 15695 0
[pid=1504] ppid=1502 vsize=425032 CPUtime=50.09 cores=0,2,4,6
/proc/1504/stat : 1504 (scip-2.0.1.linu) T 1502 1504 1504 0 -1 4202496 104091 0 0 0 4970 39 0 0 25 0 1 0 869427638 435232768 102023 33554432000 4194304 13684479 140733693854768 18446744073709551615 7389865 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/1504/statm: 106258 102023 764 2317 0 103936 0
[pid=1502/tid=1670] ppid=1482 vsize=323256 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1670/stat : 1670 (python) S 1482 1482 758 0 -1 4202560 43 0 0 0 0 0 0 0 17 0 2 0 869432654 331014144 10617 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604451963147264 0 0 -1 6 0 0 0
[pid=1671] ppid=1482 vsize=333512 CPUtime=0.24 cores=0,2,4,6
/proc/1671/stat : 1671 (python) S 1482 1482 758 0 -1 4202560 1148 0 0 0 12 12 0 0 16 0 2 0 869432657 341516288 10621 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1671/statm: 83378 10621 396 364 0 18256 0
[pid=1673] ppid=1671 vsize=69776 CPUtime=49.82 cores=0,2,4,6
/proc/1673/stat : 1673 (wbo1.4a) T 1671 1673 1673 0 -1 4202496 17873 0 0 0 4964 18 0 0 25 0 1 0 869432657 71450624 16840 33554432000 134512640 135751879 4293061120 18446744073709551615 134517408 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/1673/statm: 17444 16840 143 303 0 17139 0
[pid=1671/tid=1859] ppid=1482 vsize=333512 CPUtime=0 cores=0,2,4,6
/proc/1671/task/1859/stat : 1859 (python) S 1482 1482 758 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869437640 341516288 10621 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604453569414144 0 0 -1 6 0 0 0
[pid=1860] ppid=1482 vsize=343768 CPUtime=0.48 cores=0,2,4,6
/proc/1860/stat : 1860 (python) S 1482 1482 758 0 -1 4202560 1160 0 0 0 23 25 0 0 15 0 2 0 869437643 352018432 10625 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1860/statm: 85942 10625 396 364 0 20817 0
[pid=1862] ppid=1860 vsize=427356 CPUtime=95.28 cores=0,2,4,6
/proc/1862/stat : 1862 (scip-2.0.1.linu) T 1860 1862 1862 0 -1 4202496 129269 0 0 0 9450 78 0 0 25 0 1 0 869437643 437612544 102095 33554432000 4194304 15243407 140737398296064 18446744073709551615 13277498 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/1862/statm: 106839 102095 904 2698 0 104134 0
[pid=1860/tid=1864] ppid=1482 vsize=343768 CPUtime=0 cores=0,2,4,6
/proc/1860/task/1864/stat : 1864 (python) S 1482 1482 758 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 869442646 352018432 10625 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604446778601856 0 0 -1 4 0 0 0
[pid=1867] ppid=1482 vsize=354024 CPUtime=0.23 cores=0,2,4,6
/proc/1867/stat : 1867 (python) S 1482 1482 758 0 -1 4202560 1149 0 0 0 13 10 0 0 17 0 2 0 869447173 362520576 10629 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1867/statm: 88506 10629 396 364 0 23378 0
[pid=1869] ppid=1867 vsize=60336 CPUtime=47.17 cores=0,2,4,6
/proc/1869/stat : 1869 (wbo1.4b-fixed) T 1867 1869 1869 0 -1 4202496 15538 0 0 0 4702 15 0 0 25 0 1 0 869447174 61784064 14503 33554432000 134512640 135752315 4288058144 18446744073709551615 134611199 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/1869/statm: 15084 14503 146 303 0 14779 0
[pid=1867/tid=1871] ppid=1482 vsize=354024 CPUtime=0 cores=0,2,4,6
/proc/1867/task/1871/stat : 1871 (python) S 1482 1482 758 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 869451892 362520576 10629 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604449764914176 0 0 -1 6 0 0 0
[pid=1879] ppid=1482 vsize=364280 CPUtime=0.25 cores=0,2,4,6
/proc/1879/stat : 1879 (python) S 1482 1482 758 0 -1 4202560 1139 0 0 0 12 13 0 0 16 0 2 0 869465865 373022720 10633 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256175563 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/1879/statm: 91070 10633 396 364 0 25939 0
[pid=1881] ppid=1879 vsize=8547840 CPUtime=50.09 cores=0,2,4,6
/proc/1881/stat : 1881 (java) T 1879 1881 1881 0 -1 4202496 91962 0 1 0 4996 13 0 0 18 0 19 0 869465865 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1881/statm: 2136960 80290 2255 9 0 2127701 0
[pid=1881/tid=1882] ppid=1879 vsize=8547840 CPUtime=47.78 cores=0,2,4,6
/proc/1881/task/1882/stat : 1882 (java) T 1879 1881 1881 0 -1 4202560 65463 0 1 0 4768 10 0 0 25 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 46912506085622 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1883] ppid=1879 vsize=8547840 CPUtime=0.03 cores=0,2,4,6
/proc/1881/task/1883/stat : 1883 (java) T 1879 1881 1881 0 -1 4202560 2203 0 0 0 3 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1884] ppid=1879 vsize=8547840 CPUtime=0.05 cores=0,2,4,6
/proc/1881/task/1884/stat : 1884 (java) T 1879 1881 1881 0 -1 4202560 2068 0 0 0 5 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1885] ppid=1879 vsize=8547840 CPUtime=0.03 cores=0,2,4,6
/proc/1881/task/1885/stat : 1885 (java) T 1879 1881 1881 0 -1 4202560 1151 0 0 0 3 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1886] ppid=1879 vsize=8547840 CPUtime=0.04 cores=0,2,4,6
/proc/1881/task/1886/stat : 1886 (java) T 1879 1881 1881 0 -1 4202560 1469 0 0 0 4 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1887] ppid=1879 vsize=8547840 CPUtime=0.01 cores=0,2,4,6
/proc/1881/task/1887/stat : 1887 (java) T 1879 1881 1881 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1888] ppid=1879 vsize=8547840 CPUtime=0.04 cores=0,2,4,6
/proc/1881/task/1888/stat : 1888 (java) T 1879 1881 1881 0 -1 4202560 1617 0 0 0 4 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1889] ppid=1879 vsize=8547840 CPUtime=0.01 cores=0,2,4,6
/proc/1881/task/1889/stat : 1889 (java) T 1879 1881 1881 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1890] ppid=1879 vsize=8547840 CPUtime=0.01 cores=0,2,4,6
/proc/1881/task/1890/stat : 1890 (java) T 1879 1881 1881 0 -1 4202560 393 0 0 0 1 0 0 0 15 0 19 0 869465866 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1891] ppid=1879 vsize=8547840 CPUtime=0.53 cores=0,2,4,6
/proc/1881/task/1891/stat : 1891 (java) T 1879 1881 1881 0 -1 4202560 4253 0 0 0 53 0 0 0 15 0 19 0 869465867 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256165376 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1892] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1892/stat : 1892 (java) T 1879 1881 1881 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869465868 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1881/tid=1893] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1893/stat : 1893 (java) T 1879 1881 1881 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869465868 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1881/tid=1894] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1894/stat : 1894 (java) T 1879 1881 1881 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869465870 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256172465 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1895] ppid=1879 vsize=8547840 CPUtime=0.77 cores=0,2,4,6
/proc/1881/task/1895/stat : 1895 (java) T 1879 1881 1881 0 -1 4202560 7680 0 0 0 77 0 0 0 15 0 19 0 869465870 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1896] ppid=1879 vsize=8547840 CPUtime=0.7 cores=0,2,4,6
/proc/1881/task/1896/stat : 1896 (java) T 1879 1881 1881 0 -1 4202560 4268 0 0 0 70 0 0 0 15 0 19 0 869465870 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=1881/tid=1897] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1897/stat : 1897 (java) T 1879 1881 1881 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869465870 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256164761 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=1881/tid=1898] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1898/stat : 1898 (java) T 1879 1881 1881 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 869465870 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256165376 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1881/tid=1899] ppid=1879 vsize=8547840 CPUtime=0 cores=0,2,4,6
/proc/1881/task/1899/stat : 1899 (java) T 1879 1881 1881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869465957 8752988160 80290 33554432000 1073741824 1073778376 140736203347568 18446744073709551615 228256165376 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=1879/tid=1905] ppid=1482 vsize=364280 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (python) S 1482 1482 758 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869470713 373022720 10633 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554946 18446604448523749504 0 0 -1 6 0 0 0
[pid=1908] ppid=1482 vsize=374536 CPUtime=0 cores=0,2,4,6
/proc/1908/stat : 1908 (python) S 1482 1482 758 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 869475248 383524864 10588 33554432000 4194304 5683644 140734710867696 18446744073709551615 228244368966 0 0 16781312 33554946 1909415758266368000 0 0 17 0 0 0 0
/proc/1908/statm: 93634 10588 348 364 0 28500 0
[pid=1910] ppid=1908 vsize=8466836 CPUtime=0.09 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 1910 0 -1 4202496 5228 0 1 0 8 1 0 0 20 0 18 0 869475249 8670040064 4687 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1910/statm: 2116709 4687 2085 9 0 2107450 0
[pid=1910/tid=1911] ppid=1908 vsize=8532372 CPUtime=0.09 cores=0,2,4,6
/proc/1910/task/1911/stat : 1911 (java) R 1908 1910 1910 0 -1 4202560 3500 0 1 0 8 1 0 0 25 0 18 0 869475250 8737148928 5078 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 47645659921235 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1910/tid=1912] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 869475250 8737148928 5078 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 869475250 8737148928 5079 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 869475250 8737148928 5080 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475250 8737148928 5080 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475250 8737148928 5080 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475250 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475250 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475250 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1910 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 869475251 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256165376 0 0 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1910 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 869475252 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1910 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 869475252 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475254 8737148928 5082 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256172465 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 1910 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 18 0 869475254 8737148928 5085 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=8532372 CPUtime=0.02 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) R 1908 1910 1910 0 -1 4202560 697 0 0 0 2 0 0 0 25 0 18 0 869475254 8737148928 5085 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 47645659333247 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475254 8737148928 5085 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256164761 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=8532372 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 1910 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869475254 8737148928 5086 33554432000 1073741824 1073778376 140737071698544 18446744073709551615 228256165376 0 4 0 16800975 18446604444058317824 0 0 -1 4 0 0 0
[pid=1482/tid=1489] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1489/stat : 1489 (python) S 1480 1482 758 0 -1 4202560 35 929 0 0 0 0 0 0 18 0 9 0 869417553 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
[pid=1482/tid=1497] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1497/stat : 1497 (python) S 1480 1482 758 0 -1 4202560 32 929 0 0 0 0 0 0 25 0 9 0 869422788 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
[pid=1482/tid=1503] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1503/stat : 1503 (python) S 1480 1482 758 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 869427637 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 2 0 0 0
[pid=1482/tid=1672] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1672/stat : 1672 (python) S 1480 1482 758 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 9 0 869432657 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 6 0 0 0
[pid=1482/tid=1861] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1861/stat : 1861 (python) S 1480 1482 758 0 -1 4202560 30 929 0 0 0 0 0 0 18 0 9 0 869437643 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 4 0 0 0
[pid=1482/tid=1868] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1868/stat : 1868 (python) S 1480 1482 758 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 869447174 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 4 0 0 0
[pid=1482/tid=1880] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1880/stat : 1880 (python) S 1480 1482 758 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 869465865 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 6 0 0 0
[pid=1482/tid=1909] ppid=1480 vsize=384780 CPUtime=0 cores=0,2,4,6
/proc/1482/task/1909/stat : 1909 (python) S 1480 1482 758 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 9 0 869475248 394014720 12131 33554432000 4194304 5683644 140734710867696 18446744073709551615 228256172465 0 0 16781312 33554434 18446604445216367040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 582.87
Current children cumulated vsize (KiB) 21264948

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1482 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=879106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 6.05208
# while last known CPU time is 582.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 579.405
CPU time (s): 582.87
CPU user time (s): 579.65
CPU system time (s): 3.22
CPU usage (%): 100.598
Max. virtual memory (cumulated for all children) (KiB): 21264948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.87911
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25118
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2891
involuntary context switches= 49

runsolver used 4.03339 second user time and 7.96979 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-09 02:09:53
IDJOB=3482808
IDBENCH=73786
IDSOLVER=1971
FILE ID=node136/3482808-1307578193
RUNJOBID= node136-1307576355-776
PBS_JOBID= 13547663
Free space on /tmp= 73732 MiB

SOLVER NAME= borg pb-dec-11.04.03
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12033_3-sat.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3482808-1307578193/watcher-3482808-1307578193 -o /tmp/evaluation-result-3482808-1307578193/solver-3482808-1307578193 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3482808-1307578193.opb -seed 456707683 -budget 1800

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

MD5SUM BENCH= 5c357873a81db98d0c84cf88eebfbda4
RANDOM SEED=456707683

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26170472 kB
Buffers:        152980 kB
Cached:         563800 kB
SwapCached:       8824 kB
Active:        6317304 kB
Inactive:       170436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26170472 kB
SwapTotal:    67111528 kB
SwapFree:     58212620 kB
Dirty:          104508 kB
Writeback:           0 kB
AnonPages:     5768472 kB
Mapped:          58148 kB
Slab:           142552 kB
PageTables:      80172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 173556588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72864 MiB
End job on node136 at 2011-06-09 02:19:35