Trace number 3322310

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-randomUNSAT 55.4086 7.61952

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.92894
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3322310-1304380187.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.55	c INFO: computed small-clause counts
0.41/0.55	c INFO: computed Horn-clause counts
0.41/0.55	c INFO: computed variable graph statistics
0.41/0.55	c INFO: collected features for HOME/instance-3322310-1304380187.cnf in 0.08 s
0.41/0.58	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.51/0.62	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
0.51/0.66	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.38)
0.60/0.70	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.60/0.74	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.22)
0.70/0.83	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
0.70/0.87	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.28)
54.47/7.59	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: 935)

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-3322310-1304380187/watcher-3322310-1304380187 -o /tmp/evaluation-result-3322310-1304380187/solver-3322310-1304380187 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322310-1304380187.cnf -seed 342778705 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.03 0.03 0.00 2/258 3349
/proc/meminfo: memFree=23654160/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=15380 CPUtime=0 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 549616936 15749120 681 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/3349/statm: 3845 681 322 364 0 332 0

[startup+0.0614651 s]
/proc/loadavg: 0.03 0.03 0.00 2/258 3349
/proc/meminfo: memFree=23654160/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=43816 CPUtime=0.04 cores=0-7
/proc/3349/stat : 3349 (python) R 3347 3349 2634 0 -1 4202496 1826 0 0 0 3 1 0 0 25 0 1 0 549616936 44867584 1650 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516528221 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3349/statm: 10954 1676 467 364 0 1219 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43816

[startup+0.100466 s]
/proc/loadavg: 0.03 0.03 0.00 2/258 3349
/proc/meminfo: memFree=23654160/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=104224 CPUtime=0.07 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 3066 0 0 0 5 2 0 0 17 0 1 0 549616936 106725376 2747 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/3349/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300443 s]
/proc/loadavg: 0.03 0.03 0.00 2/258 3349
/proc/meminfo: memFree=23654160/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=170756 CPUtime=0.23 cores=0-7
/proc/3349/stat : 3349 (python) R 3347 3349 2634 0 -1 4202496 6739 937 1 0 17 6 0 0 18 0 1 0 549616936 174854144 4807 33554432000 4194304 5683644 140734834920224 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3349/statm: 42689 4808 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700343 s]
/proc/loadavg: 0.03 0.03 0.00 2/258 3349
/proc/meminfo: memFree=23654160/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=309856 CPUtime=0.6 cores=0-7
/proc/3349/stat : 3349 (python) R 3347 3349 2634 0 -1 4202496 11848 937 1 0 51 9 0 0 18 0 4 0 549616936 317292544 7218 33554432000 4194304 5683644 140734834920224 18446744073709551615 246520272781 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3349/statm: 77464 7218 1878 364 0 13376 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 309856

[startup+1.50116 s]
/proc/loadavg: 0.11 0.05 0.01 9/283 3383
/proc/meminfo: memFree=23597144/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=360748 CPUtime=0.78 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 15701 937 1 0 67 11 0 0 25 0 9 0 549616936 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3349/statm: 90187 7178 1889 364 0 26084 0
[pid=3358] ppid=3349 vsize=278452 CPUtime=0 cores=0-7
/proc/3358/stat : 3358 (python) S 3349 3349 2634 0 -1 4202560 728 0 0 0 0 0 0 0 19 0 1 0 549616995 285134848 5545 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854287 0 0 16781312 514 10193699024121364479 0 0 17 7 0 0 0
/proc/3358/statm: 69613 5545 354 364 0 5531 0
[pid=3361] ppid=3358 vsize=1017800 CPUtime=0.9 cores=0-7
/proc/3361/stat : 3361 (gnovelty+2) R 3358 3361 3361 0 -1 4202496 424 0 0 0 90 0 0 0 23 0 1 0 549616995 1042227200 162 33554432000 134512640 135663704 4289529344 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3361/statm: 254450 162 113 282 0 254166 0
[pid=3362] ppid=3349 vsize=289224 CPUtime=0 cores=0-7
/proc/3362/stat : 3362 (python) S 3349 3349 2634 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 549616999 296165376 5664 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 972240962132607233 0 0 17 2 0 0 0
/proc/3362/statm: 72306 5664 348 364 0 8221 0
[pid=3365] ppid=3362 vsize=1416 CPUtime=0.86 cores=0-7
/proc/3365/stat : 3365 (march_hi) R 3362 3365 3365 0 -1 4202496 475 0 0 0 86 0 0 0 18 0 1 0 549616999 1449984 210 33554432000 4194304 4955518 140733599364928 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3365/statm: 354 210 106 186 0 167 0
[pid=3366] ppid=3349 vsize=299612 CPUtime=0 cores=0-7
/proc/3366/stat : 3366 (python) S 3349 3349 2634 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 549617003 306802688 5684 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10308502056834400516 0 0 17 4 0 0 0
/proc/3366/statm: 74903 5684 348 364 0 10815 0
[pid=3368] ppid=3366 vsize=1416 CPUtime=0.82 cores=0-7
/proc/3368/stat : 3368 (march_hi) R 3366 3368 3368 0 -1 4202496 475 0 0 0 82 0 0 0 25 0 1 0 549617003 1449984 209 33554432000 4194304 4955518 140734311621168 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3368/statm: 354 209 106 186 0 167 0
[pid=3369] ppid=3349 vsize=309868 CPUtime=0 cores=0-7
/proc/3369/stat : 3369 (python) S 3349 3349 2634 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 549617007 317304832 5688 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 13760432006376685825 0 0 17 0 0 0 0
/proc/3369/statm: 77467 5688 348 364 0 13376 0
[pid=3371] ppid=3369 vsize=1416 CPUtime=0.77 cores=0-7
/proc/3371/stat : 3371 (march_hi) R 3369 3371 3371 0 -1 4202496 471 0 0 0 77 0 0 0 22 0 1 0 549617007 1449984 209 33554432000 4194304 4955518 140734240874384 18446744073709551615 4306973 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3371/statm: 354 209 106 186 0 167 0
[pid=3372] ppid=3349 vsize=320124 CPUtime=0 cores=0-7
/proc/3372/stat : 3372 (python) S 3349 3349 2634 0 -1 4202560 761 0 0 0 0 0 0 0 19 0 1 0 549617011 327806976 5692 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 4027471514419855359 0 0 17 4 0 0 0
/proc/3372/statm: 80031 5692 348 364 0 15937 0
[pid=3374] ppid=3372 vsize=1017800 CPUtime=0.74 cores=0-7
/proc/3374/stat : 3374 (gnovelty+2) R 3372 3374 3374 0 -1 4202496 428 0 0 0 74 0 0 0 22 0 1 0 549617011 1042227200 162 33554432000 134512640 135663704 4290123728 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3374/statm: 254450 162 113 282 0 254166 0
[pid=3375] ppid=3349 vsize=330380 CPUtime=0 cores=0-7
/proc/3375/stat : 3375 (python) S 3349 3349 2634 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 549617015 338309120 5703 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 3969065456752361731 0 0 17 0 0 0 0
/proc/3375/statm: 82595 5703 348 364 0 18498 0
[pid=3377] ppid=3375 vsize=1416 CPUtime=0.66 cores=0-7
/proc/3377/stat : 3377 (march_hi) R 3375 3377 3377 0 -1 4202496 473 0 0 0 66 0 0 0 25 0 1 0 549617015 1449984 209 33554432000 4194304 4955518 140735774403424 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3377/statm: 354 209 106 186 0 167 0
[pid=3378] ppid=3349 vsize=340636 CPUtime=0 cores=0-7
/proc/3378/stat : 3378 (python) S 3349 3349 2634 0 -1 4202560 787 0 0 0 0 0 0 0 17 0 1 0 549617019 348811264 5707 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 5602270257600233729 0 0 17 2 0 0 0
/proc/3378/statm: 85159 5707 348 364 0 21059 0
[pid=3380] ppid=3378 vsize=1416 CPUtime=0.64 cores=0-7
/proc/3380/stat : 3380 (march_hi) R 3378 3380 3380 0 -1 4202496 475 0 0 0 64 0 0 0 25 0 1 0 549617019 1449984 209 33554432000 4194304 4955518 140736034102432 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3380/statm: 354 209 106 186 0 167 0
[pid=3381] ppid=3349 vsize=350504 CPUtime=0 cores=0-7
/proc/3381/stat : 3381 (python) S 3349 3349 2634 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 549617023 358916096 5639 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 2182301887011717377 0 0 17 0 0 0 0
/proc/3381/statm: 87626 5639 354 364 0 23523 0
[pid=3383] ppid=3381 vsize=1416 CPUtime=0.43 cores=0-7
/proc/3383/stat : 3383 (march_hi) R 3381 3383 3383 0 -1 4202496 482 0 0 0 43 0 0 0 25 0 1 0 549617024 1449984 210 33554432000 4194304 4955518 140734582384528 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3383/statm: 354 210 106 186 0 167 0
[pid=3349/tid=3359] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3359/stat : 3359 (python) S 3347 3349 2634 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 549616995 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 7 0 0 0
[pid=3349/tid=3364] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3364/stat : 3364 (python) S 3347 3349 2634 0 -1 4202560 21 937 0 0 0 0 0 0 21 0 9 0 549616999 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 6 0 0 0
[pid=3349/tid=3367] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3367/stat : 3367 (python) S 3347 3349 2634 0 -1 4202560 18 937 0 0 0 0 0 0 23 0 9 0 549617003 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3370] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3370/stat : 3370 (python) S 3347 3349 2634 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 549617007 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3373] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3373/stat : 3373 (python) S 3347 3349 2634 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 549617011 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3376] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3376/stat : 3376 (python) S 3347 3349 2634 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 549617015 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3379] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3379/stat : 3379 (python) S 3347 3349 2634 0 -1 4202560 28 937 0 0 0 0 0 0 24 0 9 0 549617019 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 2 0 0 0
[pid=3349/tid=3382] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3382/stat : 3382 (python) S 3347 3349 2634 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 549617023 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 4923644

[startup+3.10087 s]
/proc/loadavg: 0.11 0.05 0.01 9/283 3383
/proc/meminfo: memFree=23598012/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=360748 CPUtime=0.78 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 15701 937 1 0 67 11 0 0 25 0 9 0 549616936 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3349/statm: 90187 7178 1889 364 0 26084 0
[pid=3358] ppid=3349 vsize=278452 CPUtime=0 cores=0-7
/proc/3358/stat : 3358 (python) S 3349 3349 2634 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 549616995 285134848 5545 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854287 0 0 16781312 514 10193699024121331970 0 0 17 7 0 0 0
/proc/3358/statm: 69613 5545 354 364 0 5531 0
[pid=3361] ppid=3358 vsize=1017800 CPUtime=2.5 cores=0-7
/proc/3361/stat : 3361 (gnovelty+2) R 3358 3361 3361 0 -1 4202496 424 0 0 0 250 0 0 0 25 0 1 0 549616995 1042227200 162 33554432000 134512640 135663704 4289529344 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3361/statm: 254450 162 113 282 0 254166 0
[pid=3362] ppid=3349 vsize=289224 CPUtime=0 cores=0-7
/proc/3362/stat : 3362 (python) S 3349 3349 2634 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549616999 296165376 5664 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 972240962132607233 0 0 17 2 0 0 0
/proc/3362/statm: 72306 5664 348 364 0 8221 0
[pid=3365] ppid=3362 vsize=1416 CPUtime=2.46 cores=0-7
/proc/3365/stat : 3365 (march_hi) R 3362 3365 3365 0 -1 4202496 476 0 0 0 246 0 0 0 22 0 1 0 549616999 1449984 211 33554432000 4194304 4955518 140733599364928 18446744073709551615 4296785 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3365/statm: 354 211 106 186 0 167 0
[pid=3366] ppid=3349 vsize=299612 CPUtime=0 cores=0-7
/proc/3366/stat : 3366 (python) S 3349 3349 2634 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 549617003 306802688 5684 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10308502056834400516 0 0 17 4 0 0 0
/proc/3366/statm: 74903 5684 348 364 0 10815 0
[pid=3368] ppid=3366 vsize=1416 CPUtime=2.42 cores=0-7
/proc/3368/stat : 3368 (march_hi) R 3366 3368 3368 0 -1 4202496 476 0 0 0 242 0 0 0 25 0 1 0 549617003 1449984 210 33554432000 4194304 4955518 140734311621168 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3368/statm: 354 210 106 186 0 167 0
[pid=3369] ppid=3349 vsize=309868 CPUtime=0 cores=0-7
/proc/3369/stat : 3369 (python) S 3349 3349 2634 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 549617007 317304832 5688 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 13760432006376685825 0 0 17 0 0 0 0
/proc/3369/statm: 77467 5688 348 364 0 13376 0
[pid=3371] ppid=3369 vsize=1416 CPUtime=2.36 cores=0-7
/proc/3371/stat : 3371 (march_hi) R 3369 3371 3371 0 -1 4202496 472 0 0 0 236 0 0 0 25 0 1 0 549617007 1449984 210 33554432000 4194304 4955518 140734240874384 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3371/statm: 354 210 106 186 0 167 0
[pid=3372] ppid=3349 vsize=320124 CPUtime=0 cores=0-7
/proc/3372/stat : 3372 (python) S 3349 3349 2634 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 549617011 327806976 5692 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 4027471514419822849 0 0 17 4 0 0 0
/proc/3372/statm: 80031 5692 348 364 0 15937 0
[pid=3374] ppid=3372 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/3374/stat : 3374 (gnovelty+2) R 3372 3374 3374 0 -1 4202496 428 0 0 0 234 0 0 0 25 0 1 0 549617011 1042227200 162 33554432000 134512640 135663704 4290123728 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3374/statm: 254450 162 113 282 0 254166 0
[pid=3375] ppid=3349 vsize=330380 CPUtime=0 cores=0-7
/proc/3375/stat : 3375 (python) S 3349 3349 2634 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 549617015 338309120 5703 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 3969065456752361731 0 0 17 0 0 0 0
/proc/3375/statm: 82595 5703 348 364 0 18498 0
[pid=3377] ppid=3375 vsize=1416 CPUtime=2.26 cores=0-7
/proc/3377/stat : 3377 (march_hi) R 3375 3377 3377 0 -1 4202496 474 0 0 0 226 0 0 0 25 0 1 0 549617015 1449984 210 33554432000 4194304 4955518 140735774403424 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3377/statm: 354 210 106 186 0 167 0
[pid=3378] ppid=3349 vsize=340636 CPUtime=0 cores=0-7
/proc/3378/stat : 3378 (python) S 3349 3349 2634 0 -1 4202560 795 0 0 0 0 0 0 0 15 0 1 0 549617019 348811264 5707 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10259138382793769217 0 0 17 2 0 0 0
/proc/3378/statm: 85159 5707 348 364 0 21059 0
[pid=3380] ppid=3378 vsize=1416 CPUtime=2.23 cores=0-7
/proc/3380/stat : 3380 (march_hi) R 3378 3380 3380 0 -1 4202496 476 0 0 0 223 0 0 0 25 0 1 0 549617019 1449984 210 33554432000 4194304 4955518 140736034102432 18446744073709551615 4224487 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3380/statm: 354 210 106 186 0 167 0
[pid=3381] ppid=3349 vsize=350504 CPUtime=0 cores=0-7
/proc/3381/stat : 3381 (python) S 3349 3349 2634 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 549617023 358916096 5639 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 5602270266190168321 0 0 17 0 0 0 0
/proc/3381/statm: 87626 5639 354 364 0 23523 0
[pid=3383] ppid=3381 vsize=1416 CPUtime=2.02 cores=0-7
/proc/3383/stat : 3383 (march_hi) R 3381 3383 3383 0 -1 4202496 482 0 0 0 202 0 0 0 25 0 1 0 549617024 1449984 210 33554432000 4194304 4955518 140734582384528 18446744073709551615 4224427 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3383/statm: 354 210 106 186 0 167 0
[pid=3349/tid=3359] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3359/stat : 3359 (python) S 3347 3349 2634 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 549616995 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 7 0 0 0
[pid=3349/tid=3364] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3364/stat : 3364 (python) S 3347 3349 2634 0 -1 4202560 21 937 0 0 0 0 0 0 21 0 9 0 549616999 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 6 0 0 0
[pid=3349/tid=3367] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3367/stat : 3367 (python) S 3347 3349 2634 0 -1 4202560 18 937 0 0 0 0 0 0 23 0 9 0 549617003 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3370] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3370/stat : 3370 (python) S 3347 3349 2634 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 549617007 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3373] ppid=3347 vsize=360748 CPUtime=0 cores=0-7

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

/proc/3349/task/3370/stat : 3370 (python) S 3347 3349 2634 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 549617007 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3373] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3373/stat : 3373 (python) S 3347 3349 2634 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 549617011 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3376] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3376/stat : 3376 (python) S 3347 3349 2634 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 549617015 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3379] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3379/stat : 3379 (python) S 3347 3349 2634 0 -1 4202560 28 937 0 0 0 0 0 0 24 0 9 0 549617019 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 2 0 0 0
[pid=3349/tid=3382] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3382/stat : 3382 (python) S 3347 3349 2634 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 549617023 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.88
Current children cumulated vsize (KiB) 4923644

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

[startup+7.10114 s]
/proc/loadavg: 0.74 0.18 0.05 9/283 3383
/proc/meminfo: memFree=23596524/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=360748 CPUtime=0.78 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 15701 937 1 0 67 11 0 0 25 0 9 0 549616936 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3349/statm: 90187 7178 1889 364 0 26084 0
[pid=3358] ppid=3349 vsize=278452 CPUtime=0 cores=0-7
/proc/3358/stat : 3358 (python) S 3349 3349 2634 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 549616995 285134848 5567 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854287 0 0 16781312 514 10193699024121331970 0 0 17 7 0 0 0
/proc/3358/statm: 69613 5567 376 364 0 5531 0
[pid=3361] ppid=3358 vsize=1017800 CPUtime=6.5 cores=0-7
/proc/3361/stat : 3361 (gnovelty+2) R 3358 3361 3361 0 -1 4202496 424 0 0 0 650 0 0 0 25 0 1 0 549616995 1042227200 162 33554432000 134512640 135663704 4289529344 18446744073709551615 135007680 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3361/statm: 254450 162 113 282 0 254166 0
[pid=3362] ppid=3349 vsize=289224 CPUtime=0.01 cores=0-7
/proc/3362/stat : 3362 (python) S 3349 3349 2634 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 549616999 296165376 5686 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 972240962132607233 0 0 17 2 0 0 0
/proc/3362/statm: 72306 5686 370 364 0 8221 0
[pid=3365] ppid=3362 vsize=1416 CPUtime=6.46 cores=0-7
/proc/3365/stat : 3365 (march_hi) R 3362 3365 3365 0 -1 4202496 488 0 0 0 646 0 0 0 25 0 1 0 549616999 1449984 223 33554432000 4194304 4955518 140733599364928 18446744073709551615 4208802 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3365/statm: 354 223 106 186 0 167 0
[pid=3366] ppid=3349 vsize=299612 CPUtime=0.01 cores=0-7
/proc/3366/stat : 3366 (python) S 3349 3349 2634 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 549617003 306802688 5706 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10308502056834400516 0 0 17 4 0 0 0
/proc/3366/statm: 74903 5706 370 364 0 10815 0
[pid=3368] ppid=3366 vsize=1416 CPUtime=6.39 cores=0-7
/proc/3368/stat : 3368 (march_hi) R 3366 3368 3368 0 -1 4202496 488 0 0 0 639 0 0 0 25 0 1 0 549617003 1449984 222 33554432000 4194304 4955518 140734311621168 18446744073709551615 4346537 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3368/statm: 354 222 106 186 0 167 0
[pid=3369] ppid=3349 vsize=309868 CPUtime=0 cores=0-7
/proc/3369/stat : 3369 (python) S 3349 3349 2634 0 -1 4202560 947 0 0 0 0 0 0 0 15 0 1 0 549617007 317304832 5710 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 13760432006376685825 0 0 17 7 0 0 0
/proc/3369/statm: 77467 5710 370 364 0 13376 0
[pid=3371] ppid=3369 vsize=1416 CPUtime=6.31 cores=0-7
/proc/3371/stat : 3371 (march_hi) R 3369 3371 3371 0 -1 4202496 483 0 0 0 631 0 0 0 25 0 1 0 549617007 1449984 221 33554432000 4194304 4955518 140734240874384 18446744073709551615 4297532 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3371/statm: 354 221 106 186 0 167 0
[pid=3372] ppid=3349 vsize=320124 CPUtime=0 cores=0-7
/proc/3372/stat : 3372 (python) S 3349 3349 2634 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 549617011 327806976 5714 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 4027471514419822849 0 0 17 4 0 0 0
/proc/3372/statm: 80031 5714 370 364 0 15937 0
[pid=3374] ppid=3372 vsize=1017800 CPUtime=6.34 cores=0-7
/proc/3374/stat : 3374 (gnovelty+2) R 3372 3374 3374 0 -1 4202496 428 0 0 0 634 0 0 0 25 0 1 0 549617011 1042227200 162 33554432000 134512640 135663704 4290123728 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3374/statm: 254450 162 113 282 0 254166 0
[pid=3375] ppid=3349 vsize=330380 CPUtime=0 cores=0-7
/proc/3375/stat : 3375 (python) S 3349 3349 2634 0 -1 4202560 957 0 0 0 0 0 0 0 15 0 1 0 549617015 338309120 5726 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 3969065456752361731 0 0 17 1 0 0 0
/proc/3375/statm: 82595 5726 371 364 0 18498 0
[pid=3377] ppid=3375 vsize=1416 CPUtime=6.26 cores=0-7
/proc/3377/stat : 3377 (march_hi) R 3375 3377 3377 0 -1 4202496 485 0 0 0 626 0 0 0 25 0 1 0 549617015 1449984 221 33554432000 4194304 4955518 140735774403424 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3377/statm: 354 221 106 186 0 167 0
[pid=3378] ppid=3349 vsize=340636 CPUtime=0.01 cores=0-7
/proc/3378/stat : 3378 (python) S 3349 3349 2634 0 -1 4202560 959 0 0 0 1 0 0 0 15 0 1 0 549617019 348811264 5730 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10259138382793769217 0 0 17 2 0 0 0
/proc/3378/statm: 85159 5730 371 364 0 21059 0
[pid=3380] ppid=3378 vsize=1416 CPUtime=6.2 cores=0-7
/proc/3380/stat : 3380 (march_hi) R 3378 3380 3380 0 -1 4202496 487 0 0 0 620 0 0 0 25 0 1 0 549617019 1449984 221 33554432000 4194304 4955518 140736034102432 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3380/statm: 354 221 106 186 0 167 0
[pid=3381] ppid=3349 vsize=350504 CPUtime=0.01 cores=0-7
/proc/3381/stat : 3381 (python) S 3349 3349 2634 0 -1 4202560 998 0 0 0 1 0 0 0 15 0 1 0 549617023 358916096 5662 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 2182301887011717377 0 0 17 0 0 0 0
/proc/3381/statm: 87626 5662 377 364 0 23523 0
[pid=3383] ppid=3381 vsize=1416 CPUtime=5.98 cores=0-7
/proc/3383/stat : 3383 (march_hi) R 3381 3383 3383 0 -1 4202496 493 0 0 0 598 0 0 0 25 0 1 0 549617024 1449984 221 33554432000 4194304 4955518 140734582384528 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3383/statm: 354 221 106 186 0 167 0
[pid=3349/tid=3359] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3359/stat : 3359 (python) S 3347 3349 2634 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 549616995 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 7 0 0 0
[pid=3349/tid=3364] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3364/stat : 3364 (python) S 3347 3349 2634 0 -1 4202560 21 937 0 0 0 0 0 0 21 0 9 0 549616999 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 6 0 0 0
[pid=3349/tid=3367] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3367/stat : 3367 (python) S 3347 3349 2634 0 -1 4202560 18 937 0 0 0 0 0 0 23 0 9 0 549617003 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3370] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3370/stat : 3370 (python) S 3347 3349 2634 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 549617007 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3373] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3373/stat : 3373 (python) S 3347 3349 2634 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 549617011 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3376] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3376/stat : 3376 (python) S 3347 3349 2634 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 549617015 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3379] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3379/stat : 3379 (python) S 3347 3349 2634 0 -1 4202560 28 937 0 0 0 0 0 0 24 0 9 0 549617019 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 2 0 0 0
[pid=3349/tid=3382] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3382/stat : 3382 (python) S 3347 3349 2634 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 549617023 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (KiB) 4923644

[startup+7.50107 s]
/proc/loadavg: 0.74 0.18 0.05 9/283 3383
/proc/meminfo: memFree=23596524/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=360748 CPUtime=0.78 cores=0-7
/proc/3349/stat : 3349 (python) S 3347 3349 2634 0 -1 4202496 15701 937 1 0 67 11 0 0 25 0 9 0 549616936 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3349/statm: 90187 7178 1889 364 0 26084 0
[pid=3358] ppid=3349 vsize=278452 CPUtime=0 cores=0-7
/proc/3358/stat : 3358 (python) S 3349 3349 2634 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 549616995 285134848 5567 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854287 0 0 16781312 514 10193699024121331970 0 0 17 7 0 0 0
/proc/3358/statm: 69613 5567 376 364 0 5531 0
[pid=3361] ppid=3358 vsize=1017800 CPUtime=6.9 cores=0-7
/proc/3361/stat : 3361 (gnovelty+2) R 3358 3361 3361 0 -1 4202496 424 0 0 0 690 0 0 0 25 0 1 0 549616995 1042227200 162 33554432000 134512640 135663704 4289529344 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3361/statm: 254450 162 113 282 0 254166 0
[pid=3362] ppid=3349 vsize=289224 CPUtime=0.01 cores=0-7
/proc/3362/stat : 3362 (python) S 3349 3349 2634 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 1 0 549616999 296165376 5686 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 972240962132607233 0 0 17 2 0 0 0
/proc/3362/statm: 72306 5686 370 364 0 8221 0
[pid=3365] ppid=3362 vsize=1552 CPUtime=6.86 cores=0-7
/proc/3365/stat : 3365 (march_hi) R 3362 3365 3365 0 -1 4202496 512 0 0 0 686 0 0 0 25 0 1 0 549616999 1589248 247 33554432000 4194304 4955518 140733599364928 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3365/statm: 388 247 106 186 0 201 0
[pid=3366] ppid=3349 vsize=299612 CPUtime=0.01 cores=0-7
/proc/3366/stat : 3366 (python) S 3349 3349 2634 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 549617003 306802688 5706 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 10308502056834400516 0 0 17 4 0 0 0
/proc/3366/statm: 74903 5706 370 364 0 10815 0
[pid=3368] ppid=3366 vsize=1552 CPUtime=6.78 cores=0-7
/proc/3368/stat : 3368 (march_hi) R 3366 3368 3368 0 -1 4202496 512 0 0 0 678 0 0 0 25 0 1 0 549617003 1589248 246 33554432000 4194304 4955518 140734311621168 18446744073709551615 4297135 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3368/statm: 388 246 106 186 0 201 0
[pid=3369] ppid=3349 vsize=309868 CPUtime=0.01 cores=0-7
/proc/3369/stat : 3369 (python) S 3349 3349 2634 0 -1 4202560 947 0 0 0 1 0 0 0 15 0 1 0 549617007 317304832 5710 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 13760432006376685825 0 0 17 7 0 0 0
/proc/3369/statm: 77467 5710 370 364 0 13376 0
[pid=3371] ppid=3369 vsize=1416 CPUtime=6.71 cores=0-7
/proc/3371/stat : 3371 (march_hi) R 3369 3371 3371 0 -1 4202496 484 0 0 0 671 0 0 0 25 0 1 0 549617007 1449984 222 33554432000 4194304 4955518 140734240874384 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3371/statm: 354 222 106 186 0 167 0
[pid=3372] ppid=3349 vsize=320124 CPUtime=0 cores=0-7
/proc/3372/stat : 3372 (python) S 3349 3349 2634 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 549617011 327806976 5714 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 4027471514419822849 0 0 17 4 0 0 0
/proc/3372/statm: 80031 5714 370 364 0 15937 0
[pid=3374] ppid=3372 vsize=1017800 CPUtime=6.74 cores=0-7
/proc/3374/stat : 3374 (gnovelty+2) R 3372 3374 3374 0 -1 4202496 428 0 0 0 674 0 0 0 25 0 1 0 549617011 1042227200 162 33554432000 134512640 135663704 4290123728 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3374/statm: 254450 162 113 282 0 254166 0
[pid=3375] ppid=3349 vsize=330380 CPUtime=0.01 cores=0-7
/proc/3375/stat : 3375 (python) S 3349 3349 2634 0 -1 4202560 957 0 0 0 1 0 0 0 15 0 1 0 549617015 338309120 5726 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 3969065456752361731 0 0 17 1 0 0 0
/proc/3375/statm: 82595 5726 371 364 0 18498 0
[pid=3377] ppid=3375 vsize=1416 CPUtime=6.66 cores=0-7
/proc/3377/stat : 3377 (march_hi) R 3375 3377 3377 0 -1 4202496 486 0 0 0 666 0 0 0 25 0 1 0 549617015 1449984 222 33554432000 4194304 4955518 140735774403424 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3377/statm: 354 222 106 186 0 167 0
[pid=3378] ppid=3349 vsize=340636 CPUtime=0.01 cores=0-7
/proc/3378/stat : 3378 (python) S 3349 3349 2634 0 -1 4202560 959 0 0 0 1 0 0 0 15 0 1 0 549617019 348811264 5730 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 5602270283370037505 0 0 17 2 0 0 0
/proc/3378/statm: 85159 5730 371 364 0 21059 0
[pid=3380] ppid=3378 vsize=1416 CPUtime=6.6 cores=0-7
/proc/3380/stat : 3380 (march_hi) R 3378 3380 3380 0 -1 4202496 488 0 0 0 660 0 0 0 25 0 1 0 549617019 1449984 222 33554432000 4194304 4955518 140736034102432 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3380/statm: 354 222 106 186 0 167 0
[pid=3381] ppid=3349 vsize=350504 CPUtime=0.02 cores=0-7
/proc/3381/stat : 3381 (python) S 3349 3349 2634 0 -1 4202560 998 0 0 0 2 0 0 0 15 0 1 0 549617023 358916096 5662 33554432000 4194304 5683644 140734834920224 18446744073709551615 246516854342 0 0 16781312 514 2182301887011717377 0 0 17 0 0 0 0
/proc/3381/statm: 87626 5662 377 364 0 23523 0
[pid=3383] ppid=3381 vsize=1416 CPUtime=6.37 cores=0-7
/proc/3383/stat : 3383 (march_hi) R 3381 3383 3383 0 -1 4202496 495 0 0 0 637 0 0 0 25 0 1 0 549617024 1449984 223 33554432000 4194304 4955518 140734582384528 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3383/statm: 354 223 106 186 0 167 0
[pid=3349/tid=3359] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3359/stat : 3359 (python) S 3347 3349 2634 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 549616995 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 7 0 0 0
[pid=3349/tid=3364] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3364/stat : 3364 (python) S 3347 3349 2634 0 -1 4202560 21 937 0 0 0 0 0 0 21 0 9 0 549616999 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 6 0 0 0
[pid=3349/tid=3367] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3367/stat : 3367 (python) S 3347 3349 2634 0 -1 4202560 18 937 0 0 0 0 0 0 23 0 9 0 549617003 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3370] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3370/stat : 3370 (python) S 3347 3349 2634 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 549617007 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3373] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3373/stat : 3373 (python) S 3347 3349 2634 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 549617011 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 4 0 0 0
[pid=3349/tid=3376] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3376/stat : 3376 (python) S 3347 3349 2634 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 549617015 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
[pid=3349/tid=3379] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3379/stat : 3379 (python) S 3347 3349 2634 0 -1 4202560 28 937 0 0 0 0 0 0 24 0 9 0 549617019 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 2 0 0 0
[pid=3349/tid=3382] ppid=3347 vsize=360748 CPUtime=0 cores=0-7
/proc/3349/task/3382/stat : 3382 (python) S 3347 3349 2634 0 -1 4202560 32 937 0 0 0 0 0 0 25 0 9 0 549617023 369405952 7178 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 2 18446604453328267200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.47
Current children cumulated vsize (KiB) 4923916

[startup+7.60106 s]
/proc/loadavg: 0.74 0.18 0.05 2/260 3384
/proc/meminfo: memFree=23629976/32951124 swapFree=65796668/67111528
[pid=3349] ppid=3347 vsize=319668 CPUtime=55.37 cores=0-7
/proc/3349/stat : 3349 (python) R 3347 3349 2634 0 -1 4202496 17878 12871 1 0 67 11 5451 8 17 0 2 0 549616936 327340032 7147 33554432000 4194304 5683644 140734834920224 18446744073709551615 5114130 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/3349/statm: 79917 7147 1874 364 0 15840 0
[pid=3349/tid=3364] ppid=3347 vsize=319668 CPUtime=54.59 cores=0-7
/proc/3349/task/3364/stat : 3364 (python) S 3347 3349 2634 0 -1 4202560 22 12871 0 0 0 0 5451 8 18 0 2 0 549616999 327340032 7148 33554432000 4194304 5683644 140734834920224 18446744073709551615 246528657841 0 0 16781312 0 18446604453328267200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.37
Current children cumulated vsize (KiB) 319668

Child status: 0
Real time (s): 7.61952
CPU time (s): 55.4086
CPU user time (s): 55.1996
CPU system time (s): 0.208968
CPU usage (%): 727.192
Max. virtual memory (cumulated for all children) (KiB): 4923916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.1996
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32960
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= 3526
involuntary context switches= 2695

runsolver used 0.027995 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-03 01:49:47
IDJOB=3322310
IDBENCH=83088
IDSOLVER=1712
FILE ID=node134/3322310-1304380187
RUNJOBID= node134-1304369188-2648
PBS_JOBID= 13181770
Free space on /tmp= 73136 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1431779634-058.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-3322310-1304380187/watcher-3322310-1304380187 -o /tmp/evaluation-result-3322310-1304380187/solver-3322310-1304380187 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322310-1304380187.cnf -seed 342778705 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=342778705

node134.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.831
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.66
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23654564 kB
Buffers:        242740 kB
Cached:        1151244 kB
SwapCached:       8900 kB
Active:        5689164 kB
Inactive:      3273864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23654564 kB
SwapTotal:    67111528 kB
SwapFree:     65796668 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:     7562600 kB
Mapped:          20724 kB
Slab:           236100 kB
PageTables:      31428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38901884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node134 at 2011-05-03 01:49:55