Trace number 3377336

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)? (MO) 705.89 706.28

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.39/0.97	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.97	c INFO: solving HOME/instance-3377336-1305452522.cnf
0.39/0.97	c INFO: computing task features
0.53/1.20	c INFO: computed variable-clause graph statistics
0.53/1.21	c INFO: computed clause balance statistics
1.74/2.39	c INFO: computed variable balance statistics
2.22/2.87	c INFO: computed small-clause counts
2.22/2.87	c INFO: computed Horn-clause counts
2.32/2.91	c INFO: computed variable graph statistics
2.32/2.91	c INFO: collected features for HOME/instance-3377336-1305452522.cnf in 1.94 s
2.32/2.93	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.59/103.27	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
203.00/203.61	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.28/303.92	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
403.58/404.23	c INFO: running adaptg2wsat2009++@0 for 97 with 1997 remaining (b = 0.05)
504.18/504.56	c INFO: running gnovelty+2@0 for 97 with 1897 remaining (b = 0.04)
604.60/604.94	c INFO: running FH@0 for 97 with 1797 remaining (b = 0.03)
704.90/705.26	c INFO: running adaptg2wsat2009++@0 for 97 with 1697 remaining (b = 0.03)

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

running on 2 cores: 5,7

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 2/406 868
/proc/meminfo: memFree=23312424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=15184 CPUtime=0 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 711 0 0 0 0 0 0 0 19 0 1 0 656848882 15548416 603 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/868/statm: 3796 603 319 364 0 283 0

[startup+0.107804 s]
/proc/loadavg: 3.92 4.03 3.92 2/406 868
/proc/meminfo: memFree=23312424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=94180 CPUtime=0.06 cores=5,7
/proc/868/stat : 868 (python) R 866 868 32005 0 -1 4202496 2766 0 0 0 4 2 0 0 17 0 1 0 656848882 96440320 2475 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/868/statm: 23545 2475 764 364 0 1677 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94180

[startup+0.200786 s]
/proc/loadavg: 3.92 4.03 3.92 2/406 868
/proc/meminfo: memFree=23312424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=124232 CPUtime=0.12 cores=5,7
/proc/868/stat : 868 (python) R 866 868 32005 0 -1 4202496 4259 0 1 0 8 4 0 0 17 0 1 0 656848882 127213568 3868 33554432000 4194304 5683644 140735381063584 18446744073709551615 5114258 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/868/statm: 31058 3868 995 364 0 2869 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124232

[startup+0.300767 s]
/proc/loadavg: 3.92 4.03 3.92 2/406 868
/proc/meminfo: memFree=23312424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=135748 CPUtime=0.17 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 5970 936 1 0 12 5 0 0 17 0 1 0 656848882 139005952 4149 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500687877 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/868/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700699 s]
/proc/loadavg: 3.92 4.03 3.92 2/406 868
/proc/meminfo: memFree=23312424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=278120 CPUtime=0.39 cores=5,7
/proc/868/stat : 868 (python) D 866 868 32005 0 -1 4202496 9073 936 1 0 26 13 0 0 15 0 1 0 656848882 284794880 6803 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500697655 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/868/statm: 69530 6803 1744 364 0 5454 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278120

[startup+1.50054 s]
/proc/loadavg: 3.92 4.03 3.92 3/404 893
/proc/meminfo: memFree=23311804/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=289492 CPUtime=0.92 cores=5,7
/proc/868/stat : 868 (python) R 866 868 32005 0 -1 4202496 13891 936 1 0 78 14 0 0 16 0 1 0 656848882 296439808 9758 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500351550 0 0 16781312 2 0 0 0 17 5 0 0 30
/proc/868/statm: 72373 9758 1826 364 0 8297 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 289492

[startup+3.10015 s]
/proc/loadavg: 3.92 4.03 3.92 5/411 934
/proc/meminfo: memFree=23223080/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 291924
heavy processes:

[startup+6.30058 s]
/proc/loadavg: 3.85 4.01 3.91 4/395 952
/proc/meminfo: memFree=23246380/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
[pid=939] ppid=868 vsize=282232 CPUtime=0 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 656849175 289005568 6329 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500711951 0 0 16781312 514 1776058728827552005 0 0 17 5 0 0 0
/proc/939/statm: 70558 6329 355 364 0 6476 0
[pid=942] ppid=939 vsize=1020188 CPUtime=3.35 cores=5,7
/proc/942/stat : 942 (gnovelty+2) R 939 942 942 0 -1 4202496 1141 0 0 0 335 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=291924 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 2 0 656849176 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 1594344

[startup+12.7012 s]
/proc/loadavg: 3.86 4.01 3.91 6/403 1024
/proc/meminfo: memFree=23166588/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
[pid=939] ppid=868 vsize=282232 CPUtime=0.01 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 982 0 0 0 0 1 0 0 18 0 1 0 656849175 289005568 6357 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500711951 0 0 16781312 514 1776058728827552005 0 0 17 5 0 0 0
/proc/939/statm: 70558 6357 383 364 0 6476 0
[pid=942] ppid=939 vsize=1020188 CPUtime=9.74 cores=5,7
/proc/942/stat : 942 (gnovelty+2) R 939 942 942 0 -1 4202496 1141 0 0 0 974 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=291924 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 2 0 656849176 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1594344

[startup+25.5007 s]
/proc/loadavg: 3.89 4.01 3.91 5/403 1024
/proc/meminfo: memFree=23166424/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
[pid=939] ppid=868 vsize=282232 CPUtime=0.06 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 992 0 0 0 3 3 0 0 18 0 1 0 656849175 289005568 6357 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500711951 0 0 16781312 514 10601842958737047813 0 0 17 5 0 0 0
/proc/939/statm: 70558 6357 383 364 0 6476 0
[pid=942] ppid=939 vsize=1020188 CPUtime=22.49 cores=5,7
/proc/942/stat : 942 (gnovelty+2) R 939 942 942 0 -1 4202496 1141 0 0 0 2249 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=291924 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 2 0 656849176 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 1594344

[startup+51.1006 s]
/proc/loadavg: 3.93 4.01 3.91 5/403 1025
/proc/meminfo: memFree=23166416/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
[pid=939] ppid=868 vsize=282232 CPUtime=0.13 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 1004 0 0 0 7 6 0 0 18 0 1 0 656849175 289005568 6357 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500711951 0 0 16781312 514 10601842958737047813 0 0 17 5 0 0 0
/proc/939/statm: 70558 6357 383 364 0 6476 0
[pid=942] ppid=939 vsize=1020188 CPUtime=48.01 cores=5,7
/proc/942/stat : 942 (gnovelty+2) R 939 942 942 0 -1 4202496 1141 0 0 0 4801 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=291924 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 2 0 656849176 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 1594344

[startup+102.3 s]
/proc/loadavg: 4.16 4.05 3.93 6/403 1026
/proc/meminfo: memFree=23152572/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=291924 CPUtime=2.36 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 14208 936 1 0 221 15 0 0 20 0 2 0 656848882 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 72981 7854 1877 364 0 8899 0
[pid=939] ppid=868 vsize=282232 CPUtime=0.26 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 1024 0 0 0 14 12 0 0 18 0 1 0 656849175 289005568 6357 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500711951 0 0 16781312 514 10601842958737047813 0 0 17 5 0 0 0
/proc/939/statm: 70558 6357 383 364 0 6476 0
[pid=942] ppid=939 vsize=1020188 CPUtime=99.07 cores=5,7
/proc/942/stat : 942 (gnovelty+2) R 939 942 942 0 -1 4202496 1141 0 0 0 9907 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134525052 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=291924 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 2 0 656849176 298930176 7854 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 1594344

[startup+162.3 s]
/proc/loadavg: 4.22 4.08 3.94 5/415 1075
/proc/meminfo: memFree=23150180/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=302316 CPUtime=2.37 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 15084 936 1 0 222 15 0 0 19 0 3 0 656848882 309571584 7911 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/868/statm: 75579 7911 1880 364 0 11494 0
[pid=939] ppid=868 vsize=292476 CPUtime=0.28 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 1165 0 0 0 15 13 0 0 19 0 2 0 656849175 299495424 6394 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/939/statm: 73119 6394 415 364 0 9037 0
[pid=942] ppid=939 vsize=1020188 CPUtime=100.01 cores=5,7
/proc/942/stat : 942 (gnovelty+2) T 939 942 942 0 -1 4202496 1141 0 0 0 10001 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134525465 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=939/tid=1059] ppid=868 vsize=292476 CPUtime=0 cores=5,7
/proc/939/task/1059/stat : 1059 (python) S 868 868 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656859209 299495424 6394 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470506083328 0 0 -1 5 0 0 0
[pid=1060] ppid=868 vsize=293160 CPUtime=0.16 cores=5,7
/proc/1060/stat : 1060 (python) S 868 868 32005 0 -1 4202560 932 0 0 0 8 8 0 0 18 0 1 0 656859210 300195840 6400 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500712006 0 0 16781312 514 10601842958737047815 0 0 17 5 0 0 0
/proc/1060/statm: 73290 6400 372 364 0 9205 0
[pid=1062] ppid=1060 vsize=1020188 CPUtime=58.85 cores=5,7
/proc/1062/stat : 1062 (gnovelty+2) R 1060 1062 1062 0 -1 4202496 1139 0 0 0 5885 0 0 0 25 0 1 0 656859210 1044672512 876 33554432000 134512640 135663704 4288997824 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1062/statm: 255047 876 113 282 0 254763 0
[pid=868/tid=941] ppid=866 vsize=302316 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 656849176 309571584 7911 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1061] ppid=866 vsize=302316 CPUtime=0 cores=5,7
/proc/868/task/1061/stat : 1061 (python) S 866 868 32005 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 656859210 309571584 7911 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 2928328

[startup+222.316 s]
/proc/loadavg: 4.19 4.10 3.95 6/431 1092
/proc/meminfo: memFree=23092856/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=313176 CPUtime=2.38 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 15934 936 1 0 223 15 0 0 19 0 4 0 656848882 320692224 8052 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30

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

[pid=1078] ppid=868 vsize=302932 CPUtime=0.3 cores=5,7
/proc/1078/stat : 1078 (python) S 868 868 32005 0 -1 4202560 1109 0 0 0 16 14 0 0 19 0 2 0 656869244 310202368 6567 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1078/statm: 75733 6567 399 364 0 11645 0
[pid=1080] ppid=1078 vsize=421804 CPUtime=99.99 cores=5,7
/proc/1080/stat : 1080 (adaptg2wsat2009) T 1078 1080 1080 0 -1 4202496 2139 0 0 0 9999 0 0 0 25 0 1 0 656869245 431927296 1871 33554432000 134512640 135107411 4286991760 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1080/statm: 105451 1871 59 146 0 104327 0
[pid=1078/tid=1096] ppid=868 vsize=302932 CPUtime=0 cores=5,7
/proc/1078/task/1096/stat : 1096 (python) S 868 868 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656879273 310202368 6567 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604457116254656 0 0 -1 7 0 0 0
[pid=1097] ppid=868 vsize=313320 CPUtime=0.3 cores=5,7
/proc/1097/stat : 1097 (python) S 868 868 32005 0 -1 4202560 1114 0 0 0 16 14 0 0 19 0 2 0 656879275 320839680 6572 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1097/statm: 78330 6572 400 364 0 14239 0
[pid=1099] ppid=1097 vsize=421804 CPUtime=100.01 cores=5,7
/proc/1099/stat : 1099 (adaptg2wsat2009) T 1097 1099 1099 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 656879275 431927296 1872 33554432000 134512640 135107411 4289954368 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1099/statm: 105451 1872 59 146 0 104327 0
[pid=1097/tid=1111] ppid=868 vsize=313320 CPUtime=0 cores=5,7
/proc/1097/task/1111/stat : 1111 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889304 320839680 6572 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604471007435712 0 0 -1 7 0 0 0
[pid=1112] ppid=868 vsize=323676 CPUtime=0.31 cores=5,7
/proc/1112/stat : 1112 (python) S 868 868 32005 0 -1 4202560 1110 0 0 0 17 14 0 0 19 0 2 0 656889305 331444224 6576 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1112/statm: 80919 6576 400 364 0 16825 0
[pid=1114] ppid=1112 vsize=421804 CPUtime=100.31 cores=5,7
/proc/1114/stat : 1114 (adaptg2wsat2009) T 1112 1114 1114 0 -1 4202496 2138 0 0 0 10031 0 0 0 25 0 1 0 656889306 431927296 1873 33554432000 134512640 135107411 4289815552 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1114/statm: 105451 1873 59 146 0 104327 0
[pid=1112/tid=1129] ppid=868 vsize=323676 CPUtime=0 cores=5,7
/proc/1112/task/1129/stat : 1129 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899337 331444224 6576 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604469803431040 0 0 -1 5 0 0 0
[pid=1130] ppid=868 vsize=334140 CPUtime=0.31 cores=5,7
/proc/1130/stat : 1130 (python) S 868 868 32005 0 -1 4202560 1102 0 0 0 16 15 0 0 19 0 2 0 656899338 342159360 6580 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1130/statm: 83535 6580 400 364 0 19438 0
[pid=1132] ppid=1130 vsize=1020188 CPUtime=100.04 cores=5,7
/proc/1132/stat : 1132 (gnovelty+2) T 1130 1132 1132 0 -1 4202496 1141 0 0 0 10004 0 0 0 25 0 1 0 656899339 1044672512 876 33554432000 134512640 135663704 4292110944 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1132/statm: 255047 876 113 282 0 254763 0
[pid=1130/tid=1145] ppid=868 vsize=334140 CPUtime=0 cores=5,7
/proc/1130/task/1145/stat : 1145 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656909375 342159360 6580 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470909537280 0 0 -1 7 0 0 0
[pid=1146] ppid=868 vsize=344088 CPUtime=0.31 cores=5,7
/proc/1146/stat : 1146 (python) S 868 868 32005 0 -1 4202560 1104 0 0 0 17 14 0 0 19 0 2 0 656909376 352346112 6584 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1146/statm: 86022 6584 400 364 0 21922 0
[pid=1148] ppid=1146 vsize=251292 CPUtime=99.99 cores=5,7
/proc/1148/stat : 1148 (FH) T 1146 1148 1148 0 -1 4202496 1956 0 0 0 9999 0 0 0 25 0 1 0 656909377 257323008 1693 33554432000 134512640 134936988 4288821600 18446744073709551615 134544776 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1148/statm: 62823 1693 41 104 0 62327 0
[pid=1146/tid=1162] ppid=868 vsize=344088 CPUtime=0 cores=5,7
/proc/1146/task/1162/stat : 1162 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656919407 352346112 6584 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470942880192 0 0 -1 7 0 0 0
[pid=1163] ppid=868 vsize=354952 CPUtime=0 cores=5,7
/proc/1163/stat : 1163 (python) S 868 868 32005 0 -1 4202560 779 0 0 0 0 0 0 0 20 0 1 0 656919409 363470848 6538 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500712006 0 0 16781312 514 9380369107456622591 0 0 17 5 0 0 0
/proc/1163/statm: 88738 6538 351 364 0 24635 0
[pid=1165] ppid=1163 vsize=421140 CPUtime=0.94 cores=5,7
/proc/1165/stat : 1165 (adaptg2wsat2009) R 1163 1165 1165 0 -1 4202496 1807 0 0 0 94 0 0 0 24 0 1 0 656919409 431247360 1538 33554432000 134512640 135107411 4291263408 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1165/statm: 105285 1538 49 146 0 104161 0
[pid=868/tid=941] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656849176 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1061] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1061/stat : 1061 (python) S 866 868 32005 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656859210 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1079] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1079/stat : 1079 (python) S 866 868 32005 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656869244 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1098] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1098/stat : 1098 (python) S 866 868 32005 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 656879275 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1113] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1113/stat : 1113 (python) S 866 868 32005 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656889306 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 7 0 0 0
[pid=868/tid=1131] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1131/stat : 1131 (python) S 866 868 32005 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656899339 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1147] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1147/stat : 1147 (python) S 866 868 32005 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656909377 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1164] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1164/stat : 1164 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656919409 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 705.89
Current children cumulated vsize (KiB) 7921608

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

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

[startup+706.201 s]
/proc/loadavg: 4.33 4.13 4.01 6/491 1165
/proc/meminfo: memFree=22906652/32950928 swapFree=45937192/67111528
[pid=868] ppid=866 vsize=364456 CPUtime=2.46 cores=5,7
/proc/868/stat : 868 (python) S 866 868 32005 0 -1 4202496 20273 936 1 0 230 16 0 0 20 0 9 0 656848882 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 30
/proc/868/statm: 91114 8082 1892 364 0 27011 0
[pid=939] ppid=868 vsize=292476 CPUtime=0.28 cores=5,7
/proc/939/stat : 939 (python) S 868 868 32005 0 -1 4202560 1165 0 0 0 15 13 0 0 19 0 2 0 656849175 299495424 6394 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/939/statm: 73119 6394 415 364 0 9037 0
[pid=942] ppid=939 vsize=1020188 CPUtime=100.01 cores=5,7
/proc/942/stat : 942 (gnovelty+2) T 939 942 942 0 -1 4202496 1141 0 0 0 10001 0 0 0 25 0 1 0 656849176 1044672512 877 33554432000 134512640 135663704 4287584432 18446744073709551615 134525465 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/942/statm: 255047 877 113 282 0 254763 0
[pid=939/tid=1059] ppid=868 vsize=292476 CPUtime=0 cores=5,7
/proc/939/task/1059/stat : 1059 (python) S 868 868 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656859209 299495424 6394 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470506083328 0 0 -1 5 0 0 0
[pid=1060] ppid=868 vsize=293160 CPUtime=0.28 cores=5,7
/proc/1060/stat : 1060 (python) S 868 868 32005 0 -1 4202560 1096 0 0 0 15 13 0 0 19 0 2 0 656859210 300195840 6429 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1060/statm: 73290 6429 400 364 0 9205 0
[pid=1062] ppid=1060 vsize=1020188 CPUtime=100.05 cores=5,7
/proc/1062/stat : 1062 (gnovelty+2) T 1060 1062 1062 0 -1 4202496 1139 0 0 0 10005 0 0 0 25 0 1 0 656859210 1044672512 876 33554432000 134512640 135663704 4288997824 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1062/statm: 255047 876 113 282 0 254763 0
[pid=1060/tid=1077] ppid=868 vsize=293160 CPUtime=0 cores=5,7
/proc/1060/task/1077/stat : 1077 (python) S 868 868 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656869243 300195840 6429 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604456058813312 0 0 -1 7 0 0 0
[pid=1078] ppid=868 vsize=302932 CPUtime=0.3 cores=5,7
/proc/1078/stat : 1078 (python) S 868 868 32005 0 -1 4202560 1109 0 0 0 16 14 0 0 19 0 2 0 656869244 310202368 6567 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1078/statm: 75733 6567 399 364 0 11645 0
[pid=1080] ppid=1078 vsize=421804 CPUtime=99.99 cores=5,7
/proc/1080/stat : 1080 (adaptg2wsat2009) T 1078 1080 1080 0 -1 4202496 2139 0 0 0 9999 0 0 0 25 0 1 0 656869245 431927296 1871 33554432000 134512640 135107411 4286991760 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1080/statm: 105451 1871 59 146 0 104327 0
[pid=1078/tid=1096] ppid=868 vsize=302932 CPUtime=0 cores=5,7
/proc/1078/task/1096/stat : 1096 (python) S 868 868 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656879273 310202368 6567 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604457116254656 0 0 -1 7 0 0 0
[pid=1097] ppid=868 vsize=313320 CPUtime=0.3 cores=5,7
/proc/1097/stat : 1097 (python) S 868 868 32005 0 -1 4202560 1114 0 0 0 16 14 0 0 19 0 2 0 656879275 320839680 6572 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1097/statm: 78330 6572 400 364 0 14239 0
[pid=1099] ppid=1097 vsize=421804 CPUtime=100.01 cores=5,7
/proc/1099/stat : 1099 (adaptg2wsat2009) T 1097 1099 1099 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 656879275 431927296 1872 33554432000 134512640 135107411 4289954368 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1099/statm: 105451 1872 59 146 0 104327 0
[pid=1097/tid=1111] ppid=868 vsize=313320 CPUtime=0 cores=5,7
/proc/1097/task/1111/stat : 1111 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889304 320839680 6572 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604471007435712 0 0 -1 7 0 0 0
[pid=1112] ppid=868 vsize=323676 CPUtime=0.31 cores=5,7
/proc/1112/stat : 1112 (python) S 868 868 32005 0 -1 4202560 1110 0 0 0 17 14 0 0 19 0 2 0 656889305 331444224 6576 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1112/statm: 80919 6576 400 364 0 16825 0
[pid=1114] ppid=1112 vsize=421804 CPUtime=100.31 cores=5,7
/proc/1114/stat : 1114 (adaptg2wsat2009) T 1112 1114 1114 0 -1 4202496 2138 0 0 0 10031 0 0 0 25 0 1 0 656889306 431927296 1873 33554432000 134512640 135107411 4289815552 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1114/statm: 105451 1873 59 146 0 104327 0
[pid=1112/tid=1129] ppid=868 vsize=323676 CPUtime=0 cores=5,7
/proc/1112/task/1129/stat : 1129 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899337 331444224 6576 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604469803431040 0 0 -1 5 0 0 0
[pid=1130] ppid=868 vsize=334140 CPUtime=0.31 cores=5,7
/proc/1130/stat : 1130 (python) S 868 868 32005 0 -1 4202560 1102 0 0 0 16 15 0 0 19 0 2 0 656899338 342159360 6580 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1130/statm: 83535 6580 400 364 0 19438 0
[pid=1132] ppid=1130 vsize=1020188 CPUtime=100.04 cores=5,7
/proc/1132/stat : 1132 (gnovelty+2) T 1130 1132 1132 0 -1 4202496 1141 0 0 0 10004 0 0 0 25 0 1 0 656899339 1044672512 876 33554432000 134512640 135663704 4292110944 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1132/statm: 255047 876 113 282 0 254763 0
[pid=1130/tid=1145] ppid=868 vsize=334140 CPUtime=0 cores=5,7
/proc/1130/task/1145/stat : 1145 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656909375 342159360 6580 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470909537280 0 0 -1 7 0 0 0
[pid=1146] ppid=868 vsize=344088 CPUtime=0.31 cores=5,7
/proc/1146/stat : 1146 (python) S 868 868 32005 0 -1 4202560 1104 0 0 0 17 14 0 0 19 0 2 0 656909376 352346112 6584 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1146/statm: 86022 6584 400 364 0 21922 0
[pid=1148] ppid=1146 vsize=251292 CPUtime=99.99 cores=5,7
/proc/1148/stat : 1148 (FH) T 1146 1148 1148 0 -1 4202496 1956 0 0 0 9999 0 0 0 25 0 1 0 656909377 257323008 1693 33554432000 134512640 134936988 4288821600 18446744073709551615 134544776 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1148/statm: 62823 1693 41 104 0 62327 0
[pid=1146/tid=1162] ppid=868 vsize=344088 CPUtime=0 cores=5,7
/proc/1146/task/1162/stat : 1162 (python) S 868 868 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656919407 352346112 6584 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 514 18446604470942880192 0 0 -1 7 0 0 0
[pid=1163] ppid=868 vsize=354952 CPUtime=0 cores=5,7
/proc/1163/stat : 1163 (python) S 868 868 32005 0 -1 4202560 779 0 0 0 0 0 0 0 20 0 1 0 656919409 363470848 6538 33554432000 4194304 5683644 140735381063584 18446744073709551615 254500712006 0 0 16781312 514 9380369107456622591 0 0 17 5 0 0 0
/proc/1163/statm: 88738 6538 351 364 0 24635 0
[pid=1165] ppid=1163 vsize=421140 CPUtime=0.94 cores=5,7
/proc/1165/stat : 1165 (adaptg2wsat2009) R 1163 1165 1165 0 -1 4202496 1807 0 0 0 94 0 0 0 24 0 1 0 656919409 431247360 1538 33554432000 134512640 135107411 4291263408 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1165/statm: 105285 1538 49 146 0 104161 0
[pid=868/tid=941] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/941/stat : 941 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656849176 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1061] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1061/stat : 1061 (python) S 866 868 32005 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656859210 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1079] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1079/stat : 1079 (python) S 866 868 32005 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656869244 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1098] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1098/stat : 1098 (python) S 866 868 32005 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 656879275 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1113] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1113/stat : 1113 (python) S 866 868 32005 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656889306 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 7 0 0 0
[pid=868/tid=1131] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1131/stat : 1131 (python) S 866 868 32005 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 656899339 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1147] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1147/stat : 1147 (python) S 866 868 32005 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656909377 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 5 0 0 0
[pid=868/tid=1164] ppid=866 vsize=364456 CPUtime=0 cores=5,7
/proc/868/task/1164/stat : 1164 (python) S 866 868 32005 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656919409 373202944 8082 33554432000 4194304 5683644 140735381063584 18446744073709551615 254512515505 0 0 16781312 2 18446604459391697024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 705.89
Current children cumulated vsize (KiB) 7921608

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.28
CPU time (s): 705.89
CPU user time (s): 704.76
CPU system time (s): 1.13
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 7921608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.31365
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21705
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= 2996
involuntary context switches= 58

runsolver used 3.12952 second user time and 6.79697 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:42:02
IDJOB=3377336
IDBENCH=82645
IDSOLVER=1857
FILE ID=node149/3377336-1305452522
RUNJOBID= node149-1305451814-584
PBS_JOBID= 13324860
Free space on /tmp= 73516 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1163171897-095-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-3377336-1305452522/watcher-3377336-1305452522 -o /tmp/evaluation-result-3377336-1305452522/solver-3377336-1305452522 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377336-1305452522.cnf -seed 687647797 -budget 2400

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
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:      23312704 kB
Buffers:        323388 kB
Cached:        4502852 kB
SwapCached:      19984 kB
Active:        6738644 kB
Inactive:      2585428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23312704 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           32680 kB
Writeback:           0 kB
AnonPages:     4490760 kB
Mapped:          23136 kB
Slab:           167324 kB
PageTables:      80716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99035556 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= 73460 MiB
End job on node149 at 2011-05-15 11:53:50