Trace number 3739645

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
PB11: borg pb-dec-11.04.03UNSAT 1576.3 1574.84

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
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.42/1.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.42/1.21	c INFO: solving HOME/instance-3739645-1338718613.opb
0.72/1.77	c INFO: parsing took 0.55 s
1.92/2.78	c INFO: features took 1.01 CPU seconds
2.01/2.81	c INFO: running clasp-1.3.7@0 for 45 with 1798 remaining (b = 0.47)
54.17/54.93	c INFO: wrote minion input file to HOME/tmpiDWVUq.minion
54.17/54.93	c INFO: running minion-0.12@0 for 45 with 1751 remaining (b = 0.06)
101.92/102.66	c INFO: running scip-2.0.1-spx@0 for 45 with 1698 remaining (b = 0.03)
150.87/151.50	c INFO: running scip-2.0.1-clp@0 for 45 with 1650 remaining (b = 0.02)
198.72/199.33	c INFO: running clasp-1.3.7@47 for 45 with 1602 remaining (b = 0.01)
243.90/244.49	c INFO: running wbo1.4b-fixed@0 for 45 with 1557 remaining (b = 0.16)
290.34/290.81	c INFO: running scip-2.0.1-clp@47 for 45 with 1511 remaining (b = 0.01)
336.82/337.25	c INFO: running clasp-1.3.7@92 for 136 with 1465 remaining (b = 0.03)
474.45/474.66	c INFO: running wbo1.4a@0 for 45 with 1327 remaining (b = 0.01)
524.12/524.22	c INFO: running scip-2.0.1-spx@48 for 45 with 1278 remaining (b = 0.01)
570.89/570.96	c INFO: running scip-2.0.1-spx@94 for 456 with 1231 remaining (b = 0.07)
1029.28/1028.57	c INFO: running bsolo_pb10-l1@0 for 91 with 775 remaining (b = 0.01)
1121.49/1120.67	c INFO: running scip-2.0.1-spx@551 for 501 with 683 remaining (b = 0.06)
1484.31/1574.80	s UNSATISFIABLE

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.03 2.05 3/218 5491
/proc/meminfo: memFree=29844300/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (python) D 5489 5491 2614 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 337986397 15642624 559 33554432000 4194304 5683644 140736326435888 140736326403832 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 3819 559 324 364 0 261 0

[startup+0.0772301 s]
/proc/loadavg: 1.95 2.03 2.05 3/218 5491
/proc/meminfo: memFree=29844300/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=16736 CPUtime=0.01 cores=1,3,5,7
/proc/5491/stat : 5491 (python) D 5489 5491 2614 0 -1 4202496 1283 0 0 0 1 0 0 0 20 0 1 0 337986397 17137664 1062 33554432000 4194304 5683644 140736326435888 140736326389608 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 4184 1062 426 364 0 626 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16736

[startup+0.100265 s]
/proc/loadavg: 1.95 2.03 2.05 3/218 5491
/proc/meminfo: memFree=29844300/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=19088 CPUtime=0.02 cores=1,3,5,7
/proc/5491/stat : 5491 (python) R 5489 5491 2614 0 -1 4202496 1397 0 0 0 2 0 0 0 20 0 1 0 337986397 19546112 1152 33554432000 4194304 5683644 140736326435888 140736326366392 5120152 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 4772 1152 430 364 0 696 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19088

[startup+0.300201 s]
/proc/loadavg: 1.95 2.03 2.05 3/218 5491
/proc/meminfo: memFree=29844300/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=102084 CPUtime=0.1 cores=1,3,5,7
/proc/5491/stat : 5491 (python) R 5489 5491 2614 0 -1 4202496 4134 1008 1 0 8 2 0 0 20 0 1 0 337986397 104534016 2733 33554432000 4194304 5683644 140736326435888 140736326272616 240565175184 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 25521 2733 876 364 0 1731 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 102084

[startup+0.700209 s]
/proc/loadavg: 1.95 2.03 2.05 3/218 5491
/proc/meminfo: memFree=29844300/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=162444 CPUtime=0.22 cores=1,3,5,7
/proc/5491/stat : 5491 (python) D 5489 5491 2614 0 -1 4202496 6470 1008 1 0 14 8 0 0 20 0 1 0 337986397 166342656 4277 33554432000 4194304 5683644 140736326435888 140736326308408 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 40611 4277 1192 364 0 3256 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 162444

[startup+1.5002 s]
/proc/loadavg: 1.95 2.03 2.05 3/219 5496
/proc/meminfo: memFree=29825072/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=294648 CPUtime=0.72 cores=1,3,5,7
/proc/5491/stat : 5491 (python) R 5489 5491 2614 0 -1 4202496 12831 1008 1 0 58 14 0 0 20 0 1 0 337986397 301719552 10378 33554432000 4194304 5683644 140736326435888 140736326428888 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 73662 10378 1811 364 0 8891 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 294648

[startup+3.10022 s]
/proc/loadavg: 2.11 2.06 2.06 3/219 5496
/proc/meminfo: memFree=29797404/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=381832 CPUtime=2.04 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 19825 1008 1 0 188 16 0 0 20 0 2 0 337986397 390995968 13320 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 95458 13320 1902 364 0 30681 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 381832
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.11 2.06 2.06 3/222 5499
/proc/meminfo: memFree=29788948/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=381832 CPUtime=2.04 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 19825 1008 1 0 188 16 0 0 20 0 2 0 337986397 390995968 13320 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 95458 13320 1902 364 0 30681 0
[pid=5497] ppid=5491 vsize=306052 CPUtime=0 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 876 0 0 0 0 0 0 0 20 0 1 0 337986679 313397248 11775 33554432000 4194304 5683644 140736326435888 140736326426976 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 76513 11775 363 364 0 11736 0
[pid=5499] ppid=5497 vsize=11744 CPUtime=3.47 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) R 5497 5499 5499 0 -1 4202496 3614 0 0 0 346 1 0 0 20 0 1 0 337986679 12025856 2679 33554432000 134512640 136139019 4292675616 4292674592 134883236 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 2936 2679 183 398 0 2536 0
[pid=5491/tid=5498] ppid=5489 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 27 1008 0 0 0 0 0 0 20 0 2 0 337986679 390995968 13320 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 699628

[startup+12.7003 s]
/proc/loadavg: 2.10 2.06 2.06 3/222 5499
/proc/meminfo: memFree=29784432/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=381832 CPUtime=2.04 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 19825 1008 1 0 188 16 0 0 20 0 2 0 337986397 390995968 13320 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 95458 13320 1902 364 0 30681 0
[pid=5497] ppid=5491 vsize=306052 CPUtime=0 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 880 0 0 0 0 0 0 0 20 0 1 0 337986679 313397248 11775 33554432000 4194304 5683644 140736326435888 140736326426976 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 76513 11775 363 364 0 11736 0
[pid=5499] ppid=5497 vsize=14916 CPUtime=9.87 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) R 5497 5499 5499 0 -1 4202496 4415 0 0 0 986 1 0 0 20 0 1 0 337986679 15273984 3480 33554432000 134512640 136139019 4292675616 4292674592 134883787 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 3729 3480 183 398 0 3329 0
[pid=5491/tid=5498] ppid=5489 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 27 1008 0 0 0 0 0 0 20 0 2 0 337986679 390995968 13320 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 702800

[startup+25.5003 s]
/proc/loadavg: 2.16 2.07 2.07 3/222 5499
/proc/meminfo: memFree=29780100/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=381832 CPUtime=2.04 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 19825 1008 1 0 188 16 0 0 20 0 2 0 337986397 390995968 13320 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 95458 13320 1902 364 0 30681 0
[pid=5497] ppid=5491 vsize=306052 CPUtime=0.03 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 889 0 0 0 2 1 0 0 20 0 1 0 337986679 313397248 11775 33554432000 4194304 5683644 140736326435888 140736326426976 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 76513 11775 363 364 0 11736 0
[pid=5499] ppid=5497 vsize=19576 CPUtime=22.67 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) R 5497 5499 5499 0 -1 4202496 5560 0 0 0 2266 1 0 0 20 0 1 0 337986679 20045824 4625 33554432000 134512640 136139019 4292675616 4292674592 134883785 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 4894 4625 183 398 0 4494 0
[pid=5491/tid=5498] ppid=5489 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 27 1008 0 0 0 0 0 0 20 0 2 0 337986679 390995968 13320 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 707460

[startup+51.1003 s]
/proc/loadavg: 2.18 2.08 2.07 3/223 5500
/proc/meminfo: memFree=29769560/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=381836 CPUtime=3.17 cores=1,3,5,7
/proc/5491/stat : 5491 (python) R 5489 5491 2614 0 -1 4202496 20490 1008 1 0 301 16 0 0 20 0 2 0 337986397 391000064 13322 33554432000 4194304 5683644 140736326435888 140736326430208 4868215 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 95459 13322 1903 364 0 30682 0
[pid=5497] ppid=5491 vsize=381832 CPUtime=0.08 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 1130 0 0 0 5 3 0 0 20 0 2 0 337986679 390995968 11815 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 95458 11815 396 364 0 30681 0
[pid=5499] ppid=5497 vsize=25144 CPUtime=47.12 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) T 5497 5499 5499 0 -1 4202496 6954 0 0 0 4710 2 0 0 20 0 1 0 337986679 25747456 6019 33554432000 134512640 136139019 4292675616 4292674480 134608169 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 6286 6019 183 398 0 5886 0
[pid=5497/tid=5500] ppid=5491 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5497/task/5500/stat : 5500 (python) S 5491 5491 2614 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337991393 390995968 11815 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5491/tid=5498] ppid=5489 vsize=381836 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 27 1008 0 0 0 0 0 0 20 0 2 0 337986679 391000064 13322 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 788812

[startup+102.3 s]
/proc/loadavg: 2.12 2.08 2.07 3/229 5506
/proc/meminfo: memFree=29651632/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=457624 CPUtime=7.01 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 20808 1008 1 0 683 18 0 0 20 0 3 0 337986397 468606976 13329 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 114406 13329 1905 364 0 49626 0
[pid=5497] ppid=5491 vsize=381832 CPUtime=0.08 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 1130 0 0 0 5 3 0 0 20 0 2 0 337986679 390995968 11815 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 95458 11815 396 364 0 30681 0
[pid=5499] ppid=5497 vsize=25144 CPUtime=47.12 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) T 5497 5499 5499 0 -1 4202496 6954 0 0 0 4710 2 0 0 20 0 1 0 337986679 25747456 6019 33554432000 134512640 136139019 4292675616 4292674480 134608169 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 6286 6019 183 398 0 5886 0
[pid=5497/tid=5500] ppid=5491 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5497/task/5500/stat : 5500 (python) S 5491 5491 2614 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337991393 390995968 11815 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5501] ppid=5491 vsize=381844 CPUtime=0.07 cores=1,3,5,7
/proc/5501/stat : 5501 (python) S 5491 5491 2614 0 -1 4202560 920 0 0 0 4 3 0 0 20 0 1 0 337991890 391008256 11776 33554432000 4194304 5683644 140736326435888 140736326426976 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5501/statm: 95461 11776 358 364 0 30681 0
[pid=5503] ppid=5501 vsize=130296 CPUtime=47.33 cores=1,3,5,7
/proc/5503/stat : 5503 (minion) R 5501 5503 5503 0 -1 4202496 22189 0 0 0 4729 4 0 0 20 0 1 0 337991891 133423104 25164 33554432000 134512640 165565024 4290037504 4290034672 134641019 0 0 16781312 8396802 0 0 0 17 1 0 0 0 0 0
/proc/5503/statm: 32574 25164 345 7582 0 24989 0
[pid=5491/tid=5498] ppid=5489 vsize=457624 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 27 1008 0 0 0 0 0 0 20 0 3 0 337986679 468606976 13329 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=457624 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5502/stat : 5502 (python) S 5489 5491 2614 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 3 0 337991891 468606976 13329 33554432000 4194304 5683644 140736326435888 139718922039856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 1376740

[startup+162.301 s]
/proc/loadavg: 2.04 2.06 2.06 3/241 5518
/proc/meminfo: memFree=28754712/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=609208 CPUtime=7.06 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 22548 1008 1 0 687 19 0 0 20 0 5 0 337986397 623828992 13853 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 152302 13853 1909 364 0 87516 0
[pid=5497] ppid=5491 vsize=381832 CPUtime=0.08 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 1130 0 0 0 5 3 0 0 20 0 2 0 337986679 390995968 11815 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5497/statm: 95458 11815 396 364 0 30681 0
[pid=5499] ppid=5497 vsize=25144 CPUtime=47.12 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) T 5497 5499 5499 0 -1 4202496 6954 0 0 0 4710 2 0 0 20 0 1 0 337986679 25747456 6019 33554432000 134512640 136139019 4292675616 4292674480 134608169 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5499/statm: 6286 6019 183 398 0 5886 0
[pid=5497/tid=5500] ppid=5491 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5497/task/5500/stat : 5500 (python) S 5491 5491 2614 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337991393 390995968 11815 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5501] ppid=5491 vsize=381844 CPUtime=0.08 cores=1,3,5,7
/proc/5501/stat : 5501 (python) S 5491 5491 2614 0 -1 4202560 1073 0 0 0 5 3 0 0 20 0 2 0 337991890 391008256 11802 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5501/statm: 95461 11802 383 364 0 30681 0
[pid=5503] ppid=5501 vsize=130296 CPUtime=47.67 cores=1,3,5,7
/proc/5503/stat : 5503 (minion) T 5501 5503 5503 0 -1 4202496 22189 0 0 0 4763 4 0 0 20 0 1 0 337991891 133423104 25164 33554432000 134512640 165565024 4290037504 4290034816 158624694 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5503/statm: 32574 25164 345 7582 0 24989 0

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

/proc/5518/statm: 134766 128150 851 2698 0 132061 0
[pid=5516/tid=5522] ppid=5491 vsize=533428 CPUtime=0 cores=1,3,5,7
/proc/5516/task/5522/stat : 5522 (python) S 5491 5491 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338006328 546230272 12321 33554432000 4194304 5683644 140736326435888 139718842901040 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5524] ppid=5491 vsize=609220 CPUtime=0.08 cores=1,3,5,7
/proc/5524/stat : 5524 (python) S 5491 5491 2614 0 -1 4202560 1109 0 0 0 4 4 0 0 20 0 2 0 338010847 623841280 12328 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5524/statm: 152305 12328 383 364 0 87516 0
[pid=5526] ppid=5524 vsize=57708 CPUtime=46.27 cores=1,3,5,7
/proc/5526/stat : 5526 (wbo1.4b-fixed) T 5524 5526 5526 0 -1 4202496 14838 0 0 0 4610 17 0 0 20 0 1 0 338010847 59092992 13650 33554432000 134512640 135752315 4293305424 4293303420 134517408 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5526/statm: 14427 13650 146 303 0 14122 0
[pid=5524/tid=5528] ppid=5491 vsize=609220 CPUtime=0 cores=1,3,5,7
/proc/5524/task/5528/stat : 5528 (python) S 5491 5491 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338015477 623841280 12328 33554432000 4194304 5683644 140736326435888 139718832411184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5529] ppid=5491 vsize=685012 CPUtime=0.08 cores=1,3,5,7
/proc/5529/stat : 5529 (python) S 5491 5491 2614 0 -1 4202560 1122 0 0 0 5 3 0 0 20 0 2 0 338033864 701452288 12334 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5529/statm: 171253 12334 383 364 0 106461 0
[pid=5531] ppid=5529 vsize=57776 CPUtime=49.5 cores=1,3,5,7
/proc/5531/stat : 5531 (wbo1.4a) T 5529 5531 5531 0 -1 4202496 14883 0 0 0 4929 21 0 0 20 0 1 0 338033865 59162624 13695 33554432000 134512640 135751879 4289157648 4289155824 134616398 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5531/statm: 14444 13695 143 303 0 14139 0
[pid=5529/tid=5532] ppid=5491 vsize=685012 CPUtime=0 cores=1,3,5,7
/proc/5529/task/5532/stat : 5532 (python) S 5491 5491 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338038818 701452288 12334 33554432000 4194304 5683644 140736326435888 139718821921328 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6244] ppid=5491 vsize=760804 CPUtime=0.16 cores=1,3,5,7
/proc/6244/stat : 6244 (python) S 5491 5491 2614 0 -1 4202560 1177 0 0 0 9 7 0 0 20 0 2 0 338089255 779063296 12340 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6244/statm: 190201 12340 383 364 0 125406 0
[pid=6246] ppid=6244 vsize=126060 CPUtime=92.03 cores=1,3,5,7
/proc/6246/stat : 6246 (bsolo_pb10) T 6244 6246 6246 0 -1 4202496 30426 0 0 0 9185 18 0 0 20 0 1 0 338089255 129085440 28973 33554432000 134512640 137138936 4290760992 4290759920 134542295 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6246/statm: 31515 28973 191 642 0 30871 0
[pid=6244/tid=6252] ppid=5491 vsize=760804 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (python) S 5491 5491 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338098463 779063296 12340 33554432000 4194304 5683644 140736326435888 139718811431472 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5491/tid=5498] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 35 1008 0 0 0 0 0 0 20 0 8 0 337986679 856662016 13877 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5502/stat : 5502 (python) S 5489 5491 2614 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 8 0 337991891 856662016 13877 33554432000 4194304 5683644 140736326435888 139718922039856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5509] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5509/stat : 5509 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 337996664 856662016 13877 33554432000 4194304 5683644 140736326435888 139718842901040 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5517] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5517/stat : 5517 (python) S 5489 5491 2614 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 8 0 338001549 856662016 13877 33554432000 4194304 5683644 140736326435888 139718832411184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5525] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5525/stat : 5525 (python) S 5489 5491 2614 0 -1 4202560 23 1008 0 0 0 0 0 0 20 0 8 0 338010847 856662016 13877 33554432000 4194304 5683644 140736326435888 139718821921328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5530] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5530/stat : 5530 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338033864 856662016 13877 33554432000 4194304 5683644 140736326435888 139718811431472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=6245] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/6245/stat : 6245 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338089255 856662016 13877 33554432000 4194304 5683644 140736326435888 139718800941616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1575.4
Current children cumulated vsize (KiB) 6182100

[startup+1574.6 s]
/proc/loadavg: 2.00 2.02 2.01 3/229 6262
/proc/meminfo: memFree=28086048/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=836584 CPUtime=7.25 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 26474 1008 1 0 705 20 0 0 20 0 8 0 337986397 856662016 13877 33554432000 4194304 5683644 140736326435888 140736326430720 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 209146 13877 1915 364 0 144351 0
[pid=5497] ppid=5491 vsize=381832 CPUtime=0.43 cores=1,3,5,7
/proc/5497/stat : 5497 (python) S 5491 5491 2614 0 -1 4202560 1198 0 0 0 26 17 0 0 20 0 2 0 337986679 390995968 11816 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5497/statm: 95458 11816 397 364 0 30681 0
[pid=5499] ppid=5497 vsize=46080 CPUtime=229.62 cores=1,3,5,7
/proc/5499/stat : 5499 (clasp-1.3.7-x86) T 5497 5499 5499 0 -1 4202496 12146 0 0 0 22959 3 0 0 20 0 1 0 337986679 47185920 11257 33554432000 134512640 136139019 4292675616 4292674592 134883434 0 0 16781312 16386 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/5499/statm: 11520 11257 183 398 0 11120 0
[pid=5497/tid=5500] ppid=5491 vsize=381832 CPUtime=0 cores=1,3,5,7
/proc/5497/task/5500/stat : 5500 (python) S 5491 5491 2614 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337991393 390995968 11816 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5501] ppid=5491 vsize=381844 CPUtime=0.08 cores=1,3,5,7
/proc/5501/stat : 5501 (python) S 5491 5491 2614 0 -1 4202560 1073 0 0 0 5 3 0 0 20 0 2 0 337991890 391008256 11802 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5501/statm: 95461 11802 383 364 0 30681 0
[pid=5503] ppid=5501 vsize=130296 CPUtime=47.67 cores=1,3,5,7
/proc/5503/stat : 5503 (minion) T 5501 5503 5503 0 -1 4202496 22189 0 0 0 4763 4 0 0 20 0 1 0 337991891 133423104 25258 33554432000 134512640 165565024 4290037504 4290034816 158624694 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5503/statm: 32574 25258 345 7582 0 24989 0
[pid=5501/tid=5507] ppid=5491 vsize=381844 CPUtime=0 cores=1,3,5,7
/proc/5501/task/5507/stat : 5507 (python) S 5491 5491 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337996661 391008256 11802 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5508] ppid=5491 vsize=457636 CPUtime=1.94 cores=1,3,5,7
/proc/5508/stat : 5508 (python) S 5491 5491 2614 0 -1 4202560 1181 0 0 0 110 84 0 0 20 0 2 0 337996664 468619264 11808 33554432000 4194304 5683644 140736326435888 140736326426976 240565191139 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5508/statm: 114409 11808 383 364 0 49626 0
[pid=5510] ppid=5508 vsize=549612 CPUtime=1006.76 cores=1,3,5,7
/proc/5510/stat : 5510 (scip-2.0.1.linu) R 5508 5510 5510 0 -1 4202496 141579 0 0 0 100445 231 0 0 20 0 1 0 337996664 562802688 135334 33554432000 4194304 13684479 140734049305408 140734049299656 4808079 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0
/proc/5510/statm: 137403 135334 813 2317 0 135081 0
[pid=5508/tid=5515] ppid=5491 vsize=457636 CPUtime=0 cores=1,3,5,7
/proc/5508/task/5515/stat : 5515 (python) S 5491 5491 2614 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338001546 468619264 11808 33554432000 4194304 5683644 140736326435888 139718922039856 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5516] ppid=5491 vsize=533428 CPUtime=0.17 cores=1,3,5,7
/proc/5516/stat : 5516 (python) S 5491 5491 2614 0 -1 4202560 1155 0 0 0 10 7 0 0 20 0 2 0 338001548 546230272 12321 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5516/statm: 133357 12321 383 364 0 68571 0
[pid=5518] ppid=5516 vsize=539064 CPUtime=94.16 cores=1,3,5,7
/proc/5518/stat : 5518 (scip-2.0.1.linu) T 5516 5518 5518 0 -1 4202496 144854 0 0 0 9356 60 0 0 20 0 1 0 338001549 552001536 128150 33554432000 4194304 15243407 140734706694320 140734706689032 8137638 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/5518/statm: 134766 128150 851 2698 0 132061 0
[pid=5516/tid=5522] ppid=5491 vsize=533428 CPUtime=0 cores=1,3,5,7
/proc/5516/task/5522/stat : 5522 (python) S 5491 5491 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338006328 546230272 12321 33554432000 4194304 5683644 140736326435888 139718842901040 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5524] ppid=5491 vsize=609220 CPUtime=0.08 cores=1,3,5,7
/proc/5524/stat : 5524 (python) S 5491 5491 2614 0 -1 4202560 1109 0 0 0 4 4 0 0 20 0 2 0 338010847 623841280 12328 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5524/statm: 152305 12328 383 364 0 87516 0
[pid=5526] ppid=5524 vsize=57708 CPUtime=46.27 cores=1,3,5,7
/proc/5526/stat : 5526 (wbo1.4b-fixed) T 5524 5526 5526 0 -1 4202496 14838 0 0 0 4610 17 0 0 20 0 1 0 338010847 59092992 13650 33554432000 134512640 135752315 4293305424 4293303420 134517408 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5526/statm: 14427 13650 146 303 0 14122 0
[pid=5524/tid=5528] ppid=5491 vsize=609220 CPUtime=0 cores=1,3,5,7
/proc/5524/task/5528/stat : 5528 (python) S 5491 5491 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338015477 623841280 12328 33554432000 4194304 5683644 140736326435888 139718832411184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5529] ppid=5491 vsize=685012 CPUtime=0.08 cores=1,3,5,7
/proc/5529/stat : 5529 (python) S 5491 5491 2614 0 -1 4202560 1122 0 0 0 5 3 0 0 20 0 2 0 338033864 701452288 12334 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5529/statm: 171253 12334 383 364 0 106461 0
[pid=5531] ppid=5529 vsize=57776 CPUtime=49.5 cores=1,3,5,7
/proc/5531/stat : 5531 (wbo1.4a) T 5529 5531 5531 0 -1 4202496 14883 0 0 0 4929 21 0 0 20 0 1 0 338033865 59162624 13695 33554432000 134512640 135751879 4289157648 4289155824 134616398 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/5531/statm: 14444 13695 143 303 0 14139 0
[pid=5529/tid=5532] ppid=5491 vsize=685012 CPUtime=0 cores=1,3,5,7
/proc/5529/task/5532/stat : 5532 (python) S 5491 5491 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338038818 701452288 12334 33554432000 4194304 5683644 140736326435888 139718821921328 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6244] ppid=5491 vsize=760804 CPUtime=0.16 cores=1,3,5,7
/proc/6244/stat : 6244 (python) S 5491 5491 2614 0 -1 4202560 1177 0 0 0 9 7 0 0 20 0 2 0 338089255 779063296 12340 33554432000 4194304 5683644 140736326435888 140736326427536 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6244/statm: 190201 12340 383 364 0 125406 0
[pid=6246] ppid=6244 vsize=126060 CPUtime=92.03 cores=1,3,5,7
/proc/6246/stat : 6246 (bsolo_pb10) T 6244 6246 6246 0 -1 4202496 30426 0 0 0 9185 18 0 0 20 0 1 0 338089255 129085440 28973 33554432000 134512640 137138936 4290760992 4290759920 134542295 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/6246/statm: 31515 28973 191 642 0 30871 0
[pid=6244/tid=6252] ppid=5491 vsize=760804 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (python) S 5491 5491 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338098463 779063296 12340 33554432000 4194304 5683644 140736326435888 139718811431472 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5491/tid=5498] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 35 1008 0 0 0 0 0 0 20 0 8 0 337986679 856662016 13877 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5502/stat : 5502 (python) S 5489 5491 2614 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 8 0 337991891 856662016 13877 33554432000 4194304 5683644 140736326435888 139718922039856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5509] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5509/stat : 5509 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 337996664 856662016 13877 33554432000 4194304 5683644 140736326435888 139718842901040 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5517] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5517/stat : 5517 (python) S 5489 5491 2614 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 8 0 338001549 856662016 13877 33554432000 4194304 5683644 140736326435888 139718832411184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5525] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5525/stat : 5525 (python) S 5489 5491 2614 0 -1 4202560 23 1008 0 0 0 0 0 0 20 0 8 0 338010847 856662016 13877 33554432000 4194304 5683644 140736326435888 139718821921328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5530] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/5530/stat : 5530 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338033864 856662016 13877 33554432000 4194304 5683644 140736326435888 139718811431472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=6245] ppid=5489 vsize=836584 CPUtime=0 cores=1,3,5,7
/proc/5491/task/6245/stat : 6245 (python) S 5489 5491 2614 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 8 0 338089255 856662016 13877 33554432000 4194304 5683644 140736326435888 139718800941616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1576.2
Current children cumulated vsize (KiB) 6152956

[startup+1574.8 s]
/proc/loadavg: 2.00 2.02 2.01 3/229 6262
/proc/meminfo: memFree=28086048/32873844 swapFree=7116/7116
[pid=5491] ppid=5489 vsize=836584 CPUtime=475.44 cores=1,3,5,7
/proc/5491/stat : 5491 (python) S 5489 5491 2614 0 -1 4202496 26485 215685 1 0 705 20 46671 148 20 0 8 0 337986397 856662016 13877 33554432000 4194304 5683644 140736326435888 140736326429568 240568561757 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5491/statm: 209146 13877 1915 364 0 144351 0
[pid=5508] ppid=5491 vsize=0 CPUtime=1008.87 cores=1,3,5,7
/proc/5508/stat : 5508 (python) Z 5491 5491 2614 0 -1 4202572 1271 141591 0 0 110 85 100460 232 20 0 1 0 337996664 0 0 33554432000 0 0 0 0 0 0 0 16781824 33554434 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5508/statm: 0 0 0 0 0 0 0
[pid=5491/tid=5498] ppid=5489 vsize=836584 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5498/stat : 5498 (python) S 5489 5491 2614 0 -1 4202560 35 247317 0 0 0 0 55866 175 20 0 8 0 337986679 856662016 13877 33554432000 4194304 5683644 140736326435888 139718944850480 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=836584 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5502/stat : 5502 (python) S 5489 5491 2614 0 -1 4202560 21 247317 0 0 0 0 55866 175 20 0 8 0 337991891 856662016 13877 33554432000 4194304 5683644 140736326435888 139718922039856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5509] ppid=5489 vsize=836584 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5509/stat : 5509 (python) S 5489 5491 2614 0 -1 4202560 22 247317 0 0 0 0 55866 175 20 0 8 0 337996664 856662016 13877 33554432000 4194304 5683644 140736326435888 139718842901040 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5517] ppid=5489 vsize=836580 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5517/stat : 5517 (python) S 5489 5491 2614 0 -1 4202560 25 247317 0 0 0 0 55866 175 20 0 8 0 338001549 856657920 13876 33554432000 4194304 5683644 140736326435888 139718832411184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5491/tid=5525] ppid=5489 vsize=836576 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5525/stat : 5525 (python) S 5489 5491 2614 0 -1 4202560 23 247317 0 0 0 0 55866 175 20 0 8 0 338010847 856653824 13876 33554432000 4194304 5683644 140736326435888 139718821921328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=5530] ppid=5489 vsize=836576 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/5530/stat : 5530 (python) S 5489 5491 2614 0 -1 4202560 23 247317 0 0 0 0 55866 175 20 0 8 0 338033864 856653824 13875 33554432000 4194304 5683644 140736326435888 139718811431424 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5491/tid=6245] ppid=5489 vsize=836568 CPUtime=560.41 cores=1,3,5,7
/proc/5491/task/6245/stat : 6245 (python) S 5489 5491 2614 0 -1 4202560 22 247317 0 0 0 0 55866 175 20 0 8 0 338089255 856645632 13875 33554432000 4194304 5683644 140736326435888 139718800941616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1484.31
Current children cumulated vsize (KiB) 836584

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5491 and gives
#  childrusage.ru_utime.tv_sec=1571
#  childrusage.ru_utime.tv_usec=459101
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=146217
# CPU time returned by wait4() is 1576.61
# while last known CPU time is 1484.31
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 91.99
#  lost CPU user time (s): 91.85
#  lost CPU system time (s): 0.14

Real time (s): 1574.84
CPU time (s): 1576.3
CPU user time (s): 1571.31
CPU system time (s): 4.99
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 6185356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1571.46
system time used= 5.14622
maximum resident set size= 574260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423144
page faults= 1
swaps= 0
block input operations= 0
block output operations= 11128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3927
involuntary context switches= 3577

runsolver used 8.98163 second user time and 15.9616 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 12:16:53
IDJOB=3739645
IDBENCH=73961
IDSOLVER=2327
FILE ID=node146/3739645-1338718613
RUNJOBID= node146-1338713700-2631
PBS_JOBID= 14636739
Free space on /tmp= 70804 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.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-3739645-1338718613/watcher-3739645-1338718613 -o /tmp/evaluation-result-3739645-1338718613/solver-3739645-1338718613 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3739645-1338718613.opb -seed 904850733 -budget 1800

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=904850733

node146.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.034
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.06
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.034
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.92
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.034
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.91
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.034
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.91
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.034
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.91
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.034
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.91
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29844564 kB
Buffers:          215324 kB
Cached:           600444 kB
SwapCached:         1792 kB
Active:          1949448 kB
Inactive:         287008 kB
Active(anon):    1421400 kB
Inactive(anon):     1748 kB
Active(file):     528048 kB
Inactive(file):   285260 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            105088 kB
Writeback:             0 kB
AnonPages:       1426764 kB
Mapped:            33712 kB
Shmem:                84 kB
Slab:             643252 kB
SReclaimable:      81228 kB
SUnreclaim:       562024 kB
KernelStack:        1776 kB
PageTables:        11184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2240420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 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= 70700 MiB
End job on node146 at 2012-06-03 12:43:10