Trace number 3377509

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
MD5SUM84865a406d2a10d67b7d2a7ac3e327ce
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.32/0.87	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.87	c INFO: solving HOME/instance-3377509-1305453658.cnf
0.32/0.87	c INFO: computing task features
0.41/0.92	c INFO: computed variable-clause graph statistics
0.41/0.92	c INFO: computed clause balance statistics
0.62/1.16	c INFO: computed variable balance statistics
0.72/1.26	c INFO: computed small-clause counts
0.72/1.27	c INFO: computed Horn-clause counts
0.72/1.27	c INFO: computed variable graph statistics
0.72/1.27	c INFO: collected features for HOME/instance-3377509-1305453658.cnf in 0.41 s
0.72/1.29	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.53)
101.39/101.63	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.88/202.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
302.06/302.36	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
401.66/401.70	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
502.33/502.03	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
602.75/602.38	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.02)
702.47/701.71	c INFO: running march_hi@0 for 485 with 1700 remaining (b = 0.10)
1189.77/1187.60	c INFO: running march_hi@485 for 194 with 1214 remaining (b = 0.05)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.06 4.09 3.89 4/428 22881
/proc/meminfo: memFree=18439396/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=15908 CPUtime=0 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 735596516 16289792 820 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/22881/statm: 3977 820 357 364 0 464 0

[startup+0.109062 s]
/proc/loadavg: 4.06 4.09 3.89 4/428 22881
/proc/meminfo: memFree=18439396/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=104612 CPUtime=0.07 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 735596516 107122688 2821 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22881/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.200858 s]
/proc/loadavg: 4.06 4.09 3.89 4/428 22881
/proc/meminfo: memFree=18439396/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=121640 CPUtime=0.1 cores=0,2
/proc/22881/stat : 22881 (python) D 22879 22881 20857 0 -1 4202496 4101 0 1 0 7 3 0 0 17 0 1 0 735596516 124559360 3727 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415397431 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/22881/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 121640

[startup+0.30084 s]
/proc/loadavg: 4.06 4.09 3.89 4/428 22881
/proc/meminfo: memFree=18439396/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=121640 CPUtime=0.1 cores=0,2
/proc/22881/stat : 22881 (python) D 22879 22881 20857 0 -1 4202496 4101 0 1 0 7 3 0 0 17 0 1 0 735596516 124559360 3727 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415397431 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/22881/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 121640

[startup+0.700836 s]
/proc/loadavg: 4.06 4.09 3.89 4/428 22881
/proc/meminfo: memFree=18439396/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=187688 CPUtime=0.23 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 6830 934 1 0 17 6 0 0 17 0 1 0 735596516 192192512 4882 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 39
/proc/22881/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+1.50061 s]
/proc/loadavg: 4.06 4.09 3.89 5/429 22886
/proc/meminfo: memFree=18414464/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 290116

[startup+3.10131 s]
/proc/loadavg: 4.06 4.09 3.89 5/432 22889
/proc/meminfo: memFree=18410604/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
[pid=22887] ppid=22881 vsize=279872 CPUtime=0 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 735596645 286588928 5881 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411727 0 0 16781312 514 9473805880462901508 0 0 17 2 0 0 0
/proc/22887/statm: 69968 5881 354 364 0 5886 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=1.8 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) R 22887 22889 22889 0 -1 4202496 531 0 0 0 180 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=290116 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735596645 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1588064

[startup+6.30071 s]
/proc/loadavg: 4.06 4.09 3.89 5/432 22898
/proc/meminfo: memFree=18409836/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
[pid=22887] ppid=22881 vsize=279872 CPUtime=0.01 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 981 0 0 0 0 1 0 0 18 0 1 0 735596645 286588928 5909 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411727 0 0 16781312 514 9473805880462934015 0 0 17 2 0 0 0
/proc/22887/statm: 69968 5909 382 364 0 5886 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=5 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) R 22887 22889 22889 0 -1 4202496 531 0 0 0 500 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=290116 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735596645 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1588064

[startup+12.7005 s]
/proc/loadavg: 4.05 4.08 3.89 5/432 22899
/proc/meminfo: memFree=18409628/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
[pid=22887] ppid=22881 vsize=279872 CPUtime=0.02 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 983 0 0 0 1 1 0 0 18 0 1 0 735596645 286588928 5909 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411727 0 0 16781312 514 7745804330984243460 0 0 17 2 0 0 0
/proc/22887/statm: 69968 5909 382 364 0 5886 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=11.4 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) R 22887 22889 22889 0 -1 4202496 531 0 0 0 1140 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134525061 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=290116 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735596645 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1588064

[startup+25.5011 s]
/proc/loadavg: 4.11 4.10 3.90 5/432 22899
/proc/meminfo: memFree=18410148/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
[pid=22887] ppid=22881 vsize=279872 CPUtime=0.07 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 989 0 0 0 3 4 0 0 18 0 1 0 735596645 286588928 5909 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411727 0 0 16781312 514 7745804330984243460 0 0 17 2 0 0 0
/proc/22887/statm: 69968 5909 382 364 0 5886 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=24.2 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) R 22887 22889 22889 0 -1 4202496 531 0 0 0 2420 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=290116 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735596645 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 1588064

[startup+51.1012 s]
/proc/loadavg: 4.07 4.09 3.90 5/433 22901
/proc/meminfo: memFree=18407960/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=290116 CPUtime=0.8 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10081 934 1 0 72 8 0 0 20 0 2 0 735596516 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 72529 7408 1877 364 0 8447 0
[pid=22887] ppid=22881 vsize=279872 CPUtime=0.14 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 1000 0 0 0 6 8 0 0 18 0 1 0 735596645 286588928 5909 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411727 0 0 16781312 514 7745804330984243460 0 0 17 2 0 0 0
/proc/22887/statm: 69968 5909 382 364 0 5886 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=49.8 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) R 22887 22889 22889 0 -1 4202496 531 0 0 0 4980 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=290116 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 735596645 297078784 7408 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 1588064

[startup+102.3 s]
/proc/loadavg: 4.03 4.07 3.91 5/445 22914
/proc/meminfo: memFree=18386980/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=300372 CPUtime=0.81 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10957 934 1 0 73 8 0 0 20 0 3 0 735596516 307580928 7415 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 75093 7415 1880 364 0 11008 0
[pid=22887] ppid=22881 vsize=290116 CPUtime=0.31 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 1162 0 0 0 15 16 0 0 19 0 2 0 735596645 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22887/statm: 72529 5947 415 364 0 8447 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=100.32 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) T 22887 22889 22889 0 -1 4202496 531 0 0 0 10032 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134524677 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22887/tid=22911] ppid=22881 vsize=290116 CPUtime=0 cores=0,2
/proc/22887/task/22911/stat : 22911 (python) S 22881 22881 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735606678 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550976 0 0 -1 2 0 0 0
[pid=22912] ppid=22881 vsize=290128 CPUtime=0 cores=0,2
/proc/22912/stat : 22912 (python) S 22881 22881 20857 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 735606680 297091072 5879 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411782 0 0 16781312 514 3095191756937887743 0 0 17 0 0 0 0
/proc/22912/statm: 72532 5879 348 364 0 8447 0
[pid=22914] ppid=22912 vsize=1018076 CPUtime=0.66 cores=0,2
/proc/22914/stat : 22914 (gnovelty+2) R 22912 22914 22914 0 -1 4202496 532 0 0 0 66 0 0 0 22 0 1 0 735606680 1042509824 267 33554432000 134512640 135663704 4290126720 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22914/statm: 254519 267 113 282 0 254235 0
[pid=22881/tid=22888] ppid=22879 vsize=300372 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 3 0 735596645 307580928 7415 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22913] ppid=22879 vsize=300372 CPUtime=0 cores=0,2
/proc/22881/task/22913/stat : 22913 (python) S 22879 22881 20857 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 735606680 307580928 7415 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.01 4.06 3.91 5/449 22920
/proc/meminfo: memFree=18340012/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=300372 CPUtime=0.81 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 10957 934 1 0 73 8 0 0 20 0 3 0 735596516 307580928 7415 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 75093 7415 1880 364 0 11008 0
[pid=22887] ppid=22881 vsize=290116 CPUtime=0.31 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 1162 0 0 0 15 16 0 0 19 0 2 0 735596645 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22887/statm: 72529 5947 415 364 0 8447 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=100.32 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) T 22887 22889 22889 0 -1 4202496 531 0 0 0 10032 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134524677 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22887/tid=22911] ppid=22881 vsize=290116 CPUtime=0 cores=0,2
/proc/22887/task/22911/stat : 22911 (python) S 22881 22881 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735606678 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550976 0 0 -1 2 0 0 0
[pid=22912] ppid=22881 vsize=290128 CPUtime=0.2 cores=0,2

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

/proc/22929/stat : 22929 (adaptg2wsat2009) T 22927 22929 22929 0 -1 4202496 675 0 0 0 9989 0 0 0 25 0 1 0 735616717 426926080 406 33554432000 134512640 135107411 4287135296 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22929/statm: 104230 406 59 146 0 103106 0
[pid=22927/tid=22932] ppid=22881 vsize=300384 CPUtime=0 cores=0,2
/proc/22927/task/22932/stat : 22932 (python) S 22881 22881 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735626751 307593216 5936 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604440447412096 0 0 -1 2 0 0 0
[pid=22933] ppid=22881 vsize=310640 CPUtime=0.31 cores=0,2
/proc/22933/stat : 22933 (python) S 22881 22881 20857 0 -1 4202560 1083 0 0 0 17 14 0 0 19 0 2 0 735626752 318095360 5940 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22933/statm: 77660 5940 400 364 0 13569 0
[pid=22935] ppid=22933 vsize=416920 CPUtime=99.31 cores=0,2
/proc/22935/stat : 22935 (adaptg2wsat2009) T 22933 22935 22935 0 -1 4202496 677 0 0 0 9931 0 0 0 25 0 1 0 735626753 426926080 408 33554432000 134512640 135107411 4289216704 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22935/statm: 104230 408 59 146 0 103106 0
[pid=22933/tid=22961] ppid=22881 vsize=310640 CPUtime=0 cores=0,2
/proc/22933/task/22961/stat : 22961 (python) S 22881 22881 20857 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735636685 318095360 5940 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604442867259328 0 0 -1 2 0 0 0
[pid=22962] ppid=22881 vsize=320896 CPUtime=0.3 cores=0,2
/proc/22962/stat : 22962 (python) S 22881 22881 20857 0 -1 4202560 1092 0 0 0 18 12 0 0 19 0 2 0 735636686 328597504 5944 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22962/statm: 80224 5944 400 364 0 16130 0
[pid=22964] ppid=22962 vsize=416920 CPUtime=100.31 cores=0,2
/proc/22964/stat : 22964 (adaptg2wsat2009) T 22962 22964 22964 0 -1 4202496 675 0 0 0 10031 0 0 0 25 0 1 0 735636687 426926080 407 33554432000 134512640 135107411 4286755424 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22964/statm: 104230 407 59 146 0 103106 0
[pid=22962/tid=22968] ppid=22881 vsize=320896 CPUtime=0 cores=0,2
/proc/22962/task/22968/stat : 22968 (python) S 22881 22881 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735646718 328597504 5944 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22969] ppid=22881 vsize=331152 CPUtime=0.34 cores=0,2
/proc/22969/stat : 22969 (python) S 22881 22881 20857 0 -1 4202560 1078 0 0 0 19 15 0 0 19 0 2 0 735646719 339099648 5948 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22969/statm: 82788 5948 400 364 0 18691 0
[pid=22971] ppid=22969 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/22971/stat : 22971 (gnovelty+2) T 22969 22971 22971 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 735646720 1042509824 267 33554432000 134512640 135663704 4293075920 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22971/statm: 254519 267 113 282 0 254235 0
[pid=22969/tid=22974] ppid=22881 vsize=331152 CPUtime=0 cores=0,2
/proc/22969/task/22974/stat : 22974 (python) S 22881 22881 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735656753 339099648 5948 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604443968917824 0 0 -1 0 0 0 0
[pid=22975] ppid=22881 vsize=341408 CPUtime=0.3 cores=0,2
/proc/22975/stat : 22975 (python) S 22881 22881 20857 0 -1 4202560 1083 0 0 0 18 12 0 0 19 0 2 0 735656755 349601792 5952 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 85352 5952 400 364 0 21252 0
[pid=22977] ppid=22975 vsize=247072 CPUtime=99.31 cores=0,2
/proc/22977/stat : 22977 (FH) T 22975 22977 22977 0 -1 4202496 627 0 0 0 9931 0 0 0 25 0 1 0 735656755 253001728 365 33554432000 134512640 134936988 4293938336 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22977/statm: 61768 365 41 104 0 61272 0
[pid=22975/tid=22981] ppid=22881 vsize=341408 CPUtime=0 cores=0,2
/proc/22975/task/22981/stat : 22981 (python) S 22881 22881 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735666686 349601792 5952 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604441496221760 0 0 -1 0 0 0 0
[pid=22982] ppid=22881 vsize=351664 CPUtime=1.85 cores=0,2
/proc/22982/stat : 22982 (python) S 22881 22881 20857 0 -1 4202560 1193 0 0 0 101 84 0 0 15 0 2 0 735666688 360103936 5962 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22982/statm: 87916 5962 406 364 0 23813 0
[pid=22984] ppid=22982 vsize=62588 CPUtime=598.29 cores=0,2
/proc/22984/stat : 22984 (march_hi) R 22982 22984 22984 0 -1 4202496 14459 0 0 0 59825 4 0 0 25 0 1 0 735666688 64090112 13306 33554432000 4194304 4955518 140735656716816 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22984/statm: 15647 13306 106 186 0 15460 0
[pid=22982/tid=23034] ppid=22881 vsize=351664 CPUtime=0 cores=0,2
/proc/22982/task/23034/stat : 23034 (python) S 22881 22881 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735715275 360103936 5962 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 2 0 0 0
[pid=22881/tid=22888] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 735596645 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22913] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22913/stat : 22913 (python) S 22879 22881 20857 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735606680 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22928] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22928/stat : 22928 (python) S 22879 22881 20857 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735616717 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22934] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22934/stat : 22934 (python) S 22879 22881 20857 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735626753 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22963] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22963/stat : 22963 (python) S 22879 22881 20857 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735636686 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22970] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22970/stat : 22970 (python) S 22879 22881 20857 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 735646720 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
[pid=22881/tid=22976] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22976/stat : 22976 (python) S 22879 22881 20857 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 735656755 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
[pid=22881/tid=22983] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22983/stat : 22983 (python) S 22879 22881 20857 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 735666688 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1302.64
Current children cumulated vsize (KiB) 7512944

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: 1.01 1.74 2.75 2/416 23037
/proc/meminfo: memFree=18537548/32950928 swapFree=67111200/67111528
[pid=22881] ppid=22879 vsize=361908 CPUtime=0.93 cores=0,2
/proc/22881/stat : 22881 (python) S 22879 22881 20857 0 -1 4202496 16954 934 1 0 83 10 0 0 18 0 9 0 735596516 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 39
/proc/22881/statm: 90477 7451 1892 364 0 26374 0
[pid=22887] ppid=22881 vsize=290116 CPUtime=0.31 cores=0,2
/proc/22887/stat : 22887 (python) S 22881 22881 20857 0 -1 4202560 1162 0 0 0 15 16 0 0 19 0 2 0 735596645 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22887/statm: 72529 5947 415 364 0 8447 0
[pid=22889] ppid=22887 vsize=1018076 CPUtime=100.32 cores=0,2
/proc/22889/stat : 22889 (gnovelty+2) T 22887 22889 22889 0 -1 4202496 531 0 0 0 10032 0 0 0 25 0 1 0 735596645 1042509824 267 33554432000 134512640 135663704 4291684960 18446744073709551615 134524677 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22889/statm: 254519 267 113 282 0 254235 0
[pid=22887/tid=22911] ppid=22881 vsize=290116 CPUtime=0 cores=0,2
/proc/22887/task/22911/stat : 22911 (python) S 22881 22881 20857 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735606678 297078784 5947 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550976 0 0 -1 2 0 0 0
[pid=22912] ppid=22881 vsize=290128 CPUtime=0.35 cores=0,2
/proc/22912/stat : 22912 (python) S 22881 22881 20857 0 -1 4202560 1076 0 0 0 19 16 0 0 19 0 2 0 735606680 297091072 5932 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22912/statm: 72532 5932 400 364 0 8447 0
[pid=22914] ppid=22912 vsize=1018076 CPUtime=100.07 cores=0,2
/proc/22914/stat : 22914 (gnovelty+2) T 22912 22914 22914 0 -1 4202496 532 0 0 0 10007 0 0 0 25 0 1 0 735606680 1042509824 267 33554432000 134512640 135663704 4290126720 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22914/statm: 254519 267 113 282 0 254235 0
[pid=22912/tid=22926] ppid=22881 vsize=290128 CPUtime=0 cores=0,2
/proc/22912/task/22926/stat : 22926 (python) S 22881 22881 20857 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 735616715 297091072 5932 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604453633348736 0 0 -1 2 0 0 0
[pid=22927] ppid=22881 vsize=300384 CPUtime=0.34 cores=0,2
/proc/22927/stat : 22927 (python) S 22881 22881 20857 0 -1 4202560 1089 0 0 0 17 17 0 0 19 0 2 0 735616716 307593216 5936 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22927/statm: 75096 5936 400 364 0 11008 0
[pid=22929] ppid=22927 vsize=416920 CPUtime=99.89 cores=0,2
/proc/22929/stat : 22929 (adaptg2wsat2009) T 22927 22929 22929 0 -1 4202496 675 0 0 0 9989 0 0 0 25 0 1 0 735616717 426926080 406 33554432000 134512640 135107411 4287135296 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22929/statm: 104230 406 59 146 0 103106 0
[pid=22927/tid=22932] ppid=22881 vsize=300384 CPUtime=0 cores=0,2
/proc/22927/task/22932/stat : 22932 (python) S 22881 22881 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735626751 307593216 5936 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604440447412096 0 0 -1 2 0 0 0
[pid=22933] ppid=22881 vsize=310640 CPUtime=0.31 cores=0,2
/proc/22933/stat : 22933 (python) S 22881 22881 20857 0 -1 4202560 1083 0 0 0 17 14 0 0 19 0 2 0 735626752 318095360 5940 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22933/statm: 77660 5940 400 364 0 13569 0
[pid=22935] ppid=22933 vsize=416920 CPUtime=99.31 cores=0,2
/proc/22935/stat : 22935 (adaptg2wsat2009) T 22933 22935 22935 0 -1 4202496 677 0 0 0 9931 0 0 0 25 0 1 0 735626753 426926080 408 33554432000 134512640 135107411 4289216704 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22935/statm: 104230 408 59 146 0 103106 0
[pid=22933/tid=22961] ppid=22881 vsize=310640 CPUtime=0 cores=0,2
/proc/22933/task/22961/stat : 22961 (python) S 22881 22881 20857 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735636685 318095360 5940 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604442867259328 0 0 -1 2 0 0 0
[pid=22962] ppid=22881 vsize=320896 CPUtime=0.3 cores=0,2
/proc/22962/stat : 22962 (python) S 22881 22881 20857 0 -1 4202560 1092 0 0 0 18 12 0 0 19 0 2 0 735636686 328597504 5944 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22962/statm: 80224 5944 400 364 0 16130 0
[pid=22964] ppid=22962 vsize=416920 CPUtime=100.31 cores=0,2
/proc/22964/stat : 22964 (adaptg2wsat2009) T 22962 22964 22964 0 -1 4202496 675 0 0 0 10031 0 0 0 25 0 1 0 735636687 426926080 407 33554432000 134512640 135107411 4286755424 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22964/statm: 104230 407 59 146 0 103106 0
[pid=22962/tid=22968] ppid=22881 vsize=320896 CPUtime=0 cores=0,2
/proc/22962/task/22968/stat : 22968 (python) S 22881 22881 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735646718 328597504 5944 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22969] ppid=22881 vsize=331152 CPUtime=0.34 cores=0,2
/proc/22969/stat : 22969 (python) S 22881 22881 20857 0 -1 4202560 1078 0 0 0 19 15 0 0 19 0 2 0 735646719 339099648 5948 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22969/statm: 82788 5948 400 364 0 18691 0
[pid=22971] ppid=22969 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/22971/stat : 22971 (gnovelty+2) T 22969 22971 22971 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 735646720 1042509824 267 33554432000 134512640 135663704 4293075920 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22971/statm: 254519 267 113 282 0 254235 0
[pid=22969/tid=22974] ppid=22881 vsize=331152 CPUtime=0 cores=0,2
/proc/22969/task/22974/stat : 22974 (python) S 22881 22881 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735656753 339099648 5948 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604443968917824 0 0 -1 0 0 0 0
[pid=22975] ppid=22881 vsize=341408 CPUtime=0.3 cores=0,2
/proc/22975/stat : 22975 (python) S 22881 22881 20857 0 -1 4202560 1083 0 0 0 18 12 0 0 19 0 2 0 735656755 349601792 5952 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 85352 5952 400 364 0 21252 0
[pid=22977] ppid=22975 vsize=247072 CPUtime=99.31 cores=0,2
/proc/22977/stat : 22977 (FH) T 22975 22977 22977 0 -1 4202496 627 0 0 0 9931 0 0 0 25 0 1 0 735656755 253001728 365 33554432000 134512640 134936988 4293938336 18446744073709551615 134552073 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22977/statm: 61768 365 41 104 0 61272 0
[pid=22975/tid=22981] ppid=22881 vsize=341408 CPUtime=0 cores=0,2
/proc/22975/task/22981/stat : 22981 (python) S 22881 22881 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735666686 349601792 5952 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604441496221760 0 0 -1 0 0 0 0
[pid=22982] ppid=22881 vsize=351664 CPUtime=1.85 cores=0,2
/proc/22982/stat : 22982 (python) S 22881 22881 20857 0 -1 4202560 1193 0 0 0 101 84 0 0 15 0 2 0 735666688 360103936 5962 33554432000 4194304 5683644 140735528671296 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22982/statm: 87916 5962 406 364 0 23813 0
[pid=22984] ppid=22982 vsize=62588 CPUtime=598.29 cores=0,2
/proc/22984/stat : 22984 (march_hi) R 22982 22984 22984 0 -1 4202496 14459 0 0 0 59825 4 0 0 25 0 1 0 735666688 64090112 13306 33554432000 4194304 4955518 140735656716816 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22984/statm: 15647 13306 106 186 0 15460 0
[pid=22982/tid=23034] ppid=22881 vsize=351664 CPUtime=0 cores=0,2
/proc/22982/task/23034/stat : 23034 (python) S 22881 22881 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735715275 360103936 5962 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 2 0 0 0
[pid=22881/tid=22888] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22888/stat : 22888 (python) S 22879 22881 20857 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 735596645 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22913] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22913/stat : 22913 (python) S 22879 22881 20857 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735606680 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22928] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22928/stat : 22928 (python) S 22879 22881 20857 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735616717 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22934] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22934/stat : 22934 (python) S 22879 22881 20857 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735626753 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22963] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22963/stat : 22963 (python) S 22879 22881 20857 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735636686 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 0 0 0 0
[pid=22881/tid=22970] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22970/stat : 22970 (python) S 22879 22881 20857 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 735646720 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
[pid=22881/tid=22976] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22976/stat : 22976 (python) S 22879 22881 20857 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 735656755 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
[pid=22881/tid=22983] ppid=22879 vsize=361908 CPUtime=0 cores=0,2
/proc/22881/task/22983/stat : 22983 (python) S 22879 22881 20857 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 735666688 370593792 7451 33554432000 4194304 5683644 140735528671296 18446744073709551615 256427215281 0 0 16781312 2 18446604443968919616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1302.64
Current children cumulated vsize (KiB) 7512944

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.06
CPU time (s): 1302.64
CPU user time (s): 1300.64
CPU system time (s): 2
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 7512944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.838872
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17895
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= 1010
involuntary context switches= 40

runsolver used 7.77082 second user time and 14.8307 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 12:00:58
IDJOB=3377509
IDBENCH=82818
IDSOLVER=1857
FILE ID=node115/3377509-1305453658
RUNJOBID= node115-1305451983-21889
PBS_JOBID= 13324848
Free space on /tmp= 73172 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S635440951-015.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-3377509-1305453658/watcher-3377509-1305453658 -o /tmp/evaluation-result-3377509-1305453658/solver-3377509-1305453658 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377509-1305453658.cnf -seed 1762908669 -budget 2400

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

MD5SUM BENCH= 84865a406d2a10d67b7d2a7ac3e327ce
RANDOM SEED=1762908669

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18439676 kB
Buffers:        254952 kB
Cached:        3058172 kB
SwapCached:          0 kB
Active:       11127208 kB
Inactive:      3062896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18439676 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           40320 kB
Writeback:           0 kB
AnonPages:    10876980 kB
Mapped:          38740 kB
Slab:           200264 kB
PageTables:      54988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88431952 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= 73232 MiB
End job on node115 at 2011-05-15 12:22:41