Trace number 3377555

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-seq-random (fixed)? (MO) 701 701.874

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2127424322-078.UNKNOWN.cnf
MD5SUMf8b6732f9f469525eb7751d9d1024a94
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.44/1.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/1.45	c INFO: solving HOME/instance-3377555-1305455421.cnf
0.44/1.45	c INFO: computing task features
0.48/1.51	c INFO: computed variable-clause graph statistics
0.48/1.51	c INFO: computed clause balance statistics
0.78/1.80	c INFO: computed variable balance statistics
0.88/1.92	c INFO: computed small-clause counts
0.88/1.92	c INFO: computed Horn-clause counts
0.88/1.92	c INFO: computed variable graph statistics
0.88/1.92	c INFO: collected features for HOME/instance-3377555-1305455421.cnf in 0.47 s
0.88/1.94	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.46)
101.04/102.19	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.38/202.44	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
299.90/300.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2101 remaining (b = 0.05)
400.13/400.95	c INFO: running adaptg2wsat2009++@0 for 97 with 2001 remaining (b = 0.04)
500.44/501.20	c INFO: running gnovelty+2@0 for 97 with 1901 remaining (b = 0.03)
600.59/601.47	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
700.90/701.73	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3377555-1305455421/watcher-3377555-1305455421 -o /tmp/evaluation-result-3377555-1305455421/solver-3377555-1305455421 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377555-1305455421.cnf -seed 453921146 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.05 1.52 4/333 19432
/proc/meminfo: memFree=26084368/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=11796 CPUtime=0 cores=5,7
/proc/19432/stat : 19432 (runsolver) R 19430 19432 17988 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 1 0 389733382 12079104 49 33554432000 4194304 5432360 140735194758912 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/19432/statm: 2949 49 30 303 0 2643 0

[startup+0.0147359 s]
/proc/loadavg: 1.07 1.05 1.52 4/333 19432
/proc/meminfo: memFree=26084368/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=14820 CPUtime=0 cores=5,7
/proc/19432/stat : 19432 (python) R 19430 19432 17988 0 -1 4202496 599 0 0 0 0 0 0 0 18 0 1 0 389733382 15175680 496 33554432000 4194304 5683644 140733440323520 18446744073709551615 5002908 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19432/statm: 3705 498 296 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100757 s]
/proc/loadavg: 1.07 1.05 1.52 4/333 19432
/proc/meminfo: memFree=26084368/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=45680 CPUtime=0.06 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 1887 0 0 0 4 2 0 0 17 0 1 0 389733382 46776320 1661 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/19432/statm: 11420 1661 470 364 0 1169 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45680

[startup+0.30074 s]
/proc/loadavg: 1.07 1.05 1.52 4/333 19432
/proc/meminfo: memFree=26084368/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=135748 CPUtime=0.2 cores=5,7
/proc/19432/stat : 19432 (python) D 19430 19432 17988 0 -1 4202496 5975 937 1 0 13 7 0 0 17 0 1 0 389733382 139005952 4149 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660658181 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19432/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700651 s]
/proc/loadavg: 1.07 1.05 1.52 4/333 19432
/proc/meminfo: memFree=26084368/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=246308 CPUtime=0.38 cores=5,7
/proc/19432/stat : 19432 (python) R 19430 19432 17988 0 -1 4202496 8152 937 1 0 24 14 0 0 16 0 1 0 389733382 252219392 6036 33554432000 4194304 5683644 140733440323520 18446744073709551615 4420852 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19432/statm: 61577 6038 1621 364 0 4579 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 246308

[startup+1.50051 s]
/proc/loadavg: 1.07 1.05 1.52 4/340 19455
/proc/meminfo: memFree=25998688/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=279728 CPUtime=0.48 cores=5,7
/proc/19432/stat : 19432 (python) R 19430 19432 17988 0 -1 4202496 9609 937 1 0 32 16 0 0 16 0 1 0 389733382 286441472 7277 33554432000 4194304 5683644 140733440323520 18446744073709551615 46965720269299 0 0 16781312 2 0 0 0 17 5 0 0 66
/proc/19432/statm: 69932 7277 1761 364 0 5856 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 279728

[startup+3.1002 s]
/proc/loadavg: 1.07 1.05 1.52 5/346 19461
/proc/meminfo: memFree=25989716/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=289596 CPUtime=0.92 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 10449 937 1 0 76 16 0 0 17 0 2 0 389733382 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 72399 7304 1877 364 0 8317 0
[pid=19459] ppid=19432 vsize=279352 CPUtime=0 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 389733576 286056448 5777 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682255 0 0 16781312 514 3038197472200458501 0 0 17 5 0 0 0
/proc/19459/statm: 69838 5777 354 364 0 5756 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=1.14 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) R 19459 19461 19461 0 -1 4202496 570 0 0 0 114 0 0 0 22 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134524840 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=289596 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 389733577 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1587036
heavy processes:

[startup+6.30063 s]
/proc/loadavg: 1.30 1.10 1.53 4/335 19548
/proc/meminfo: memFree=26059176/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=289596 CPUtime=0.92 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 10449 937 1 0 76 16 0 0 17 0 2 0 389733382 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 72399 7304 1877 364 0 8317 0
[pid=19459] ppid=19432 vsize=279352 CPUtime=0 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 389733576 286056448 5805 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682255 0 0 16781312 514 3038197472200458501 0 0 17 5 0 0 0
/proc/19459/statm: 69838 5805 382 364 0 5756 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=4.29 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) R 19459 19461 19461 0 -1 4202496 570 0 0 0 429 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=289596 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 389733577 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 1587036

[startup+12.7005 s]
/proc/loadavg: 1.52 1.14 1.55 5/346 19566
/proc/meminfo: memFree=25987184/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=289596 CPUtime=0.92 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 10449 937 1 0 76 16 0 0 17 0 2 0 389733382 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 72399 7304 1877 364 0 8317 0
[pid=19459] ppid=19432 vsize=279352 CPUtime=0.02 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 970 0 0 0 1 1 0 0 18 0 1 0 389733576 286056448 5805 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682255 0 0 16781312 514 1839034352525082885 0 0 17 5 0 0 0
/proc/19459/statm: 69838 5805 382 364 0 5756 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=10.66 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) R 19459 19461 19461 0 -1 4202496 570 0 0 0 1066 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=289596 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 389733577 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 1587036

[startup+25.5003 s]
/proc/loadavg: 2.07 1.28 1.58 5/346 19567
/proc/meminfo: memFree=25987548/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=289596 CPUtime=0.92 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 10449 937 1 0 76 16 0 0 17 0 2 0 389733382 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 72399 7304 1877 364 0 8317 0
[pid=19459] ppid=19432 vsize=279352 CPUtime=0.05 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 976 0 0 0 3 2 0 0 18 0 1 0 389733576 286056448 5805 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682255 0 0 16781312 514 1839034352525082885 0 0 17 5 0 0 0
/proc/19459/statm: 69838 5805 382 364 0 5756 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=23.44 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) R 19459 19461 19461 0 -1 4202496 570 0 0 0 2344 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134544274 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=289596 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 389733577 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 1587036

[startup+51.1008 s]
/proc/loadavg: 2.73 1.50 1.65 5/346 19567
/proc/meminfo: memFree=25987852/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=289596 CPUtime=0.92 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 10449 937 1 0 76 16 0 0 17 0 2 0 389733382 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 72399 7304 1877 364 0 8317 0
[pid=19459] ppid=19432 vsize=279352 CPUtime=0.1 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 987 0 0 0 6 4 0 0 18 0 1 0 389733576 286056448 5805 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682255 0 0 16781312 514 1839034352525082885 0 0 17 5 0 0 0
/proc/19459/statm: 69838 5805 382 364 0 5756 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=48.99 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) R 19459 19461 19461 0 -1 4202496 570 0 0 0 4899 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=289596 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 2 0 389733577 296546304 7304 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 1587036

[startup+102.301 s]
/proc/loadavg: 3.57 1.91 1.78 5/354 19577
/proc/meminfo: memFree=25977820/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=300112 CPUtime=0.93 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 11346 937 1 0 77 16 0 0 20 0 3 0 389733382 307314688 7344 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 75028 7344 1880 364 0 10943 0
[pid=19459] ppid=19432 vsize=289596 CPUtime=0.23 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 1150 0 0 0 14 9 0 0 19 0 2 0 389733576 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19459/statm: 72399 5843 415 364 0 8317 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=99.99 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) T 19459 19461 19461 0 -1 4202496 570 0 0 0 9999 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134524711 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19459/tid=19574] ppid=19432 vsize=289596 CPUtime=0 cores=5,7
/proc/19459/task/19574/stat : 19574 (python) S 19432 19432 17988 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 389743600 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604457915046016 0 0 -1 7 0 0 0
[pid=19575] ppid=19432 vsize=289868 CPUtime=0 cores=5,7
/proc/19575/stat : 19575 (python) S 19432 19432 17988 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 389743601 296824832 5808 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682310 0 0 16781312 514 2869803692993806335 0 0 17 5 0 0 0
/proc/19575/statm: 72467 5808 348 364 0 8382 0
[pid=19577] ppid=19575 vsize=1018088 CPUtime=0.1 cores=5,7
/proc/19577/stat : 19577 (gnovelty+2) R 19575 19577 19577 0 -1 4202496 570 0 0 0 10 0 0 0 21 0 1 0 389743602 1042522112 306 33554432000 134512640 135663704 4291645680 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19577/statm: 254522 306 113 282 0 254238 0
[pid=19432/tid=19460] ppid=19430 vsize=300112 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 3 0 389733577 307314688 7344 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19576] ppid=19430 vsize=300112 CPUtime=0 cores=5,7
/proc/19432/task/19576/stat : 19576 (python) S 19430 19432 17988 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 389743602 307314688 7344 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 2915752

[startup+162.301 s]
/proc/loadavg: 3.91 2.31 1.92 5/362 19586
/proc/meminfo: memFree=25965168/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=300112 CPUtime=0.93 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 11346 937 1 0 77 16 0 0 20 0 3 0 389733382 307314688 7344 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 75028 7344 1880 364 0 10943 0
[pid=19459] ppid=19432 vsize=289596 CPUtime=0.23 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 1150 0 0 0 14 9 0 0 19 0 2 0 389733576 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19459/statm: 72399 5843 415 364 0 8317 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=99.99 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) T 19459 19461 19461 0 -1 4202496 570 0 0 0 9999 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134524711 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19459/tid=19574] ppid=19432 vsize=289596 CPUtime=0 cores=5,7
/proc/19459/task/19574/stat : 19574 (python) S 19432 19432 17988 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 389743600 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604457915046016 0 0 -1 7 0 0 0

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

[pid=19593] ppid=19432 vsize=300124 CPUtime=0.23 cores=5,7
/proc/19593/stat : 19593 (python) S 19432 19432 17988 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 389753627 307326976 5865 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19593/statm: 75031 5865 400 364 0 10943 0
[pid=19595] ppid=19593 vsize=417192 CPUtime=98.24 cores=5,7
/proc/19595/stat : 19595 (adaptg2wsat2009) T 19593 19595 19595 0 -1 4202496 764 0 0 0 9824 0 0 0 25 0 1 0 389753627 427204608 496 33554432000 134512640 135107411 4294145520 18446744073709551615 134531340 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19595/statm: 104298 496 59 146 0 103174 0
[pid=19593/tid=19712] ppid=19432 vsize=300124 CPUtime=0 cores=5,7
/proc/19593/task/19712/stat : 19712 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389763451 307326976 5865 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604469535650816 0 0 -1 7 0 0 0
[pid=19713] ppid=19432 vsize=310380 CPUtime=0.24 cores=5,7
/proc/19713/stat : 19713 (python) S 19432 19432 17988 0 -1 4202560 1089 0 0 0 13 11 0 0 19 0 2 0 389763453 317829120 5869 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19713/statm: 77595 5869 400 364 0 13504 0
[pid=19715] ppid=19713 vsize=417192 CPUtime=100.03 cores=5,7
/proc/19715/stat : 19715 (adaptg2wsat2009) T 19713 19715 19715 0 -1 4202496 762 0 0 0 10003 0 0 0 25 0 1 0 389763453 427204608 496 33554432000 134512640 135107411 4286816368 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19715/statm: 104298 496 59 146 0 103174 0
[pid=19713/tid=19797] ppid=19432 vsize=310380 CPUtime=0 cores=5,7
/proc/19713/task/19797/stat : 19797 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389773476 317829120 5869 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130590144 0 0 -1 7 0 0 0
[pid=19798] ppid=19432 vsize=320636 CPUtime=0.24 cores=5,7
/proc/19798/stat : 19798 (python) S 19432 19432 17988 0 -1 4202560 1097 0 0 0 15 9 0 0 19 0 2 0 389773478 328331264 5873 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19798/statm: 80159 5873 400 364 0 16065 0
[pid=19800] ppid=19798 vsize=417192 CPUtime=100 cores=5,7
/proc/19800/stat : 19800 (adaptg2wsat2009) T 19798 19800 19800 0 -1 4202496 764 0 0 0 10000 0 0 0 25 0 1 0 389773478 427204608 496 33554432000 134512640 135107411 4293428880 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19800/statm: 104298 496 59 146 0 103174 0
[pid=19798/tid=19811] ppid=19432 vsize=320636 CPUtime=0 cores=5,7
/proc/19798/task/19811/stat : 19811 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389783501 328331264 5873 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604454222987648 0 0 -1 7 0 0 0
[pid=19812] ppid=19432 vsize=330892 CPUtime=0.25 cores=5,7
/proc/19812/stat : 19812 (python) S 19432 19432 17988 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 389783503 338833408 5877 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19812/statm: 82723 5877 400 364 0 18626 0
[pid=19814] ppid=19812 vsize=1018088 CPUtime=99.95 cores=5,7
/proc/19814/stat : 19814 (gnovelty+2) T 19812 19814 19814 0 -1 4202496 568 0 0 0 9995 0 0 0 25 0 1 0 389783503 1042522112 306 33554432000 134512640 135663704 4289810288 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19814/statm: 254522 306 113 282 0 254238 0
[pid=19812/tid=19822] ppid=19432 vsize=330892 CPUtime=0 cores=5,7
/proc/19812/task/19822/stat : 19822 (python) S 19432 19432 17988 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 389793528 338833408 5877 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130591040 0 0 -1 7 0 0 0
[pid=19823] ppid=19432 vsize=341148 CPUtime=0.25 cores=5,7
/proc/19823/stat : 19823 (python) S 19432 19432 17988 0 -1 4202560 1093 0 0 0 14 11 0 0 19 0 2 0 389793530 349335552 5881 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19823/statm: 85287 5881 400 364 0 21187 0
[pid=19825] ppid=19823 vsize=247344 CPUtime=99.99 cores=5,7
/proc/19825/stat : 19825 (FH) T 19823 19825 19825 0 -1 4202496 707 0 0 0 9999 0 0 0 25 0 1 0 389793530 253280256 443 33554432000 134512640 134936988 4292538864 18446744073709551615 134553440 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19825/statm: 61836 443 41 104 0 61340 0
[pid=19823/tid=19830] ppid=19432 vsize=341148 CPUtime=0 cores=5,7
/proc/19823/task/19830/stat : 19830 (python) S 19432 19432 17988 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 389803554 349335552 5881 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130591936 0 0 -1 5 0 0 0
[pid=19831] ppid=19432 vsize=351404 CPUtime=0 cores=5,7
/proc/19831/stat : 19831 (python) S 19432 19432 17988 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 389803555 359837696 5834 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682310 0 0 16781312 514 14251002758608977919 0 0 17 5 0 0 0
/proc/19831/statm: 87851 5834 350 364 0 23748 0
[pid=19833] ppid=19831 vsize=417048 CPUtime=0.08 cores=5,7
/proc/19833/stat : 19833 (adaptg2wsat2009) R 19831 19833 19833 0 -1 4202496 689 0 0 0 8 0 0 0 20 0 1 0 389803556 427057152 420 33554432000 134512640 135107411 4294660176 18446744073709551615 134523220 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19833/statm: 104262 420 49 146 0 103138 0
[pid=19432/tid=19460] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 389733577 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19576] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19576/stat : 19576 (python) S 19430 19432 17988 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 389743602 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19594] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19594/stat : 19594 (python) S 19430 19432 17988 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 389753627 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19714] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19714/stat : 19714 (python) S 19430 19432 17988 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 389763453 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19799] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19799/stat : 19799 (python) S 19430 19432 17988 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 389773478 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19813] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19813/stat : 19813 (python) S 19430 19432 17988 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 389783503 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19824] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19824/stat : 19824 (python) S 19430 19432 17988 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 389793530 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19832] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19832/stat : 19832 (python) S 19430 19432 17988 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 389803556 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701
Current children cumulated vsize (KiB) 7865928

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+701.801 s]
/proc/loadavg: 4.04 3.75 2.84 6/399 19833
/proc/meminfo: memFree=25800472/32951124 swapFree=46575252/67111528
[pid=19432] ppid=19430 vsize=361648 CPUtime=1.03 cores=5,7
/proc/19432/stat : 19432 (python) S 19430 19432 17988 0 -1 4202496 16630 937 1 0 85 18 0 0 19 0 9 0 389733382 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 66
/proc/19432/statm: 90412 7380 1892 364 0 26309 0
[pid=19459] ppid=19432 vsize=289596 CPUtime=0.23 cores=5,7
/proc/19459/stat : 19459 (python) S 19432 19432 17988 0 -1 4202560 1150 0 0 0 14 9 0 0 19 0 2 0 389733576 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19459/statm: 72399 5843 415 364 0 8317 0
[pid=19461] ppid=19459 vsize=1018088 CPUtime=99.99 cores=5,7
/proc/19461/stat : 19461 (gnovelty+2) T 19459 19461 19461 0 -1 4202496 570 0 0 0 9999 0 0 0 25 0 1 0 389733577 1042522112 306 33554432000 134512640 135663704 4287766112 18446744073709551615 134524711 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19461/statm: 254522 306 113 282 0 254238 0
[pid=19459/tid=19574] ppid=19432 vsize=289596 CPUtime=0 cores=5,7
/proc/19459/task/19574/stat : 19574 (python) S 19432 19432 17988 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 389743600 296546304 5843 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604457915046016 0 0 -1 7 0 0 0
[pid=19575] ppid=19432 vsize=289868 CPUtime=0.23 cores=5,7
/proc/19575/stat : 19575 (python) S 19432 19432 17988 0 -1 4202560 1072 0 0 0 11 12 0 0 19 0 2 0 389743601 296824832 5861 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19575/statm: 72467 5861 400 364 0 8382 0
[pid=19577] ppid=19575 vsize=1018088 CPUtime=100.02 cores=5,7
/proc/19577/stat : 19577 (gnovelty+2) T 19575 19577 19577 0 -1 4202496 570 0 0 0 10002 0 0 0 25 0 1 0 389743602 1042522112 306 33554432000 134512640 135663704 4291645680 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19577/statm: 254522 306 113 282 0 254238 0
[pid=19575/tid=19592] ppid=19432 vsize=289868 CPUtime=0 cores=5,7
/proc/19575/task/19592/stat : 19592 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389753625 296824832 5861 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604462170806080 0 0 -1 7 0 0 0
[pid=19593] ppid=19432 vsize=300124 CPUtime=0.23 cores=5,7
/proc/19593/stat : 19593 (python) S 19432 19432 17988 0 -1 4202560 1084 0 0 0 12 11 0 0 19 0 2 0 389753627 307326976 5865 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19593/statm: 75031 5865 400 364 0 10943 0
[pid=19595] ppid=19593 vsize=417192 CPUtime=98.24 cores=5,7
/proc/19595/stat : 19595 (adaptg2wsat2009) T 19593 19595 19595 0 -1 4202496 764 0 0 0 9824 0 0 0 25 0 1 0 389753627 427204608 496 33554432000 134512640 135107411 4294145520 18446744073709551615 134531340 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19595/statm: 104298 496 59 146 0 103174 0
[pid=19593/tid=19712] ppid=19432 vsize=300124 CPUtime=0 cores=5,7
/proc/19593/task/19712/stat : 19712 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389763451 307326976 5865 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604469535650816 0 0 -1 7 0 0 0
[pid=19713] ppid=19432 vsize=310380 CPUtime=0.24 cores=5,7
/proc/19713/stat : 19713 (python) S 19432 19432 17988 0 -1 4202560 1089 0 0 0 13 11 0 0 19 0 2 0 389763453 317829120 5869 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19713/statm: 77595 5869 400 364 0 13504 0
[pid=19715] ppid=19713 vsize=417192 CPUtime=100.03 cores=5,7
/proc/19715/stat : 19715 (adaptg2wsat2009) T 19713 19715 19715 0 -1 4202496 762 0 0 0 10003 0 0 0 25 0 1 0 389763453 427204608 496 33554432000 134512640 135107411 4286816368 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19715/statm: 104298 496 59 146 0 103174 0
[pid=19713/tid=19797] ppid=19432 vsize=310380 CPUtime=0 cores=5,7
/proc/19713/task/19797/stat : 19797 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389773476 317829120 5869 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130590144 0 0 -1 7 0 0 0
[pid=19798] ppid=19432 vsize=320636 CPUtime=0.24 cores=5,7
/proc/19798/stat : 19798 (python) S 19432 19432 17988 0 -1 4202560 1097 0 0 0 15 9 0 0 19 0 2 0 389773478 328331264 5873 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19798/statm: 80159 5873 400 364 0 16065 0
[pid=19800] ppid=19798 vsize=417192 CPUtime=100 cores=5,7
/proc/19800/stat : 19800 (adaptg2wsat2009) T 19798 19800 19800 0 -1 4202496 764 0 0 0 10000 0 0 0 25 0 1 0 389773478 427204608 496 33554432000 134512640 135107411 4293428880 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19800/statm: 104298 496 59 146 0 103174 0
[pid=19798/tid=19811] ppid=19432 vsize=320636 CPUtime=0 cores=5,7
/proc/19798/task/19811/stat : 19811 (python) S 19432 19432 17988 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 389783501 328331264 5873 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604454222987648 0 0 -1 7 0 0 0
[pid=19812] ppid=19432 vsize=330892 CPUtime=0.25 cores=5,7
/proc/19812/stat : 19812 (python) S 19432 19432 17988 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 389783503 338833408 5877 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19812/statm: 82723 5877 400 364 0 18626 0
[pid=19814] ppid=19812 vsize=1018088 CPUtime=99.95 cores=5,7
/proc/19814/stat : 19814 (gnovelty+2) T 19812 19814 19814 0 -1 4202496 568 0 0 0 9995 0 0 0 25 0 1 0 389783503 1042522112 306 33554432000 134512640 135663704 4289810288 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19814/statm: 254522 306 113 282 0 254238 0
[pid=19812/tid=19822] ppid=19432 vsize=330892 CPUtime=0 cores=5,7
/proc/19812/task/19822/stat : 19822 (python) S 19432 19432 17988 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 389793528 338833408 5877 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130591040 0 0 -1 7 0 0 0
[pid=19823] ppid=19432 vsize=341148 CPUtime=0.25 cores=5,7
/proc/19823/stat : 19823 (python) S 19432 19432 17988 0 -1 4202560 1093 0 0 0 14 11 0 0 19 0 2 0 389793530 349335552 5881 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19823/statm: 85287 5881 400 364 0 21187 0
[pid=19825] ppid=19823 vsize=247344 CPUtime=99.99 cores=5,7
/proc/19825/stat : 19825 (FH) T 19823 19825 19825 0 -1 4202496 707 0 0 0 9999 0 0 0 25 0 1 0 389793530 253280256 443 33554432000 134512640 134936988 4292538864 18446744073709551615 134553440 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19825/statm: 61836 443 41 104 0 61340 0
[pid=19823/tid=19830] ppid=19432 vsize=341148 CPUtime=0 cores=5,7
/proc/19823/task/19830/stat : 19830 (python) S 19432 19432 17988 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 389803554 349335552 5881 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 514 18446604467130591936 0 0 -1 5 0 0 0
[pid=19831] ppid=19432 vsize=351404 CPUtime=0 cores=5,7
/proc/19831/stat : 19831 (python) S 19432 19432 17988 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 389803555 359837696 5834 33554432000 4194304 5683644 140733440323520 18446744073709551615 268660682310 0 0 16781312 514 14251002758608977919 0 0 17 5 0 0 0
/proc/19831/statm: 87851 5834 350 364 0 23748 0
[pid=19833] ppid=19831 vsize=417048 CPUtime=0.08 cores=5,7
/proc/19833/stat : 19833 (adaptg2wsat2009) R 19831 19833 19833 0 -1 4202496 689 0 0 0 8 0 0 0 20 0 1 0 389803556 427057152 420 33554432000 134512640 135107411 4294660176 18446744073709551615 134523220 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19833/statm: 104262 420 49 146 0 103138 0
[pid=19432/tid=19460] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19460/stat : 19460 (python) S 19430 19432 17988 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 389733577 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19576] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19576/stat : 19576 (python) S 19430 19432 17988 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 389743602 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19594] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19594/stat : 19594 (python) S 19430 19432 17988 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 389753627 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19714] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19714/stat : 19714 (python) S 19430 19432 17988 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 389763453 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19799] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19799/stat : 19799 (python) S 19430 19432 17988 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 389773478 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19813] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19813/stat : 19813 (python) S 19430 19432 17988 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 389783503 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19824] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19824/stat : 19824 (python) S 19430 19432 17988 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 389793530 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
[pid=19432/tid=19832] ppid=19430 vsize=361648 CPUtime=0 cores=5,7
/proc/19432/task/19832/stat : 19832 (python) S 19430 19432 17988 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 389803556 370327552 7380 33554432000 4194304 5683644 140733440323520 18446744073709551615 268672485809 0 0 16781312 2 18446604457915046912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701
Current children cumulated vsize (KiB) 7865928

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19432 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=858869
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=185971
# CPU time returned by wait4() is 1.04484
# while last known CPU time is 701
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 701.874
CPU time (s): 701
CPU user time (s): 700.07
CPU system time (s): 0.93
CPU usage (%): 99.8755
Max. virtual memory (cumulated for all children) (KiB): 7865928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.858869
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17573
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= 16051
involuntary context switches= 37

runsolver used 2.36564 second user time and 5.06223 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 12:30:21
IDJOB=3377555
IDBENCH=82864
IDSOLVER=1857
FILE ID=node107/3377555-1305455421
RUNJOBID= node107-1305455421-19393
PBS_JOBID= 13324866
Free space on /tmp= 73432 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2127424322-078.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377555-1305455421/watcher-3377555-1305455421 -o /tmp/evaluation-result-3377555-1305455421/solver-3377555-1305455421 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377555-1305455421.cnf -seed 453921146 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f8b6732f9f469525eb7751d9d1024a94
RANDOM SEED=453921146

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:      26084772 kB
Buffers:        169728 kB
Cached:        1448652 kB
SwapCached:       9832 kB
Active:        6099380 kB
Inactive:       479896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26084772 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:          127312 kB
Writeback:           4 kB
AnonPages:     4958252 kB
Mapped:          21140 kB
Slab:           152108 kB
PageTables:      70324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65661568 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= 73368 MiB
End job on node107 at 2011-05-15 12:42:05