Trace number 3317364

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 33.2949 9.03164

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
MD5SUMa22e1737ea83ac381c0ce023d3bc0e5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9018
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.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.68	c INFO: solving HOME/instance-3317364-1304269032.cnf
0.36/0.68	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.43/0.72	c INFO: computed variable balance statistics
0.43/0.75	c INFO: computed small-clause counts
0.43/0.75	c INFO: computed Horn-clause counts
0.43/0.75	c INFO: computed variable graph statistics
0.43/0.75	c INFO: collected features for HOME/instance-3317364-1304269032.cnf in 0.07 s
0.43/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.61)
0.53/0.81	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.43)
0.53/0.84	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.38)
0.53/0.87	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.13)
33.18/9.01	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317364-1304269032/watcher-3317364-1304269032 -o /tmp/evaluation-result-3317364-1304269032/solver-3317364-1304269032 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317364-1304269032.cnf -seed 1397443749 -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: 7.92 8.04 6.79 5/274 6314
/proc/meminfo: memFree=20446196/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 519318829 15753216 704 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/6314/statm: 3846 704 334 364 0 333 0

[startup+0.0190259 s]
/proc/loadavg: 7.92 8.04 6.79 5/274 6314
/proc/meminfo: memFree=20446196/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/6314/stat : 6314 (python) R 6312 6314 5629 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 519318829 16633856 912 33554432000 4194304 5683644 140733763504288 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 4061 912 380 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101009 s]
/proc/loadavg: 7.92 8.04 6.79 5/274 6314
/proc/meminfo: memFree=20446196/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=87708 CPUtime=0.05 cores=1,3,5,7
/proc/6314/stat : 6314 (python) R 6312 6314 5629 0 -1 4202496 2639 0 0 0 4 1 0 0 17 0 1 0 519318829 89812992 2354 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300998 s]
/proc/loadavg: 7.92 8.04 6.79 5/274 6314
/proc/meminfo: memFree=20446196/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 5965 934 1 0 14 5 0 0 17 0 1 0 519318829 139010048 4151 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/6314/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700908 s]
/proc/loadavg: 7.92 8.04 6.79 5/274 6314
/proc/meminfo: memFree=20446196/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=278296 CPUtime=0.43 cores=1,3,5,7
/proc/6314/stat : 6314 (python) R 6312 6314 5629 0 -1 4202496 9309 934 1 0 31 12 0 0 15 0 1 0 519318829 284975104 6975 33554432000 4194304 5683644 140733763504288 18446744073709551615 4620099 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6314/statm: 69574 6975 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278296

[startup+1.50071 s]
/proc/loadavg: 7.92 8.04 6.79 9/287 6331
/proc/meminfo: memFree=20407984/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5525 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196784639 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5525 354 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=0.71 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 71 0 0 0 21 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134525455 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 519318911 296181760 5666 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172808 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5666 348 364 0 8225 0
[pid=6325] ppid=6323 vsize=1420 CPUtime=0.67 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202496 473 0 0 0 67 0 0 0 22 0 1 0 519318911 1454080 210 33554432000 4194304 4955518 140734283301616 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6325/statm: 355 210 106 186 0 168 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0 cores=1,3,5,7
/proc/6326/stat : 6326 (python) S 6314 6314 5629 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 519318914 306343936 5584 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 4493334591108514055 0 0 17 7 0 0 0
/proc/6326/statm: 74791 5584 348 364 0 10703 0
[pid=6328] ppid=6326 vsize=1420 CPUtime=0.65 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202496 470 0 0 0 65 0 0 0 22 0 1 0 519318914 1454080 209 33554432000 4194304 4955518 140733342084256 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6328/statm: 355 209 106 186 0 168 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 519318917 317288448 5683 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 11987561865564619013 0 0 17 3 0 0 0
/proc/6329/statm: 77463 5683 348 364 0 13372 0
[pid=6331] ppid=6329 vsize=1420 CPUtime=0.62 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202496 472 0 0 0 62 0 0 0 22 0 1 0 519318917 1454080 210 33554432000 4194304 4955518 140734792790384 18446744073709551615 4224850 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6331/statm: 355 210 106 186 0 168 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 2518864

[startup+3.10141 s]
/proc/loadavg: 7.92 8.04 6.79 9/287 6331
/proc/meminfo: memFree=20407364/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5525 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5525 354 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=2.31 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 231 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 519318911 296181760 5666 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 5601792854805414152 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5666 348 364 0 8225 0
[pid=6325] ppid=6323 vsize=1420 CPUtime=2.26 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202496 473 0 0 0 226 0 0 0 25 0 1 0 519318911 1454080 210 33554432000 4194304 4955518 140734283301616 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6325/statm: 355 210 106 186 0 168 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0 cores=1,3,5,7
/proc/6326/stat : 6326 (python) S 6314 6314 5629 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 519318914 306343936 5584 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 4493334591108514055 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5584 348 364 0 10703 0
[pid=6328] ppid=6326 vsize=1420 CPUtime=2.25 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202496 470 0 0 0 225 0 0 0 25 0 1 0 519318914 1454080 209 33554432000 4194304 4955518 140733342084256 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6328/statm: 355 209 106 186 0 168 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 519318917 317288448 5683 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 11987561865564619013 0 0 17 3 0 0 0
/proc/6329/statm: 77463 5683 348 364 0 13372 0
[pid=6331] ppid=6329 vsize=1420 CPUtime=2.22 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202496 472 0 0 0 222 0 0 0 25 0 1 0 519318917 1454080 210 33554432000 4194304 4955518 140734792790384 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6331/statm: 355 210 106 186 0 168 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 2518864

[startup+6.3008 s]
/proc/loadavg: 8.00 8.05 6.80 9/287 6331
/proc/meminfo: memFree=20405504/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5548 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5548 377 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=5.49 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 549 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0.01 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 519318911 296181760 5688 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172808 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5688 370 364 0 8225 0
[pid=6325] ppid=6323 vsize=1420 CPUtime=5.42 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202496 478 0 0 0 542 0 0 0 25 0 1 0 519318911 1454080 215 33554432000 4194304 4955518 140734283301616 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6325/statm: 355 215 106 186 0 168 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0 cores=1,3,5,7
/proc/6326/stat : 6326 (python) S 6314 6314 5629 0 -1 4202560 924 0 0 0 0 0 0 0 15 0 1 0 519318914 306343936 5606 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 4493334591108514055 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5606 370 364 0 10703 0
[pid=6328] ppid=6326 vsize=1420 CPUtime=5.44 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202496 475 0 0 0 544 0 0 0 25 0 1 0 519318914 1454080 214 33554432000 4194304 4955518 140733342084256 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6328/statm: 355 214 106 186 0 168 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 941 0 0 0 0 0 0 0 15 0 1 0 519318917 317288448 5705 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 11987561865564619013 0 0 17 5 0 0 0
/proc/6329/statm: 77463 5705 370 364 0 13372 0
[pid=6331] ppid=6329 vsize=1420 CPUtime=5.41 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202496 477 0 0 0 541 0 0 0 25 0 1 0 519318917 1454080 215 33554432000 4194304 4955518 140734792790384 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6331/statm: 355 215 106 186 0 168 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 2518864

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

[startup+7.9005 s]
/proc/loadavg: 8.00 8.05 6.80 9/287 6331
/proc/meminfo: memFree=20405628/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5548 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5548 377 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=7.09 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 709 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134525116 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0.01 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 519318911 296181760 5688 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172808 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5688 370 364 0 8225 0
[pid=6325] ppid=6323 vsize=1420 CPUtime=7 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202496 484 0 0 0 700 0 0 0 25 0 1 0 519318911 1454080 221 33554432000 4194304 4955518 140734283301616 18446744073709551615 4224487 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6325/statm: 355 221 106 186 0 168 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0 cores=1,3,5,7
/proc/6326/stat : 6326 (python) S 6314 6314 5629 0 -1 4202560 928 0 0 0 0 0 0 0 15 0 1 0 519318914 306343936 5606 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 4493334591108514055 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5606 370 364 0 10703 0
[pid=6328] ppid=6326 vsize=1420 CPUtime=7.03 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202496 481 0 0 0 703 0 0 0 25 0 1 0 519318914 1454080 220 33554432000 4194304 4955518 140733342084256 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6328/statm: 355 220 106 186 0 168 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0.01 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 943 0 0 0 1 0 0 0 15 0 1 0 519318917 317288448 5705 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 11987561865564619013 0 0 17 5 0 0 0
/proc/6329/statm: 77463 5705 370 364 0 13372 0
[pid=6331] ppid=6329 vsize=1420 CPUtime=7.01 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202496 483 0 0 0 701 0 0 0 25 0 1 0 519318917 1454080 221 33554432000 4194304 4955518 140734792790384 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6331/statm: 355 221 106 186 0 168 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.75
Current children cumulated vsize (KiB) 2518864

[startup+8.70135 s]
/proc/loadavg: 8.00 8.05 6.80 9/287 6331
/proc/meminfo: memFree=20405364/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5548 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5548 377 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=7.9 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 790 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0.01 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 519318911 296181760 5688 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172808 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5688 370 364 0 8225 0
[pid=6325] ppid=6323 vsize=1556 CPUtime=7.8 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202496 510 0 0 0 780 0 0 0 25 0 1 0 519318911 1593344 247 33554432000 4194304 4955518 140734283301616 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6325/statm: 389 247 106 186 0 202 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0 cores=1,3,5,7
/proc/6326/stat : 6326 (python) S 6314 6314 5629 0 -1 4202560 928 0 0 0 0 0 0 0 15 0 1 0 519318914 306343936 5606 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 4493334591108514055 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5606 370 364 0 10703 0
[pid=6328] ppid=6326 vsize=1556 CPUtime=7.84 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202496 507 0 0 0 784 0 0 0 25 0 1 0 519318914 1593344 246 33554432000 4194304 4955518 140733342084256 18446744073709551615 4314822 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6328/statm: 389 246 106 186 0 202 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0.01 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 947 0 0 0 1 0 0 0 15 0 1 0 519318917 317288448 5705 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 11987561865564619013 0 0 17 5 0 0 0
/proc/6329/statm: 77463 5705 370 364 0 13372 0
[pid=6331] ppid=6329 vsize=1556 CPUtime=7.82 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202496 509 0 0 0 782 0 0 0 25 0 1 0 519318917 1593344 247 33554432000 4194304 4955518 140734792790384 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6331/statm: 389 247 106 186 0 202 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.98
Current children cumulated vsize (KiB) 2519272

[startup+8.99029 s]
/proc/loadavg: 8.00 8.05 6.80 9/287 6331
/proc/meminfo: memFree=20405364/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5548 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5548 377 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=8.18 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 818 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134564727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=0.11 cores=1,3,5,7
/proc/6323/stat : 6323 (python) R 6314 6314 5629 0 -1 4202560 924 0 0 0 8 3 0 0 15 0 1 0 519318911 296181760 5688 33554432000 4194304 5683644 140733763504288 18446744073709551615 4531392 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5688 370 364 0 8225 0
[pid=6325] ppid=6323 vsize=0 CPUtime=7.98 cores=1,3,5,7
/proc/6325/stat : 6325 (march_hi) R 6323 6325 6325 0 -1 4202500 512 0 0 0 798 0 0 0 25 0 1 0 519318911 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6325/statm: 0 0 0 0 0 0 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0.2 cores=1,3,5,7
/proc/6326/stat : 6326 (python) R 6314 6314 5629 0 -1 4202560 929 0 0 0 14 6 0 0 16 0 1 0 519318914 306343936 5606 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5606 370 364 0 10703 0
[pid=6328] ppid=6326 vsize=0 CPUtime=7.93 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202500 509 0 0 0 793 0 0 0 25 0 1 0 519318914 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6328/statm: 0 0 0 0 0 0 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0.17 cores=1,3,5,7
/proc/6329/stat : 6329 (python) R 6314 6314 5629 0 -1 4202560 952 0 0 0 11 6 0 0 16 0 1 0 519318917 317288448 5705 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/6329/statm: 77463 5705 370 364 0 13372 0
[pid=6331] ppid=6329 vsize=0 CPUtime=7.93 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202500 511 0 0 0 793 0 0 0 25 0 1 0 519318917 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6331/statm: 0 0 0 0 0 0 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.1
Current children cumulated vsize (KiB) 2514604

[startup+9.00807 s]
/proc/loadavg: 8.00 8.05 6.80 9/287 6331
/proc/meminfo: memFree=20405364/32951124 swapFree=67111524/67111528
[pid=6314] ppid=6312 vsize=320096 CPUtime=0.6 cores=1,3,5,7
/proc/6314/stat : 6314 (python) S 6312 6314 5629 0 -1 4202496 12290 934 1 0 47 13 0 0 20 0 5 0 519318829 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6314/statm: 80024 7220 1881 364 0 15933 0
[pid=6320] ppid=6314 vsize=278452 CPUtime=0 cores=1,3,5,7
/proc/6320/stat : 6320 (python) S 6314 6314 5629 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 519318908 285134848 5548 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425103 0 0 16781312 514 16930342171196752136 0 0 17 3 0 0 0
/proc/6320/statm: 69613 5548 377 364 0 5531 0
[pid=6322] ppid=6320 vsize=1017800 CPUtime=8.2 cores=1,3,5,7
/proc/6322/stat : 6322 (gnovelty+2) R 6320 6322 6322 0 -1 4202496 424 0 0 0 820 0 0 0 25 0 1 0 519318908 1042227200 162 33554432000 134512640 135663704 4290130640 18446744073709551615 134524957 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6322/statm: 254450 162 113 282 0 254166 0
[pid=6323] ppid=6314 vsize=289240 CPUtime=8.11 cores=1,3,5,7
/proc/6323/stat : 6323 (python) S 6314 6314 5629 0 -1 4202560 1067 512 0 0 9 4 798 0 15 0 2 0 519318911 296181760 5706 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6323/statm: 72310 5706 388 364 0 8225 0
[pid=6326] ppid=6314 vsize=299164 CPUtime=0.22 cores=1,3,5,7
/proc/6326/stat : 6326 (python) R 6314 6314 5629 0 -1 4202560 929 0 0 0 15 7 0 0 16 0 1 0 519318914 306343936 5606 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/6326/statm: 74791 5606 370 364 0 10703 0
[pid=6328] ppid=6326 vsize=0 CPUtime=7.93 cores=1,3,5,7
/proc/6328/stat : 6328 (march_hi) R 6326 6328 6328 0 -1 4202500 509 0 0 0 793 0 0 0 25 0 1 0 519318914 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6328/statm: 0 0 0 0 0 0 0
[pid=6329] ppid=6314 vsize=309852 CPUtime=0.19 cores=1,3,5,7
/proc/6329/stat : 6329 (python) S 6314 6314 5629 0 -1 4202560 952 0 0 0 13 6 0 0 16 0 1 0 519318917 317288448 5705 33554432000 4194304 5683644 140733763504288 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/6329/statm: 77463 5705 370 364 0 13372 0
[pid=6331] ppid=6329 vsize=0 CPUtime=7.93 cores=1,3,5,7
/proc/6331/stat : 6331 (march_hi) R 6329 6331 6331 0 -1 4202500 511 0 0 0 793 0 0 0 25 0 1 0 519318917 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6331/statm: 0 0 0 0 0 0 0
[pid=6314/tid=6321] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6321/stat : 6321 (python) S 6312 6314 5629 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 519318908 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
[pid=6314/tid=6324] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6324/stat : 6324 (python) S 6312 6314 5629 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 519318911 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 1 0 0 0
[pid=6314/tid=6327] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6327/stat : 6327 (python) S 6312 6314 5629 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 519318914 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 7 0 0 0
[pid=6314/tid=6330] ppid=6312 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/6314/task/6330/stat : 6330 (python) S 6312 6314 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 519318917 327778304 7220 33554432000 4194304 5683644 140733763504288 18446744073709551615 264738228657 0 0 16781312 2 18446604470440770432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 2514604

Child status: 0
Real time (s): 9.03164
CPU time (s): 33.2949
CPU user time (s): 32.941
CPU system time (s): 0.353946
CPU usage (%): 368.648
Max. virtual memory (cumulated for all children) (KiB): 2519272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.941
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23625
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= 4357
involuntary context switches= 1658

runsolver used 0.024996 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 18:57:12
IDJOB=3317364
IDBENCH=82829
IDSOLVER=1705
FILE ID=node141/3317364-1304269032
RUNJOBID= node141-1304267280-5648
PBS_JOBID= 13173938
Free space on /tmp= 72524 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1713710439-035.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-3317364-1304269032/watcher-3317364-1304269032 -o /tmp/evaluation-result-3317364-1304269032/solver-3317364-1304269032 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317364-1304269032.cnf -seed 1397443749 -budget 4800 -cores 4

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

MD5SUM BENCH= a22e1737ea83ac381c0ce023d3bc0e5e
RANDOM SEED=1397443749

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20446352 kB
Buffers:       1418324 kB
Cached:        9100436 kB
SwapCached:          4 kB
Active:        4163660 kB
Inactive:      7736604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20446352 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31824 kB
Writeback:          36 kB
AnonPages:     1381180 kB
Mapped:          24828 kB
Slab:           520216 kB
PageTables:      22924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 33429796 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= 72492 MiB
End job on node141 at 2011-05-01 18:57:21