Trace number 3385539

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)SAT 27.5668 5.08077

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S2143190124-085.SATISFIABLE.cnf
MD5SUM2cb285a396d74446b485c2112c34e09c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.04769
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

0.33/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3385539-1305567869.cnf
0.33/0.45	c INFO: computing task features
0.33/0.49	c INFO: computed variable-clause graph statistics
0.33/0.49	c INFO: computed clause balance statistics
0.61/0.73	c INFO: computed variable balance statistics
0.71/0.81	c INFO: computed small-clause counts
0.71/0.82	c INFO: computed Horn-clause counts
0.71/0.82	c INFO: computed variable graph statistics
0.71/0.82	c INFO: collected features for HOME/instance-3385539-1305567869.cnf in 0.37 s
0.71/0.85	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.52)
0.71/0.88	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.81/0.91	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.81/0.94	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.81/0.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.81/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
1.36/1.04	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.36/1.07	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.09)
27.07/5.05	s SATISFIABLE
27.07/5.05	v 1 2 3 4 5 -6 7 -8 9 10 -11 12 13 -14 -15 16 -17 18 19 -20 -21 22 23 24 25 -26 -27 28 29 30 -31 32 -33 -34 -35 36 37 -38 39 40 41 42 43 -44 45 -46 -47 48 -49 50 -51 -52 -53 -54 -55 -56 57 58 -59 -60 -61 -62 63 -64 65 -66 -67 -68 -69 -70 0

Verifier Data

OK

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-3385539-1305567869/watcher-3385539-1305567869 -o /tmp/evaluation-result-3385539-1305567869/solver-3385539-1305567869 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385539-1305567869.cnf -seed 1403207939 -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: 8.45 9.33 8.84 4/500 24388
/proc/meminfo: memFree=24071736/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=16248 CPUtime=0.01 cores=0-7
/proc/24388/stat : 24388 (python) R 24386 24388 23657 0 -1 4202496 1063 0 0 0 1 0 0 0 24 0 1 0 668389501 16637952 935 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634515200 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/24388/statm: 4062 935 381 364 0 549 0

[startup+0.0787149 s]
/proc/loadavg: 8.45 9.33 8.84 4/500 24388
/proc/meminfo: memFree=24071736/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=85624 CPUtime=0.05 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 668389501 87678976 2348 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/24388/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.100713 s]
/proc/loadavg: 8.45 9.33 8.84 4/500 24388
/proc/meminfo: memFree=24071736/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=104616 CPUtime=0.07 cores=0-7
/proc/24388/stat : 24388 (python) R 24386 24388 23657 0 -1 4202496 3143 0 0 0 5 2 0 0 17 0 1 0 668389501 107126784 2821 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/24388/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300677 s]
/proc/loadavg: 8.45 9.33 8.84 4/500 24388
/proc/meminfo: memFree=24071736/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=198920 CPUtime=0.24 cores=0-7
/proc/24388/stat : 24388 (python) R 24386 24388 23657 0 -1 4202496 7016 938 1 0 16 8 0 0 18 0 1 0 668389501 203694080 5053 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634172470 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/24388/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700616 s]
/proc/loadavg: 8.45 9.33 8.84 4/500 24388
/proc/meminfo: memFree=24071736/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=279752 CPUtime=0.61 cores=0-7
/proc/24388/stat : 24388 (python) R 24386 24388 23657 0 -1 4202496 10026 938 1 0 51 10 0 0 18 0 1 0 668389501 286466048 7322 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634173814 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/24388/statm: 69938 7322 1826 364 0 5862 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279752

[startup+1.50143 s]
/proc/loadavg: 8.45 9.33 8.84 10/516 24408
/proc/meminfo: memFree=24024364/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=361428 CPUtime=0.97 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 16475 938 1 0 86 11 0 0 25 0 9 0 668389501 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24388/statm: 90357 7323 1891 364 0 26254 0
[pid=24394] ppid=24388 vsize=278752 CPUtime=0 cores=0-7
/proc/24394/stat : 24394 (python) S 24388 24388 23657 0 -1 4202560 732 0 0 0 0 0 0 0 20 0 1 0 668389587 285442048 5626 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535439 0 0 16781312 514 11665105616585621503 0 0 17 1 0 0 0
/proc/24394/statm: 69688 5626 354 364 0 5606 0
[pid=24396] ppid=24394 vsize=1018076 CPUtime=0.64 cores=0-7
/proc/24396/stat : 24396 (gnovelty+2) R 24394 24396 24396 0 -1 4202496 532 0 0 0 64 0 0 0 24 0 1 0 668389587 1042509824 266 33554432000 134512640 135663704 4294947120 18446744073709551615 134524984 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24396/statm: 254519 266 113 282 0 254235 0
[pid=24397] ppid=24388 vsize=289412 CPUtime=0 cores=0-7
/proc/24397/stat : 24397 (python) S 24388 24388 23657 0 -1 4202560 739 0 0 0 0 0 0 0 21 0 1 0 668389589 296357888 5710 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 14378253362460098559 0 0 17 6 0 0 0
/proc/24397/statm: 72353 5710 348 364 0 8268 0
[pid=24399] ppid=24397 vsize=1018076 CPUtime=0.59 cores=0-7
/proc/24399/stat : 24399 (gnovelty+2) R 24397 24399 24399 0 -1 4202496 526 0 0 0 59 0 0 0 25 0 1 0 668389590 1042509824 266 33554432000 134512640 135663704 4294706016 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24399/statm: 254519 266 113 282 0 254235 0
[pid=24400] ppid=24388 vsize=299164 CPUtime=0 cores=0-7
/proc/24400/stat : 24400 (python) S 24388 24388 23657 0 -1 4202560 720 0 0 0 0 0 0 0 19 0 1 0 668389593 306343936 5599 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 12894531140253122559 0 0 17 0 0 0 0
/proc/24400/statm: 74791 5599 344 364 0 10703 0
[pid=24402] ppid=24400 vsize=416784 CPUtime=0.58 cores=0-7
/proc/24402/stat : 24402 (adaptg2wsat2009) R 24400 24402 24402 0 -1 4202496 606 0 0 0 58 0 0 0 22 0 1 0 668389593 426786816 341 33554432000 134512640 135107411 4292056480 18446744073709551615 134523503 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24402/statm: 104196 341 49 146 0 103072 0
[pid=24403] ppid=24388 vsize=310024 CPUtime=0 cores=0-7
/proc/24403/stat : 24403 (python) S 24388 24388 23657 0 -1 4202560 729 0 0 0 0 0 0 0 21 0 1 0 668389596 317464576 5722 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 6729586210865414143 0 0 17 6 0 0 0
/proc/24403/statm: 77506 5722 344 364 0 13415 0
[pid=24405] ppid=24403 vsize=416784 CPUtime=0.41 cores=0-7
/proc/24405/stat : 24405 (adaptg2wsat2009) R 24403 24405 24405 0 -1 4202496 604 0 0 0 41 0 0 0 25 0 1 0 668389596 426786816 341 33554432000 134512640 135107411 4291190768 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24405/statm: 104196 341 49 146 0 103072 0
[pid=24406] ppid=24388 vsize=320280 CPUtime=0 cores=0-7
/proc/24406/stat : 24406 (python) S 24388 24388 23657 0 -1 4202560 734 0 0 0 0 0 0 0 24 0 1 0 668389599 327966720 5743 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 16883013968057073663 0 0 17 0 0 0 0
/proc/24406/statm: 80070 5743 344 364 0 15976 0
[pid=24408] ppid=24406 vsize=416784 CPUtime=0.51 cores=0-7
/proc/24408/stat : 24408 (adaptg2wsat2009) R 24406 24408 24408 0 -1 4202496 606 0 0 0 51 0 0 0 25 0 1 0 668389599 426786816 341 33554432000 134512640 135107411 4289413536 18446744073709551615 134523298 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24408/statm: 104196 341 49 146 0 103072 0
[pid=24388/tid=24395] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24395/stat : 24395 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668389587 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24398] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24398/stat : 24398 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389590 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24401] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24401/stat : 24401 (python) S 24386 24388 23657 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 668389593 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24404] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24404/stat : 24404 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389596 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24407] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24407/stat : 24407 (python) S 24386 24388 23657 0 -1 4202560 26 938 0 0 0 0 0 0 24 0 9 0 668389599 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24410] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24410/stat : 24410 (python) S 24386 24388 23657 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 9 0 668389602 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 5145564

[startup+3.10114 s]
/proc/loadavg: 8.45 9.33 8.84 11/525 24417
/proc/meminfo: memFree=24008032/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=361428 CPUtime=0.97 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 16475 938 1 0 86 11 0 0 25 0 9 0 668389501 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24388/statm: 90357 7323 1891 364 0 26254 0
[pid=24394] ppid=24388 vsize=278752 CPUtime=0 cores=0-7
/proc/24394/stat : 24394 (python) S 24388 24388 23657 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 668389587 285442048 5626 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535439 0 0 16781312 514 11665105616585588993 0 0 17 1 0 0 0
/proc/24394/statm: 69688 5626 354 364 0 5606 0
[pid=24396] ppid=24394 vsize=1018076 CPUtime=2.24 cores=0-7
/proc/24396/stat : 24396 (gnovelty+2) R 24394 24396 24396 0 -1 4202496 532 0 0 0 224 0 0 0 25 0 1 0 668389587 1042509824 266 33554432000 134512640 135663704 4294947120 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24396/statm: 254519 266 113 282 0 254235 0
[pid=24397] ppid=24388 vsize=289412 CPUtime=0 cores=0-7
/proc/24397/stat : 24397 (python) S 24388 24388 23657 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 668389589 296357888 5710 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 14378253362460066050 0 0 17 6 0 0 0
/proc/24397/statm: 72353 5710 348 364 0 8268 0
[pid=24399] ppid=24397 vsize=1018076 CPUtime=2.17 cores=0-7
/proc/24399/stat : 24399 (gnovelty+2) R 24397 24399 24399 0 -1 4202496 526 0 0 0 217 0 0 0 25 0 1 0 668389590 1042509824 266 33554432000 134512640 135663704 4294706016 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24399/statm: 254519 266 113 282 0 254235 0
[pid=24400] ppid=24388 vsize=299164 CPUtime=0 cores=0-7
/proc/24400/stat : 24400 (python) S 24388 24388 23657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668389593 306343936 5603 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 12894531140253090051 0 0 17 0 0 0 0
/proc/24400/statm: 74791 5603 348 364 0 10703 0
[pid=24402] ppid=24400 vsize=416920 CPUtime=1.62 cores=0-7
/proc/24402/stat : 24402 (adaptg2wsat2009) R 24400 24402 24402 0 -1 4202496 671 0 0 0 162 0 0 0 25 0 1 0 668389593 426926080 406 33554432000 134512640 135107411 4292056480 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24402/statm: 104230 406 59 146 0 103106 0
[pid=24403] ppid=24388 vsize=310024 CPUtime=0 cores=0-7
/proc/24403/stat : 24403 (python) S 24388 24388 23657 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 668389596 317464576 5726 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 6729586210865381633 0 0 17 6 0 0 0
/proc/24403/statm: 77506 5726 348 364 0 13415 0
[pid=24405] ppid=24403 vsize=416920 CPUtime=1.18 cores=0-7
/proc/24405/stat : 24405 (adaptg2wsat2009) R 24403 24405 24405 0 -1 4202496 670 0 0 0 118 0 0 0 25 0 1 0 668389596 426926080 407 33554432000 134512640 135107411 4291190768 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24405/statm: 104230 407 59 146 0 103106 0
[pid=24406] ppid=24388 vsize=320280 CPUtime=0 cores=0-7
/proc/24406/stat : 24406 (python) S 24388 24388 23657 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 668389599 327966720 5747 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 16883013968057041156 0 0 17 0 0 0 0
/proc/24406/statm: 80070 5747 348 364 0 15976 0
[pid=24408] ppid=24406 vsize=416920 CPUtime=2.11 cores=0-7
/proc/24408/stat : 24408 (adaptg2wsat2009) R 24406 24408 24408 0 -1 4202496 672 0 0 0 211 0 0 0 25 0 1 0 668389599 426926080 407 33554432000 134512640 135107411 4289413536 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24408/statm: 104230 407 59 146 0 103106 0
[pid=24409] ppid=24388 vsize=330536 CPUtime=0 cores=0-7
/proc/24409/stat : 24409 (python) S 24388 24388 23657 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 668389602 338468864 5751 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 4465398199669981440 0 0 17 6 0 0 0
/proc/24409/statm: 82634 5751 348 364 0 18537 0
[pid=24411] ppid=24409 vsize=1018076 CPUtime=0.96 cores=0-7
/proc/24411/stat : 24411 (gnovelty+2) R 24409 24411 24411 0 -1 4202496 532 0 0 0 96 0 0 0 25 0 1 0 668389604 1042509824 267 33554432000 134512640 135663704 4291616528 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24411/statm: 254519 267 113 282 0 254235 0
[pid=24412] ppid=24388 vsize=340792 CPUtime=0 cores=0-7
/proc/24412/stat : 24412 (python) S 24388 24388 23657 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 668389605 348971008 5755 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 7651734793331146751 0 0 17 6 0 0 0
/proc/24412/statm: 85198 5755 348 364 0 21098 0
[pid=24414] ppid=24412 vsize=247068 CPUtime=2.01 cores=0-7
/proc/24414/stat : 24414 (FH) R 24412 24414 24414 0 -1 4202496 639 0 0 0 201 0 0 0 25 0 1 0 668389608 252997632 366 33554432000 134512640 134936988 4294190240 18446744073709551615 134552561 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24414/statm: 61767 366 41 104 0 61271 0
[pid=24415] ppid=24388 vsize=351184 CPUtime=0 cores=0-7
/proc/24415/stat : 24415 (python) S 24388 24388 23657 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 1 0 668389609 359612416 5782 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 3501531122389451012 0 0 17 6 0 0 0
/proc/24415/statm: 87796 5782 354 364 0 23693 0
[pid=24417] ppid=24415 vsize=2592 CPUtime=1.52 cores=0-7
/proc/24417/stat : 24417 (march_hi) R 24415 24417 24417 0 -1 4202496 1484 0 0 0 152 0 0 0 25 0 1 0 668389609 2654208 447 33554432000 4194304 4955518 140735259558688 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24417/statm: 648 447 106 186 0 461 0
[pid=24388/tid=24395] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24395/stat : 24395 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668389587 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24398] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24398/stat : 24398 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389590 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24401] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24401/stat : 24401 (python) S 24386 24388 23657 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 668389593 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24404] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24404/stat : 24404 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389596 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24407] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24407/stat : 24407 (python) S 24386 24388 23657 0 -1 4202560 26 938 0 0 0 0 0 0 24 0 9 0 668389599 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24410] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24410/stat : 24410 (python) S 24386 24388 23657 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 9 0 668389602 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24413] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24413/stat : 24413 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 9 0 668389606 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24416] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24416/stat : 24416 (python) S 24386 24388 23657 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668389609 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 7436220

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

[startup+3.901 s]
/proc/loadavg: 8.45 9.33 8.84 11/525 24417
/proc/meminfo: memFree=24006048/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=361428 CPUtime=0.97 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 16475 938 1 0 86 11 0 0 25 0 9 0 668389501 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24388/statm: 90357 7323 1891 364 0 26254 0
[pid=24394] ppid=24388 vsize=278752 CPUtime=0 cores=0-7
/proc/24394/stat : 24394 (python) S 24388 24388 23657 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 668389587 285442048 5626 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535439 0 0 16781312 514 11665105616585588993 0 0 17 1 0 0 0
/proc/24394/statm: 69688 5626 354 364 0 5606 0
[pid=24396] ppid=24394 vsize=1018076 CPUtime=3.04 cores=0-7

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

[pid=24415] ppid=24388 vsize=351184 CPUtime=0 cores=0-7
/proc/24415/stat : 24415 (python) S 24388 24388 23657 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 1 0 668389609 359612416 5782 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 3501531122389451012 0 0 17 1 0 0 0
/proc/24415/statm: 87796 5782 354 364 0 23693 0
[pid=24417] ppid=24415 vsize=2592 CPUtime=3.11 cores=0-7
/proc/24417/stat : 24417 (march_hi) R 24415 24417 24417 0 -1 4202496 1484 0 0 0 311 0 0 0 25 0 1 0 668389609 2654208 447 33554432000 4194304 4955518 140735259558688 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24417/statm: 648 447 106 186 0 461 0
[pid=24388/tid=24395] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24395/stat : 24395 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668389587 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24398] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24398/stat : 24398 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389590 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24401] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24401/stat : 24401 (python) S 24386 24388 23657 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 668389593 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24404] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24404/stat : 24404 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389596 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24407] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24407/stat : 24407 (python) S 24386 24388 23657 0 -1 4202560 26 938 0 0 0 0 0 0 24 0 9 0 668389599 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24410] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24410/stat : 24410 (python) S 24386 24388 23657 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 9 0 668389602 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24413] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24413/stat : 24413 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 9 0 668389606 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24416] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24416/stat : 24416 (python) S 24386 24388 23657 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668389609 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 7189152

[startup+4.90083 s]
/proc/loadavg: 8.45 9.33 8.84 11/525 24418
/proc/meminfo: memFree=24006916/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=361428 CPUtime=0.97 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 16475 938 1 0 86 11 0 0 25 0 9 0 668389501 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24388/statm: 90357 7323 1891 364 0 26254 0
[pid=24394] ppid=24388 vsize=278752 CPUtime=0.01 cores=0-7
/proc/24394/stat : 24394 (python) S 24388 24388 23657 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 668389587 285442048 5649 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535439 0 0 16781312 514 11665105616585588993 0 0 17 1 0 0 0
/proc/24394/statm: 69688 5649 377 364 0 5606 0
[pid=24396] ppid=24394 vsize=1018076 CPUtime=4.04 cores=0-7
/proc/24396/stat : 24396 (gnovelty+2) R 24394 24396 24396 0 -1 4202496 532 0 0 0 404 0 0 0 25 0 1 0 668389587 1042509824 266 33554432000 134512640 135663704 4294947120 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24396/statm: 254519 266 113 282 0 254235 0
[pid=24397] ppid=24388 vsize=289412 CPUtime=0 cores=0-7
/proc/24397/stat : 24397 (python) R 24388 24388 23657 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 668389589 296357888 5710 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24397/statm: 72353 5710 348 364 0 8268 0
[pid=24399] ppid=24397 vsize=1018076 CPUtime=3.93 cores=0-7
/proc/24399/stat : 24399 (gnovelty+2) R 24397 24399 24399 0 -1 4202496 526 0 0 0 393 0 0 0 25 0 1 0 668389590 1042509824 266 33554432000 134512640 135663704 4294706016 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24399/statm: 254519 266 113 282 0 254235 0
[pid=24400] ppid=24388 vsize=299164 CPUtime=0 cores=0-7
/proc/24400/stat : 24400 (python) S 24388 24388 23657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668389593 306343936 5603 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 12894531140253090051 0 0 17 0 0 0 0
/proc/24400/statm: 74791 5603 348 364 0 10703 0
[pid=24402] ppid=24400 vsize=416920 CPUtime=2.52 cores=0-7
/proc/24402/stat : 24402 (adaptg2wsat2009) R 24400 24402 24402 0 -1 4202496 671 0 0 0 252 0 0 0 25 0 1 0 668389593 426926080 406 33554432000 134512640 135107411 4292056480 18446744073709551615 134537861 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24402/statm: 104230 406 59 146 0 103106 0
[pid=24403] ppid=24388 vsize=310024 CPUtime=0 cores=0-7
/proc/24403/stat : 24403 (python) S 24388 24388 23657 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 668389596 317464576 5726 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 6729586210865381633 0 0 17 6 0 0 0
/proc/24403/statm: 77506 5726 348 364 0 13415 0
[pid=24405] ppid=24403 vsize=416920 CPUtime=2.08 cores=0-7
/proc/24405/stat : 24405 (adaptg2wsat2009) R 24403 24405 24405 0 -1 4202496 670 0 0 0 208 0 0 0 25 0 1 0 668389596 426926080 407 33554432000 134512640 135107411 4291190768 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24405/statm: 104230 407 59 146 0 103106 0
[pid=24406] ppid=24388 vsize=320280 CPUtime=0 cores=0-7
/proc/24406/stat : 24406 (python) S 24388 24388 23657 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 668389599 327966720 5747 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 16883013968057041156 0 0 17 0 0 0 0
/proc/24406/statm: 80070 5747 348 364 0 15976 0
[pid=24408] ppid=24406 vsize=416920 CPUtime=3.91 cores=0-7
/proc/24408/stat : 24408 (adaptg2wsat2009) R 24406 24408 24408 0 -1 4202496 672 0 0 0 391 0 0 0 25 0 1 0 668389599 426926080 407 33554432000 134512640 135107411 4289413536 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24408/statm: 104230 407 59 146 0 103106 0
[pid=24409] ppid=24388 vsize=330536 CPUtime=0 cores=0-7
/proc/24409/stat : 24409 (python) S 24388 24388 23657 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 668389602 338468864 5751 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 4465398199669981440 0 0 17 6 0 0 0
/proc/24409/statm: 82634 5751 348 364 0 18537 0
[pid=24411] ppid=24409 vsize=1018076 CPUtime=1.86 cores=0-7
/proc/24411/stat : 24411 (gnovelty+2) R 24409 24411 24411 0 -1 4202496 532 0 0 0 186 0 0 0 25 0 1 0 668389604 1042509824 267 33554432000 134512640 135663704 4291616528 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24411/statm: 254519 267 113 282 0 254235 0
[pid=24412] ppid=24388 vsize=340792 CPUtime=0.58 cores=0-7
/proc/24412/stat : 24412 (python) R 24388 24388 23657 0 -1 4202560 765 0 0 0 51 7 0 0 16 0 1 0 668389605 348971008 5755 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24412/statm: 85198 5755 348 364 0 21098 0
[pid=24414] ppid=24412 vsize=0 CPUtime=3.22 cores=0-7
/proc/24414/stat : 24414 (FH) R 24412 24414 24414 0 -1 4202500 651 0 0 0 322 0 0 0 25 0 1 0 668389608 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24415] ppid=24388 vsize=351184 CPUtime=0 cores=0-7
/proc/24415/stat : 24415 (python) S 24388 24388 23657 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 1 0 668389609 359612416 5782 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 3501531122389451012 0 0 17 1 0 0 0
/proc/24415/statm: 87796 5782 354 364 0 23693 0
[pid=24417] ppid=24415 vsize=2592 CPUtime=3.29 cores=0-7
/proc/24417/stat : 24417 (march_hi) R 24415 24417 24417 0 -1 4202496 1484 0 0 0 329 0 0 0 25 0 1 0 668389609 2654208 447 33554432000 4194304 4955518 140735259558688 18446744073709551615 4297540 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24417/statm: 648 447 106 186 0 461 0
[pid=24388/tid=24395] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24395/stat : 24395 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668389587 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24398] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24398/stat : 24398 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389590 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24401] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24401/stat : 24401 (python) S 24386 24388 23657 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 668389593 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24404] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24404/stat : 24404 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389596 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24407] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24407/stat : 24407 (python) S 24386 24388 23657 0 -1 4202560 26 938 0 0 0 0 0 0 24 0 9 0 668389599 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24410] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24410/stat : 24410 (python) S 24386 24388 23657 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 9 0 668389602 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24413] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24413/stat : 24413 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 9 0 668389606 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24416] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24416/stat : 24416 (python) S 24386 24388 23657 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668389609 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (KiB) 7189152

[startup+5.00181 s]
/proc/loadavg: 8.45 9.33 8.84 11/525 24418
/proc/meminfo: memFree=24006916/32951124 swapFree=53501260/67111528
[pid=24388] ppid=24386 vsize=361428 CPUtime=0.97 cores=0-7
/proc/24388/stat : 24388 (python) S 24386 24388 23657 0 -1 4202496 16475 938 1 0 86 11 0 0 25 0 9 0 668389501 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24388/statm: 90357 7323 1891 364 0 26254 0
[pid=24394] ppid=24388 vsize=278752 CPUtime=0.01 cores=0-7
/proc/24394/stat : 24394 (python) S 24388 24388 23657 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 668389587 285442048 5649 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535439 0 0 16781312 514 11665105616585588993 0 0 17 1 0 0 0
/proc/24394/statm: 69688 5649 377 364 0 5606 0
[pid=24396] ppid=24394 vsize=1018076 CPUtime=4.11 cores=0-7
/proc/24396/stat : 24396 (gnovelty+2) R 24394 24396 24396 0 -1 4202496 532 0 0 0 411 0 0 0 25 0 1 0 668389587 1042509824 266 33554432000 134512640 135663704 4294947120 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24396/statm: 254519 266 113 282 0 254235 0
[pid=24397] ppid=24388 vsize=289412 CPUtime=0.01 cores=0-7
/proc/24397/stat : 24397 (python) S 24388 24388 23657 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 668389589 296357888 5732 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 14378253362460066050 0 0 17 5 0 0 0
/proc/24397/statm: 72353 5732 370 364 0 8268 0
[pid=24399] ppid=24397 vsize=1018076 CPUtime=4.03 cores=0-7
/proc/24399/stat : 24399 (gnovelty+2) R 24397 24399 24399 0 -1 4202496 526 0 0 0 403 0 0 0 25 0 1 0 668389590 1042509824 266 33554432000 134512640 135663704 4294706016 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24399/statm: 254519 266 113 282 0 254235 0
[pid=24400] ppid=24388 vsize=299164 CPUtime=0.02 cores=0-7
/proc/24400/stat : 24400 (python) S 24388 24388 23657 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 668389593 306343936 5626 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 12894531140253090051 0 0 17 0 0 0 0
/proc/24400/statm: 74791 5626 371 364 0 10703 0
[pid=24402] ppid=24400 vsize=416920 CPUtime=2.58 cores=0-7
/proc/24402/stat : 24402 (adaptg2wsat2009) R 24400 24402 24402 0 -1 4202496 671 0 0 0 258 0 0 0 25 0 1 0 668389593 426926080 406 33554432000 134512640 135107411 4292056480 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24402/statm: 104230 406 59 146 0 103106 0
[pid=24403] ppid=24388 vsize=310028 CPUtime=0.01 cores=0-7
/proc/24403/stat : 24403 (python) R 24388 24388 23657 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 668389596 317468672 5743 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634515259 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24403/statm: 77506 5743 365 364 0 13415 0
[pid=24405] ppid=24403 vsize=416920 CPUtime=2.11 cores=0-7
/proc/24405/stat : 24405 (adaptg2wsat2009) R 24403 24405 24405 0 -1 4202496 670 0 0 0 211 0 0 0 25 0 1 0 668389596 426926080 407 33554432000 134512640 135107411 4291190768 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24405/statm: 104230 407 59 146 0 103106 0
[pid=24406] ppid=24388 vsize=320280 CPUtime=0 cores=0-7
/proc/24406/stat : 24406 (python) R 24388 24388 23657 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 668389599 327966720 5747 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24406/statm: 80070 5747 348 364 0 15976 0
[pid=24408] ppid=24406 vsize=416920 CPUtime=4.01 cores=0-7
/proc/24408/stat : 24408 (adaptg2wsat2009) R 24406 24408 24408 0 -1 4202496 672 0 0 0 401 0 0 0 25 0 1 0 668389599 426926080 407 33554432000 134512640 135107411 4289413536 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24408/statm: 104230 407 59 146 0 103106 0
[pid=24409] ppid=24388 vsize=330536 CPUtime=0 cores=0-7
/proc/24409/stat : 24409 (python) S 24388 24388 23657 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 668389602 338468864 5751 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 4465398199669981440 0 0 17 6 0 0 0
/proc/24409/statm: 82634 5751 348 364 0 18537 0
[pid=24411] ppid=24409 vsize=1018076 CPUtime=1.92 cores=0-7
/proc/24411/stat : 24411 (gnovelty+2) R 24409 24411 24411 0 -1 4202496 532 0 0 0 192 0 0 0 25 0 1 0 668389604 1042509824 267 33554432000 134512640 135663704 4291616528 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24411/statm: 254519 267 113 282 0 254235 0
[pid=24412] ppid=24388 vsize=340792 CPUtime=0.68 cores=0-7
/proc/24412/stat : 24412 (python) R 24388 24388 23657 0 -1 4202560 765 0 0 0 59 9 0 0 16 0 1 0 668389605 348971008 5755 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24412/statm: 85198 5755 348 364 0 21098 0
[pid=24414] ppid=24412 vsize=0 CPUtime=3.22 cores=0-7
/proc/24414/stat : 24414 (FH) R 24412 24414 24414 0 -1 4202500 651 0 0 0 322 0 0 0 25 0 1 0 668389608 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24415] ppid=24388 vsize=351184 CPUtime=0 cores=0-7
/proc/24415/stat : 24415 (python) S 24388 24388 23657 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 1 0 668389609 359612416 5782 33554432000 4194304 5683644 140735918561520 18446744073709551615 216634535494 0 0 16781312 514 3501531122389451012 0 0 17 1 0 0 0
/proc/24415/statm: 87796 5782 354 364 0 23693 0
[pid=24417] ppid=24415 vsize=2592 CPUtime=3.39 cores=0-7
/proc/24417/stat : 24417 (march_hi) R 24415 24417 24417 0 -1 4202496 1484 0 0 0 339 0 0 0 25 0 1 0 668389609 2654208 447 33554432000 4194304 4955518 140735259558688 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24417/statm: 648 447 106 186 0 461 0
[pid=24388/tid=24395] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24395/stat : 24395 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 668389587 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24398] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24398/stat : 24398 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389590 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24401] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24401/stat : 24401 (python) S 24386 24388 23657 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 668389593 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 4 0 0 0
[pid=24388/tid=24404] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24404/stat : 24404 (python) S 24386 24388 23657 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 668389596 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 0 0 0 0
[pid=24388/tid=24407] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24407/stat : 24407 (python) S 24386 24388 23657 0 -1 4202560 26 938 0 0 0 0 0 0 24 0 9 0 668389599 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24410] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24410/stat : 24410 (python) S 24386 24388 23657 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 9 0 668389602 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24413] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24413/stat : 24413 (python) S 24386 24388 23657 0 -1 4202560 25 938 0 0 0 0 0 0 25 0 9 0 668389606 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
[pid=24388/tid=24416] ppid=24386 vsize=361428 CPUtime=0 cores=0-7
/proc/24388/task/24416/stat : 24416 (python) S 24386 24388 23657 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668389609 370102272 7323 33554432000 4194304 5683644 140735918561520 18446744073709551615 216646338993 0 0 16781312 2 18446604444655086336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.07
Current children cumulated vsize (KiB) 7189156

Child status: 0
Real time (s): 5.08077
CPU time (s): 27.5668
CPU user time (s): 27.2559
CPU system time (s): 0.310952
CPU usage (%): 542.571
Max. virtual memory (cumulated for all children) (KiB): 7436220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2559
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35248
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= 1376
involuntary context switches= 317

runsolver used 0.025996 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 19:44:29
IDJOB=3385539
IDBENCH=82804
IDSOLVER=1870
FILE ID=node103/3385539-1305567869
RUNJOBID= node103-1305564967-23671
PBS_JOBID= 13350147
Free space on /tmp= 73072 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S2143190124-085.SATISFIABLE.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-3385539-1305567869/watcher-3385539-1305567869 -o /tmp/evaluation-result-3385539-1305567869/solver-3385539-1305567869 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385539-1305567869.cnf -seed 1403207939 -budget 40000 -cores 8

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

MD5SUM BENCH= 2cb285a396d74446b485c2112c34e09c
RANDOM SEED=1403207939

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      24072016 kB
Buffers:        344784 kB
Cached:        4547536 kB
SwapCached:     340168 kB
Active:        3040388 kB
Inactive:      5525520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24072016 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:           32188 kB
Writeback:           0 kB
AnonPages:     3343756 kB
Mapped:          23816 kB
Slab:           167740 kB
PageTables:      73448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162568592 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= 73040 MiB
End job on node103 at 2011-05-16 19:44:34