Trace number 3377337

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) 1300.22 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S1298436766-097-UNKNOWN.cnf
MD5SUM28b704f4b0f31dccf5e0c8fedfb14daa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.2658
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.50	c INFO: solving HOME/instance-3377337-1305452523.cnf
0.40/0.50	c INFO: computing task features
0.61/0.76	c INFO: computed variable-clause graph statistics
0.61/0.77	c INFO: computed clause balance statistics
2.22/2.31	c INFO: computed variable balance statistics
3.41/3.52	c INFO: computed small-clause counts
3.41/3.53	c INFO: computed Horn-clause counts
3.91/4.08	c INFO: computed variable graph statistics
3.91/4.08	c INFO: collected features for HOME/instance-3377337-1305452523.cnf in 3.60 s
4.01/4.10	c INFO: running hybridGM3@0 for 97 with 2396 remaining (b = 0.43)
104.59/104.79	c INFO: running hybridGM3@0 for 97 with 2296 remaining (b = 0.26)
205.28/205.47	c INFO: running hybridGM3@0 for 97 with 2195 remaining (b = 0.19)
305.98/306.18	c INFO: running hybridGM3@100 for 97 with 2095 remaining (b = 0.15)
403.37/403.47	c INFO: running hybridGM3@100 for 97 with 1998 remaining (b = 0.15)
500.69/500.77	c INFO: running TNM@0 for 97 with 1901 remaining (b = 0.16)
601.08/601.10	c INFO: running hybridGM3@100 for 97 with 1801 remaining (b = 0.14)
698.53/698.41	c INFO: running hybridGM3@0 for 194 with 1704 remaining (b = 0.26)
895.44/895.39	c INFO: running hybridGM3@0 for 194 with 1507 remaining (b = 0.20)
1092.53/1092.39	c INFO: running hybridGM3@0 for 194 with 1311 remaining (b = 0.15)
1289.52/1289.39	c INFO: running hybridGM3@0 for 194 with 1114 remaining (b = 0.12)

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

running on 2 cores: 4,6

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.92 4.03 3.92 3/408 900
/proc/meminfo: memFree=23271244/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=15384 CPUtime=0 cores=4,6
/proc/900/stat : 900 (python) R 898 900 32005 0 -1 4202496 740 0 0 0 0 0 0 0 18 0 1 0 656849022 15753216 629 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500385773 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/900/statm: 3846 647 322 364 0 333 0

[startup+0.107124 s]
/proc/loadavg: 3.92 4.03 3.92 3/408 900
/proc/meminfo: memFree=23271244/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=104616 CPUtime=0.07 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 3158 0 0 0 5 2 0 0 17 0 1 0 656849022 107126784 2832 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/900/statm: 26154 2832 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.201158 s]
/proc/loadavg: 3.92 4.03 3.92 3/408 900
/proc/meminfo: memFree=23271244/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=128864 CPUtime=0.16 cores=4,6
/proc/900/stat : 900 (python) R 898 900 32005 0 -1 4202496 5601 932 1 0 12 4 0 0 19 0 1 0 656849022 131956736 4021 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/900/statm: 32216 4021 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 128864

[startup+0.301083 s]
/proc/loadavg: 3.92 4.03 3.92 3/408 900
/proc/meminfo: memFree=23271244/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=170756 CPUtime=0.23 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 6739 932 1 0 16 7 0 0 18 0 1 0 656849022 174854144 4806 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/900/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.701014 s]
/proc/loadavg: 3.92 4.03 3.92 3/408 900
/proc/meminfo: memFree=23271244/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=294420 CPUtime=0.61 cores=4,6
/proc/900/stat : 900 (python) R 898 900 32005 0 -1 4202496 13124 932 1 0 50 11 0 0 18 0 1 0 656849022 301486080 10796 33554432000 4194304 5683644 140734691970720 18446744073709551615 46925538581189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/900/statm: 73605 10798 1761 364 0 9529 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 294420

[startup+1.50086 s]
/proc/loadavg: 3.92 4.03 3.92 5/411 938
/proc/meminfo: memFree=23210432/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=297692 CPUtime=1.41 cores=4,6
/proc/900/stat : 900 (python) R 898 900 32005 0 -1 4202496 16366 932 1 0 129 12 0 0 19 0 1 0 656849022 304836608 11808 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500350325 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/900/statm: 74423 11808 1826 364 0 10347 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 297692

[startup+3.10054 s]
/proc/loadavg: 3.92 4.03 3.92 5/421 949
/proc/meminfo: memFree=23174508/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=297692 CPUtime=3.01 cores=4,6
/proc/900/stat : 900 (python) R 898 900 32005 0 -1 4202496 16367 932 1 0 289 12 0 0 22 0 1 0 656849022 304836608 11809 33554432000 4194304 5683644 140734691970720 18446744073709551615 5003328 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/900/statm: 74423 11809 1827 364 0 10347 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 297692

[startup+6.30091 s]
/proc/loadavg: 3.85 4.01 3.91 6/395 977
/proc/meminfo: memFree=23214980/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=296980 CPUtime=4.01 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 16706 932 1 0 389 12 0 0 25 0 2 0 656849022 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 74245 9133 1875 364 0 10163 0
[pid=952] ppid=900 vsize=287828 CPUtime=0 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 656849432 294735872 7610 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500711951 0 0 16781312 514 3521609029346361601 0 0 17 4 0 0 0
/proc/952/statm: 71957 7610 355 364 0 7875 0
[pid=954] ppid=952 vsize=268420 CPUtime=2.17 cores=4,6
/proc/954/stat : 954 (hybridGM3) R 952 954 954 0 -1 4202496 6663 0 0 0 216 1 0 0 25 0 1 0 656849432 274862080 6395 33554432000 134512640 135204385 4291703216 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/954/statm: 67105 6395 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=296980 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 656849432 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 853228

[startup+12.7006 s]
/proc/loadavg: 3.86 4.01 3.91 5/403 1024
/proc/meminfo: memFree=23167100/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=296980 CPUtime=4.01 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 16706 932 1 0 389 12 0 0 25 0 2 0 656849022 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 74245 9133 1875 364 0 10163 0
[pid=952] ppid=900 vsize=287828 CPUtime=0.01 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 985 0 0 0 1 0 0 0 18 0 1 0 656849432 294735872 7638 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500711951 0 0 16781312 514 3521609029346361601 0 0 17 4 0 0 0
/proc/952/statm: 71957 7638 383 364 0 7875 0
[pid=954] ppid=952 vsize=268420 CPUtime=8.55 cores=4,6
/proc/954/stat : 954 (hybridGM3) R 952 954 954 0 -1 4202496 6663 0 0 0 853 2 0 0 25 0 1 0 656849432 274862080 6395 33554432000 134512640 135204385 4291703216 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/954/statm: 67105 6395 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=296980 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 656849432 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 853228

[startup+25.5011 s]
/proc/loadavg: 3.89 4.01 3.91 6/403 1024
/proc/meminfo: memFree=23166432/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=296980 CPUtime=4.01 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 16706 932 1 0 389 12 0 0 25 0 2 0 656849022 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 74245 9133 1875 364 0 10163 0
[pid=952] ppid=900 vsize=287828 CPUtime=0.04 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 989 0 0 0 2 2 0 0 18 0 1 0 656849432 294735872 7638 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500711951 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/952/statm: 71957 7638 383 364 0 7875 0
[pid=954] ppid=952 vsize=268420 CPUtime=21.32 cores=4,6
/proc/954/stat : 954 (hybridGM3) R 952 954 954 0 -1 4202496 6663 0 0 0 2130 2 0 0 25 0 1 0 656849432 274862080 6395 33554432000 134512640 135204385 4291703216 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/954/statm: 67105 6395 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=296980 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 656849432 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 853228

[startup+51.101 s]
/proc/loadavg: 3.93 4.01 3.91 6/403 1025
/proc/meminfo: memFree=23166292/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=296980 CPUtime=4.01 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 16706 932 1 0 389 12 0 0 25 0 2 0 656849022 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 74245 9133 1875 364 0 10163 0
[pid=952] ppid=900 vsize=287828 CPUtime=0.13 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 1004 0 0 0 6 7 0 0 18 0 1 0 656849432 294735872 7638 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500711951 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/952/statm: 71957 7638 383 364 0 7875 0
[pid=954] ppid=952 vsize=268420 CPUtime=46.84 cores=4,6
/proc/954/stat : 954 (hybridGM3) R 952 954 954 0 -1 4202496 6664 0 0 0 4682 2 0 0 25 0 1 0 656849432 274862080 6396 33554432000 134512640 135204385 4291703216 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/954/statm: 67105 6396 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=296980 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 656849432 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 853228

[startup+102.301 s]
/proc/loadavg: 4.16 4.05 3.93 6/404 1062
/proc/meminfo: memFree=23194532/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=296980 CPUtime=4.01 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 16706 932 1 0 389 12 0 0 25 0 2 0 656849022 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 74245 9133 1875 364 0 10163 0
[pid=952] ppid=900 vsize=287828 CPUtime=0.27 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 1025 0 0 0 13 14 0 0 18 0 1 0 656849432 294735872 7638 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500711951 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/952/statm: 71957 7638 383 364 0 7875 0
[pid=954] ppid=952 vsize=268420 CPUtime=97.91 cores=4,6
/proc/954/stat : 954 (hybridGM3) R 952 954 954 0 -1 4202496 6665 0 0 0 9786 5 0 0 25 0 1 0 656849432 274862080 6397 33554432000 134512640 135204385 4291703216 18446744073709551615 134546160 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/954/statm: 67105 6397 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=296980 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 656849432 304107520 9133 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 853228

[startup+162.301 s]
/proc/loadavg: 4.22 4.08 3.94 5/415 1075
/proc/meminfo: memFree=23149808/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=307844 CPUtime=4.03 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 17587 932 1 0 390 13 0 0 20 0 3 0 656849022 315232256 9275 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 76961 9275 1878 364 0 12876 0
[pid=952] ppid=900 vsize=298072 CPUtime=0.28 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 1163 0 0 0 14 14 0 0 19 0 2 0 656849432 305225728 7675 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/952/statm: 74518 7675 415 364 0 10436 0
[pid=954] ppid=952 vsize=268420 CPUtime=100.37 cores=4,6
/proc/954/stat : 954 (hybridGM3) T 952 954 954 0 -1 4202496 6665 0 0 0 10032 5 0 0 25 0 1 0 656849432 274862080 6397 33554432000 134512640 135204385 4291703216 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/954/statm: 67105 6397 64 169 0 66935 0
[pid=952/tid=1066] ppid=900 vsize=298072 CPUtime=0 cores=4,6
/proc/952/task/1066/stat : 1066 (python) S 900 900 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656859500 305225728 7675 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604453732631744 0 0 -1 6 0 0 0
[pid=1067] ppid=900 vsize=297756 CPUtime=0.14 cores=4,6
/proc/1067/stat : 1067 (python) S 900 900 32005 0 -1 4202560 913 0 0 0 8 6 0 0 15 0 1 0 656859502 304902144 7766 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500712006 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/1067/statm: 74439 7766 372 364 0 10354 0
[pid=1069] ppid=1067 vsize=268420 CPUtime=57.33 cores=4,6
/proc/1069/stat : 1069 (hybridGM3) R 1067 1069 1069 0 -1 4202496 6660 0 0 0 5733 0 0 0 25 0 1 0 656859502 274862080 6398 33554432000 134512640 135204385 4291622000 18446744073709551615 134536669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1069/statm: 67105 6398 64 169 0 66935 0
[pid=900/tid=953] ppid=898 vsize=307844 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 656849432 315232256 9275 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1068] ppid=898 vsize=307844 CPUtime=0 cores=4,6
/proc/900/task/1068/stat : 1068 (python) S 898 900 32005 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 656859502 315232256 9275 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1440512

[startup+222.316 s]
/proc/loadavg: 4.19 4.10 3.95 5/431 1092
/proc/meminfo: memFree=23092732/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=318100 CPUtime=4.04 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 18402 932 1 0 391 13 0 0 20 0 4 0 656849022 325734400 9281 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 79525 9281 1880 364 0 15437 0

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

[pid=1086] ppid=900 vsize=308616 CPUtime=0.62 cores=4,6
/proc/1086/stat : 1086 (python) S 900 900 32005 0 -1 4202560 1130 0 0 0 34 28 0 0 15 0 2 0 656869570 316022784 7799 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1086/statm: 77154 7799 400 364 0 13066 0
[pid=1088] ppid=1086 vsize=268420 CPUtime=197.43 cores=4,6
/proc/1088/stat : 1088 (hybridGM3) T 1086 1088 1088 0 -1 4202496 6662 0 0 0 19742 1 0 0 25 0 1 0 656869570 274862080 6400 33554432000 134512640 135204385 4294824896 18446744073709551615 134536971 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1088/statm: 67105 6400 64 169 0 66935 0
[pid=1086/tid=1104] ppid=900 vsize=308616 CPUtime=0 cores=4,6
/proc/1086/task/1104/stat : 1104 (python) S 900 900 32005 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656879639 316022784 7799 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604443969638592 0 0 -1 4 0 0 0
[pid=1126] ppid=900 vsize=318388 CPUtime=0.31 cores=4,6
/proc/1126/stat : 1126 (python) S 900 900 32005 0 -1 4202560 1079 0 0 0 17 14 0 0 19 0 2 0 656899100 326029312 7870 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1126/statm: 79597 7870 399 364 0 15506 0
[pid=1128] ppid=1126 vsize=458972 CPUtime=100.09 cores=4,6
/proc/1128/stat : 1128 (TNM) T 1126 1128 1128 0 -1 4202496 3592 0 0 0 10009 0 0 0 25 0 1 0 656899100 469987328 3329 33554432000 134512640 135008748 4290049520 18446744073709551615 134524754 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1128/statm: 114743 3329 46 122 0 113643 0
[pid=1126/tid=1144] ppid=900 vsize=318388 CPUtime=0 cores=4,6
/proc/1126/task/1144/stat : 1144 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656909131 326029312 7870 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604446055748864 0 0 -1 6 0 0 0
[pid=1159] ppid=900 vsize=328784 CPUtime=0.59 cores=4,6
/proc/1159/stat : 1159 (python) S 900 900 32005 0 -1 4202560 1124 0 0 0 34 25 0 0 16 0 2 0 656918864 336674816 7893 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1159/statm: 82196 7893 400 364 0 18102 0
[pid=1161] ppid=1159 vsize=268420 CPUtime=196.4 cores=4,6
/proc/1161/stat : 1161 (hybridGM3) T 1159 1161 1161 0 -1 4202496 6664 0 0 0 19633 7 0 0 25 0 1 0 656918864 274862080 6398 33554432000 134512640 135204385 4291642128 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1161/statm: 67105 6398 64 169 0 66935 0
[pid=1159/tid=1333] ppid=900 vsize=328784 CPUtime=0 cores=4,6
/proc/1159/task/1333/stat : 1333 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656938560 336674816 7893 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604442960353088 0 0 -1 4 0 0 0
[pid=1334] ppid=900 vsize=339144 CPUtime=0.61 cores=4,6
/proc/1334/stat : 1334 (python) S 900 900 32005 0 -1 4202560 1125 0 0 0 33 28 0 0 16 0 2 0 656938561 347283456 7897 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1334/statm: 84786 7897 400 364 0 20689 0
[pid=1336] ppid=1334 vsize=268428 CPUtime=196.43 cores=4,6
/proc/1336/stat : 1336 (hybridGM3) T 1334 1336 1336 0 -1 4202496 6657 0 0 0 19642 1 0 0 25 0 1 0 656938562 274870272 6398 33554432000 134512640 135204385 4286953376 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1336/statm: 67107 6398 64 169 0 66937 0
[pid=1334/tid=1363] ppid=900 vsize=339144 CPUtime=0 cores=4,6
/proc/1334/task/1363/stat : 1363 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656958260 347283456 7897 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604451615670528 0 0 -1 4 0 0 0
[pid=1364] ppid=900 vsize=349392 CPUtime=0.61 cores=4,6
/proc/1364/stat : 1364 (python) S 900 900 32005 0 -1 4202560 1121 0 0 0 33 28 0 0 17 0 2 0 656958261 357777408 7901 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1364/statm: 87348 7901 400 364 0 23248 0
[pid=1366] ppid=1364 vsize=268424 CPUtime=196.38 cores=4,6
/proc/1366/stat : 1366 (hybridGM3) T 1364 1366 1366 0 -1 4202496 6659 0 0 0 19638 0 0 0 25 0 1 0 656958262 274866176 6399 33554432000 134512640 135204385 4289276448 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1366/statm: 67106 6399 64 169 0 66936 0
[pid=1364/tid=1399] ppid=900 vsize=349392 CPUtime=0 cores=4,6
/proc/1364/task/1399/stat : 1399 (python) S 900 900 32005 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656977960 357777408 7901 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604443969639488 0 0 -1 4 0 0 0
[pid=1400] ppid=900 vsize=359412 CPUtime=0.03 cores=4,6
/proc/1400/stat : 1400 (python) S 900 900 32005 0 -1 4202560 939 0 0 0 2 1 0 0 15 0 1 0 656977962 368037888 7879 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500712006 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/1400/statm: 89853 7879 376 364 0 25750 0
[pid=1402] ppid=1400 vsize=268428 CPUtime=10.58 cores=4,6
/proc/1402/stat : 1402 (hybridGM3) R 1400 1402 1402 0 -1 4202496 6665 0 0 0 1058 0 0 0 25 0 1 0 656977962 274870272 6396 33554432000 134512640 135204385 4289354368 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1402/statm: 67107 6396 64 169 0 66937 0
[pid=900/tid=953] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 656849432 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1068] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1068/stat : 1068 (python) S 898 900 32005 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 656859502 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1087] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1087/stat : 1087 (python) S 898 900 32005 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 656869570 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1127] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1127/stat : 1127 (python) S 898 900 32005 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656899100 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1160] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1160/stat : 1160 (python) S 898 900 32005 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656918864 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1335] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1335/stat : 1335 (python) S 898 900 32005 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656938561 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1365] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1365/stat : 1365 (python) S 898 900 32005 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656958261 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1401] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1401/stat : 1401 (python) S 898 900 32005 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656977962 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 5307152

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: 3.73 4.03 4.01 4/463 1402
/proc/meminfo: memFree=22826608/32950928 swapFree=45937192/67111528
[pid=900] ppid=898 vsize=369656 CPUtime=4.14 cores=4,6
/proc/900/stat : 900 (python) S 898 900 32005 0 -1 4202496 23099 932 1 0 399 15 0 0 20 0 9 0 656849022 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/900/statm: 92414 9397 1890 364 0 28311 0
[pid=952] ppid=900 vsize=298072 CPUtime=0.59 cores=4,6
/proc/952/stat : 952 (python) S 900 900 32005 0 -1 4202560 1206 0 0 0 30 29 0 0 18 0 2 0 656849432 305225728 7676 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/952/statm: 74518 7676 416 364 0 10436 0
[pid=954] ppid=952 vsize=268420 CPUtime=197.42 cores=4,6
/proc/954/stat : 954 (hybridGM3) T 952 954 954 0 -1 4202496 6665 0 0 0 19737 5 0 0 25 0 1 0 656849432 274862080 6397 33554432000 134512640 135204385 4291703216 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/954/statm: 67105 6397 64 169 0 66935 0
[pid=952/tid=1066] ppid=900 vsize=298072 CPUtime=0 cores=4,6
/proc/952/task/1066/stat : 1066 (python) S 900 900 32005 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 656859500 305225728 7676 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604453732631744 0 0 -1 6 0 0 0
[pid=1067] ppid=900 vsize=297756 CPUtime=0.59 cores=4,6
/proc/1067/stat : 1067 (python) S 900 900 32005 0 -1 4202560 1111 0 0 0 33 26 0 0 15 0 2 0 656859502 304902144 7795 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1067/statm: 74439 7795 400 364 0 10354 0
[pid=1069] ppid=1067 vsize=268420 CPUtime=197.4 cores=4,6
/proc/1069/stat : 1069 (hybridGM3) T 1067 1069 1069 0 -1 4202496 6660 0 0 0 19740 0 0 0 25 0 1 0 656859502 274862080 6398 33554432000 134512640 135204385 4291622000 18446744073709551615 134546059 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1069/statm: 67105 6398 64 169 0 66935 0
[pid=1067/tid=1085] ppid=900 vsize=297756 CPUtime=0 cores=4,6
/proc/1067/task/1085/stat : 1085 (python) S 900 900 32005 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656869569 304902144 7795 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604447137600704 0 0 -1 4 0 0 0
[pid=1086] ppid=900 vsize=308616 CPUtime=0.62 cores=4,6
/proc/1086/stat : 1086 (python) S 900 900 32005 0 -1 4202560 1130 0 0 0 34 28 0 0 15 0 2 0 656869570 316022784 7799 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1086/statm: 77154 7799 400 364 0 13066 0
[pid=1088] ppid=1086 vsize=268420 CPUtime=197.43 cores=4,6
/proc/1088/stat : 1088 (hybridGM3) T 1086 1088 1088 0 -1 4202496 6662 0 0 0 19742 1 0 0 25 0 1 0 656869570 274862080 6400 33554432000 134512640 135204385 4294824896 18446744073709551615 134536971 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1088/statm: 67105 6400 64 169 0 66935 0
[pid=1086/tid=1104] ppid=900 vsize=308616 CPUtime=0 cores=4,6
/proc/1086/task/1104/stat : 1104 (python) S 900 900 32005 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656879639 316022784 7799 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604443969638592 0 0 -1 4 0 0 0
[pid=1126] ppid=900 vsize=318388 CPUtime=0.31 cores=4,6
/proc/1126/stat : 1126 (python) S 900 900 32005 0 -1 4202560 1079 0 0 0 17 14 0 0 19 0 2 0 656899100 326029312 7870 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1126/statm: 79597 7870 399 364 0 15506 0
[pid=1128] ppid=1126 vsize=458972 CPUtime=100.09 cores=4,6
/proc/1128/stat : 1128 (TNM) T 1126 1128 1128 0 -1 4202496 3592 0 0 0 10009 0 0 0 25 0 1 0 656899100 469987328 3329 33554432000 134512640 135008748 4290049520 18446744073709551615 134524754 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1128/statm: 114743 3329 46 122 0 113643 0
[pid=1126/tid=1144] ppid=900 vsize=318388 CPUtime=0 cores=4,6
/proc/1126/task/1144/stat : 1144 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656909131 326029312 7870 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604446055748864 0 0 -1 6 0 0 0
[pid=1159] ppid=900 vsize=328784 CPUtime=0.59 cores=4,6
/proc/1159/stat : 1159 (python) S 900 900 32005 0 -1 4202560 1124 0 0 0 34 25 0 0 16 0 2 0 656918864 336674816 7893 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1159/statm: 82196 7893 400 364 0 18102 0
[pid=1161] ppid=1159 vsize=268420 CPUtime=196.4 cores=4,6
/proc/1161/stat : 1161 (hybridGM3) T 1159 1161 1161 0 -1 4202496 6664 0 0 0 19633 7 0 0 25 0 1 0 656918864 274862080 6398 33554432000 134512640 135204385 4291642128 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1161/statm: 67105 6398 64 169 0 66935 0
[pid=1159/tid=1333] ppid=900 vsize=328784 CPUtime=0 cores=4,6
/proc/1159/task/1333/stat : 1333 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656938560 336674816 7893 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604442960353088 0 0 -1 4 0 0 0
[pid=1334] ppid=900 vsize=339144 CPUtime=0.61 cores=4,6
/proc/1334/stat : 1334 (python) S 900 900 32005 0 -1 4202560 1125 0 0 0 33 28 0 0 16 0 2 0 656938561 347283456 7897 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1334/statm: 84786 7897 400 364 0 20689 0
[pid=1336] ppid=1334 vsize=268428 CPUtime=196.43 cores=4,6
/proc/1336/stat : 1336 (hybridGM3) T 1334 1336 1336 0 -1 4202496 6657 0 0 0 19642 1 0 0 25 0 1 0 656938562 274870272 6398 33554432000 134512640 135204385 4286953376 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1336/statm: 67107 6398 64 169 0 66937 0
[pid=1334/tid=1363] ppid=900 vsize=339144 CPUtime=0 cores=4,6
/proc/1334/task/1363/stat : 1363 (python) S 900 900 32005 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656958260 347283456 7897 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604451615670528 0 0 -1 4 0 0 0
[pid=1364] ppid=900 vsize=349392 CPUtime=0.61 cores=4,6
/proc/1364/stat : 1364 (python) S 900 900 32005 0 -1 4202560 1121 0 0 0 33 28 0 0 17 0 2 0 656958261 357777408 7901 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1364/statm: 87348 7901 400 364 0 23248 0
[pid=1366] ppid=1364 vsize=268424 CPUtime=196.38 cores=4,6
/proc/1366/stat : 1366 (hybridGM3) T 1364 1366 1366 0 -1 4202496 6659 0 0 0 19638 0 0 0 25 0 1 0 656958262 274866176 6399 33554432000 134512640 135204385 4289276448 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1366/statm: 67106 6399 64 169 0 66936 0
[pid=1364/tid=1399] ppid=900 vsize=349392 CPUtime=0 cores=4,6
/proc/1364/task/1399/stat : 1399 (python) S 900 900 32005 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656977960 357777408 7901 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 514 18446604443969639488 0 0 -1 4 0 0 0
[pid=1400] ppid=900 vsize=359412 CPUtime=0.03 cores=4,6
/proc/1400/stat : 1400 (python) S 900 900 32005 0 -1 4202560 939 0 0 0 2 1 0 0 15 0 1 0 656977962 368037888 7879 33554432000 4194304 5683644 140734691970720 18446744073709551615 254500712006 0 0 16781312 514 12754933016527077633 0 0 17 4 0 0 0
/proc/1400/statm: 89853 7879 376 364 0 25750 0
[pid=1402] ppid=1400 vsize=268428 CPUtime=10.58 cores=4,6
/proc/1402/stat : 1402 (hybridGM3) R 1400 1402 1402 0 -1 4202496 6665 0 0 0 1058 0 0 0 25 0 1 0 656977962 274870272 6396 33554432000 134512640 135204385 4289354368 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1402/statm: 67107 6396 64 169 0 66937 0
[pid=900/tid=953] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/953/stat : 953 (python) S 898 900 32005 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 656849432 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1068] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1068/stat : 1068 (python) S 898 900 32005 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 656859502 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1087] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1087/stat : 1087 (python) S 898 900 32005 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 656869570 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1127] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1127/stat : 1127 (python) S 898 900 32005 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656899100 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1160] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1160/stat : 1160 (python) S 898 900 32005 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656918864 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1335] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1335/stat : 1335 (python) S 898 900 32005 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656938561 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1365] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1365/stat : 1365 (python) S 898 900 32005 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656958261 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
[pid=900/tid=1401] ppid=898 vsize=369656 CPUtime=0 cores=4,6
/proc/900/task/1401/stat : 1401 (python) S 898 900 32005 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656977962 378527744 9397 33554432000 4194304 5683644 140734691970720 18446744073709551615 254512515505 0 0 16781312 2 18446604441955337280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 5307152

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.07
CPU time (s): 1300.22
CPU user time (s): 1298.14
CPU system time (s): 2.08
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 5307156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.00739
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= 24492
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= 1020
involuntary context switches= 71

runsolver used 6.87495 second user time and 12.8081 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:42:03
IDJOB=3377337
IDBENCH=82646
IDSOLVER=1857
FILE ID=node149/3377337-1305452523
RUNJOBID= node149-1305451814-582
PBS_JOBID= 13324860
Free space on /tmp= 73508 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S1298436766-097-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-3377337-1305452523/watcher-3377337-1305452523 -o /tmp/evaluation-result-3377337-1305452523/solver-3377337-1305452523 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377337-1305452523.cnf -seed 687647797 -budget 2400

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

MD5SUM BENCH= 28b704f4b0f31dccf5e0c8fedfb14daa
RANDOM SEED=687647797

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23271400 kB
Buffers:        323692 kB
Cached:        4511980 kB
SwapCached:      19984 kB
Active:        6777592 kB
Inactive:      2585972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23271400 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           66672 kB
Writeback:           0 kB
AnonPages:     4520732 kB
Mapped:          23116 kB
Slab:           167792 kB
PageTables:      80544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99053684 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= 73472 MiB
End job on node149 at 2011-05-15 12:03:45