Trace number 3377367

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) 1303.1 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S1091905403-047-UNKNOWN.cnf
MD5SUMa2618a2d05b86feb60504578f5d9c7e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.68	c INFO: solving HOME/instance-3377367-1305452782.cnf
0.37/0.68	c INFO: computing task features
0.54/0.88	c INFO: computed variable-clause graph statistics
0.54/0.88	c INFO: computed clause balance statistics
1.34/1.61	c INFO: computed variable balance statistics
1.95/2.24	c INFO: computed small-clause counts
1.95/2.24	c INFO: computed Horn-clause counts
2.14/2.42	c INFO: computed variable graph statistics
2.14/2.42	c INFO: collected features for HOME/instance-3377367-1305452782.cnf in 1.74 s
2.14/2.43	c INFO: running hybridGM3@0 for 97 with 2398 remaining (b = 0.52)
102.80/102.89	c INFO: running hybridGM3@0 for 97 with 2297 remaining (b = 0.28)
203.55/203.38	c INFO: running hybridGM3@0 for 97 with 2197 remaining (b = 0.19)
304.29/303.86	c INFO: running hybridGM3@100 for 97 with 2097 remaining (b = 0.15)
400.90/400.19	c INFO: running TNM@0 for 97 with 2000 remaining (b = 0.16)
501.55/500.54	c INFO: running hybridGM3@100 for 97 with 1900 remaining (b = 0.14)
599.10/597.89	c INFO: running hybridGM3@100 for 97 with 1803 remaining (b = 0.14)
696.79/695.24	c INFO: running hybridGM3@0 for 97 with 1705 remaining (b = 0.16)
797.50/795.73	c INFO: running hybridGM3@100 for 97 with 1605 remaining (b = 0.11)
893.06/891.06	c INFO: running hybridGM3@0 for 194 with 1510 remaining (b = 0.20)
1090.34/1087.86	c INFO: running hybridGM3@0 for 194 with 1313 remaining (b = 0.15)
1287.61/1284.67	c INFO: running TNM@100 for 291 with 1117 remaining (b = 0.20)
1303.10/1300.04	c INFO: running gnovelty+2@0 for 97 with 1104 remaining (b = 0.14)

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-3377367-1305452782/watcher-3377367-1305452782 -o /tmp/evaluation-result-3377367-1305452782/solver-3377367-1305452782 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377367-1305452782.cnf -seed 1794952842 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.55 3.97 3.97 4/442 19344
/proc/meminfo: memFree=17607772/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=15908 CPUtime=0 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 735508901 16289792 834 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/19344/statm: 3977 834 357 364 0 464 0

[startup+0.109082 s]
/proc/loadavg: 3.55 3.97 3.97 4/442 19344
/proc/meminfo: memFree=17607772/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=94180 CPUtime=0.06 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 2770 0 0 0 4 2 0 0 17 0 1 0 735508901 96440320 2477 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284921701 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19344/statm: 23545 2477 765 364 0 1677 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94180

[startup+0.202309 s]
/proc/loadavg: 3.55 3.97 3.97 4/442 19344
/proc/meminfo: memFree=17607772/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=124232 CPUtime=0.13 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 4263 0 1 0 9 4 0 0 17 0 1 0 735508901 127213568 3872 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19344/statm: 31058 3872 996 364 0 2869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124232

[startup+0.301057 s]
/proc/loadavg: 3.55 3.97 3.97 4/442 19344
/proc/meminfo: memFree=17607772/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=135748 CPUtime=0.19 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 5973 933 1 0 14 5 0 0 18 0 1 0 735508901 139005952 4149 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19344/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.704999 s]
/proc/loadavg: 3.55 3.97 3.97 4/442 19344
/proc/meminfo: memFree=17607772/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=280868 CPUtime=0.44 cores=0,2
/proc/19344/stat : 19344 (python) R 19342 19344 17657 0 -1 4202496 9838 933 1 0 32 12 0 0 17 0 1 0 735508901 287608832 7511 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284623056 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 70217 7535 1761 364 0 6141 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280868

[startup+1.50087 s]
/proc/loadavg: 3.50 3.95 3.96 4/443 19349
/proc/meminfo: memFree=17576144/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=287796 CPUtime=1.24 cores=0,2
/proc/19344/stat : 19344 (python) R 19342 19344 17657 0 -1 4202496 12769 933 1 0 112 12 0 0 18 0 1 0 735508901 294703104 9334 33554432000 4194304 5683644 140735764317168 18446744073709551615 5003288 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 71949 9334 1826 364 0 7873 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 287796

[startup+3.10064 s]
/proc/loadavg: 3.50 3.95 3.96 4/443 19349
/proc/meminfo: memFree=17574412/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 292876
heavy processes:

[startup+6.30111 s]
/proc/loadavg: 3.50 3.95 3.96 4/446 19352
/proc/meminfo: memFree=17556720/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
[pid=19350] ppid=19344 vsize=282632 CPUtime=0 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 735509145 289415168 6582 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945935 0 0 16781312 514 13832252930536734977 0 0 17 2 0 0 0
/proc/19350/statm: 70658 6582 354 364 0 6576 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=3.85 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) R 19350 19352 19352 0 -1 4202496 5713 0 0 0 385 0 0 0 25 0 1 0 735509145 274866176 5446 33554432000 134512640 135204385 4287512896 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5446 64 169 0 66936 0
[pid=19344/tid=19351] ppid=19342 vsize=292876 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 2 0 735509145 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 843932

[startup+12.701 s]
/proc/loadavg: 3.42 3.92 3.95 4/446 19352
/proc/meminfo: memFree=17556480/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
[pid=19350] ppid=19344 vsize=282632 CPUtime=0.03 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 979 0 0 0 2 1 0 0 18 0 1 0 735509145 289415168 6610 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945935 0 0 16781312 514 12908460024136696065 0 0 17 2 0 0 0
/proc/19350/statm: 70658 6610 382 364 0 6576 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=10.25 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) R 19350 19352 19352 0 -1 4202496 5715 0 0 0 1025 0 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19344/tid=19351] ppid=19342 vsize=292876 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 2 0 735509145 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 843932

[startup+25.5009 s]
/proc/loadavg: 3.52 3.92 3.95 4/446 19352
/proc/meminfo: memFree=17557188/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
[pid=19350] ppid=19344 vsize=282632 CPUtime=0.07 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 984 0 0 0 4 3 0 0 18 0 1 0 735509145 289415168 6610 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945935 0 0 16781312 514 12908460024136696065 0 0 17 2 0 0 0
/proc/19350/statm: 70658 6610 382 364 0 6576 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=23.05 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) R 19350 19352 19352 0 -1 4202496 5715 0 0 0 2305 0 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19344/tid=19351] ppid=19342 vsize=292876 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 2 0 735509145 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 843932

[startup+51.1006 s]
/proc/loadavg: 3.34 3.85 3.92 4/446 19354
/proc/meminfo: memFree=17556280/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
[pid=19350] ppid=19344 vsize=282632 CPUtime=0.14 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 997 0 0 0 8 6 0 0 18 0 1 0 735509145 289415168 6610 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945935 0 0 16781312 514 12908460024136696065 0 0 17 2 0 0 0
/proc/19350/statm: 70658 6610 382 364 0 6576 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=48.65 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) R 19350 19352 19352 0 -1 4202496 5715 0 0 0 4865 0 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19344/tid=19351] ppid=19342 vsize=292876 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 2 0 735509145 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 843932

[startup+102.301 s]
/proc/loadavg: 3.19 3.72 3.87 4/451 19359
/proc/meminfo: memFree=17545380/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=292876 CPUtime=2.17 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 13117 933 1 0 205 12 0 0 22 0 2 0 735508901 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 73219 8107 1875 364 0 9137 0
[pid=19350] ppid=19344 vsize=282632 CPUtime=0.29 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 1017 0 0 0 15 14 0 0 18 0 1 0 735509145 289415168 6610 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945935 0 0 16781312 514 12908460024136696065 0 0 17 2 0 0 0
/proc/19350/statm: 70658 6610 382 364 0 6576 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=99.86 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) R 19350 19352 19352 0 -1 4202496 5715 0 0 0 9986 0 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19344/tid=19351] ppid=19342 vsize=292876 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 2 0 735509145 299905024 8107 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 843932

[startup+162.301 s]
/proc/loadavg: 3.07 3.58 3.81 4/455 19365
/proc/meminfo: memFree=17517140/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=303740 CPUtime=2.19 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 14007 933 1 0 207 12 0 0 20 0 3 0 735508901 311029760 8249 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 75935 8249 1878 364 0 11850 0
[pid=19350] ppid=19344 vsize=292876 CPUtime=0.31 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 1158 0 0 0 16 15 0 0 19 0 2 0 735509145 299905024 6648 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19350/statm: 73219 6648 415 364 0 9137 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=100.43 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) T 19350 19352 19352 0 -1 4202496 5715 0 0 0 10043 0 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134659356 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19350/tid=19360] ppid=19344 vsize=292876 CPUtime=0 cores=0,2
/proc/19350/task/19360/stat : 19360 (python) S 19344 19344 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735519189 299905024 6648 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604451838298304 0 0 -1 2 0 0 0
[pid=19361] ppid=19344 vsize=293496 CPUtime=0.2 cores=0,2
/proc/19361/stat : 19361 (python) S 19344 19344 17657 0 -1 4202560 899 0 0 0 11 9 0 0 18 0 1 0 735519191 300539904 6738 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945990 0 0 16781312 514 12908460024136696066 0 0 17 0 0 0 0
/proc/19361/statm: 73374 6738 371 364 0 9289 0
[pid=19363] ppid=19361 vsize=268428 CPUtime=59.35 cores=0,2
/proc/19363/stat : 19363 (hybridGM3) R 19361 19363 19363 0 -1 4202496 5711 0 0 0 5934 1 0 0 25 0 1 0 735519191 274870272 5447 33554432000 134512640 135204385 4286773728 18446744073709551615 134537440 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19363/statm: 67107 5447 64 169 0 66937 0
[pid=19344/tid=19351] ppid=19342 vsize=303740 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 3 0 735509145 311029760 8249 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19362] ppid=19342 vsize=303740 CPUtime=0 cores=0,2
/proc/19344/task/19362/stat : 19362 (python) S 19342 19344 17657 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 735519191 311029760 8249 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.48
Current children cumulated vsize (KiB) 1426964

[startup+222.316 s]
/proc/loadavg: 3.05 3.49 3.77 4/445 19414
/proc/meminfo: memFree=17391048/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=313996 CPUtime=2.2 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 14828 933 1 0 208 12 0 0 19 0 4 0 735508901 321531904 8255 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

[pid=19350] ppid=19344 vsize=292876 CPUtime=0.62 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 1201 0 0 0 34 28 0 0 18 0 2 0 735509145 299905024 6649 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19350/statm: 73219 6649 416 364 0 9137 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=196.73 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) T 19350 19352 19352 0 -1 4202496 5715 0 0 0 19672 1 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19350/tid=19360] ppid=19344 vsize=292876 CPUtime=0 cores=0,2
/proc/19350/task/19360/stat : 19360 (python) S 19344 19344 17657 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 735519189 299905024 6649 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604451838298304 0 0 -1 2 0 0 0
[pid=19361] ppid=19344 vsize=293496 CPUtime=0.7 cores=0,2
/proc/19361/stat : 19361 (python) S 19344 19344 17657 0 -1 4202560 1105 0 0 0 38 32 0 0 18 0 2 0 735519191 300539904 6768 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19361/statm: 73374 6768 400 364 0 9289 0
[pid=19363] ppid=19361 vsize=268428 CPUtime=197.63 cores=0,2
/proc/19363/stat : 19363 (hybridGM3) T 19361 19363 19363 0 -1 4202496 5711 0 0 0 19762 1 0 0 25 0 1 0 735519191 274870272 5447 33554432000 134512640 135204385 4286773728 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19363/statm: 67107 5447 64 169 0 66937 0
[pid=19361/tid=19411] ppid=19344 vsize=293496 CPUtime=0 cores=0,2
/proc/19361/task/19411/stat : 19411 (python) S 19344 19344 17657 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735529238 300539904 6768 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604451838297408 0 0 -1 2 0 0 0
[pid=19412] ppid=19344 vsize=303752 CPUtime=0.7 cores=0,2
/proc/19412/stat : 19412 (python) S 19344 19344 17657 0 -1 4202560 1111 0 0 0 36 34 0 0 18 0 2 0 735529240 311042048 6772 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19412/statm: 75938 6772 400 364 0 11850 0
[pid=19414] ppid=19412 vsize=268424 CPUtime=197.61 cores=0,2
/proc/19414/stat : 19414 (hybridGM3) T 19412 19414 19414 0 -1 4202496 5709 0 0 0 19761 0 0 0 25 0 1 0 735529240 274866176 5447 33554432000 134512640 135204385 4290394752 18446744073709551615 134537452 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19414/statm: 67106 5447 64 169 0 66936 0
[pid=19412/tid=19422] ppid=19344 vsize=303752 CPUtime=0 cores=0,2
/proc/19412/task/19422/stat : 19422 (python) S 19344 19344 17657 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 735539287 311042048 6772 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604445474174912 0 0 -1 2 0 0 0
[pid=19432] ppid=19344 vsize=314008 CPUtime=0.41 cores=0,2
/proc/19432/stat : 19432 (python) S 19344 19344 17657 0 -1 4202560 1092 0 0 0 23 18 0 0 18 0 2 0 735548920 321544192 6776 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19432/statm: 78502 6776 400 364 0 14411 0
[pid=19434] ppid=19432 vsize=458712 CPUtime=115.56 cores=0,2
/proc/19434/stat : 19434 (TNM) R 19432 19434 19434 0 -1 4202496 1971 0 0 0 11556 0 0 0 25 0 1 0 735548920 469721088 1709 33554432000 134512640 135008748 4287323408 18446744073709551615 134529254 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19434/statm: 114678 1709 46 122 0 113578 0
[pid=19432/tid=19440] ppid=19344 vsize=314008 CPUtime=0 cores=0,2
/proc/19432/task/19440/stat : 19440 (python) S 19344 19344 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735558954 321544192 6776 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604447627129216 0 0 -1 2 0 0 0
[pid=19579] ppid=19344 vsize=324264 CPUtime=0.68 cores=0,2
/proc/19579/stat : 19579 (python) S 19344 19344 17657 0 -1 4202560 1130 0 0 0 37 31 0 0 18 0 2 0 735578425 332046336 6780 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19579/statm: 81066 6780 400 364 0 16972 0
[pid=19581] ppid=19579 vsize=268428 CPUtime=195.6 cores=0,2
/proc/19581/stat : 19581 (hybridGM3) T 19579 19581 19581 0 -1 4202496 5712 0 0 0 19560 0 0 0 25 0 1 0 735578426 274870272 5448 33554432000 134512640 135204385 4294617680 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19581/statm: 67107 5448 64 169 0 66937 0
[pid=19579/tid=19587] ppid=19344 vsize=324264 CPUtime=0 cores=0,2
/proc/19579/task/19587/stat : 19587 (python) S 19344 19344 17657 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 735588474 332046336 6780 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604444668598144 0 0 -1 2 0 0 0
[pid=19602] ppid=19344 vsize=334952 CPUtime=0.67 cores=0,2
/proc/19602/stat : 19602 (python) S 19344 19344 17657 0 -1 4202560 1133 0 0 0 37 30 0 0 19 0 2 0 735598008 342990848 6892 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19602/statm: 83738 6892 399 364 0 19641 0
[pid=19604] ppid=19602 vsize=268424 CPUtime=196.59 cores=0,2
/proc/19604/stat : 19604 (hybridGM3) T 19602 19604 19604 0 -1 4202496 5713 0 0 0 19658 1 0 0 25 0 1 0 735598008 274866176 5449 33554432000 134512640 135204385 4293497728 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19604/statm: 67106 5449 64 169 0 66936 0
[pid=19602/tid=19615] ppid=19344 vsize=334952 CPUtime=0 cores=0,2
/proc/19602/task/19615/stat : 19615 (python) S 19344 19344 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735617686 342990848 6892 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604443181043776 0 0 -1 2 0 0 0
[pid=19616] ppid=19344 vsize=345208 CPUtime=0.68 cores=0,2
/proc/19616/stat : 19616 (python) S 19344 19344 17657 0 -1 4202560 1131 0 0 0 38 30 0 0 19 0 2 0 735617687 353492992 6896 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19616/statm: 86302 6896 400 364 0 22202 0
[pid=19618] ppid=19616 vsize=268428 CPUtime=196.6 cores=0,2
/proc/19618/stat : 19618 (hybridGM3) T 19616 19618 19618 0 -1 4202496 5707 0 0 0 19660 0 0 0 25 0 1 0 735617687 274870272 5447 33554432000 134512640 135204385 4293887888 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19618/statm: 67107 5447 64 169 0 66937 0
[pid=19616/tid=19627] ppid=19344 vsize=345208 CPUtime=0 cores=0,2
/proc/19616/task/19627/stat : 19627 (python) S 19344 19344 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735637367 353492992 6896 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604445474175808 0 0 -1 2 0 0 0
[pid=19344/tid=19351] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 735509145 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19362] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19362/stat : 19362 (python) S 19342 19344 17657 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 735519191 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19413] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19413/stat : 19413 (python) S 19342 19344 17657 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 735529240 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19433] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19433/stat : 19433 (python) S 19342 19344 17657 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 735548920 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19580] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19580/stat : 19580 (python) S 19342 19344 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 735578426 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19603] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19603/stat : 19603 (python) S 19342 19344 17657 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 735598008 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19617] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19617/stat : 19617 (python) S 19342 19344 17657 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 735617687 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.1
Current children cumulated vsize (KiB) 4633276

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

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

[startup+1300 s]
/proc/loadavg: 2.12 2.21 2.78 3/464 19627
/proc/meminfo: memFree=17130260/32951124 swapFree=45193364/67111528
[pid=19344] ppid=19342 vsize=355452 CPUtime=2.32 cores=0,2
/proc/19344/stat : 19344 (python) S 19342 19344 17657 0 -1 4202496 19190 933 1 0 218 14 0 0 18 0 8 0 735508901 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19344/statm: 88863 8387 1888 364 0 24763 0
[pid=19350] ppid=19344 vsize=292876 CPUtime=0.62 cores=0,2
/proc/19350/stat : 19350 (python) S 19344 19344 17657 0 -1 4202560 1201 0 0 0 34 28 0 0 18 0 2 0 735509145 299905024 6649 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19350/statm: 73219 6649 416 364 0 9137 0
[pid=19352] ppid=19350 vsize=268424 CPUtime=196.73 cores=0,2
/proc/19352/stat : 19352 (hybridGM3) T 19350 19352 19352 0 -1 4202496 5715 0 0 0 19672 1 0 0 25 0 1 0 735509145 274866176 5448 33554432000 134512640 135204385 4287512896 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19352/statm: 67106 5448 64 169 0 66936 0
[pid=19350/tid=19360] ppid=19344 vsize=292876 CPUtime=0 cores=0,2
/proc/19350/task/19360/stat : 19360 (python) S 19344 19344 17657 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 735519189 299905024 6649 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604451838298304 0 0 -1 2 0 0 0
[pid=19361] ppid=19344 vsize=293496 CPUtime=0.7 cores=0,2
/proc/19361/stat : 19361 (python) S 19344 19344 17657 0 -1 4202560 1105 0 0 0 38 32 0 0 18 0 2 0 735519191 300539904 6768 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19361/statm: 73374 6768 400 364 0 9289 0
[pid=19363] ppid=19361 vsize=268428 CPUtime=197.63 cores=0,2
/proc/19363/stat : 19363 (hybridGM3) T 19361 19363 19363 0 -1 4202496 5711 0 0 0 19762 1 0 0 25 0 1 0 735519191 274870272 5447 33554432000 134512640 135204385 4286773728 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19363/statm: 67107 5447 64 169 0 66937 0
[pid=19361/tid=19411] ppid=19344 vsize=293496 CPUtime=0 cores=0,2
/proc/19361/task/19411/stat : 19411 (python) S 19344 19344 17657 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735529238 300539904 6768 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604451838297408 0 0 -1 2 0 0 0
[pid=19412] ppid=19344 vsize=303752 CPUtime=0.7 cores=0,2
/proc/19412/stat : 19412 (python) S 19344 19344 17657 0 -1 4202560 1111 0 0 0 36 34 0 0 18 0 2 0 735529240 311042048 6772 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19412/statm: 75938 6772 400 364 0 11850 0
[pid=19414] ppid=19412 vsize=268424 CPUtime=197.61 cores=0,2
/proc/19414/stat : 19414 (hybridGM3) T 19412 19414 19414 0 -1 4202496 5709 0 0 0 19761 0 0 0 25 0 1 0 735529240 274866176 5447 33554432000 134512640 135204385 4290394752 18446744073709551615 134537452 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19414/statm: 67106 5447 64 169 0 66936 0
[pid=19412/tid=19422] ppid=19344 vsize=303752 CPUtime=0 cores=0,2
/proc/19412/task/19422/stat : 19422 (python) S 19344 19344 17657 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 735539287 311042048 6772 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604445474174912 0 0 -1 2 0 0 0
[pid=19432] ppid=19344 vsize=314008 CPUtime=0.41 cores=0,2
/proc/19432/stat : 19432 (python) S 19344 19344 17657 0 -1 4202560 1092 0 0 0 23 18 0 0 18 0 2 0 735548920 321544192 6776 33554432000 4194304 5683644 140735764317168 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19432/statm: 78502 6776 400 364 0 14411 0
[pid=19434] ppid=19432 vsize=458712 CPUtime=115.56 cores=0,2
/proc/19434/stat : 19434 (TNM) R 19432 19434 19434 0 -1 4202496 1971 0 0 0 11556 0 0 0 25 0 1 0 735548920 469721088 1709 33554432000 134512640 135008748 4287323408 18446744073709551615 134529254 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19434/statm: 114678 1709 46 122 0 113578 0
[pid=19432/tid=19440] ppid=19344 vsize=314008 CPUtime=0 cores=0,2
/proc/19432/task/19440/stat : 19440 (python) S 19344 19344 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735558954 321544192 6776 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604447627129216 0 0 -1 2 0 0 0
[pid=19579] ppid=19344 vsize=324264 CPUtime=0.68 cores=0,2
/proc/19579/stat : 19579 (python) S 19344 19344 17657 0 -1 4202560 1130 0 0 0 37 31 0 0 18 0 2 0 735578425 332046336 6780 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19579/statm: 81066 6780 400 364 0 16972 0
[pid=19581] ppid=19579 vsize=268428 CPUtime=195.6 cores=0,2
/proc/19581/stat : 19581 (hybridGM3) T 19579 19581 19581 0 -1 4202496 5712 0 0 0 19560 0 0 0 25 0 1 0 735578426 274870272 5448 33554432000 134512640 135204385 4294617680 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19581/statm: 67107 5448 64 169 0 66937 0
[pid=19579/tid=19587] ppid=19344 vsize=324264 CPUtime=0 cores=0,2
/proc/19579/task/19587/stat : 19587 (python) S 19344 19344 17657 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 735588474 332046336 6780 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604444668598144 0 0 -1 2 0 0 0
[pid=19602] ppid=19344 vsize=334952 CPUtime=0.67 cores=0,2
/proc/19602/stat : 19602 (python) S 19344 19344 17657 0 -1 4202560 1133 0 0 0 37 30 0 0 19 0 2 0 735598008 342990848 6892 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19602/statm: 83738 6892 399 364 0 19641 0
[pid=19604] ppid=19602 vsize=268424 CPUtime=196.59 cores=0,2
/proc/19604/stat : 19604 (hybridGM3) T 19602 19604 19604 0 -1 4202496 5713 0 0 0 19658 1 0 0 25 0 1 0 735598008 274866176 5449 33554432000 134512640 135204385 4293497728 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19604/statm: 67106 5449 64 169 0 66936 0
[pid=19602/tid=19615] ppid=19344 vsize=334952 CPUtime=0 cores=0,2
/proc/19602/task/19615/stat : 19615 (python) S 19344 19344 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735617686 342990848 6892 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604443181043776 0 0 -1 2 0 0 0
[pid=19616] ppid=19344 vsize=345208 CPUtime=0.68 cores=0,2
/proc/19616/stat : 19616 (python) S 19344 19344 17657 0 -1 4202560 1131 0 0 0 38 30 0 0 19 0 2 0 735617687 353492992 6896 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19616/statm: 86302 6896 400 364 0 22202 0
[pid=19618] ppid=19616 vsize=268428 CPUtime=196.6 cores=0,2
/proc/19618/stat : 19618 (hybridGM3) T 19616 19618 19618 0 -1 4202496 5707 0 0 0 19660 0 0 0 25 0 1 0 735617687 274870272 5447 33554432000 134512640 135204385 4293887888 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19618/statm: 67107 5447 64 169 0 66937 0
[pid=19616/tid=19627] ppid=19344 vsize=345208 CPUtime=0 cores=0,2
/proc/19616/task/19627/stat : 19627 (python) S 19344 19344 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735637367 353492992 6896 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 514 18446604445474175808 0 0 -1 2 0 0 0
[pid=19344/tid=19351] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19351/stat : 19351 (python) S 19342 19344 17657 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 735509145 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19362] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19362/stat : 19362 (python) S 19342 19344 17657 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 735519191 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19413] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19413/stat : 19413 (python) S 19342 19344 17657 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 735529240 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19433] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19433/stat : 19433 (python) S 19342 19344 17657 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 735548920 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19580] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19580/stat : 19580 (python) S 19342 19344 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 735578426 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19603] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19603/stat : 19603 (python) S 19342 19344 17657 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 735598008 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
[pid=19344/tid=19617] ppid=19342 vsize=355452 CPUtime=0 cores=0,2
/proc/19344/task/19617/stat : 19617 (python) S 19342 19344 17657 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 735617687 363982848 8387 33554432000 4194304 5683644 140735764317168 18446744073709551615 224296749489 0 0 16781312 2 18446604441245204672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1303.1
Current children cumulated vsize (KiB) 4633276

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19344 and gives
#  childrusage.ru_utime.tv_sec=119
#  childrusage.ru_utime.tv_usec=115891
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=287804
# CPU time returned by wait4() is 120.404
# while last known CPU time is 1303.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1303.1
CPU user time (s): 1300.9
CPU system time (s): 2.2
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 4633280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.116
system time used= 1.2878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27008
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= 3745
involuntary context switches= 1643

runsolver used 5.81511 second user time and 12.3201 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:46:22
IDJOB=3377367
IDBENCH=82676
IDSOLVER=1857
FILE ID=node118/3377367-1305452782
RUNJOBID= node118-1305451353-18711
PBS_JOBID= 13324868
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S1091905403-047-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-3377367-1305452782/watcher-3377367-1305452782 -o /tmp/evaluation-result-3377367-1305452782/solver-3377367-1305452782 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377367-1305452782.cnf -seed 1794952842 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a2618a2d05b86feb60504578f5d9c7e5
RANDOM SEED=1794952842

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17607928 kB
Buffers:        293548 kB
Cached:        4637484 kB
SwapCached:      22084 kB
Active:       12359896 kB
Inactive:      2655368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17607928 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           32560 kB
Writeback:           0 kB
AnonPages:    10075432 kB
Mapped:          25584 kB
Slab:           157616 kB
PageTables:     102808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113665004 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= 73216 MiB
End job on node118 at 2011-05-15 12:08:04