Trace number 3386684

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.04 4997.76

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
MD5SUM04148c6828d9f9ccd74e3efaedcb8c52
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.41/4.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/4.14	c INFO: solving HOME/instance-3386684-1307741596.cnf
0.41/4.14	c INFO: computing task features
0.41/4.16	c INFO: computed variable-clause graph statistics
0.41/4.16	c INFO: computed clause balance statistics
0.49/4.24	c INFO: computed variable balance statistics
0.49/4.29	c INFO: computed small-clause counts
0.49/4.29	c INFO: computed Horn-clause counts
0.49/4.29	c INFO: computed variable graph statistics
0.49/4.29	c INFO: collected features for HOME/instance-3386684-1307741596.cnf in 0.15 s
0.60/4.32	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.78/104.46	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.08)
201.11/204.60	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
884.63/887.30	c INFO: running march_hi@682 for 97 with 4116 remaining (b = 0.06)
978.95/981.50	c INFO: running march_hi@0 for 388 with 4022 remaining (b = 0.22)
1370.91/1373.06	c INFO: running march_hi@391 for 97 with 3631 remaining (b = 0.08)
1466.13/1468.17	c INFO: running march_hi@486 for 97 with 3536 remaining (b = 0.07)
1563.74/1565.65	c INFO: running march_hi@584 for 97 with 3438 remaining (b = 0.08)
1663.98/1665.71	c INFO: running march_hi@0 for 388 with 3338 remaining (b = 0.20)
2055.34/2056.64	c INFO: running march_hi@390 for 97 with 2947 remaining (b = 0.07)
2150.46/2151.67	c INFO: running march_hi@485 for 97 with 2852 remaining (b = 0.05)
2250.48/2251.55	c INFO: running march_hi@585 for 97 with 2752 remaining (b = 0.06)
2347.92/2348.80	c INFO: running march_hi@0 for 388 with 2655 remaining (b = 0.18)
2738.90/2739.32	c INFO: running march_hi@390 for 97 with 2265 remaining (b = 0.05)
2834.12/2834.43	c INFO: running march_hi@0 for 388 with 2169 remaining (b = 0.16)
3223.10/3222.95	c INFO: running march_hi@388 for 97 with 1781 remaining (b = 0.04)
3323.91/3323.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1680 remaining (b = 0.03)
3424.21/3423.81	c INFO: running march_hi@776 for 1358 with 1580 remaining (b = 0.38)
4787.86/4785.86	c INFO: running march_hi@2138 for 97 with 218 remaining (b = 0.11)
4883.09/4880.96	c INFO: running march_hi@485 for 123 with 123 remaining (b = 0.04)

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.1 (svn: 988)

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-3386684-1307741596/watcher-3386684-1307741596 -o /tmp/evaluation-result-3386684-1307741596/solver-3386684-1307741596 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386684-1307741596.cnf -seed 960148277 -budget 5000 

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.00 2/173 30971
/proc/meminfo: memFree=30933496/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/30971/stat : 30971 (python) D 30966 30971 30926 0 -1 4202496 617 0 0 0 0 0 0 0 18 0 1 0 964390376 15441920 513 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30971/statm: 3770 513 300 364 0 257 0

[startup+0.053671 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 30971
/proc/meminfo: memFree=30933496/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 964390376 16154624 784 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30971/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.10063 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 30971
/proc/meminfo: memFree=30933496/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 959 0 0 0 0 0 0 0 17 0 1 0 964390376 16289792 834 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30971/statm: 3977 834 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.300631 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 30971
/proc/meminfo: memFree=30933496/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=18884 CPUtime=0.01 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 1251 0 0 0 1 0 0 0 15 0 1 0 964390376 19337216 1105 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30971/statm: 4721 1105 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.700551 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 30971
/proc/meminfo: memFree=30933496/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/30971/stat : 30971 (python) R 30966 30971 30926 0 -1 4202496 2639 0 0 0 4 2 0 0 15 0 1 0 964390376 89808896 2354 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30971/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+1.50045 s]
/proc/loadavg: 0.16 0.03 0.01 4/175 30973
/proc/meminfo: memFree=30912044/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/30971/stat : 30971 (python) R 30966 30971 30926 0 -1 4202496 5971 935 1 0 15 5 0 0 15 0 1 0 964390376 139005952 4149 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458061829 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30971/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+3.1011 s]
/proc/loadavg: 0.16 0.03 0.01 2/175 30981
/proc/meminfo: memFree=30904604/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=135748 CPUtime=0.23 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 5972 935 1 0 17 6 0 0 15 0 1 0 964390376 139005952 4149 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30971/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+6.30053 s]
/proc/loadavg: 0.31 0.07 0.02 4/181 30987
/proc/meminfo: memFree=30884340/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=288996 CPUtime=0.61 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 9845 935 1 0 49 12 0 0 18 0 2 0 964390376 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 72249 7118 1875 364 0 8167 0
[pid=30985] ppid=30971 vsize=278752 CPUtime=0 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 964390809 285442048 5593 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085903 0 0 16781312 514 3898420460278219012 0 0 17 4 0 0 0
/proc/30985/statm: 69688 5593 354 364 0 5606 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=1.97 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) R 30985 30987 30987 0 -1 4202496 453 0 0 0 197 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 964390809 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1585688
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 4/181 30988
/proc/meminfo: memFree=30882964/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=288996 CPUtime=0.61 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 9845 935 1 0 49 12 0 0 18 0 2 0 964390376 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 72249 7118 1875 364 0 8167 0
[pid=30985] ppid=30971 vsize=278752 CPUtime=0 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 964390809 285442048 5615 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085903 0 0 16781312 514 3898420460278219012 0 0 17 4 0 0 0
/proc/30985/statm: 69688 5615 376 364 0 5606 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=8.37 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) R 30985 30987 30987 0 -1 4202496 453 0 0 0 837 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 964390809 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 1585688
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 0.79 0.19 0.06 4/181 30988
/proc/meminfo: memFree=30884032/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=288996 CPUtime=0.61 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 9845 935 1 0 49 12 0 0 18 0 2 0 964390376 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 72249 7118 1875 364 0 8167 0
[pid=30985] ppid=30971 vsize=278752 CPUtime=0.01 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 895 0 0 0 1 0 0 0 18 0 1 0 964390809 285442048 5616 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085903 0 0 16781312 514 14380838035124093188 0 0 17 4 0 0 0
/proc/30985/statm: 69688 5616 377 364 0 5606 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=21.17 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) R 30985 30987 30987 0 -1 4202496 453 0 0 0 2117 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 964390809 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.79
Current children cumulated vsize (KiB) 1585688

[startup+51.1012 s]
/proc/loadavg: 1.20 0.33 0.11 4/181 30989
/proc/meminfo: memFree=30884316/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=288996 CPUtime=0.61 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 9845 935 1 0 49 12 0 0 18 0 2 0 964390376 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 72249 7118 1875 364 0 8167 0
[pid=30985] ppid=30971 vsize=278752 CPUtime=0.05 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 905 0 0 0 3 2 0 0 18 0 1 0 964390809 285442048 5616 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085903 0 0 16781312 514 14380838035124093188 0 0 17 4 0 0 0
/proc/30985/statm: 69688 5616 377 364 0 5606 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=46.77 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) R 30985 30987 30987 0 -1 4202496 453 0 0 0 4677 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 964390809 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.43
Current children cumulated vsize (KiB) 1585688

[startup+102.307 s]
/proc/loadavg: 1.81 0.62 0.22 4/181 30990
/proc/meminfo: memFree=30884664/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=288996 CPUtime=0.61 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 9845 935 1 0 49 12 0 0 18 0 2 0 964390376 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 72249 7118 1875 364 0 8167 0
[pid=30985] ppid=30971 vsize=278752 CPUtime=0.1 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 922 0 0 0 6 4 0 0 18 0 1 0 964390809 285442048 5616 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085903 0 0 16781312 514 14380838035124093188 0 0 17 4 0 0 0
/proc/30985/statm: 69688 5616 377 364 0 5606 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=97.97 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) R 30985 30987 30987 0 -1 4202496 453 0 0 0 9797 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 2 0 964390809 295931904 7118 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.68
Current children cumulated vsize (KiB) 1585688

[startup+162.3 s]
/proc/loadavg: 1.36 0.71 0.28 2/176 31025
/proc/meminfo: memFree=30938880/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=299644 CPUtime=0.64 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 10714 935 1 0 52 12 0 0 20 0 3 0 964390376 306835456 7241 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30971/statm: 74911 7241 1878 364 0 10826 0
[pid=30985] ppid=30971 vsize=288996 CPUtime=0.11 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 1079 0 0 0 7 4 0 0 19 0 2 0 964390809 295931904 5654 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30985/statm: 72249 5654 410 364 0 8167 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=100.1 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) T 30985 30987 30987 0 -1 4202496 453 0 0 0 10010 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30985/tid=30995] ppid=30971 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30985/task/30995/stat : 30995 (python) S 30971 30971 30926 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964400820 295931904 5654 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453820364992 0 0 -1 4 0 0 0
[pid=30996] ppid=30971 vsize=289400 CPUtime=0.05 cores=0,2,4,6
/proc/30996/stat : 30996 (python) S 30971 30971 30926 0 -1 4202560 910 0 0 0 2 3 0 0 15 0 1 0 964400823 296345600 5730 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085958 0 0 16781312 514 14380838035124093188 0 0 17 0 0 0 0
/proc/30996/statm: 72350 5730 371 364 0 8265 0
[pid=30998] ppid=30996 vsize=1017940 CPUtime=57.83 cores=0,2,4,6
/proc/30998/stat : 30998 (gnovelty+2) R 30996 30998 30998 0 -1 4202496 456 0 0 0 5783 0 0 0 25 0 1 0 964400823 1042370560 191 33554432000 134512640 135663704 4292561472 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30998/statm: 254485 191 113 282 0 254201 0
[pid=30971/tid=30986] ppid=30966 vsize=299644 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 3 0 964390809 306835456 7241 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
[pid=30971/tid=30997] ppid=30966 vsize=299644 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30997/stat : 30997 (python) S 30966 30971 30926 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 964400823 306835456 7241 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 158.73
Current children cumulated vsize (KiB) 2913920

[startup+222.301 s]
/proc/loadavg: 1.13 0.76 0.32 2/180 31030
/proc/meminfo: memFree=30929884/32951124 swapFree=67062556/67111528

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

/proc/31030/stat : 31030 (march_hi) T 31028 31030 31030 0 -1 4202496 98361 0 0 0 223385 20 0 0 25 0 1 0 964410838 492331008 98083 33554432000 4194304 4955518 140733587577440 18446744073709551615 4307000 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31030/statm: 120198 98083 106 186 0 120011 0
[pid=31028/tid=31052] ppid=30971 vsize=299332 CPUtime=0 cores=0,2,4,6
/proc/31028/task/31052/stat : 31052 (python) S 30971 30971 30926 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964479104 306515968 5693 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453866225856 0 0 -1 4 0 0 0
[pid=31055] ppid=30971 vsize=310152 CPUtime=0.82 cores=0,2,4,6
/proc/31055/stat : 31055 (python) S 30971 30971 30926 0 -1 4202560 1147 0 0 0 47 35 0 0 15 0 2 0 964488527 317595648 5834 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31055/statm: 77538 5834 400 364 0 13447 0
[pid=31057] ppid=31055 vsize=142360 CPUtime=684.13 cores=0,2,4,6
/proc/31057/stat : 31057 (march_hi) T 31055 31057 31057 0 -1 4202496 32992 0 0 0 68408 5 0 0 25 0 1 0 964488528 145776640 32715 33554432000 4194304 4955518 140733863130512 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31057/statm: 35590 32715 106 186 0 35403 0
[pid=31055/tid=31069] ppid=30971 vsize=310152 CPUtime=0 cores=0,2,4,6
/proc/31055/task/31069/stat : 31069 (python) S 30971 30971 30926 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964527680 317595648 5834 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453821123392 0 0 -1 2 0 0 0
[pid=31087] ppid=30971 vsize=320408 CPUtime=0.83 cores=0,2,4,6
/proc/31087/stat : 31087 (python) S 30971 30971 30926 0 -1 4202560 1155 0 0 0 48 35 0 0 15 0 2 0 964556948 328097792 5847 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31087/statm: 80102 5847 400 364 0 16008 0
[pid=31089] ppid=31087 vsize=142360 CPUtime=683.02 cores=0,2,4,6
/proc/31089/stat : 31089 (march_hi) T 31087 31089 31089 0 -1 4202496 29753 0 0 0 68295 7 0 0 25 0 1 0 964556949 145776640 29474 33554432000 4194304 4955518 140733946692880 18446744073709551615 4208585 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31089/statm: 35590 29474 106 186 0 35403 0
[pid=31087/tid=31100] ppid=30971 vsize=320408 CPUtime=0 cores=0,2,4,6
/proc/31087/task/31100/stat : 31100 (python) S 30971 30971 30926 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964596039 328097792 5847 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453829407104 0 0 -1 6 0 0 0
[pid=31109] ppid=30971 vsize=330820 CPUtime=0.73 cores=0,2,4,6
/proc/31109/stat : 31109 (python) S 30971 30971 30926 0 -1 4202560 1157 0 0 0 42 31 0 0 15 0 2 0 964625257 338759680 5863 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31109/statm: 82705 5863 400 364 0 18608 0
[pid=31111] ppid=31109 vsize=142360 CPUtime=602.34 cores=0,2,4,6
/proc/31111/stat : 31111 (march_hi) R 31109 31111 31111 0 -1 4202496 29250 0 0 0 60229 5 0 0 25 0 1 0 964625257 145776640 28970 33554432000 4194304 4955518 140736820504192 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31111/statm: 35590 28970 106 186 0 35403 0
[pid=31109/tid=31122] ppid=30971 vsize=330820 CPUtime=0 cores=0,2,4,6
/proc/31109/task/31122/stat : 31122 (python) S 30971 30971 30926 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964664307 338759680 5863 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453985336000 0 0 -1 2 0 0 0
[pid=31126] ppid=30971 vsize=341076 CPUtime=0.6 cores=0,2,4,6
/proc/31126/stat : 31126 (python) S 30971 30971 30926 0 -1 4202560 1161 0 0 0 35 25 0 0 15 0 2 0 964673820 349261824 5867 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31126/statm: 85269 5867 400 364 0 21169 0
[pid=31128] ppid=31126 vsize=94244 CPUtime=489.23 cores=0,2,4,6
/proc/31128/stat : 31128 (march_hi) T 31126 31128 31128 0 -1 4202496 22004 0 0 0 48918 5 0 0 25 0 1 0 964673820 96505856 21726 33554432000 4194304 4955518 140734034238320 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31128/statm: 23561 21726 106 186 0 23374 0
[pid=31126/tid=31139] ppid=30971 vsize=341076 CPUtime=0 cores=0,2,4,6
/proc/31126/task/31139/stat : 31139 (python) S 30971 30971 30926 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 964712670 349261824 5867 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 6 0 0 0
[pid=31143] ppid=30971 vsize=351332 CPUtime=0.11 cores=0,2,4,6
/proc/31143/stat : 31143 (python) S 30971 30971 30926 0 -1 4202560 1141 0 0 0 7 4 0 0 19 0 2 0 964722745 359763968 5877 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31143/statm: 87833 5877 406 364 0 23730 0
[pid=31145] ppid=31143 vsize=416280 CPUtime=100.09 cores=0,2,4,6
/proc/31145/stat : 31145 (adaptg2wsat2009) T 31143 31145 31145 0 -1 4202496 523 0 0 0 10009 0 0 0 25 0 1 0 964722746 426270720 252 33554432000 134512640 135107411 4289186368 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31145/statm: 104070 252 59 146 0 102946 0
[pid=31143/tid=31149] ppid=30971 vsize=351332 CPUtime=0 cores=0,2,4,6
/proc/31143/task/31149/stat : 31149 (python) S 30971 30971 30926 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964732756 359763968 5877 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 2 0 0 0
[pid=30971/tid=30986] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 964390809 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
[pid=30971/tid=30997] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30997/stat : 30997 (python) S 30966 30971 30926 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 964400823 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 2 0 0 0
[pid=30971/tid=31029] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31029/stat : 31029 (python) S 30966 30971 30926 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 964410837 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 2 0 0 0
[pid=30971/tid=31056] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31056/stat : 31056 (python) S 30966 30971 30926 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 964488527 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31088] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31088/stat : 31088 (python) S 30966 30971 30926 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 964556949 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31110] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31110/stat : 31110 (python) S 30966 30971 30926 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 964625257 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31127] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31127/stat : 31127 (python) S 30966 30971 30926 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 964673820 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
[pid=30971/tid=31144] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31144/stat : 31144 (python) S 30966 30971 30926 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 964722745 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6347592

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

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

[startup+4997.7 s]
/proc/loadavg: 1.05 1.02 0.96 2/201 31194
/proc/meminfo: memFree=30058224/32951124 swapFree=67062556/67111528
[pid=30971] ppid=30966 vsize=361800 CPUtime=1 cores=0,2,4,6
/proc/30971/stat : 30971 (python) S 30966 30971 30926 0 -1 4202496 17067 935 1 0 86 14 0 0 18 0 9 0 964390376 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30971/statm: 90450 7416 1890 364 0 26347 0
[pid=30985] ppid=30971 vsize=288996 CPUtime=0.11 cores=0,2,4,6
/proc/30985/stat : 30985 (python) S 30971 30971 30926 0 -1 4202560 1079 0 0 0 7 4 0 0 19 0 2 0 964390809 295931904 5654 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30985/statm: 72249 5654 410 364 0 8167 0
[pid=30987] ppid=30985 vsize=1017940 CPUtime=100.1 cores=0,2,4,6
/proc/30987/stat : 30987 (gnovelty+2) T 30985 30987 30987 0 -1 4202496 453 0 0 0 10010 0 0 0 25 0 1 0 964390809 1042370560 191 33554432000 134512640 135663704 4288908288 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30987/statm: 254485 191 113 282 0 254201 0
[pid=30985/tid=30995] ppid=30971 vsize=288996 CPUtime=0 cores=0,2,4,6
/proc/30985/task/30995/stat : 30995 (python) S 30971 30971 30926 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964400820 295931904 5654 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453820364992 0 0 -1 4 0 0 0
[pid=30996] ppid=30971 vsize=289400 CPUtime=0.12 cores=0,2,4,6
/proc/30996/stat : 30996 (python) S 30971 30971 30926 0 -1 4202560 1076 0 0 0 5 7 0 0 17 0 2 0 964400823 296345600 5760 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 72350 5760 400 364 0 8265 0
[pid=30998] ppid=30996 vsize=1017940 CPUtime=100.1 cores=0,2,4,6
/proc/30998/stat : 30998 (gnovelty+2) T 30996 30998 30998 0 -1 4202496 456 0 0 0 10010 0 0 0 25 0 1 0 964400823 1042370560 191 33554432000 134512640 135663704 4292561472 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/30998/statm: 254485 191 113 282 0 254201 0
[pid=30996/tid=31027] ppid=30971 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/30996/task/31027/stat : 31027 (python) S 30971 30971 30926 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 964410834 296345600 5760 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 0 0 0 0
[pid=31028] ppid=30971 vsize=299332 CPUtime=2.66 cores=0,2,4,6
/proc/31028/stat : 31028 (python) S 30971 30971 30926 0 -1 4202560 1150 0 0 0 154 112 0 0 15 0 2 0 964410837 306515968 5693 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31028/statm: 74833 5693 400 364 0 10745 0
[pid=31030] ppid=31028 vsize=480792 CPUtime=2234.05 cores=0,2,4,6
/proc/31030/stat : 31030 (march_hi) T 31028 31030 31030 0 -1 4202496 98361 0 0 0 223385 20 0 0 25 0 1 0 964410838 492331008 98083 33554432000 4194304 4955518 140733587577440 18446744073709551615 4307000 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31030/statm: 120198 98083 106 186 0 120011 0
[pid=31028/tid=31052] ppid=30971 vsize=299332 CPUtime=0 cores=0,2,4,6
/proc/31028/task/31052/stat : 31052 (python) S 30971 30971 30926 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964479104 306515968 5693 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453866225856 0 0 -1 4 0 0 0
[pid=31055] ppid=30971 vsize=310152 CPUtime=0.82 cores=0,2,4,6
/proc/31055/stat : 31055 (python) S 30971 30971 30926 0 -1 4202560 1147 0 0 0 47 35 0 0 15 0 2 0 964488527 317595648 5834 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31055/statm: 77538 5834 400 364 0 13447 0
[pid=31057] ppid=31055 vsize=142360 CPUtime=684.13 cores=0,2,4,6
/proc/31057/stat : 31057 (march_hi) T 31055 31057 31057 0 -1 4202496 32992 0 0 0 68408 5 0 0 25 0 1 0 964488528 145776640 32715 33554432000 4194304 4955518 140733863130512 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31057/statm: 35590 32715 106 186 0 35403 0
[pid=31055/tid=31069] ppid=30971 vsize=310152 CPUtime=0 cores=0,2,4,6
/proc/31055/task/31069/stat : 31069 (python) S 30971 30971 30926 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964527680 317595648 5834 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453821123392 0 0 -1 2 0 0 0
[pid=31087] ppid=30971 vsize=320408 CPUtime=0.83 cores=0,2,4,6
/proc/31087/stat : 31087 (python) S 30971 30971 30926 0 -1 4202560 1155 0 0 0 48 35 0 0 15 0 2 0 964556948 328097792 5847 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31087/statm: 80102 5847 400 364 0 16008 0
[pid=31089] ppid=31087 vsize=142360 CPUtime=683.02 cores=0,2,4,6
/proc/31089/stat : 31089 (march_hi) T 31087 31089 31089 0 -1 4202496 29753 0 0 0 68295 7 0 0 25 0 1 0 964556949 145776640 29474 33554432000 4194304 4955518 140733946692880 18446744073709551615 4208585 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31089/statm: 35590 29474 106 186 0 35403 0
[pid=31087/tid=31100] ppid=30971 vsize=320408 CPUtime=0 cores=0,2,4,6
/proc/31087/task/31100/stat : 31100 (python) S 30971 30971 30926 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 964596039 328097792 5847 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453829407104 0 0 -1 6 0 0 0
[pid=31109] ppid=30971 vsize=330820 CPUtime=0.73 cores=0,2,4,6
/proc/31109/stat : 31109 (python) S 30971 30971 30926 0 -1 4202560 1157 0 0 0 42 31 0 0 15 0 2 0 964625257 338759680 5863 33554432000 4194304 5683644 140733744603360 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31109/statm: 82705 5863 400 364 0 18608 0
[pid=31111] ppid=31109 vsize=142360 CPUtime=602.34 cores=0,2,4,6
/proc/31111/stat : 31111 (march_hi) R 31109 31111 31111 0 -1 4202496 29250 0 0 0 60229 5 0 0 25 0 1 0 964625257 145776640 28970 33554432000 4194304 4955518 140736820504192 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31111/statm: 35590 28970 106 186 0 35403 0
[pid=31109/tid=31122] ppid=30971 vsize=330820 CPUtime=0 cores=0,2,4,6
/proc/31109/task/31122/stat : 31122 (python) S 30971 30971 30926 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 964664307 338759680 5863 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453985336000 0 0 -1 2 0 0 0
[pid=31126] ppid=30971 vsize=341076 CPUtime=0.6 cores=0,2,4,6
/proc/31126/stat : 31126 (python) S 30971 30971 30926 0 -1 4202560 1161 0 0 0 35 25 0 0 15 0 2 0 964673820 349261824 5867 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31126/statm: 85269 5867 400 364 0 21169 0
[pid=31128] ppid=31126 vsize=94244 CPUtime=489.23 cores=0,2,4,6
/proc/31128/stat : 31128 (march_hi) T 31126 31128 31128 0 -1 4202496 22004 0 0 0 48918 5 0 0 25 0 1 0 964673820 96505856 21726 33554432000 4194304 4955518 140734034238320 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31128/statm: 23561 21726 106 186 0 23374 0
[pid=31126/tid=31139] ppid=30971 vsize=341076 CPUtime=0 cores=0,2,4,6
/proc/31126/task/31139/stat : 31139 (python) S 30971 30971 30926 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 964712670 349261824 5867 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 6 0 0 0
[pid=31143] ppid=30971 vsize=351332 CPUtime=0.11 cores=0,2,4,6
/proc/31143/stat : 31143 (python) S 30971 30971 30926 0 -1 4202560 1141 0 0 0 7 4 0 0 19 0 2 0 964722745 359763968 5877 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31143/statm: 87833 5877 406 364 0 23730 0
[pid=31145] ppid=31143 vsize=416280 CPUtime=100.09 cores=0,2,4,6
/proc/31145/stat : 31145 (adaptg2wsat2009) T 31143 31145 31145 0 -1 4202496 523 0 0 0 10009 0 0 0 25 0 1 0 964722746 426270720 252 33554432000 134512640 135107411 4289186368 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31145/statm: 104070 252 59 146 0 102946 0
[pid=31143/tid=31149] ppid=30971 vsize=351332 CPUtime=0 cores=0,2,4,6
/proc/31143/task/31149/stat : 31149 (python) S 30971 30971 30926 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964732756 359763968 5877 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 2 0 0 0
[pid=30971/tid=30986] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30986/stat : 30986 (python) S 30966 30971 30926 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 964390809 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
[pid=30971/tid=30997] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/30997/stat : 30997 (python) S 30966 30971 30926 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 964400823 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 2 0 0 0
[pid=30971/tid=31029] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31029/stat : 31029 (python) S 30966 30971 30926 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 964410837 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 2 0 0 0
[pid=30971/tid=31056] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31056/stat : 31056 (python) S 30966 30971 30926 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 964488527 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31088] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31088/stat : 31088 (python) S 30966 30971 30926 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 964556949 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31110] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31110/stat : 31110 (python) S 30966 30971 30926 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 964625257 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 6 0 0 0
[pid=30971/tid=31127] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31127/stat : 31127 (python) S 30966 30971 30926 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 964673820 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
[pid=30971/tid=31144] ppid=30966 vsize=361800 CPUtime=0 cores=0,2,4,6
/proc/30971/task/31144/stat : 31144 (python) S 30966 30971 30926 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 964722745 370483200 7416 33554432000 4194304 5683644 140733744603360 18446744073709551615 252469889457 0 0 16781312 2 18446604453877589056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6347592

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4997.76
CPU time (s): 5000.04
CPU user time (s): 4996.95
CPU system time (s): 3.09
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 6347592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.863868
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18006
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= 8927
involuntary context switches= 34

runsolver used 14.1678 second user time and 26.138 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-10 23:33:17
IDJOB=3386684
IDBENCH=82749
IDSOLVER=1872
FILE ID=node111/3386684-1307741596
RUNJOBID= node111-1307741596-30944
PBS_JOBID= 13550798
Free space on /tmp= 73892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S207562876-057.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-3386684-1307741596/watcher-3386684-1307741596 -o /tmp/evaluation-result-3386684-1307741596/solver-3386684-1307741596 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386684-1307741596.cnf -seed 960148277 -budget 5000

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

MD5SUM BENCH= 04148c6828d9f9ccd74e3efaedcb8c52
RANDOM SEED=960148277

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30937004 kB
Buffers:        267628 kB
Cached:        1507764 kB
SwapCached:      11232 kB
Active:         532044 kB
Inactive:      1260648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30937004 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           63160 kB
Writeback:           0 kB
AnonPages:       15468 kB
Mapped:           9708 kB
Slab:           156672 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   156488 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= 73856 MiB
End job on node111 at 2011-06-11 00:56:39