Trace number 3378538

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-sat 11.03.02-par-random (fixed)UNSAT 36.6394 9.63707

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.22475
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3378538-1305466089.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.39/0.51	c INFO: computed small-clause counts
0.39/0.51	c INFO: computed Horn-clause counts
0.39/0.52	c INFO: computed variable graph statistics
0.39/0.52	c INFO: collected features for HOME/instance-3378538-1305466089.cnf in 0.06 s
0.39/0.52	c INFO: running TNM@0 for 97 with 1199 remaining (b = 0.56)
0.39/0.54	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.41)
0.39/0.54	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.46)
0.39/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
36.47/9.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378538-1305466089/watcher-3378538-1305466089 -o /tmp/evaluation-result-3378538-1305466089/solver-3378538-1305466089 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378538-1305466089.cnf -seed 163891134 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.45 8.27 8.05 6/404 23411
/proc/meminfo: memFree=18885596/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/23411/stat : 23411 (python) R 23409 23411 21694 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 658211234 16629760 912 33554432000 4194304 5683644 140734897924992 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23411/statm: 4060 912 380 364 0 547 0

[startup+0.0519771 s]
/proc/loadavg: 8.45 8.27 8.05 6/404 23411
/proc/meminfo: memFree=18885596/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=30116 CPUtime=0.03 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 1510 0 0 0 3 0 0 0 25 0 1 0 658211234 30838784 1348 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23411/statm: 7529 1348 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.100911 s]
/proc/loadavg: 8.45 8.27 8.05 6/404 23411
/proc/meminfo: memFree=18885596/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/23411/stat : 23411 (python) R 23409 23411 21694 0 -1 4202496 3098 0 0 0 5 2 0 0 25 0 1 0 658211234 107126784 2778 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23411/statm: 26154 2778 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300926 s]
/proc/loadavg: 8.45 8.27 8.05 6/404 23411
/proc/meminfo: memFree=18885596/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=196852 CPUtime=0.21 cores=0,2,4,6
/proc/23411/stat : 23411 (python) R 23409 23411 21694 0 -1 4202496 6956 935 1 0 16 5 0 0 17 0 1 0 658211234 201576448 5006 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436012980 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23411/statm: 49213 5006 1446 364 0 3757 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 196852

[startup+0.700795 s]
/proc/loadavg: 8.45 8.27 8.05 6/404 23411
/proc/meminfo: memFree=18885596/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 320188

[startup+1.50064 s]
/proc/loadavg: 8.45 8.27 8.05 9/417 23428
/proc/meminfo: memFree=18846656/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 658211286 285114368 5524 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545291775 0 0 17 2 0 0 0
/proc/23417/statm: 69608 5524 347 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=0.94 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 94 0 0 0 21 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134527795 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23411 23411 21694 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 658211288 296202240 5672 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 11794170964378353921 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5672 348 364 0 8230 0
[pid=23422] ppid=23420 vsize=1808 CPUtime=0.95 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 552 0 0 0 95 0 0 0 25 0 1 0 658211288 1851392 288 33554432000 4194304 4955518 140734858830848 18446744073709551615 4295669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23422/statm: 452 288 104 186 0 265 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=0 cores=0,2,4,6
/proc/23423/stat : 23423 (python) S 23411 23411 21694 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658211289 306323456 5566 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 18023471683729326339 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5566 348 364 0 10698 0
[pid=23425] ppid=23423 vsize=1808 CPUtime=0.94 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202496 552 0 0 0 94 0 0 0 23 0 1 0 658211289 1851392 288 33554432000 4194304 4955518 140735234185936 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23425/statm: 452 288 104 186 0 265 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=0 cores=0,2,4,6
/proc/23426/stat : 23426 (python) S 23411 23411 21694 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658211289 317382656 5705 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 2160654702084063492 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5705 348 364 0 13395 0
[pid=23428] ppid=23426 vsize=1808 CPUtime=0.93 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202496 551 0 0 0 93 0 0 0 25 0 1 0 658211290 1851392 287 33554432000 4194304 4955518 140737399226576 18446744073709551615 4245048 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23428/statm: 452 287 104 186 0 265 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1957288

[startup+3.10134 s]
/proc/loadavg: 8.45 8.27 8.05 9/417 23428
/proc/meminfo: memFree=18845416/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658211286 285114368 5531 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 2 0 0 0
/proc/23417/statm: 69608 5531 354 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=2.53 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 253 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134529230 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23411 23411 21694 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 658211288 296202240 5672 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 11794170964378353921 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5672 348 364 0 8230 0
[pid=23422] ppid=23420 vsize=1964 CPUtime=2.54 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 564 0 0 0 254 0 0 0 25 0 1 0 658211288 2011136 300 33554432000 4194304 4955518 140734858830848 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23422/statm: 491 300 104 186 0 304 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=0 cores=0,2,4,6
/proc/23423/stat : 23423 (python) S 23411 23411 21694 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658211289 306323456 5566 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 18023471683729326339 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5566 348 364 0 10698 0
[pid=23425] ppid=23423 vsize=1964 CPUtime=2.54 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202496 564 0 0 0 254 0 0 0 25 0 1 0 658211289 2011136 300 33554432000 4194304 4955518 140735234185936 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23425/statm: 491 300 104 186 0 304 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=0 cores=0,2,4,6
/proc/23426/stat : 23426 (python) S 23411 23411 21694 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658211289 317382656 5705 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 2160654702084063492 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5705 348 364 0 13395 0
[pid=23428] ppid=23426 vsize=1964 CPUtime=2.53 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202496 563 0 0 0 253 0 0 0 25 0 1 0 658211290 2011136 299 33554432000 4194304 4955518 140737399226576 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23428/statm: 491 299 104 186 0 304 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 1957756

[startup+6.30073 s]
/proc/loadavg: 8.58 8.30 8.06 9/417 23428
/proc/meminfo: memFree=18841068/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 2 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=5.69 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 569 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134536406 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=0.01 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23411 23411 21694 0 -1 4202560 922 0 0 0 1 0 0 0 15 0 1 0 658211288 296202240 5695 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 11794170964378353921 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5695 371 364 0 8230 0
[pid=23422] ppid=23420 vsize=1964 CPUtime=5.72 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 589 0 0 0 572 0 0 0 25 0 1 0 658211288 2011136 325 33554432000 4194304 4955518 140734858830848 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23422/statm: 491 325 104 186 0 304 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=0.02 cores=0,2,4,6
/proc/23423/stat : 23423 (python) S 23411 23411 21694 0 -1 4202560 913 0 0 0 2 0 0 0 15 0 1 0 658211289 306323456 5589 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 18023471683729326339 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5589 371 364 0 10698 0
[pid=23425] ppid=23423 vsize=1964 CPUtime=5.71 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202496 589 0 0 0 571 0 0 0 25 0 1 0 658211289 2011136 325 33554432000 4194304 4955518 140735234185936 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23425/statm: 491 325 104 186 0 304 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=0.02 cores=0,2,4,6
/proc/23426/stat : 23426 (python) S 23411 23411 21694 0 -1 4202560 909 0 0 0 1 1 0 0 15 0 1 0 658211289 317382656 5728 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 2160654702084063492 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5728 371 364 0 13395 0
[pid=23428] ppid=23426 vsize=1964 CPUtime=5.68 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202496 588 0 0 0 568 0 0 0 25 0 1 0 658211290 2011136 324 33554432000 4194304 4955518 140737399226576 18446744073709551615 4227667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23428/statm: 491 324 104 186 0 304 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 1957756

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

[startup+7.90143 s]
/proc/loadavg: 8.58 8.30 8.06 9/417 23428
/proc/meminfo: memFree=18839704/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 2 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=7.26 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 726 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134527444 0 0 16781312 0 0 0 0 17 6 0 0 0

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

[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 29.67
Current children cumulated vsize (KiB) 1958164

[startup+8.70128 s]
/proc/loadavg: 8.58 8.30 8.06 12/417 23428
/proc/meminfo: memFree=18840572/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 6 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=8.06 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 806 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134529076 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=0.51 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23411 23411 21694 0 -1 4202560 931 0 0 0 45 6 0 0 16 0 1 0 658211288 296202240 5695 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5695 371 364 0 8230 0
[pid=23422] ppid=23420 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 626 0 0 0 764 0 0 0 25 0 1 0 658211288 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=0.47 cores=0,2,4,6
/proc/23423/stat : 23423 (python) R 23411 23411 21694 0 -1 4202560 918 0 0 0 40 7 0 0 16 0 1 0 658211289 306323456 5590 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5590 372 364 0 10698 0
[pid=23425] ppid=23423 vsize=0 CPUtime=7.67 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202500 626 0 0 0 767 0 0 0 25 0 1 0 658211289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23425/statm: 0 0 0 0 0 0 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=0.47 cores=0,2,4,6
/proc/23426/stat : 23426 (python) R 23411 23411 21694 0 -1 4202560 921 0 0 0 40 7 0 0 16 0 1 0 658211289 317382656 5728 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5728 371 364 0 13395 0
[pid=23428] ppid=23426 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 658211290 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23428/statm: 0 0 0 0 0 0 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.91
Current children cumulated vsize (KiB) 1951864

[startup+9.1012 s]
/proc/loadavg: 8.58 8.30 8.06 12/417 23428
/proc/meminfo: memFree=18840572/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 6 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=8.45 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 845 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134535688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=0.89 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23411 23411 21694 0 -1 4202560 931 0 0 0 78 11 0 0 16 0 1 0 658211288 296202240 5695 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5695 371 364 0 8230 0
[pid=23422] ppid=23420 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 626 0 0 0 764 0 0 0 25 0 1 0 658211288 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=0.86 cores=0,2,4,6
/proc/23423/stat : 23423 (python) R 23411 23411 21694 0 -1 4202560 918 0 0 0 74 12 0 0 16 0 1 0 658211289 306323456 5590 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5590 372 364 0 10698 0
[pid=23425] ppid=23423 vsize=0 CPUtime=7.67 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202500 626 0 0 0 767 0 0 0 25 0 1 0 658211289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23425/statm: 0 0 0 0 0 0 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=0.86 cores=0,2,4,6
/proc/23426/stat : 23426 (python) R 23411 23411 21694 0 -1 4202560 921 0 0 0 73 13 0 0 16 0 1 0 658211289 317382656 5728 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5728 371 364 0 13395 0
[pid=23428] ppid=23426 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 658211290 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23428/statm: 0 0 0 0 0 0 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.46
Current children cumulated vsize (KiB) 1951864

[startup+9.50113 s]
/proc/loadavg: 8.58 8.30 8.06 12/417 23428
/proc/meminfo: memFree=18840572/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 6 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=8.85 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 885 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=1.29 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23411 23411 21694 0 -1 4202560 931 0 0 0 114 15 0 0 17 0 1 0 658211288 296202240 5695 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5695 371 364 0 8230 0
[pid=23422] ppid=23420 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 626 0 0 0 764 0 0 0 25 0 1 0 658211288 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23423] ppid=23411 vsize=299144 CPUtime=1.26 cores=0,2,4,6
/proc/23423/stat : 23423 (python) R 23411 23411 21694 0 -1 4202560 918 0 0 0 109 17 0 0 17 0 1 0 658211289 306323456 5590 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5590 372 364 0 10698 0
[pid=23425] ppid=23423 vsize=0 CPUtime=7.67 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202500 626 0 0 0 767 0 0 0 25 0 1 0 658211289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23425/statm: 0 0 0 0 0 0 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=1.25 cores=0,2,4,6
/proc/23426/stat : 23426 (python) R 23411 23411 21694 0 -1 4202560 921 0 0 0 108 17 0 0 17 0 1 0 658211289 317382656 5728 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5728 371 364 0 13395 0
[pid=23428] ppid=23426 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 658211290 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23428/statm: 0 0 0 0 0 0 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 36.05
Current children cumulated vsize (KiB) 1951864

[startup+9.60111 s]
/proc/loadavg: 8.58 8.30 8.06 12/417 23428
/proc/meminfo: memFree=18840572/32951124 swapFree=57331800/67111528
[pid=23411] ppid=23409 vsize=320188 CPUtime=0.44 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23409 23411 21694 0 -1 4202496 12163 935 1 0 37 7 0 0 21 0 5 0 658211234 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23411/statm: 80047 7234 1873 364 0 15956 0
[pid=23417] ppid=23411 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23411 23411 21694 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 658211286 285114368 5554 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436037135 0 0 16781312 514 12735758637545259265 0 0 17 6 0 0 0
/proc/23417/statm: 69608 5554 377 364 0 5526 0
[pid=23419] ppid=23417 vsize=454896 CPUtime=8.95 cores=0,2,4,6
/proc/23419/stat : 23419 (TNM) R 23417 23419 23419 0 -1 4202496 415 0 0 0 895 0 0 0 25 0 1 0 658211287 465813504 150 33554432000 134512640 135008748 4288461584 18446744073709551615 134529409 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23419/statm: 113724 150 46 122 0 112624 0
[pid=23420] ppid=23411 vsize=289260 CPUtime=1.4 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23411 23411 21694 0 -1 4202560 935 0 0 0 122 18 0 0 17 0 1 0 658211288 296202240 5695 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23420/statm: 72315 5695 371 364 0 8230 0
[pid=23422] ppid=23420 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 626 0 0 0 764 0 0 0 25 0 1 0 658211288 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23423] ppid=23411 vsize=299148 CPUtime=1.36 cores=0,2,4,6
/proc/23423/stat : 23423 (python) R 23411 23411 21694 0 -1 4202560 924 0 0 0 118 18 0 0 17 0 1 0 658211289 306327552 5590 33554432000 4194304 5683644 140734897924992 18446744073709551615 212436016955 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23423/statm: 74786 5590 372 364 0 10698 0
[pid=23425] ppid=23423 vsize=0 CPUtime=7.67 cores=0,2,4,6
/proc/23425/stat : 23425 (march_hi) R 23423 23425 23425 0 -1 4202500 626 0 0 0 767 0 0 0 25 0 1 0 658211289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23425/statm: 0 0 0 0 0 0 0
[pid=23426] ppid=23411 vsize=309944 CPUtime=1.36 cores=0,2,4,6
/proc/23426/stat : 23426 (python) R 23411 23411 21694 0 -1 4202560 921 0 0 0 117 19 0 0 17 0 1 0 658211289 317382656 5728 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23426/statm: 77486 5728 371 364 0 13395 0
[pid=23428] ppid=23426 vsize=0 CPUtime=7.64 cores=0,2,4,6
/proc/23428/stat : 23428 (march_hi) R 23426 23428 23428 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 658211290 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23428/statm: 0 0 0 0 0 0 0
[pid=23411/tid=23418] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23418/stat : 23418 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 658211287 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23421] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23421/stat : 23421 (python) S 23409 23411 21694 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 5 0 658211288 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
[pid=23411/tid=23424] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23424/stat : 23424 (python) S 23409 23411 21694 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 658211289 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 6 0 0 0
[pid=23411/tid=23427] ppid=23409 vsize=320188 CPUtime=0 cores=0,2,4,6
/proc/23411/task/23427/stat : 23427 (python) S 23409 23411 21694 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 658211290 327872512 7234 33554432000 4194304 5683644 140734897924992 18446744073709551615 212447840689 0 0 16781312 2 18446604450236027840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 36.47
Current children cumulated vsize (KiB) 1951868

Child status: 0
Real time (s): 9.63707
CPU time (s): 36.6394
CPU user time (s): 35.9515
CPU system time (s): 0.687895
CPU usage (%): 380.193
Max. virtual memory (cumulated for all children) (KiB): 1958164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9515
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23998
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= 2545
involuntary context switches= 1634

runsolver used 0.033994 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:28:09
IDJOB=3378538
IDBENCH=82947
IDSOLVER=1859
FILE ID=node102/3378538-1305466089
RUNJOBID= node102-1305462764-21712
PBS_JOBID= 13324973
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378538-1305466089/watcher-3378538-1305466089 -o /tmp/evaluation-result-3378538-1305466089/solver-3378538-1305466089 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378538-1305466089.cnf -seed 163891134 -budget 4800 -cores 4

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=163891134

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18885876 kB
Buffers:         46424 kB
Cached:         767912 kB
SwapCached:      89980 kB
Active:        4572620 kB
Inactive:      9289648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18885876 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           31712 kB
Writeback:           0 kB
AnonPages:    12968244 kB
Mapped:          25584 kB
Slab:            64528 kB
PageTables:      72276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 96236812 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= 73552 MiB
End job on node102 at 2011-05-15 15:28:19