Trace number 3387030

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 5000.06 4981.07

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
MD5SUM465b21028c8505bfc2ee7974d056b900
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.49	c INFO: solving HOME/instance-3387030-1305596224.cnf
0.28/0.49	c INFO: computing task features
0.37/0.50	c INFO: computed variable-clause graph statistics
0.37/0.50	c INFO: computed clause balance statistics
0.37/0.54	c INFO: computed variable balance statistics
0.37/0.58	c INFO: computed small-clause counts
0.37/0.58	c INFO: computed Horn-clause counts
0.37/0.58	c INFO: computed variable graph statistics
0.37/0.58	c INFO: collected features for HOME/instance-3387030-1305596224.cnf in 0.09 s
0.47/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
101.23/101.02	c INFO: running march_hi@0 for 194 with 4899 remaining (b = 0.17)
297.83/297.11	c INFO: running march_hi@195 for 194 with 4703 remaining (b = 0.16)
495.19/493.71	c INFO: running march_hi@392 for 97 with 4507 remaining (b = 0.09)
593.46/591.60	c INFO: running march_hi@0 for 97 with 4409 remaining (b = 0.09)
692.54/690.38	c INFO: running march_hi@490 for 97 with 4310 remaining (b = 0.08)
790.74/788.19	c INFO: running march_hi@587 for 97 with 4212 remaining (b = 0.10)
884.15/881.13	c INFO: running gnovelty+2@0 for 97 with 4119 remaining (b = 0.07)
984.87/981.55	c INFO: running march_hi@98 for 291 with 4019 remaining (b = 0.21)
1276.87/1272.32	c INFO: running march_hi@389 for 97 with 3728 remaining (b = 0.08)
1375.36/1370.43	c INFO: running march_hi@0 for 97 with 3630 remaining (b = 0.08)
1474.66/1469.32	c INFO: running march_hi@487 for 194 with 3531 remaining (b = 0.15)
1667.16/1661.06	c INFO: running march_hi@98 for 291 with 3339 remaining (b = 0.19)
1959.39/1952.16	c INFO: running march_hi@389 for 97 with 3048 remaining (b = 0.07)
2060.90/2053.28	c INFO: running march_hi@0 for 388 with 2947 remaining (b = 0.24)
2452.93/2443.78	c INFO: running march_hi@390 for 97 with 2557 remaining (b = 0.06)
2552.42/2542.88	c INFO: running kcnfs-2006@0 for 582 with 2458 remaining (b = 0.26)
3141.29/3129.45	c INFO: running march_hi@0 for 97 with 1871 remaining (b = 0.05)
3240.29/3228.05	c INFO: running march_hi@491 for 194 with 1772 remaining (b = 0.09)
3433.64/3420.69	c INFO: running march_hi@680 for 1455 with 1580 remaining (b = 0.43)
4898.75/4880.10	c INFO: running march_hi@2140 for 120 with 120 remaining (b = 0.11)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387030-1305596224/watcher-3387030-1305596224 -o /tmp/evaluation-result-3387030-1305596224/solver-3387030-1305596224 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387030-1305596224.cnf -seed 1482712359 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.92 2.01 1.99 2/527 25353
/proc/meminfo: memFree=16650116/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=16248 CPUtime=0 cores=1,3,5,7
/proc/25353/stat : 25353 (python) R 25351 25353 24428 0 -1 4202496 1063 0 0 0 0 0 0 0 25 0 1 0 652037987 16637952 935 33554432000 4194304 5683644 140733849794240 18446744073709551615 5178178 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25353/statm: 4062 935 381 364 0 549 0

[startup+0.100735 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25353
/proc/meminfo: memFree=16650116/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=101880 CPUtime=0.07 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 2960 0 0 0 5 2 0 0 17 0 1 0 652037987 104325120 2654 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/25353/statm: 25470 2654 841 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.200716 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25353
/proc/meminfo: memFree=16650116/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=126800 CPUtime=0.15 cores=1,3,5,7
/proc/25353/stat : 25353 (python) R 25351 25353 24428 0 -1 4202496 5382 934 1 0 11 4 0 0 18 0 1 0 652037987 129843200 3995 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726063537 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25353/statm: 31700 3995 1003 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126800

[startup+0.300689 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25353
/proc/meminfo: memFree=16650116/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=156692 CPUtime=0.22 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 6402 934 1 0 16 6 0 0 17 0 1 0 652037987 160452608 4507 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/25353/statm: 39173 4507 1257 364 0 3281 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156692

[startup+0.700599 s]
/proc/loadavg: 1.92 2.01 1.99 2/527 25353
/proc/meminfo: memFree=16650116/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 288984

[startup+1.50045 s]
/proc/loadavg: 1.92 2.01 1.99 3/531 25361
/proc/meminfo: memFree=16622672/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 652038049 285429760 5591 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2218735304309735423 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5591 354 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=0.87 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 87 0 0 0 21 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134545187 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1585656

[startup+3.10114 s]
/proc/loadavg: 1.93 2.01 1.99 3/531 25361
/proc/meminfo: memFree=16622052/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 652038049 285429760 5591 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2218735304309702918 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5591 354 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=2.47 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 247 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134546166 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1585656

[startup+6.30055 s]
/proc/loadavg: 1.93 2.01 1.99 3/531 25361
/proc/meminfo: memFree=16621852/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0.02 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 652038049 285429760 5614 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2218735304309702918 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5614 377 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=5.67 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 567 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1585656

[startup+12.7003 s]
/proc/loadavg: 1.94 2.01 1.99 3/531 25361
/proc/meminfo: memFree=16620624/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0.03 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 896 0 0 0 1 2 0 0 18 0 1 0 652038049 285429760 5614 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2757364056229642502 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5614 377 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=12.07 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 1207 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1585656

[startup+25.5009 s]
/proc/loadavg: 1.95 2.01 1.99 3/531 25362
/proc/meminfo: memFree=16619908/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0.08 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 652038049 285429760 5614 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2757364056229642502 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5614 377 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=24.87 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 2487 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1585656

[startup+51.1011 s]
/proc/loadavg: 1.96 2.01 1.99 3/531 25362
/proc/meminfo: memFree=16616512/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=288984 CPUtime=0.49 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 9846 934 1 0 40 9 0 0 19 0 2 0 652037987 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 72246 7116 1875 364 0 8164 0
[pid=25359] ppid=25353 vsize=278740 CPUtime=0.16 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 909 0 0 0 8 8 0 0 18 0 1 0 652038049 285429760 5614 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425103 0 0 16781312 514 2757364056229642502 0 0 17 7 0 0 0
/proc/25359/statm: 69685 5614 377 364 0 5603 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=50.48 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) R 25359 25361 25361 0 -1 4202496 447 0 0 0 5048 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134524610 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25353/tid=25360] ppid=25351 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 2 0 652038049 295919616 7116 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1585656

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/535 25368
/proc/meminfo: memFree=16603396/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=299644 CPUtime=0.52 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 10702 934 1 0 43 9 0 0 18 0 3 0 652037987 306835456 7241 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 74911 7241 1878 364 0 10826 0
[pid=25359] ppid=25353 vsize=288984 CPUtime=0.37 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 1082 0 0 0 20 17 0 0 19 0 2 0 652038049 295919616 5652 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25359/statm: 72246 5652 410 364 0 8164 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=100.37 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) T 25359 25361 25361 0 -1 4202496 447 0 0 0 10037 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25359/tid=25365] ppid=25353 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25359/task/25365/stat : 25365 (python) S 25353 25353 24428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 652048086 295919616 5652 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604470609152000 0 0 -1 1 0 0 0
[pid=25366] ppid=25353 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/25366/stat : 25366 (python) S 25353 25353 24428 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 652048089 296345600 5707 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425158 0 0 16781312 514 5036475743043813640 0 0 17 1 0 0 0
/proc/25366/statm: 72350 5707 348 364 0 8265 0
[pid=25368] ppid=25366 vsize=2800 CPUtime=1.28 cores=1,3,5,7
/proc/25368/stat : 25368 (march_hi) R 25366 25368 25368 0 -1 4202496 750 0 0 0 128 0 0 0 22 0 1 0 652048090 2867200 485 33554432000 4194304 4955518 140735119030208 18446744073709551615 4286523 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25368/statm: 700 485 104 186 0 513 0
[pid=25353/tid=25360] ppid=25351 vsize=299644 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 3 0 652038049 306835456 7241 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=299644 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (python) S 25351 25353 24428 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 652048090 306835456 7241 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 1898760

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/539 25373
/proc/meminfo: memFree=16579128/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=299644 CPUtime=0.52 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 10702 934 1 0 43 9 0 0 18 0 3 0 652037987 306835456 7241 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 74911 7241 1878 364 0 10826 0
[pid=25359] ppid=25353 vsize=288984 CPUtime=0.37 cores=1,3,5,7

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

/proc/25390/stat : 25390 (march_hi) T 25388 25390 25390 0 -1 4202496 23561 0 0 0 67926 5 0 0 25 0 1 0 652097148 111443968 23298 33554432000 4194304 4955518 140735772573936 18446744073709551615 4261383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25390/statm: 27208 23298 104 186 0 27021 0
[pid=25388/tid=25393] ppid=25353 vsize=299848 CPUtime=0 cores=1,3,5,7
/proc/25388/task/25393/stat : 25393 (python) S 25353 25353 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 652107022 307044352 5815 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604470683281472 0 0 -1 7 0 0 0
[pid=25399] ppid=25353 vsize=310292 CPUtime=0.37 cores=1,3,5,7
/proc/25399/stat : 25399 (python) S 25353 25353 24428 0 -1 4202560 1087 0 0 0 18 19 0 0 19 0 2 0 652126100 317739008 5846 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25399/statm: 77573 5846 400 364 0 13482 0
[pid=25401] ppid=25399 vsize=1017932 CPUtime=100.38 cores=1,3,5,7
/proc/25401/stat : 25401 (gnovelty+2) T 25399 25401 25401 0 -1 4202496 449 0 0 0 10038 0 0 0 25 0 1 0 652126101 1042362368 185 33554432000 134512640 135663704 4289743568 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25401/statm: 254483 185 113 282 0 254199 0
[pid=25399/tid=25405] ppid=25353 vsize=310292 CPUtime=0 cores=1,3,5,7
/proc/25399/task/25405/stat : 25405 (python) S 25353 25353 24428 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 652136139 317739008 5846 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604468339218368 0 0 -1 7 0 0 0
[pid=25416] ppid=25353 vsize=320548 CPUtime=2.71 cores=1,3,5,7
/proc/25416/stat : 25416 (python) S 25353 25353 24428 0 -1 4202560 1156 0 0 0 144 127 0 0 15 0 2 0 652175030 328241152 5850 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25416/statm: 80137 5850 400 364 0 16043 0
[pid=25418] ppid=25416 vsize=108832 CPUtime=683.68 cores=1,3,5,7
/proc/25418/stat : 25418 (march_hi) T 25416 25418 25418 0 -1 4202496 23687 0 0 0 68363 5 0 0 25 0 1 0 652175030 111443968 23420 33554432000 4194304 4955518 140736050436416 18446744073709551615 4314057 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25418/statm: 27208 23420 104 186 0 27021 0
[pid=25416/tid=25431] ppid=25353 vsize=320548 CPUtime=0 cores=1,3,5,7
/proc/25416/task/25431/stat : 25431 (python) S 25353 25353 24428 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652184916 328241152 5850 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604463613322496 0 0 -1 7 0 0 0
[pid=25938] ppid=25353 vsize=330804 CPUtime=1.92 cores=1,3,5,7
/proc/25938/stat : 25938 (python) S 25353 25353 24428 0 -1 4202560 1163 0 0 0 98 94 0 0 15 0 2 0 652243315 338743296 5867 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25938/statm: 82701 5867 400 364 0 18604 0
[pid=25940] ppid=25938 vsize=79232 CPUtime=489.56 cores=1,3,5,7
/proc/25940/stat : 25940 (march_hi) T 25938 25940 25940 0 -1 4202496 17454 0 0 0 48954 2 0 0 25 0 1 0 652243316 81133568 17186 33554432000 4194304 4955518 140737025266928 18446744073709551615 4282568 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25940/statm: 19808 17186 104 186 0 19621 0
[pid=25938/tid=25951] ppid=25353 vsize=330804 CPUtime=0 cores=1,3,5,7
/proc/25938/task/25951/stat : 25951 (python) S 25353 25353 24428 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 652282364 338743296 5867 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604465130305344 0 0 -1 7 0 0 0
[pid=25955] ppid=25353 vsize=341060 CPUtime=2.27 cores=1,3,5,7
/proc/25955/stat : 25955 (python) S 25353 25353 24428 0 -1 4202560 1143 0 0 0 120 107 0 0 19 0 2 0 652292275 349245440 5878 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25955/statm: 85265 5878 400 364 0 21165 0
[pid=25957] ppid=25955 vsize=182584 CPUtime=586.57 cores=1,3,5,7
/proc/25957/stat : 25957 (kcnfs-2006) T 25955 25957 25957 0 -1 4202496 633 0 0 0 58657 0 0 0 25 0 1 0 652292275 186966016 370 33554432000 134512640 135163436 4293070784 18446744073709551615 134675194 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25957/statm: 45646 370 77 159 0 45486 0
[pid=25955/tid=25976] ppid=25353 vsize=341060 CPUtime=0 cores=1,3,5,7
/proc/25955/task/25976/stat : 25976 (python) S 25353 25353 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 652350931 349245440 5878 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604471034788800 0 0 -1 3 0 0 0
[pid=25977] ppid=25353 vsize=351316 CPUtime=0.4 cores=1,3,5,7
/proc/25977/stat : 25977 (python) S 25353 25353 24428 0 -1 4202560 1147 0 0 0 22 18 0 0 16 0 2 0 652350933 359747584 5888 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25977/statm: 87829 5888 406 364 0 23726 0
[pid=25979] ppid=25977 vsize=24476 CPUtime=98.57 cores=1,3,5,7
/proc/25979/stat : 25979 (march_hi) T 25977 25979 25979 0 -1 4202496 4366 0 0 0 9856 1 0 0 25 0 1 0 652350933 25063424 4097 33554432000 4194304 4955518 140733548320992 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25979/statm: 6119 4097 104 186 0 5932 0
[pid=25977/tid=25983] ppid=25353 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/25977/task/25983/stat : 25983 (python) S 25353 25353 24428 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 652360790 359747584 5888 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604456035455168 0 0 -1 7 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 9 0 652038049 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (python) S 25351 25353 24428 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 9 0 652048090 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25389] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25389/stat : 25389 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 652097147 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25400] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25400/stat : 25400 (python) S 25351 25353 24428 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 652126100 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25417] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25417/stat : 25417 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 652175030 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25939] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25939/stat : 25939 (python) S 25351 25353 24428 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 652243315 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25956] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25956/stat : 25956 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 652292275 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25978] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25978/stat : 25978 (python) S 25351 25353 24428 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 652350933 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 5804668

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

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

[startup+4981 s]
/proc/loadavg: 1.00 1.00 1.01 2/534 26030
/proc/meminfo: memFree=16359740/32951124 swapFree=63083192/67111528
[pid=25353] ppid=25351 vsize=361072 CPUtime=0.94 cores=1,3,5,7
/proc/25353/stat : 25353 (python) S 25351 25353 24428 0 -1 4202496 17152 934 1 0 83 11 0 0 18 0 9 0 652037987 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25353/statm: 90268 7265 1890 364 0 26165 0
[pid=25359] ppid=25353 vsize=288984 CPUtime=0.37 cores=1,3,5,7
/proc/25359/stat : 25359 (python) S 25353 25353 24428 0 -1 4202560 1082 0 0 0 20 17 0 0 19 0 2 0 652038049 295919616 5652 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25359/statm: 72246 5652 410 364 0 8164 0
[pid=25361] ppid=25359 vsize=1017932 CPUtime=100.37 cores=1,3,5,7
/proc/25361/stat : 25361 (gnovelty+2) T 25359 25361 25361 0 -1 4202496 447 0 0 0 10037 0 0 0 25 0 1 0 652038049 1042362368 184 33554432000 134512640 135663704 4293442752 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25361/statm: 254483 184 113 282 0 254199 0
[pid=25359/tid=25365] ppid=25353 vsize=288984 CPUtime=0 cores=1,3,5,7
/proc/25359/task/25365/stat : 25365 (python) S 25353 25353 24428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 652048086 295919616 5652 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604470609152000 0 0 -1 1 0 0 0
[pid=25366] ppid=25353 vsize=289400 CPUtime=8.58 cores=1,3,5,7
/proc/25366/stat : 25366 (python) S 25353 25353 24428 0 -1 4202560 1140 0 0 0 444 414 0 0 15 0 2 0 652048089 296345600 5760 33554432000 4194304 5683644 140733849794240 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25366/statm: 72350 5760 400 364 0 8265 0
[pid=25368] ppid=25366 vsize=371524 CPUtime=2241.32 cores=1,3,5,7
/proc/25368/stat : 25368 (march_hi) R 25366 25368 25368 0 -1 4202496 70977 0 0 0 224118 14 0 0 25 0 1 0 652048090 380440576 70712 33554432000 4194304 4955518 140735119030208 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25368/statm: 92881 70712 104 186 0 92694 0
[pid=25366/tid=25378] ppid=25353 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/25366/task/25378/stat : 25378 (python) S 25353 25353 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 652067695 296345600 5760 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604457920006272 0 0 -1 1 0 0 0
[pid=25388] ppid=25353 vsize=299848 CPUtime=2.74 cores=1,3,5,7
/proc/25388/stat : 25388 (python) S 25353 25353 24428 0 -1 4202560 1143 0 0 0 146 128 0 0 15 0 2 0 652097147 307044352 5815 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25388/statm: 74962 5815 400 364 0 10874 0
[pid=25390] ppid=25388 vsize=108832 CPUtime=679.31 cores=1,3,5,7
/proc/25390/stat : 25390 (march_hi) T 25388 25390 25390 0 -1 4202496 23561 0 0 0 67926 5 0 0 25 0 1 0 652097148 111443968 23298 33554432000 4194304 4955518 140735772573936 18446744073709551615 4261383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25390/statm: 27208 23298 104 186 0 27021 0
[pid=25388/tid=25393] ppid=25353 vsize=299848 CPUtime=0 cores=1,3,5,7
/proc/25388/task/25393/stat : 25393 (python) S 25353 25353 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 652107022 307044352 5815 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604470683281472 0 0 -1 7 0 0 0
[pid=25399] ppid=25353 vsize=310292 CPUtime=0.37 cores=1,3,5,7
/proc/25399/stat : 25399 (python) S 25353 25353 24428 0 -1 4202560 1087 0 0 0 18 19 0 0 19 0 2 0 652126100 317739008 5846 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25399/statm: 77573 5846 400 364 0 13482 0
[pid=25401] ppid=25399 vsize=1017932 CPUtime=100.38 cores=1,3,5,7
/proc/25401/stat : 25401 (gnovelty+2) T 25399 25401 25401 0 -1 4202496 449 0 0 0 10038 0 0 0 25 0 1 0 652126101 1042362368 185 33554432000 134512640 135663704 4289743568 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25401/statm: 254483 185 113 282 0 254199 0
[pid=25399/tid=25405] ppid=25353 vsize=310292 CPUtime=0 cores=1,3,5,7
/proc/25399/task/25405/stat : 25405 (python) S 25353 25353 24428 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 652136139 317739008 5846 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604468339218368 0 0 -1 7 0 0 0
[pid=25416] ppid=25353 vsize=320548 CPUtime=2.71 cores=1,3,5,7
/proc/25416/stat : 25416 (python) S 25353 25353 24428 0 -1 4202560 1156 0 0 0 144 127 0 0 15 0 2 0 652175030 328241152 5850 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25416/statm: 80137 5850 400 364 0 16043 0
[pid=25418] ppid=25416 vsize=108832 CPUtime=683.68 cores=1,3,5,7
/proc/25418/stat : 25418 (march_hi) T 25416 25418 25418 0 -1 4202496 23687 0 0 0 68363 5 0 0 25 0 1 0 652175030 111443968 23420 33554432000 4194304 4955518 140736050436416 18446744073709551615 4314057 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25418/statm: 27208 23420 104 186 0 27021 0
[pid=25416/tid=25431] ppid=25353 vsize=320548 CPUtime=0 cores=1,3,5,7
/proc/25416/task/25431/stat : 25431 (python) S 25353 25353 24428 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652184916 328241152 5850 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604463613322496 0 0 -1 7 0 0 0
[pid=25938] ppid=25353 vsize=330804 CPUtime=1.92 cores=1,3,5,7
/proc/25938/stat : 25938 (python) S 25353 25353 24428 0 -1 4202560 1163 0 0 0 98 94 0 0 15 0 2 0 652243315 338743296 5867 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25938/statm: 82701 5867 400 364 0 18604 0
[pid=25940] ppid=25938 vsize=79232 CPUtime=489.56 cores=1,3,5,7
/proc/25940/stat : 25940 (march_hi) T 25938 25940 25940 0 -1 4202496 17454 0 0 0 48954 2 0 0 25 0 1 0 652243316 81133568 17186 33554432000 4194304 4955518 140737025266928 18446744073709551615 4282568 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25940/statm: 19808 17186 104 186 0 19621 0
[pid=25938/tid=25951] ppid=25353 vsize=330804 CPUtime=0 cores=1,3,5,7
/proc/25938/task/25951/stat : 25951 (python) S 25353 25353 24428 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 652282364 338743296 5867 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604465130305344 0 0 -1 7 0 0 0
[pid=25955] ppid=25353 vsize=341060 CPUtime=2.27 cores=1,3,5,7
/proc/25955/stat : 25955 (python) S 25353 25353 24428 0 -1 4202560 1143 0 0 0 120 107 0 0 19 0 2 0 652292275 349245440 5878 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25955/statm: 85265 5878 400 364 0 21165 0
[pid=25957] ppid=25955 vsize=182584 CPUtime=586.57 cores=1,3,5,7
/proc/25957/stat : 25957 (kcnfs-2006) T 25955 25957 25957 0 -1 4202496 633 0 0 0 58657 0 0 0 25 0 1 0 652292275 186966016 370 33554432000 134512640 135163436 4293070784 18446744073709551615 134675194 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25957/statm: 45646 370 77 159 0 45486 0
[pid=25955/tid=25976] ppid=25353 vsize=341060 CPUtime=0 cores=1,3,5,7
/proc/25955/task/25976/stat : 25976 (python) S 25353 25353 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 652350931 349245440 5878 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604471034788800 0 0 -1 3 0 0 0
[pid=25977] ppid=25353 vsize=351316 CPUtime=0.4 cores=1,3,5,7
/proc/25977/stat : 25977 (python) S 25353 25353 24428 0 -1 4202560 1147 0 0 0 22 18 0 0 16 0 2 0 652350933 359747584 5888 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25977/statm: 87829 5888 406 364 0 23726 0
[pid=25979] ppid=25977 vsize=24476 CPUtime=98.57 cores=1,3,5,7
/proc/25979/stat : 25979 (march_hi) T 25977 25979 25979 0 -1 4202496 4366 0 0 0 9856 1 0 0 25 0 1 0 652350933 25063424 4097 33554432000 4194304 4955518 140733548320992 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25979/statm: 6119 4097 104 186 0 5932 0
[pid=25977/tid=25983] ppid=25353 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/25977/task/25983/stat : 25983 (python) S 25353 25353 24428 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 652360790 359747584 5888 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 514 18446604456035455168 0 0 -1 7 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (python) S 25351 25353 24428 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 9 0 652038049 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (python) S 25351 25353 24428 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 9 0 652048090 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25389] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25389/stat : 25389 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 652097147 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25400] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25400/stat : 25400 (python) S 25351 25353 24428 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 652126100 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25417] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25417/stat : 25417 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 652175030 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25939] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25939/stat : 25939 (python) S 25351 25353 24428 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 652243315 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 1 0 0 0
[pid=25353/tid=25956] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25956/stat : 25956 (python) S 25351 25353 24428 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 652292275 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
[pid=25353/tid=25978] ppid=25351 vsize=361072 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25978/stat : 25978 (python) S 25351 25353 24428 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 652350933 369737728 7265 33554432000 4194304 5683644 140733849794240 18446744073709551615 264738228657 0 0 16781312 2 18446604465130303552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 5804668

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4981.07
CPU time (s): 5000.06
CPU user time (s): 4990.44
CPU system time (s): 9.62
CPU usage (%): 100.381
Max. virtual memory (cumulated for all children) (KiB): 5805380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.833873
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18090
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= 1051
involuntary context switches= 28

runsolver used 27.5628 second user time and 69.2875 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 03:37:04
IDJOB=3387030
IDBENCH=83095
IDSOLVER=1872
FILE ID=node141/3387030-1305596224
RUNJOBID= node141-1305586143-24447
PBS_JOBID= 13350337
Free space on /tmp= 73196 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387030-1305596224/watcher-3387030-1305596224 -o /tmp/evaluation-result-3387030-1305596224/solver-3387030-1305596224 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387030-1305596224.cnf -seed 1482712359 -budget 5000

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

MD5SUM BENCH= 465b21028c8505bfc2ee7974d056b900
RANDOM SEED=1482712359

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:      16650404 kB
Buffers:        302372 kB
Cached:        5759844 kB
SwapCached:      15708 kB
Active:       10622296 kB
Inactive:      5383412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16650404 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:     9934500 kB
Mapped:          30224 kB
Slab:           151280 kB
PageTables:      73472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 148551512 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= 73360 MiB
End job on node141 at 2011-05-17 05:00:07