Trace number 3385572

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 37.8432 7.92566

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S175431861-098.SATISFIABLE.cnf
MD5SUM32b0a38499f94b9537a6571015412ff0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.596908
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3385572-1305568616.cnf
0.36/0.64	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.64/0.94	c INFO: computed variable balance statistics
0.75/1.04	c INFO: computed small-clause counts
0.75/1.04	c INFO: computed Horn-clause counts
0.75/1.05	c INFO: computed variable graph statistics
0.75/1.05	c INFO: collected features for HOME/instance-3385572-1305568616.cnf in 0.41 s
0.75/1.08	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.50)
0.85/1.11	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.11)
0.85/1.14	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.06)
0.85/1.17	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.94/1.20	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.94/1.25	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
0.94/1.28	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.03/1.44	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
37.12/7.90	s SATISFIABLE
37.12/7.90	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 -71 72 -73 74 -75 76 -77 78 -79 -80 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-3385572-1305568616/watcher-3385572-1305568616 -o /tmp/evaluation-result-3385572-1305568616/solver-3385572-1305568616 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385572-1305568616.cnf -seed 1468926289 -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: 7.93 8.42 8.32 5/359 10561
/proc/meminfo: memFree=19689052/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=15752 CPUtime=0 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 839 0 0 0 0 0 0 0 24 0 1 0 649277280 16130048 723 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/10561/statm: 3938 723 334 364 0 425 0

[startup+0.0777171 s]
/proc/loadavg: 7.93 8.42 8.32 5/359 10561
/proc/meminfo: memFree=19689052/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=50012 CPUtime=0.04 cores=0-7
/proc/10561/stat : 10561 (python) R 10559 10561 9950 0 -1 4202496 1948 0 0 0 4 0 0 0 24 0 1 0 649277280 51212288 1713 33554432000 4194304 5683644 140734636039088 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10561/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100713 s]
/proc/loadavg: 7.93 8.42 8.32 5/359 10561
/proc/meminfo: memFree=19689052/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=93960 CPUtime=0.06 cores=0-7
/proc/10561/stat : 10561 (python) R 10559 10561 9950 0 -1 4202496 2692 0 0 0 5 1 0 0 17 0 1 0 649277280 96215040 2407 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10561/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300678 s]
/proc/loadavg: 7.93 8.42 8.32 5/359 10561
/proc/meminfo: memFree=19689052/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=135748 CPUtime=0.18 cores=0-7
/proc/10561/stat : 10561 (python) R 10559 10561 9950 0 -1 4202496 5964 932 1 0 14 4 0 0 17 0 1 0 649277280 139005952 4151 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338379781 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10561/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700572 s]
/proc/loadavg: 7.93 8.42 8.32 5/359 10561
/proc/meminfo: memFree=19689052/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=279940 CPUtime=0.44 cores=0-7
/proc/10561/stat : 10561 (python) R 10559 10561 9950 0 -1 4202496 10123 932 1 0 35 9 0 0 16 0 1 0 649277280 286658560 7384 33554432000 4194304 5683644 140734636039088 18446744073709551615 47123447888010 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10561/statm: 69985 7384 1826 364 0 5909 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279940

[startup+1.50038 s]
/proc/loadavg: 7.93 8.42 8.32 5/360 10566
/proc/meminfo: memFree=19665732/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=426240 CPUtime=1.04 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 16021 932 1 0 93 11 0 0 20 0 9 0 649277280 436469760 7334 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10561/statm: 106560 7334 1889 364 0 42457 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 426240

[startup+3.10106 s]
/proc/loadavg: 7.93 8.42 8.32 12/384 10590
/proc/meminfo: memFree=19629572/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=426240 CPUtime=1.04 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 16086 932 1 0 93 11 0 0 22 0 9 0 649277280 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10561/statm: 106560 7339 1891 364 0 42457 0
[pid=10567] ppid=10561 vsize=278796 CPUtime=0 cores=0-7
/proc/10567/stat : 10567 (python) S 10561 10561 9950 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 649277388 285487104 5638 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403855 0 0 16781312 514 1487446272385188100 0 0 17 2 0 0 0
/proc/10567/statm: 69699 5638 354 364 0 5617 0
[pid=10569] ppid=10567 vsize=1018084 CPUtime=2.01 cores=0-7
/proc/10569/stat : 10569 (gnovelty+2) R 10567 10569 10569 0 -1 4202496 553 0 0 0 201 0 0 0 25 0 1 0 649277388 1042518016 286 33554432000 134512640 135663704 4288104816 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10569/statm: 254521 286 113 282 0 254237 0
[pid=10570] ppid=10561 vsize=289396 CPUtime=0 cores=0-7
/proc/10570/stat : 10570 (python) S 10561 10561 9950 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 649277391 296341504 5707 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 13616100214510158081 0 0 17 1 0 0 0
/proc/10570/statm: 72349 5707 348 364 0 8264 0
[pid=10572] ppid=10570 vsize=1018084 CPUtime=1.01 cores=0-7
/proc/10572/stat : 10572 (gnovelty+2) R 10570 10572 10572 0 -1 4202496 554 0 0 0 101 0 0 0 25 0 1 0 649277391 1042518016 286 33554432000 134512640 135663704 4287421264 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10572/statm: 254521 286 113 282 0 254237 0
[pid=10573] ppid=10561 vsize=299180 CPUtime=0 cores=0-7
/proc/10573/stat : 10573 (python) S 10561 10561 9950 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 649277394 306360320 5608 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 4384188270842478591 0 0 17 1 0 0 0
/proc/10573/statm: 74795 5608 348 364 0 10707 0
[pid=10575] ppid=10573 vsize=417056 CPUtime=1.93 cores=0-7
/proc/10575/stat : 10575 (adaptg2wsat2009) R 10573 10575 10575 0 -1 4202496 714 0 0 0 193 0 0 0 25 0 1 0 649277394 427065344 449 33554432000 134512640 135107411 4293586000 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10575/statm: 104264 449 59 146 0 103140 0
[pid=10576] ppid=10561 vsize=374972 CPUtime=0 cores=0-7
/proc/10576/stat : 10576 (python) S 10561 10561 9950 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 649277397 383971328 5785 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16239847494563921919 0 0 17 1 0 0 0
/proc/10576/statm: 93743 5785 348 364 0 29652 0
[pid=10578] ppid=10576 vsize=417056 CPUtime=1.87 cores=0-7
/proc/10578/stat : 10578 (adaptg2wsat2009) R 10576 10578 10578 0 -1 4202496 704 0 0 0 187 0 0 0 25 0 1 0 649277400 427065344 451 33554432000 134512640 135107411 4291478464 18446744073709551615 134531955 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10578/statm: 104264 451 59 146 0 103140 0
[pid=10579] ppid=10561 vsize=385228 CPUtime=0 cores=0-7
/proc/10579/stat : 10579 (python) S 10561 10561 9950 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 649277400 394473472 5731 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 17363118469104533503 0 0 17 1 0 0 0
/proc/10579/statm: 96307 5731 348 364 0 32213 0
[pid=10581] ppid=10579 vsize=416916 CPUtime=0.96 cores=0-7
/proc/10581/stat : 10581 (adaptg2wsat2009) R 10579 10581 10581 0 -1 4202496 635 0 0 0 96 0 0 0 25 0 1 0 649277403 426921984 380 33554432000 134512640 135107411 4287864464 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10581/statm: 104229 380 49 146 0 103105 0
[pid=10582] ppid=10561 vsize=395484 CPUtime=0 cores=0-7
/proc/10582/stat : 10582 (python) S 10561 10561 9950 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 649277406 404975616 5750 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1078413653201355010 0 0 17 1 0 0 0
/proc/10582/statm: 98871 5750 348 364 0 34774 0
[pid=10584] ppid=10582 vsize=1018084 CPUtime=1.04 cores=0-7
/proc/10584/stat : 10584 (gnovelty+2) R 10582 10584 10584 0 -1 4202496 544 0 0 0 104 0 0 0 25 0 1 0 649277408 1042518016 286 33554432000 134512640 135663704 4286947984 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10584/statm: 254521 286 113 282 0 254237 0
[pid=10585] ppid=10561 vsize=405740 CPUtime=0 cores=0-7
/proc/10585/stat : 10585 (python) S 10561 10561 9950 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 649277409 415477760 5784 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1758094632975073279 0 0 17 1 0 0 0
/proc/10585/statm: 101435 5784 348 364 0 37335 0
[pid=10587] ppid=10585 vsize=245580 CPUtime=0.89 cores=0-7
/proc/10587/stat : 10587 (FH) R 10585 10587 10587 0 -1 4202496 578 0 0 0 89 0 0 0 25 0 1 0 649277414 251473920 320 33554432000 134512640 134936988 4291428672 18446744073709551615 134523503 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10587/statm: 61395 320 37 104 0 60899 0
[pid=10588] ppid=10561 vsize=415996 CPUtime=0 cores=0-7
/proc/10588/stat : 10588 (python) S 10561 10561 9950 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 649277424 425979904 5798 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16885513157987008511 0 0 17 0 0 0 0
/proc/10588/statm: 103999 5798 354 364 0 39896 0
[pid=10590] ppid=10588 vsize=416916 CPUtime=0.72 cores=0-7
/proc/10590/stat : 10590 (adaptg2wsat2009) R 10588 10590 10590 0 -1 4202496 644 0 0 0 72 0 0 0 25 0 1 0 649277434 426921984 379 33554432000 134512640 135107411 4292192464 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10590/statm: 104229 379 49 146 0 103105 0
[pid=10561/tid=10568] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10568/stat : 10568 (python) S 10559 10561 9950 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 649277388 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 6 0 0 0
[pid=10561/tid=10571] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10571/stat : 10571 (python) S 10559 10561 9950 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 649277391 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 2 0 0 0
[pid=10561/tid=10574] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10574/stat : 10574 (python) S 10559 10561 9950 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 649277394 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 7 0 0 0
[pid=10561/tid=10577] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10577/stat : 10577 (python) S 10559 10561 9950 0 -1 4202560 86 932 0 0 0 0 0 0 19 0 9 0 649277397 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10580] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10580/stat : 10580 (python) S 10559 10561 9950 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 649277400 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 1 0 0 0
[pid=10561/tid=10583] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10583/stat : 10583 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 649277406 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10586] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10586/stat : 10586 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 649277409 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 3 0 0 0
[pid=10561/tid=10589] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10589/stat : 10589 (python) S 10559 10561 9950 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 9 0 649277424 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 8238808

[startup+6.30143 s]
/proc/loadavg: 8.17 8.46 8.33 12/384 10590
/proc/meminfo: memFree=19627720/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=426240 CPUtime=1.04 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 16086 932 1 0 93 11 0 0 22 0 9 0 649277280 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10561/statm: 106560 7339 1891 364 0 42457 0
[pid=10567] ppid=10561 vsize=278796 CPUtime=0.01 cores=0-7
/proc/10567/stat : 10567 (python) S 10561 10561 9950 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 649277388 285487104 5661 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403855 0 0 16781312 514 1487446272385188100 0 0 17 2 0 0 0
/proc/10567/statm: 69699 5661 377 364 0 5617 0
[pid=10569] ppid=10567 vsize=1018084 CPUtime=5.21 cores=0-7
/proc/10569/stat : 10569 (gnovelty+2) R 10567 10569 10569 0 -1 4202496 553 0 0 0 521 0 0 0 25 0 1 0 649277388 1042518016 286 33554432000 134512640 135663704 4288104816 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10569/statm: 254521 286 113 282 0 254237 0
[pid=10570] ppid=10561 vsize=289396 CPUtime=0 cores=0-7
/proc/10570/stat : 10570 (python) S 10561 10561 9950 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 649277391 296341504 5730 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 13616100214510158081 0 0 17 1 0 0 0
/proc/10570/statm: 72349 5730 371 364 0 8264 0
[pid=10572] ppid=10570 vsize=1018084 CPUtime=2.61 cores=0-7
/proc/10572/stat : 10572 (gnovelty+2) R 10570 10572 10572 0 -1 4202496 554 0 0 0 261 0 0 0 25 0 1 0 649277391 1042518016 286 33554432000 134512640 135663704 4287421264 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10572/statm: 254521 286 113 282 0 254237 0
[pid=10573] ppid=10561 vsize=299180 CPUtime=0 cores=0-7
/proc/10573/stat : 10573 (python) S 10561 10561 9950 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 649277394 306360320 5631 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 4384188270842446083 0 0 17 1 0 0 0
/proc/10573/statm: 74795 5631 371 364 0 10707 0
[pid=10575] ppid=10573 vsize=417056 CPUtime=5.08 cores=0-7
/proc/10575/stat : 10575 (adaptg2wsat2009) R 10573 10575 10575 0 -1 4202496 714 0 0 0 508 0 0 0 25 0 1 0 649277394 427065344 449 33554432000 134512640 135107411 4293586000 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10575/statm: 104264 449 59 146 0 103140 0
[pid=10576] ppid=10561 vsize=374972 CPUtime=0.01 cores=0-7
/proc/10576/stat : 10576 (python) S 10561 10561 9950 0 -1 4202560 790 0 0 0 0 1 0 0 18 0 1 0 649277397 383971328 5808 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16239847494563889412 0 0 17 1 0 0 0
/proc/10576/statm: 93743 5808 371 364 0 29652 0
[pid=10578] ppid=10576 vsize=417056 CPUtime=4.97 cores=0-7
/proc/10578/stat : 10578 (adaptg2wsat2009) R 10576 10578 10578 0 -1 4202496 704 0 0 0 497 0 0 0 25 0 1 0 649277400 427065344 451 33554432000 134512640 135107411 4291478464 18446744073709551615 134532291 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10578/statm: 104264 451 59 146 0 103140 0
[pid=10579] ppid=10561 vsize=385228 CPUtime=0.01 cores=0-7
/proc/10579/stat : 10579 (python) S 10561 10561 9950 0 -1 4202560 800 0 0 0 1 0 0 0 18 0 1 0 649277400 394473472 5754 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 17363118469104500996 0 0 17 1 0 0 0
/proc/10579/statm: 96307 5754 371 364 0 32213 0
[pid=10581] ppid=10579 vsize=417056 CPUtime=2.54 cores=0-7
/proc/10581/stat : 10581 (adaptg2wsat2009) R 10579 10581 10581 0 -1 4202496 706 0 0 0 254 0 0 0 25 0 1 0 649277403 427065344 451 33554432000 134512640 135107411 4287864464 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10581/statm: 104264 451 59 146 0 103140 0
[pid=10582] ppid=10561 vsize=395484 CPUtime=0 cores=0-7
/proc/10582/stat : 10582 (python) S 10561 10561 9950 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 649277406 404975616 5773 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1078413653201355010 0 0 17 1 0 0 0
/proc/10582/statm: 98871 5773 371 364 0 34774 0
[pid=10584] ppid=10582 vsize=1018084 CPUtime=2.63 cores=0-7
/proc/10584/stat : 10584 (gnovelty+2) R 10582 10584 10584 0 -1 4202496 544 0 0 0 263 0 0 0 25 0 1 0 649277408 1042518016 286 33554432000 134512640 135663704 4286947984 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10584/statm: 254521 286 113 282 0 254237 0
[pid=10585] ppid=10561 vsize=405740 CPUtime=0 cores=0-7
/proc/10585/stat : 10585 (python) S 10561 10561 9950 0 -1 4202560 823 0 0 0 0 0 0 0 18 0 1 0 649277409 415477760 5807 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1758094632975040771 0 0 17 1 0 0 0
/proc/10585/statm: 101435 5807 371 364 0 37335 0
[pid=10587] ppid=10585 vsize=247228 CPUtime=2.49 cores=0-7
/proc/10587/stat : 10587 (FH) R 10585 10587 10587 0 -1 4202496 665 0 0 0 249 0 0 0 25 0 1 0 649277414 253161472 405 33554432000 134512640 134936988 4291428672 18446744073709551615 134544774 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10587/statm: 61807 405 41 104 0 61311 0
[pid=10588] ppid=10561 vsize=415996 CPUtime=0.01 cores=0-7
/proc/10588/stat : 10588 (python) S 10561 10561 9950 0 -1 4202560 858 0 0 0 1 0 0 0 18 0 1 0 649277424 425979904 5821 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16885513157986976001 0 0 17 0 0 0 0
/proc/10588/statm: 103999 5821 377 364 0 39896 0
[pid=10590] ppid=10588 vsize=417056 CPUtime=2.32 cores=0-7
/proc/10590/stat : 10590 (adaptg2wsat2009) R 10588 10590 10590 0 -1 4202496 714 0 0 0 232 0 0 0 25 0 1 0 649277434 427065344 449 33554432000 134512640 135107411 4292192464 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10590/statm: 104264 449 59 146 0 103140 0

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

/proc/10561/task/10574/stat : 10574 (python) S 10559 10561 9950 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 649277394 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 7 0 0 0
[pid=10561/tid=10577] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10577/stat : 10577 (python) S 10559 10561 9950 0 -1 4202560 86 932 0 0 0 0 0 0 19 0 9 0 649277397 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10580] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10580/stat : 10580 (python) S 10559 10561 9950 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 649277400 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 1 0 0 0
[pid=10561/tid=10583] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10583/stat : 10583 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 649277406 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10586] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10586/stat : 10586 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 649277409 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 3 0 0 0
[pid=10561/tid=10589] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10589/stat : 10589 (python) S 10559 10561 9950 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 9 0 649277424 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.93
Current children cumulated vsize (KiB) 8240736

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

[startup+7.10127 s]
/proc/loadavg: 8.17 8.46 8.33 12/384 10590
/proc/meminfo: memFree=19627604/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=426240 CPUtime=1.04 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 16086 932 1 0 93 11 0 0 22 0 9 0 649277280 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10561/statm: 106560 7339 1891 364 0 42457 0
[pid=10567] ppid=10561 vsize=278796 CPUtime=0.01 cores=0-7
/proc/10567/stat : 10567 (python) S 10561 10561 9950 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 649277388 285487104 5661 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403855 0 0 16781312 514 1487446272385188100 0 0 17 2 0 0 0
/proc/10567/statm: 69699 5661 377 364 0 5617 0
[pid=10569] ppid=10567 vsize=1018084 CPUtime=6.01 cores=0-7
/proc/10569/stat : 10569 (gnovelty+2) R 10567 10569 10569 0 -1 4202496 553 0 0 0 601 0 0 0 25 0 1 0 649277388 1042518016 286 33554432000 134512640 135663704 4288104816 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10569/statm: 254521 286 113 282 0 254237 0
[pid=10570] ppid=10561 vsize=289396 CPUtime=0 cores=0-7
/proc/10570/stat : 10570 (python) S 10561 10561 9950 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 649277391 296341504 5730 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 13616100214510158081 0 0 17 1 0 0 0
/proc/10570/statm: 72349 5730 371 364 0 8264 0
[pid=10572] ppid=10570 vsize=1018084 CPUtime=3.01 cores=0-7
/proc/10572/stat : 10572 (gnovelty+2) R 10570 10572 10572 0 -1 4202496 554 0 0 0 301 0 0 0 25 0 1 0 649277391 1042518016 286 33554432000 134512640 135663704 4287421264 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10572/statm: 254521 286 113 282 0 254237 0
[pid=10573] ppid=10561 vsize=299180 CPUtime=0 cores=0-7
/proc/10573/stat : 10573 (python) S 10561 10561 9950 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 649277394 306360320 5631 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 4384188270842446083 0 0 17 1 0 0 0
/proc/10573/statm: 74795 5631 371 364 0 10707 0
[pid=10575] ppid=10573 vsize=417056 CPUtime=5.86 cores=0-7
/proc/10575/stat : 10575 (adaptg2wsat2009) R 10573 10575 10575 0 -1 4202496 714 0 0 0 586 0 0 0 25 0 1 0 649277394 427065344 449 33554432000 134512640 135107411 4293586000 18446744073709551615 134532313 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10575/statm: 104264 449 59 146 0 103140 0
[pid=10576] ppid=10561 vsize=374972 CPUtime=0.01 cores=0-7
/proc/10576/stat : 10576 (python) S 10561 10561 9950 0 -1 4202560 790 0 0 0 0 1 0 0 18 0 1 0 649277397 383971328 5808 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16239847494563889412 0 0 17 1 0 0 0
/proc/10576/statm: 93743 5808 371 364 0 29652 0
[pid=10578] ppid=10576 vsize=417056 CPUtime=5.77 cores=0-7
/proc/10578/stat : 10578 (adaptg2wsat2009) R 10576 10578 10578 0 -1 4202496 704 0 0 0 577 0 0 0 25 0 1 0 649277400 427065344 451 33554432000 134512640 135107411 4291478464 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10578/statm: 104264 451 59 146 0 103140 0
[pid=10579] ppid=10561 vsize=385228 CPUtime=0.01 cores=0-7
/proc/10579/stat : 10579 (python) S 10561 10561 9950 0 -1 4202560 800 0 0 0 1 0 0 0 18 0 1 0 649277400 394473472 5754 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 17363118469104500996 0 0 17 1 0 0 0
/proc/10579/statm: 96307 5754 371 364 0 32213 0
[pid=10581] ppid=10579 vsize=417056 CPUtime=2.94 cores=0-7
/proc/10581/stat : 10581 (adaptg2wsat2009) R 10579 10581 10581 0 -1 4202496 706 0 0 0 294 0 0 0 25 0 1 0 649277403 427065344 451 33554432000 134512640 135107411 4287864464 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10581/statm: 104264 451 59 146 0 103140 0
[pid=10582] ppid=10561 vsize=395484 CPUtime=0 cores=0-7
/proc/10582/stat : 10582 (python) S 10561 10561 9950 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 649277406 404975616 5773 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1078413653201355010 0 0 17 1 0 0 0
/proc/10582/statm: 98871 5773 371 364 0 34774 0
[pid=10584] ppid=10582 vsize=1018084 CPUtime=3.03 cores=0-7
/proc/10584/stat : 10584 (gnovelty+2) R 10582 10584 10584 0 -1 4202496 544 0 0 0 303 0 0 0 25 0 1 0 649277408 1042518016 286 33554432000 134512640 135663704 4286947984 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10584/statm: 254521 286 113 282 0 254237 0
[pid=10585] ppid=10561 vsize=405740 CPUtime=0 cores=0-7
/proc/10585/stat : 10585 (python) S 10561 10561 9950 0 -1 4202560 823 0 0 0 0 0 0 0 18 0 1 0 649277409 415477760 5807 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1758094632975040771 0 0 17 1 0 0 0
/proc/10585/statm: 101435 5807 371 364 0 37335 0
[pid=10587] ppid=10585 vsize=247228 CPUtime=2.89 cores=0-7
/proc/10587/stat : 10587 (FH) R 10585 10587 10587 0 -1 4202496 665 0 0 0 289 0 0 0 25 0 1 0 649277414 253161472 405 33554432000 134512640 134936988 4291428672 18446744073709551615 134552066 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10587/statm: 61807 405 41 104 0 61311 0
[pid=10588] ppid=10561 vsize=415996 CPUtime=0.01 cores=0-7
/proc/10588/stat : 10588 (python) S 10561 10561 9950 0 -1 4202560 858 0 0 0 1 0 0 0 18 0 1 0 649277424 425979904 5821 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16885513157986976001 0 0 17 0 0 0 0
/proc/10588/statm: 103999 5821 377 364 0 39896 0
[pid=10590] ppid=10588 vsize=417056 CPUtime=2.72 cores=0-7
/proc/10590/stat : 10590 (adaptg2wsat2009) R 10588 10590 10590 0 -1 4202496 714 0 0 0 272 0 0 0 25 0 1 0 649277434 427065344 449 33554432000 134512640 135107411 4292192464 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10590/statm: 104264 449 59 146 0 103140 0
[pid=10561/tid=10568] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10568/stat : 10568 (python) S 10559 10561 9950 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 649277388 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 6 0 0 0
[pid=10561/tid=10571] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10571/stat : 10571 (python) S 10559 10561 9950 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 649277391 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 2 0 0 0
[pid=10561/tid=10574] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10574/stat : 10574 (python) S 10559 10561 9950 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 649277394 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 7 0 0 0
[pid=10561/tid=10577] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10577/stat : 10577 (python) S 10559 10561 9950 0 -1 4202560 86 932 0 0 0 0 0 0 19 0 9 0 649277397 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10580] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10580/stat : 10580 (python) S 10559 10561 9950 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 649277400 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 1 0 0 0
[pid=10561/tid=10583] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10583/stat : 10583 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 649277406 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10586] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10586/stat : 10586 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 649277409 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 3 0 0 0
[pid=10561/tid=10589] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10589/stat : 10589 (python) S 10559 10561 9950 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 9 0 649277424 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33.31
Current children cumulated vsize (KiB) 8240736

[startup+7.50119 s]
/proc/loadavg: 8.17 8.46 8.33 12/384 10590
/proc/meminfo: memFree=19627604/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=426240 CPUtime=1.04 cores=0-7
/proc/10561/stat : 10561 (python) S 10559 10561 9950 0 -1 4202496 16086 932 1 0 93 11 0 0 22 0 9 0 649277280 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10561/statm: 106560 7339 1891 364 0 42457 0
[pid=10567] ppid=10561 vsize=278796 CPUtime=0.01 cores=0-7
/proc/10567/stat : 10567 (python) S 10561 10561 9950 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 649277388 285487104 5661 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403855 0 0 16781312 514 1487446272385188100 0 0 17 2 0 0 0
/proc/10567/statm: 69699 5661 377 364 0 5617 0
[pid=10569] ppid=10567 vsize=1018084 CPUtime=6.41 cores=0-7
/proc/10569/stat : 10569 (gnovelty+2) R 10567 10569 10569 0 -1 4202496 553 0 0 0 641 0 0 0 25 0 1 0 649277388 1042518016 286 33554432000 134512640 135663704 4288104816 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10569/statm: 254521 286 113 282 0 254237 0
[pid=10570] ppid=10561 vsize=289396 CPUtime=0 cores=0-7
/proc/10570/stat : 10570 (python) S 10561 10561 9950 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 649277391 296341504 5730 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 13616100214510158081 0 0 17 1 0 0 0
/proc/10570/statm: 72349 5730 371 364 0 8264 0
[pid=10572] ppid=10570 vsize=1018084 CPUtime=3.21 cores=0-7
/proc/10572/stat : 10572 (gnovelty+2) R 10570 10572 10572 0 -1 4202496 554 0 0 0 321 0 0 0 25 0 1 0 649277391 1042518016 286 33554432000 134512640 135663704 4287421264 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10572/statm: 254521 286 113 282 0 254237 0
[pid=10573] ppid=10561 vsize=299180 CPUtime=0 cores=0-7
/proc/10573/stat : 10573 (python) S 10561 10561 9950 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 649277394 306360320 5631 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 4384188270842446083 0 0 17 1 0 0 0
/proc/10573/statm: 74795 5631 371 364 0 10707 0
[pid=10575] ppid=10573 vsize=417056 CPUtime=6.26 cores=0-7
/proc/10575/stat : 10575 (adaptg2wsat2009) R 10573 10575 10575 0 -1 4202496 714 0 0 0 626 0 0 0 25 0 1 0 649277394 427065344 449 33554432000 134512640 135107411 4293586000 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10575/statm: 104264 449 59 146 0 103140 0
[pid=10576] ppid=10561 vsize=374972 CPUtime=0.01 cores=0-7
/proc/10576/stat : 10576 (python) S 10561 10561 9950 0 -1 4202560 790 0 0 0 0 1 0 0 18 0 1 0 649277397 383971328 5808 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16239847494563889412 0 0 17 1 0 0 0
/proc/10576/statm: 93743 5808 371 364 0 29652 0
[pid=10578] ppid=10576 vsize=417056 CPUtime=6.17 cores=0-7
/proc/10578/stat : 10578 (adaptg2wsat2009) R 10576 10578 10578 0 -1 4202496 704 0 0 0 617 0 0 0 25 0 1 0 649277400 427065344 451 33554432000 134512640 135107411 4291478464 18446744073709551615 134532384 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10578/statm: 104264 451 59 146 0 103140 0
[pid=10579] ppid=10561 vsize=385228 CPUtime=0.01 cores=0-7
/proc/10579/stat : 10579 (python) S 10561 10561 9950 0 -1 4202560 800 0 0 0 1 0 0 0 18 0 1 0 649277400 394473472 5754 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 17363118469104500996 0 0 17 1 0 0 0
/proc/10579/statm: 96307 5754 371 364 0 32213 0
[pid=10581] ppid=10579 vsize=417056 CPUtime=3.14 cores=0-7
/proc/10581/stat : 10581 (adaptg2wsat2009) R 10579 10581 10581 0 -1 4202496 706 0 0 0 314 0 0 0 25 0 1 0 649277403 427065344 451 33554432000 134512640 135107411 4287864464 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10581/statm: 104264 451 59 146 0 103140 0
[pid=10582] ppid=10561 vsize=395484 CPUtime=0 cores=0-7
/proc/10582/stat : 10582 (python) S 10561 10561 9950 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 649277406 404975616 5773 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1078413653201355010 0 0 17 1 0 0 0
/proc/10582/statm: 98871 5773 371 364 0 34774 0
[pid=10584] ppid=10582 vsize=1018084 CPUtime=3.23 cores=0-7
/proc/10584/stat : 10584 (gnovelty+2) R 10582 10584 10584 0 -1 4202496 544 0 0 0 323 0 0 0 25 0 1 0 649277408 1042518016 286 33554432000 134512640 135663704 4286947984 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10584/statm: 254521 286 113 282 0 254237 0
[pid=10585] ppid=10561 vsize=405740 CPUtime=0 cores=0-7
/proc/10585/stat : 10585 (python) S 10561 10561 9950 0 -1 4202560 823 0 0 0 0 0 0 0 18 0 1 0 649277409 415477760 5807 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 1758094632975040771 0 0 17 1 0 0 0
/proc/10585/statm: 101435 5807 371 364 0 37335 0
[pid=10587] ppid=10585 vsize=247228 CPUtime=3.09 cores=0-7
/proc/10587/stat : 10587 (FH) R 10585 10587 10587 0 -1 4202496 665 0 0 0 309 0 0 0 25 0 1 0 649277414 253161472 405 33554432000 134512640 134936988 4291428672 18446744073709551615 134552321 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10587/statm: 61807 405 41 104 0 61311 0
[pid=10588] ppid=10561 vsize=415996 CPUtime=0.01 cores=0-7
/proc/10588/stat : 10588 (python) S 10561 10561 9950 0 -1 4202560 858 0 0 0 1 0 0 0 18 0 1 0 649277424 425979904 5821 33554432000 4194304 5683644 140734636039088 18446744073709551615 270338403910 0 0 16781312 514 16885513157986976001 0 0 17 0 0 0 0
/proc/10588/statm: 103999 5821 377 364 0 39896 0
[pid=10590] ppid=10588 vsize=417056 CPUtime=2.92 cores=0-7
/proc/10590/stat : 10590 (adaptg2wsat2009) R 10588 10590 10590 0 -1 4202496 714 0 0 0 292 0 0 0 25 0 1 0 649277434 427065344 449 33554432000 134512640 135107411 4292192464 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10590/statm: 104264 449 59 146 0 103140 0
[pid=10561/tid=10568] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10568/stat : 10568 (python) S 10559 10561 9950 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 649277388 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 6 0 0 0
[pid=10561/tid=10571] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10571/stat : 10571 (python) S 10559 10561 9950 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 649277391 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 2 0 0 0
[pid=10561/tid=10574] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10574/stat : 10574 (python) S 10559 10561 9950 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 649277394 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 7 0 0 0
[pid=10561/tid=10577] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10577/stat : 10577 (python) S 10559 10561 9950 0 -1 4202560 86 932 0 0 0 0 0 0 19 0 9 0 649277397 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10580] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10580/stat : 10580 (python) S 10559 10561 9950 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 649277400 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 1 0 0 0
[pid=10561/tid=10583] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10583/stat : 10583 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 649277406 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
[pid=10561/tid=10586] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10586/stat : 10586 (python) S 10559 10561 9950 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 649277409 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 3 0 0 0
[pid=10561/tid=10589] ppid=10559 vsize=426240 CPUtime=0 cores=0-7
/proc/10561/task/10589/stat : 10589 (python) S 10559 10561 9950 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 9 0 649277424 436469760 7339 33554432000 4194304 5683644 140734636039088 18446744073709551615 270350207409 0 0 16781312 2 18446604446826261440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.51
Current children cumulated vsize (KiB) 8240736

[startup+7.90114 s]
/proc/loadavg: 8.17 8.46 8.33 12/384 10590
/proc/meminfo: memFree=19628224/32951124 swapFree=57171160/67111528
[pid=10561] ppid=10559 vsize=374912 CPUtime=37.8 cores=0-7
/proc/10561/stat : 10561 (python) R 10559 10561 9950 0 -1 4202496 16823 13525 1 0 93 11 3665 11 17 0 1 0 649277280 383909888 7269 33554432000 4194304 5683644 140734636039088 18446744073709551615 4633650 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10561/statm: 93728 7269 1875 364 0 29652 0
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (KiB) 374912

Child status: 0
Real time (s): 7.92566
CPU time (s): 37.8432
CPU user time (s): 37.6073
CPU system time (s): 0.235964
CPU usage (%): 477.478
Max. virtual memory (cumulated for all children) (KiB): 8240740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6073
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34047
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= 3157
involuntary context switches= 515

runsolver used 0.042993 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 19:56:56
IDJOB=3385572
IDBENCH=82837
IDSOLVER=1870
FILE ID=node143/3385572-1305568616
RUNJOBID= node143-1305564961-9964
PBS_JOBID= 13350107
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S175431861-098.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-3385572-1305568616/watcher-3385572-1305568616 -o /tmp/evaluation-result-3385572-1305568616/solver-3385572-1305568616 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385572-1305568616.cnf -seed 1468926289 -budget 40000 -cores 8

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

MD5SUM BENCH= 32b0a38499f94b9537a6571015412ff0
RANDOM SEED=1468926289

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19689208 kB
Buffers:        206680 kB
Cached:        1599844 kB
SwapCached:      39776 kB
Active:        5159620 kB
Inactive:      7826360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19689208 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           31968 kB
Writeback:           0 kB
AnonPages:    11139676 kB
Mapped:          24156 kB
Slab:           137676 kB
PageTables:      68248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84368996 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= 73484 MiB
End job on node143 at 2011-05-16 19:57:05