Trace number 3378473

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 26.9969 9.43839

General information on the benchmark

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

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378473-1305465810.cnf
0.32/0.45	c INFO: computing task features
0.32/0.45	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.32/0.49	c INFO: computed variable balance statistics
0.40/0.52	c INFO: computed small-clause counts
0.40/0.52	c INFO: computed Horn-clause counts
0.40/0.52	c INFO: computed variable graph statistics
0.40/0.52	c INFO: collected features for HOME/instance-3378473-1305465810.cnf in 0.07 s
0.40/0.53	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.61)
0.40/0.54	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.38)
0.40/0.54	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.40/0.55	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.36)
26.86/9.41	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378473-1305465810/watcher-3378473-1305465810 -o /tmp/evaluation-result-3378473-1305465810/solver-3378473-1305465810 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378473-1305465810.cnf -seed 823183067 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 9.82 9.97 9.03 10/396 22057
/proc/meminfo: memFree=24845988/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/22057/stat : 22057 (python) R 22055 22057 21227 0 -1 4202496 1032 0 0 0 0 0 0 0 25 0 1 0 390772329 16633856 904 33554432000 4194304 5683644 140735846152512 18446744073709551615 4603907 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22057/statm: 4061 906 380 364 0 548 0

[startup+0.0907721 s]
/proc/loadavg: 9.82 9.97 9.03 10/396 22057
/proc/meminfo: memFree=24845988/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=101744 CPUtime=0.06 cores=1,3,5,7
/proc/22057/stat : 22057 (python) R 22055 22057 21227 0 -1 4202496 2930 0 0 0 4 2 0 0 17 0 1 0 390772329 104185856 2626 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/22057/statm: 25436 2626 837 364 0 1736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.10077 s]
/proc/loadavg: 9.82 9.97 9.03 10/396 22057
/proc/meminfo: memFree=24845988/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=104616 CPUtime=0.07 cores=1,3,5,7
/proc/22057/stat : 22057 (python) R 22055 22057 21227 0 -1 4202496 3144 0 0 0 5 2 0 0 17 0 1 0 390772329 107126784 2821 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/22057/statm: 26155 2825 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300749 s]
/proc/loadavg: 9.82 9.97 9.03 10/396 22057
/proc/meminfo: memFree=24845988/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=198920 CPUtime=0.23 cores=1,3,5,7
/proc/22057/stat : 22057 (python) R 22055 22057 21227 0 -1 4202496 7019 937 1 0 16 7 0 0 18 0 1 0 390772329 203694080 5053 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660321715 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22057/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700631 s]
/proc/loadavg: 9.82 9.97 9.03 10/396 22057
/proc/meminfo: memFree=24845988/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 320092

[startup+1.50049 s]
/proc/loadavg: 9.82 9.97 9.03 12/409 22074
/proc/meminfo: memFree=24808056/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 729 0 0 0 0 0 0 0 19 0 1 0 390772382 285155328 5524 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110967807 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5524 354 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=0.55 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 55 0 0 0 22 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 390772383 296177664 5666 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5666 348 364 0 8224 0
[pid=22068] ppid=22066 vsize=1420 CPUtime=0.93 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 473 0 0 0 93 0 0 0 25 0 1 0 390772384 1454080 209 33554432000 4194304 4955518 140735364731984 18446744073709551615 4224427 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 355 209 106 186 0 168 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 738 0 0 0 0 0 0 0 23 0 1 0 390772384 306229248 5575 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687426047 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5575 348 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=0.92 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 92 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 755 0 0 0 0 0 0 0 17 0 1 0 390772385 317284352 5699 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5699 348 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=0.4 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 470 0 0 0 40 0 0 0 25 0 1 0 390772386 1454080 209 33554432000 4194304 4955518 140735616687584 18446744073709551615 4244774 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 209 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 3535140

[startup+3.10121 s]
/proc/loadavg: 9.82 9.97 9.03 12/409 22074
/proc/meminfo: memFree=24806940/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5524 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5524 354 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=1.35 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 135 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134547031 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 390772383 296177664 5666 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5666 348 364 0 8224 0
[pid=22068] ppid=22066 vsize=1420 CPUtime=2.51 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 473 0 0 0 251 0 0 0 25 0 1 0 390772384 1454080 209 33554432000 4194304 4955518 140735364731984 18446744073709551615 4315040 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 355 209 106 186 0 168 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5575 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5575 348 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=2.52 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 252 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 390772385 317284352 5699 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5699 348 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=1.2 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 470 0 0 0 120 0 0 0 25 0 1 0 390772386 1454080 209 33554432000 4194304 4955518 140735616687584 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 209 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 3535140

[startup+6.30064 s]
/proc/loadavg: 9.92 9.99 9.04 12/409 22074
/proc/meminfo: memFree=24804676/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=2.95 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 295 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0.02 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 931 0 0 0 1 1 0 0 15 0 1 0 390772383 296177664 5689 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5689 371 364 0 8224 0
[pid=22068] ppid=22066 vsize=1420 CPUtime=5.66 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 478 0 0 0 566 0 0 0 25 0 1 0 390772384 1454080 214 33554432000 4194304 4955518 140735364731984 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 355 214 106 186 0 168 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5598 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5598 371 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=5.67 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 567 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0.01 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 390772385 317284352 5722 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5722 371 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=2.8 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 470 0 0 0 280 0 0 0 25 0 1 0 390772386 1454080 209 33554432000 4194304 4955518 140735616687584 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 209 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 3535140

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

[startup+7.90136 s]
/proc/loadavg: 9.92 9.99 9.04 12/409 22074
/proc/meminfo: memFree=24803452/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=3.75 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 375 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134524413 0 0 16781312 0 0 0 0 17 1 0 0 0

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

/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 3535320

[startup+8.70122 s]
/proc/loadavg: 10.00 10.01 9.06 12/409 22074
/proc/meminfo: memFree=24802864/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=4.16 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 416 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0.03 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 933 0 0 0 2 1 0 0 15 0 1 0 390772383 296177664 5689 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5689 371 364 0 8224 0
[pid=22068] ppid=22066 vsize=1600 CPUtime=8.03 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 500 0 0 0 803 0 0 0 25 0 1 0 390772384 1638400 236 33554432000 4194304 4955518 140735364731984 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 400 236 106 186 0 213 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5598 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5598 371 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=8.07 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 807 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0.02 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 919 0 0 0 2 0 0 0 15 0 1 0 390772385 317284352 5722 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5722 371 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=4 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 470 0 0 0 400 0 0 0 25 0 1 0 390772386 1454080 209 33554432000 4194304 4955518 140735616687584 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 209 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 3535320

[startup+9.10115 s]
/proc/loadavg: 10.00 10.01 9.06 12/409 22074
/proc/meminfo: memFree=24802864/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=4.35 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 435 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0.03 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 937 0 0 0 2 1 0 0 15 0 1 0 390772383 296177664 5689 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5689 371 364 0 8224 0
[pid=22068] ppid=22066 vsize=1600 CPUtime=8.41 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 502 0 0 0 841 0 0 0 25 0 1 0 390772384 1638400 238 33554432000 4194304 4955518 140735364731984 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 400 238 106 186 0 213 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5598 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5598 371 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=8.47 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 847 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0.02 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 919 0 0 0 2 0 0 0 15 0 1 0 390772385 317284352 5722 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5722 371 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=4.2 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 471 0 0 0 420 0 0 0 25 0 1 0 390772386 1454080 210 33554432000 4194304 4955518 140735616687584 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 210 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 3535320

[startup+9.30112 s]
/proc/loadavg: 10.00 10.01 9.06 12/409 22074
/proc/meminfo: memFree=24802864/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=4.45 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 445 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=0.03 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 939 0 0 0 2 1 0 0 15 0 1 0 390772383 296177664 5689 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 8566022417414062344 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5689 371 364 0 8224 0
[pid=22068] ppid=22066 vsize=1600 CPUtime=8.61 cores=1,3,5,7
/proc/22068/stat : 22068 (march_hi) R 22066 22068 22068 0 -1 4202496 503 0 0 0 861 0 0 0 25 0 1 0 390772384 1638400 239 33554432000 4194304 4955518 140735364731984 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22068/statm: 400 239 106 186 0 213 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5598 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5598 371 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=8.67 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 867 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0.02 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 919 0 0 0 2 0 0 0 15 0 1 0 390772385 317284352 5722 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5722 371 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=4.3 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 471 0 0 0 430 0 0 0 25 0 1 0 390772386 1454080 210 33554432000 4194304 4955518 140735616687584 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 210 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26.54
Current children cumulated vsize (KiB) 3535320

[startup+9.41393 s]
/proc/loadavg: 10.00 10.01 9.06 12/409 22074
/proc/meminfo: memFree=24802864/32951124 swapFree=46575252/67111528
[pid=22057] ppid=22055 vsize=320092 CPUtime=0.46 cores=1,3,5,7
/proc/22057/stat : 22057 (python) S 22055 22057 21227 0 -1 4202496 12184 937 1 0 36 10 0 0 25 0 5 0 390772329 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22057/statm: 80023 7236 1881 364 0 15932 0
[pid=22063] ppid=22057 vsize=278472 CPUtime=0 cores=1,3,5,7
/proc/22063/stat : 22063 (python) S 22057 22057 21227 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 390772382 285155328 5546 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682255 0 0 16781312 514 15112814266110935301 0 0 17 5 0 0 0
/proc/22063/statm: 69618 5546 376 364 0 5536 0
[pid=22065] ppid=22063 vsize=1017800 CPUtime=4.51 cores=1,3,5,7
/proc/22065/stat : 22065 (gnovelty+2) R 22063 22065 22065 0 -1 4202496 424 0 0 0 451 0 0 0 25 0 1 0 390772383 1042227200 161 33554432000 134512640 135663704 4290222832 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22065/statm: 254450 161 113 282 0 254166 0
[pid=22066] ppid=22057 vsize=289236 CPUtime=8.74 cores=1,3,5,7
/proc/22066/stat : 22066 (python) S 22057 22057 21227 0 -1 4202560 1084 505 0 0 11 2 861 0 15 0 2 0 390772383 296177664 5707 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22066/statm: 72309 5707 389 364 0 8224 0
[pid=22069] ppid=22057 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/22069/stat : 22069 (python) S 22057 22057 21227 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 390772384 306229248 5598 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 170680767687393541 0 0 17 5 0 0 0
/proc/22069/statm: 74763 5598 371 364 0 10675 0
[pid=22073] ppid=22069 vsize=1017800 CPUtime=8.78 cores=1,3,5,7
/proc/22073/stat : 22073 (gnovelty+2) R 22069 22073 22073 0 -1 4202496 419 0 0 0 878 0 0 0 25 0 1 0 390772385 1042227200 161 33554432000 134512640 135663704 4294495328 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 254450 161 113 282 0 254166 0
[pid=22071] ppid=22057 vsize=309848 CPUtime=0.02 cores=1,3,5,7
/proc/22071/stat : 22071 (python) S 22057 22057 21227 0 -1 4202560 919 0 0 0 2 0 0 0 15 0 1 0 390772385 317284352 5722 33554432000 4194304 5683644 140735846152512 18446744073709551615 268660682310 0 0 16781312 514 15348527019117740295 0 0 17 5 0 0 0
/proc/22071/statm: 77462 5722 371 364 0 13371 0
[pid=22074] ppid=22071 vsize=1420 CPUtime=4.35 cores=1,3,5,7
/proc/22074/stat : 22074 (march_hi) R 22071 22074 22074 0 -1 4202496 471 0 0 0 435 0 0 0 25 0 1 0 390772386 1454080 210 33554432000 4194304 4955518 140735616687584 18446744073709551615 4413856 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22074/statm: 355 210 106 186 0 168 0
[pid=22057/tid=22064] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22064/stat : 22064 (python) S 22055 22057 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 390772382 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22067] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22067/stat : 22067 (python) S 22055 22057 21227 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 390772383 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 7 0 0 0
[pid=22057/tid=22070] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22070/stat : 22070 (python) S 22055 22057 21227 0 -1 4202560 38 937 0 0 0 0 0 0 24 0 5 0 390772384 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
[pid=22057/tid=22072] ppid=22055 vsize=320092 CPUtime=0 cores=1,3,5,7
/proc/22057/task/22072/stat : 22072 (python) S 22055 22057 21227 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 390772385 327774208 7236 33554432000 4194304 5683644 140735846152512 18446744073709551615 268672485809 0 0 16781312 2 18446604460726387712 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26.86
Current children cumulated vsize (KiB) 3533720

Child status: 0
Real time (s): 9.43839
CPU time (s): 26.9969
CPU user time (s): 26.8199
CPU system time (s): 0.176973
CPU usage (%): 286.033
Max. virtual memory (cumulated for all children) (KiB): 3535320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8199
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23317
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= 1850
involuntary context switches= 1043

runsolver used 0.030995 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 15:23:30
IDJOB=3378473
IDBENCH=82882
IDSOLVER=1859
FILE ID=node107/3378473-1305465810
RUNJOBID= node107-1305463373-21246
PBS_JOBID= 13324996
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378473-1305465810/watcher-3378473-1305465810 -o /tmp/evaluation-result-3378473-1305465810/solver-3378473-1305465810 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378473-1305465810.cnf -seed 823183067 -budget 4800 -cores 4

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=823183067

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:      24846888 kB
Buffers:        187648 kB
Cached:        1467328 kB
SwapCached:       9832 kB
Active:        7273716 kB
Inactive:       528288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24846888 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           32880 kB
Writeback:           0 kB
AnonPages:     6144652 kB
Mapped:          32424 kB
Slab:           152464 kB
PageTables:      82544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95028828 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= 73396 MiB
End job on node107 at 2011-05-15 15:23:40