Trace number 3386912

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.1 4980.37

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3386912-1305594777.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.39/0.52	c INFO: computed variable balance statistics
0.39/0.57	c INFO: computed small-clause counts
0.39/0.57	c INFO: computed Horn-clause counts
0.39/0.57	c INFO: computed variable graph statistics
0.39/0.57	c INFO: collected features for HOME/instance-3386912-1305594777.cnf in 0.12 s
0.49/0.60	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
101.20/101.02	c INFO: running march_hi@0 for 97 with 4899 remaining (b = 0.07)
201.49/200.97	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
303.41/302.47	c INFO: running march_hi@99 for 291 with 4698 remaining (b = 0.22)
597.26/595.07	c INFO: running march_hi@392 for 97 with 4405 remaining (b = 0.09)
691.75/689.12	c INFO: running march_hi@486 for 194 with 4311 remaining (b = 0.16)
888.06/884.69	c INFO: running march_hi@681 for 97 with 4115 remaining (b = 0.06)
983.85/980.09	c INFO: running march_hi@0 for 485 with 4020 remaining (b = 0.30)
1471.19/1465.41	c INFO: running march_hi@485 for 194 with 3535 remaining (b = 0.13)
1667.97/1661.45	c INFO: running march_hi@0 for 388 with 3339 remaining (b = 0.24)
2063.10/2055.37	c INFO: running march_hi@393 for 97 with 2945 remaining (b = 0.07)
2156.11/2148.09	c INFO: running march_hi@486 for 194 with 2853 remaining (b = 0.11)
2351.41/2342.76	c INFO: running march_hi@0 for 388 with 2658 remaining (b = 0.21)
2745.99/2735.66	c INFO: running march_hi@392 for 97 with 2265 remaining (b = 0.05)
2841.98/2831.25	c INFO: running kcnfs-2006@0 for 582 with 2170 remaining (b = 0.24)
3426.95/3413.73	c INFO: running march_hi@0 for 97 with 1587 remaining (b = 0.04)
3527.58/3513.92	c INFO: running march_hi@777 for 1358 with 1487 remaining (b = 0.40)
4896.18/4876.81	c INFO: running march_hi@2140 for 124 with 124 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-3386912-1305594777/watcher-3386912-1305594777 -o /tmp/evaluation-result-3386912-1305594777/solver-3386912-1305594777 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386912-1305594777.cnf -seed 629776764 -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: 3.98 4.02 4.00 4/534 13648
/proc/meminfo: memFree=17228776/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/13648/stat : 13648 (python) R 13646 13648 12388 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 651893613 16633856 870 33554432000 4194304 5683644 140735494776496 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13648/statm: 4061 870 368 364 0 548 0

[startup+0.0998709 s]
/proc/loadavg: 3.98 4.02 4.00 4/534 13648
/proc/meminfo: memFree=17228776/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=104236 CPUtime=0.06 cores=1,3,5,7
/proc/13648/stat : 13648 (python) R 13646 13648 12388 0 -1 4202496 3087 0 0 0 5 1 0 0 25 0 1 0 651893613 106737664 2768 33554432000 4194304 5683644 140735494776496 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13648/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104236

[startup+0.100868 s]
/proc/loadavg: 3.98 4.02 4.00 4/534 13648
/proc/meminfo: memFree=17228776/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=104620 CPUtime=0.06 cores=1,3,5,7
/proc/13648/stat : 13648 (python) R 13646 13648 12388 0 -1 4202496 3099 0 0 0 5 1 0 0 25 0 1 0 651893613 107130880 2779 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13648/statm: 26155 2779 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.300824 s]
/proc/loadavg: 3.98 4.02 4.00 4/534 13648
/proc/meminfo: memFree=17228776/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=198920 CPUtime=0.22 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 6977 931 1 0 17 5 0 0 18 0 1 0 651893613 203694080 5017 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/13648/statm: 49730 5017 1454 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700764 s]
/proc/loadavg: 3.98 4.02 4.00 4/534 13648
/proc/meminfo: memFree=17228776/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 288864

[startup+1.50063 s]
/proc/loadavg: 3.98 4.02 4.00 5/538 13656
/proc/meminfo: memFree=17202660/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 651893673 285306880 5586 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 11230148437364178943 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5586 354 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=0.88 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 88 0 0 0 23 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585420

[startup+3.10033 s]
/proc/loadavg: 3.98 4.02 4.00 5/538 13656
/proc/meminfo: memFree=17201296/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 651893673 285306880 5586 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 11230148437364146439 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5586 354 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=2.48 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 248 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134543945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1585420

[startup+6.30072 s]
/proc/loadavg: 3.99 4.02 4.00 5/538 13656
/proc/meminfo: memFree=17200348/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0.02 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 651893673 285306880 5609 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 11230148437364146439 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5609 377 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=5.68 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 568 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134525332 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1585420

[startup+12.7006 s]
/proc/loadavg: 3.99 4.02 4.00 5/538 13656
/proc/meminfo: memFree=17198640/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0.04 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 896 0 0 0 2 2 0 0 18 0 1 0 651893673 285306880 5609 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 5852445307953971463 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5609 377 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=12.07 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 1207 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1585420

[startup+25.5003 s]
/proc/loadavg: 3.99 4.02 4.00 5/538 13656
/proc/meminfo: memFree=17196144/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0.08 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 899 0 0 0 4 4 0 0 18 0 1 0 651893673 285306880 5609 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 5852445307953971463 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5609 377 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=24.86 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 2486 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134544152 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1585420

[startup+51.1007 s]
/proc/loadavg: 3.99 4.02 4.00 5/538 13657
/proc/meminfo: memFree=17190440/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=288864 CPUtime=0.5 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 9838 931 1 0 43 7 0 0 20 0 2 0 651893613 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 72216 7111 1875 364 0 8134 0
[pid=13654] ppid=13648 vsize=278620 CPUtime=0.18 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 908 0 0 0 9 9 0 0 18 0 1 0 651893673 285306880 5609 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317583 0 0 16781312 514 5852445307953971463 0 0 17 3 0 0 0
/proc/13654/statm: 69655 5609 377 364 0 5573 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=50.44 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) R 13654 13656 13656 0 -1 4202496 460 0 0 0 5044 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13648/tid=13655] ppid=13646 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 2 0 651893674 295796736 7111 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1585420

[startup+102.32 s]
/proc/loadavg: 4.21 4.07 4.01 5/542 13662
/proc/meminfo: memFree=17170760/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=299656 CPUtime=0.53 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 10656 931 1 0 46 7 0 0 19 0 3 0 651893613 306847744 7244 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 74914 7244 1878 364 0 10829 0
[pid=13654] ppid=13648 vsize=288864 CPUtime=0.39 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 1085 0 0 0 19 20 0 0 19 0 2 0 651893673 295796736 5647 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13654/statm: 72216 5647 410 364 0 8134 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=100.3 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) T 13654 13656 13656 0 -1 4202496 460 0 0 0 10030 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13654/tid=13659] ppid=13648 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13654/task/13659/stat : 13659 (python) S 13648 13648 12388 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651903712 295796736 5647 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604459822383232 0 0 -1 7 0 0 0
[pid=13660] ppid=13648 vsize=289412 CPUtime=0 cores=1,3,5,7
/proc/13660/stat : 13660 (python) S 13648 13648 12388 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 651903715 296357888 5710 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317638 0 0 16781312 514 17517419258022166792 0 0 17 3 0 0 0
/proc/13660/statm: 72353 5710 348 364 0 8268 0
[pid=13662] ppid=13660 vsize=2996 CPUtime=1.29 cores=1,3,5,7
/proc/13662/stat : 13662 (march_hi) R 13660 13662 13662 0 -1 4202496 799 0 0 0 129 0 0 0 25 0 1 0 651903715 3067904 532 33554432000 4194304 4955518 140737063856608 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13662/statm: 749 532 104 186 0 562 0
[pid=13648/tid=13655] ppid=13646 vsize=299656 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 651893674 306847744 7244 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13661] ppid=13646 vsize=299656 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13661/stat : 13661 (python) S 13646 13648 12388 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 3 0 651903715 306847744 7244 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 1898864

[startup+162.301 s]
/proc/loadavg: 4.11 4.07 4.01 5/542 13664
/proc/meminfo: memFree=17144548/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=299656 CPUtime=0.53 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 10656 931 1 0 46 7 0 0 19 0 3 0 651893613 306847744 7244 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13648/statm: 74914 7244 1878 364 0 10829 0
[pid=13654] ppid=13648 vsize=288864 CPUtime=0.39 cores=1,3,5,7

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

/proc/13669/stat : 13669 (gnovelty+2) T 13667 13669 13669 0 -1 4202496 459 0 0 0 10146 0 0 0 25 0 1 0 651913710 1042366464 197 33554432000 134512640 135663704 4291986064 18446744073709551615 134563677 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13669/statm: 254484 197 113 282 0 254200 0
[pid=13667/tid=13673] ppid=13648 vsize=299336 CPUtime=0 cores=1,3,5,7
/proc/13667/task/13673/stat : 13673 (python) S 13648 13648 12388 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 651923857 306520064 5696 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604461834236160 0 0 -1 5 0 0 0
[pid=13698] ppid=13648 vsize=310164 CPUtime=2.82 cores=1,3,5,7
/proc/13698/stat : 13698 (python) S 13648 13648 12388 0 -1 4202560 1174 0 0 0 142 140 0 0 15 0 2 0 651991622 317607936 5827 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13698/statm: 77541 5827 400 364 0 13450 0
[pid=13700] ppid=13698 vsize=111324 CPUtime=681.22 cores=1,3,5,7
/proc/13700/stat : 13700 (march_hi) T 13698 13700 13700 0 -1 4202496 25053 0 0 0 68116 6 0 0 25 0 1 0 651991622 113995776 24787 33554432000 4194304 4955518 140733787793376 18446744073709551615 4209776 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13700/statm: 27831 24787 104 186 0 27644 0
[pid=13698/tid=13718] ppid=13648 vsize=310164 CPUtime=0 cores=1,3,5,7
/proc/13698/task/13718/stat : 13718 (python) S 13648 13648 12388 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 652040151 317607936 5827 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604459494291264 0 0 -1 3 0 0 0
[pid=13724] ppid=13648 vsize=320420 CPUtime=2.81 cores=1,3,5,7
/proc/13724/stat : 13724 (python) S 13648 13648 12388 0 -1 4202560 1174 0 0 0 142 139 0 0 15 0 2 0 652059758 328110080 5831 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13724/statm: 80105 5831 400 364 0 16011 0
[pid=13726] ppid=13724 vsize=111324 CPUtime=680.57 cores=1,3,5,7
/proc/13726/stat : 13726 (march_hi) T 13724 13726 13726 0 -1 4202496 24976 0 0 0 68051 6 0 0 25 0 1 0 652059758 113995776 24711 33554432000 4194304 4955518 140737269137424 18446744073709551615 4235327 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13726/statm: 27831 24711 104 186 0 27644 0
[pid=13724/tid=13743] ppid=13648 vsize=320420 CPUtime=0 cores=1,3,5,7
/proc/13724/task/13743/stat : 13743 (python) S 13648 13648 12388 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652099148 328110080 5831 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604461673387328 0 0 -1 5 0 0 0
[pid=13751] ppid=13648 vsize=330740 CPUtime=2.08 cores=1,3,5,7
/proc/13751/stat : 13751 (python) S 13648 13648 12388 0 -1 4202560 1162 0 0 0 104 104 0 0 15 0 2 0 652127889 338677760 5864 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13751/statm: 82685 5864 400 364 0 18588 0
[pid=13753] ppid=13751 vsize=81856 CPUtime=488.45 cores=1,3,5,7
/proc/13753/stat : 13753 (march_hi) T 13751 13753 13753 0 -1 4202496 18381 0 0 0 48841 4 0 0 25 0 1 0 652127889 83820544 18115 33554432000 4194304 4955518 140735368690896 18446744073709551615 4282504 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13753/statm: 20464 18115 104 186 0 20277 0
[pid=13751/tid=13765] ppid=13648 vsize=330740 CPUtime=0 cores=1,3,5,7
/proc/13751/task/13765/stat : 13765 (python) S 13648 13648 12388 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652167177 338677760 5864 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604465870681280 0 0 -1 7 0 0 0
[pid=13768] ppid=13648 vsize=341220 CPUtime=2.45 cores=1,3,5,7
/proc/13768/stat : 13768 (python) S 13648 13648 12388 0 -1 4202560 1155 0 0 0 124 121 0 0 19 0 2 0 652176738 349409280 5907 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13768/statm: 85305 5907 409 364 0 21205 0
[pid=13770] ppid=13768 vsize=182580 CPUtime=582.46 cores=1,3,5,7
/proc/13770/stat : 13770 (kcnfs-2006) T 13768 13770 13770 0 -1 4202496 669 0 0 0 58246 0 0 0 25 0 1 0 652176738 186961920 406 33554432000 134512640 135163436 4290482592 18446744073709551615 134675216 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13770/statm: 45645 406 77 159 0 45485 0
[pid=13768/tid=14286] ppid=13648 vsize=341220 CPUtime=0 cores=1,3,5,7
/proc/13768/task/14286/stat : 14286 (python) S 13648 13648 12388 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 652234984 349409280 5907 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604468309046528 0 0 -1 7 0 0 0
[pid=14287] ppid=13648 vsize=351476 CPUtime=0.43 cores=1,3,5,7
/proc/14287/stat : 14287 (python) S 13648 13648 12388 0 -1 4202560 1168 0 0 0 21 22 0 0 16 0 2 0 652234986 359911424 5936 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14287/statm: 87869 5936 406 364 0 23766 0
[pid=14289] ppid=14287 vsize=22916 CPUtime=100.16 cores=1,3,5,7
/proc/14289/stat : 14289 (march_hi) T 14287 14289 14289 0 -1 4202496 4623 0 0 0 10016 0 0 0 25 0 1 0 652234986 23465984 4352 33554432000 4194304 4955518 140735950562640 18446744073709551615 4238696 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14289/statm: 5729 4352 104 186 0 5542 0
[pid=14287/tid=14292] ppid=13648 vsize=351476 CPUtime=0 cores=1,3,5,7
/proc/14287/task/14292/stat : 14292 (python) S 13648 13648 12388 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 652245004 359911424 5936 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604467498128640 0 0 -1 5 0 0 0
[pid=13648/tid=13655] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 651893674 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13661] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13661/stat : 13661 (python) S 13646 13648 12388 0 -1 4202560 29 931 0 0 0 0 0 0 15 0 9 0 651903715 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 3 0 0 0
[pid=13648/tid=13668] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13668/stat : 13668 (python) S 13646 13648 12388 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 651913710 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13699] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13699/stat : 13699 (python) S 13646 13648 12388 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 651991622 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
[pid=13648/tid=13725] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13725/stat : 13725 (python) S 13646 13648 12388 0 -1 4202560 30 931 0 0 0 0 0 0 15 0 9 0 652059758 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
[pid=13648/tid=13752] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13752/stat : 13752 (python) S 13646 13648 12388 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 652127889 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13769] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13769/stat : 13769 (python) S 13646 13648 12388 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 652176738 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 1 0 0 0
[pid=13648/tid=14288] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/14288/stat : 14288 (python) S 13646 13648 12388 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 652234986 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 5820220

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

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

[startup+4980.3 s]
/proc/loadavg: 3.05 3.05 3.18 4/548 14335
/proc/meminfo: memFree=15891200/32951124 swapFree=67023148/67111528
[pid=13648] ppid=13646 vsize=361872 CPUtime=0.88 cores=1,3,5,7
/proc/13648/stat : 13648 (python) S 13646 13648 12388 0 -1 4202496 17046 931 1 0 80 8 0 0 18 0 9 0 651893613 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13648/statm: 90468 7433 1890 364 0 26365 0
[pid=13654] ppid=13648 vsize=288864 CPUtime=0.39 cores=1,3,5,7
/proc/13654/stat : 13654 (python) S 13648 13648 12388 0 -1 4202560 1085 0 0 0 19 20 0 0 19 0 2 0 651893673 295796736 5647 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13654/statm: 72216 5647 410 364 0 8134 0
[pid=13656] ppid=13654 vsize=1017936 CPUtime=100.3 cores=1,3,5,7
/proc/13656/stat : 13656 (gnovelty+2) T 13654 13656 13656 0 -1 4202496 460 0 0 0 10030 0 0 0 25 0 1 0 651893674 1042366464 197 33554432000 134512640 135663704 4289664768 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13656/statm: 254484 197 113 282 0 254200 0
[pid=13654/tid=13659] ppid=13648 vsize=288864 CPUtime=0 cores=1,3,5,7
/proc/13654/task/13659/stat : 13659 (python) S 13648 13648 12388 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651903712 295796736 5647 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604459822383232 0 0 -1 7 0 0 0
[pid=13660] ppid=13648 vsize=289412 CPUtime=9.34 cores=1,3,5,7
/proc/13660/stat : 13660 (python) S 13648 13648 12388 0 -1 4202560 1148 0 0 0 469 465 0 0 15 0 2 0 651903715 296357888 5763 33554432000 4194304 5683644 140735494776496 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13660/statm: 72353 5763 400 364 0 8268 0
[pid=13662] ppid=13660 vsize=380844 CPUtime=2243.86 cores=1,3,5,7
/proc/13662/stat : 13662 (march_hi) R 13660 13662 13662 0 -1 4202496 76773 0 0 0 224361 25 0 0 25 0 1 0 651903715 389984256 76506 33554432000 4194304 4955518 140737063856608 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13662/statm: 95211 76506 104 186 0 95024 0
[pid=13660/tid=13666] ppid=13648 vsize=289412 CPUtime=0 cores=1,3,5,7
/proc/13660/task/13666/stat : 13666 (python) S 13648 13648 12388 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651913707 296357888 5763 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604461834237056 0 0 -1 5 0 0 0
[pid=13667] ppid=13648 vsize=299336 CPUtime=0.42 cores=1,3,5,7
/proc/13667/stat : 13667 (python) S 13648 13648 12388 0 -1 4202560 1080 0 0 0 21 21 0 0 19 0 2 0 651913710 306520064 5696 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13667/statm: 74834 5696 400 364 0 10746 0
[pid=13669] ppid=13667 vsize=1017936 CPUtime=101.46 cores=1,3,5,7
/proc/13669/stat : 13669 (gnovelty+2) T 13667 13669 13669 0 -1 4202496 459 0 0 0 10146 0 0 0 25 0 1 0 651913710 1042366464 197 33554432000 134512640 135663704 4291986064 18446744073709551615 134563677 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13669/statm: 254484 197 113 282 0 254200 0
[pid=13667/tid=13673] ppid=13648 vsize=299336 CPUtime=0 cores=1,3,5,7
/proc/13667/task/13673/stat : 13673 (python) S 13648 13648 12388 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 651923857 306520064 5696 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604461834236160 0 0 -1 5 0 0 0
[pid=13698] ppid=13648 vsize=310164 CPUtime=2.82 cores=1,3,5,7
/proc/13698/stat : 13698 (python) S 13648 13648 12388 0 -1 4202560 1174 0 0 0 142 140 0 0 15 0 2 0 651991622 317607936 5827 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13698/statm: 77541 5827 400 364 0 13450 0
[pid=13700] ppid=13698 vsize=111324 CPUtime=681.22 cores=1,3,5,7
/proc/13700/stat : 13700 (march_hi) T 13698 13700 13700 0 -1 4202496 25053 0 0 0 68116 6 0 0 25 0 1 0 651991622 113995776 24787 33554432000 4194304 4955518 140733787793376 18446744073709551615 4209776 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13700/statm: 27831 24787 104 186 0 27644 0
[pid=13698/tid=13718] ppid=13648 vsize=310164 CPUtime=0 cores=1,3,5,7
/proc/13698/task/13718/stat : 13718 (python) S 13648 13648 12388 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 652040151 317607936 5827 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604459494291264 0 0 -1 3 0 0 0
[pid=13724] ppid=13648 vsize=320420 CPUtime=2.81 cores=1,3,5,7
/proc/13724/stat : 13724 (python) S 13648 13648 12388 0 -1 4202560 1174 0 0 0 142 139 0 0 15 0 2 0 652059758 328110080 5831 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13724/statm: 80105 5831 400 364 0 16011 0
[pid=13726] ppid=13724 vsize=111324 CPUtime=680.57 cores=1,3,5,7
/proc/13726/stat : 13726 (march_hi) T 13724 13726 13726 0 -1 4202496 24976 0 0 0 68051 6 0 0 25 0 1 0 652059758 113995776 24711 33554432000 4194304 4955518 140737269137424 18446744073709551615 4235327 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13726/statm: 27831 24711 104 186 0 27644 0
[pid=13724/tid=13743] ppid=13648 vsize=320420 CPUtime=0 cores=1,3,5,7
/proc/13724/task/13743/stat : 13743 (python) S 13648 13648 12388 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652099148 328110080 5831 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604461673387328 0 0 -1 5 0 0 0
[pid=13751] ppid=13648 vsize=330740 CPUtime=2.08 cores=1,3,5,7
/proc/13751/stat : 13751 (python) S 13648 13648 12388 0 -1 4202560 1162 0 0 0 104 104 0 0 15 0 2 0 652127889 338677760 5864 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13751/statm: 82685 5864 400 364 0 18588 0
[pid=13753] ppid=13751 vsize=81856 CPUtime=488.45 cores=1,3,5,7
/proc/13753/stat : 13753 (march_hi) T 13751 13753 13753 0 -1 4202496 18381 0 0 0 48841 4 0 0 25 0 1 0 652127889 83820544 18115 33554432000 4194304 4955518 140735368690896 18446744073709551615 4282504 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13753/statm: 20464 18115 104 186 0 20277 0
[pid=13751/tid=13765] ppid=13648 vsize=330740 CPUtime=0 cores=1,3,5,7
/proc/13751/task/13765/stat : 13765 (python) S 13648 13648 12388 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652167177 338677760 5864 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604465870681280 0 0 -1 7 0 0 0
[pid=13768] ppid=13648 vsize=341220 CPUtime=2.45 cores=1,3,5,7
/proc/13768/stat : 13768 (python) S 13648 13648 12388 0 -1 4202560 1155 0 0 0 124 121 0 0 19 0 2 0 652176738 349409280 5907 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13768/statm: 85305 5907 409 364 0 21205 0
[pid=13770] ppid=13768 vsize=182580 CPUtime=582.46 cores=1,3,5,7
/proc/13770/stat : 13770 (kcnfs-2006) T 13768 13770 13770 0 -1 4202496 669 0 0 0 58246 0 0 0 25 0 1 0 652176738 186961920 406 33554432000 134512640 135163436 4290482592 18446744073709551615 134675216 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13770/statm: 45645 406 77 159 0 45485 0
[pid=13768/tid=14286] ppid=13648 vsize=341220 CPUtime=0 cores=1,3,5,7
/proc/13768/task/14286/stat : 14286 (python) S 13648 13648 12388 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 652234984 349409280 5907 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604468309046528 0 0 -1 7 0 0 0
[pid=14287] ppid=13648 vsize=351476 CPUtime=0.43 cores=1,3,5,7
/proc/14287/stat : 14287 (python) S 13648 13648 12388 0 -1 4202560 1168 0 0 0 21 22 0 0 16 0 2 0 652234986 359911424 5936 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14287/statm: 87869 5936 406 364 0 23766 0
[pid=14289] ppid=14287 vsize=22916 CPUtime=100.16 cores=1,3,5,7
/proc/14289/stat : 14289 (march_hi) T 14287 14289 14289 0 -1 4202496 4623 0 0 0 10016 0 0 0 25 0 1 0 652234986 23465984 4352 33554432000 4194304 4955518 140735950562640 18446744073709551615 4238696 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14289/statm: 5729 4352 104 186 0 5542 0
[pid=14287/tid=14292] ppid=13648 vsize=351476 CPUtime=0 cores=1,3,5,7
/proc/14287/task/14292/stat : 14292 (python) S 13648 13648 12388 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 652245004 359911424 5936 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 514 18446604467498128640 0 0 -1 5 0 0 0
[pid=13648/tid=13655] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13655/stat : 13655 (python) S 13646 13648 12388 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 651893674 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13661] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13661/stat : 13661 (python) S 13646 13648 12388 0 -1 4202560 29 931 0 0 0 0 0 0 15 0 9 0 651903715 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 3 0 0 0
[pid=13648/tid=13668] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13668/stat : 13668 (python) S 13646 13648 12388 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 651913710 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13699] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13699/stat : 13699 (python) S 13646 13648 12388 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 651991622 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
[pid=13648/tid=13725] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13725/stat : 13725 (python) S 13646 13648 12388 0 -1 4202560 30 931 0 0 0 0 0 0 15 0 9 0 652059758 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
[pid=13648/tid=13752] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13752/stat : 13752 (python) S 13646 13648 12388 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 652127889 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 7 0 0 0
[pid=13648/tid=13769] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/13769/stat : 13769 (python) S 13646 13648 12388 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 652176738 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 1 0 0 0
[pid=13648/tid=14288] ppid=13646 vsize=361872 CPUtime=0 cores=1,3,5,7
/proc/13648/task/14288/stat : 14288 (python) S 13646 13648 12388 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 652234986 370556928 7433 33554432000 4194304 5683644 140735494776496 18446744073709551615 233522121137 0 0 16781312 2 18446604461834238848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 5820220

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4980.37
CPU time (s): 5000.1
CPU user time (s): 4989.29
CPU system time (s): 10.81
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 5820224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.801878
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17981
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= 1048
involuntary context switches= 38

runsolver used 30.6563 second user time and 71.7431 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-17 03:12:57
IDJOB=3386912
IDBENCH=82977
IDSOLVER=1872
FILE ID=node145/3386912-1305594777
RUNJOBID= node145-1305586143-12407
PBS_JOBID= 13350333
Free space on /tmp= 73564 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S157016908-041.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-3386912-1305594777/watcher-3386912-1305594777 -o /tmp/evaluation-result-3386912-1305594777/solver-3386912-1305594777 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386912-1305594777.cnf -seed 629776764 -budget 5000

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=629776764

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17228808 kB
Buffers:        127532 kB
Cached:        1084572 kB
SwapCached:       4796 kB
Active:       11813952 kB
Inactive:      3625096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17228808 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:    14221508 kB
Mapped:          43388 kB
Slab:           140820 kB
PageTables:      73996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 154614328 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= 73760 MiB
End job on node145 at 2011-05-17 04:36:00