Trace number 3377340

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) 703.2 702.882

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
MD5SUMba96eb51c814e4238dd0a7b33e8bab2d
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3377340-1305452529.cnf
0.39/0.50	c INFO: computing task features
0.59/0.70	c INFO: computed variable-clause graph statistics
0.59/0.70	c INFO: computed clause balance statistics
1.49/1.68	c INFO: computed variable balance statistics
1.89/2.07	c INFO: computed small-clause counts
1.89/2.07	c INFO: computed Horn-clause counts
1.89/2.11	c INFO: computed variable graph statistics
1.89/2.11	c INFO: collected features for HOME/instance-3377340-1305452529.cnf in 1.60 s
1.99/2.12	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.28/102.48	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.72/202.85	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
301.29/301.18	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
401.73/401.52	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.04/501.86	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.56/602.26	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.00/702.62	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377340-1305452529/watcher-3377340-1305452529 -o /tmp/evaluation-result-3377340-1305452529/solver-3377340-1305452529 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377340-1305452529.cnf -seed 1446842834 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.85 4.01 3.91 5/396 1013
/proc/meminfo: memFree=23219676/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=15184 CPUtime=0 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 711 0 0 0 0 0 0 0 22 0 1 0 656849644 15548416 603 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/1013/statm: 3796 603 319 364 0 283 0

[startup+0.02803 s]
/proc/loadavg: 3.85 4.01 3.91 5/396 1013
/proc/meminfo: memFree=23219676/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=16816 CPUtime=0.01 cores=0,2
/proc/1013/stat : 1013 (python) R 1011 1013 32005 0 -1 4202496 1215 0 0 0 1 0 0 0 17 0 1 0 656849644 17219584 1074 33554432000 4194304 5683644 140737448732112 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1013/statm: 4204 1078 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.101016 s]
/proc/loadavg: 3.85 4.01 3.91 5/396 1013
/proc/meminfo: memFree=23219676/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=99372 CPUtime=0.07 cores=0,2
/proc/1013/stat : 1013 (python) R 1011 1013 32005 0 -1 4202496 2872 0 0 0 5 2 0 0 17 0 1 0 656849644 101756928 2569 33554432000 4194304 5683644 140737448732112 18446744073709551615 4864831 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1013/statm: 24843 2569 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.300987 s]
/proc/loadavg: 3.85 4.01 3.91 5/396 1013
/proc/meminfo: memFree=23219676/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=144100 CPUtime=0.22 cores=0,2
/proc/1013/stat : 1013 (python) R 1011 1013 32005 0 -1 4202496 6165 937 1 0 17 5 0 0 18 0 1 0 656849644 147558400 4282 33554432000 4194304 5683644 140737448732112 18446744073709551615 254495770032 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1013/statm: 36025 4296 1113 364 0 3181 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 144100

[startup+0.700901 s]
/proc/loadavg: 3.85 4.01 3.91 5/396 1013
/proc/meminfo: memFree=23219676/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=285432 CPUtime=0.59 cores=0,2
/proc/1013/stat : 1013 (python) R 1011 1013 32005 0 -1 4202496 12312 937 1 0 51 8 0 0 17 0 1 0 656849644 292282368 8730 33554432000 4194304 5683644 140737448732112 18446744073709551615 47484729712560 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1013/statm: 71358 8730 1812 364 0 7282 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 285432

[startup+1.50074 s]
/proc/loadavg: 3.85 4.01 3.91 5/397 1018
/proc/meminfo: memFree=23185980/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=285672 CPUtime=1.39 cores=0,2
/proc/1013/stat : 1013 (python) R 1011 1013 32005 0 -1 4202496 12390 937 1 0 131 8 0 0 18 0 1 0 656849644 292528128 8803 33554432000 4194304 5683644 140737448732112 18446744073709551615 4541168 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1013/statm: 71418 8803 1826 364 0 7342 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 285672

[startup+3.10036 s]
/proc/loadavg: 3.86 4.01 3.91 5/397 1018
/proc/meminfo: memFree=23185732/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 290452
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 3.86 4.01 3.91 6/403 1024
/proc/meminfo: memFree=23167348/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
[pid=1019] ppid=1013 vsize=280692 CPUtime=0.02 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 656849857 287428608 5989 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500711951 0 0 16781312 514 16825057060889526532 0 0 17 0 0 0 0
/proc/1019/statm: 70173 5989 383 364 0 6091 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=4.14 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) R 1019 1021 1021 0 -1 4202496 957 0 0 0 413 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=290452 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 2 0 656849857 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1590852

[startup+12.7004 s]
/proc/loadavg: 3.88 4.01 3.91 5/403 1024
/proc/meminfo: memFree=23165520/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
[pid=1019] ppid=1013 vsize=280692 CPUtime=0.03 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 975 0 0 0 1 2 0 0 18 0 1 0 656849857 287428608 5989 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500711951 0 0 16781312 514 16386663903536316676 0 0 17 0 0 0 0
/proc/1019/statm: 70173 5989 383 364 0 6091 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=10.53 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) R 1019 1021 1021 0 -1 4202496 957 0 0 0 1052 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=290452 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 2 0 656849857 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1590852

[startup+25.501 s]
/proc/loadavg: 3.90 4.01 3.91 5/403 1024
/proc/meminfo: memFree=23165888/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
[pid=1019] ppid=1013 vsize=280692 CPUtime=0.06 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 980 0 0 0 3 3 0 0 18 0 1 0 656849857 287428608 5989 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500711951 0 0 16781312 514 16386663903536316676 0 0 17 0 0 0 0
/proc/1019/statm: 70173 5989 383 364 0 6091 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=23.29 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) R 1019 1021 1021 0 -1 4202496 957 0 0 0 2328 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=290452 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 2 0 656849857 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1590852

[startup+51.1008 s]
/proc/loadavg: 3.93 4.01 3.91 5/403 1025
/proc/meminfo: memFree=23166420/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
[pid=1019] ppid=1013 vsize=280692 CPUtime=0.15 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 993 0 0 0 8 7 0 0 18 0 1 0 656849857 287428608 5989 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500711951 0 0 16781312 514 16386663903536316676 0 0 17 0 0 0 0
/proc/1019/statm: 70173 5989 383 364 0 6091 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=48.83 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) R 1019 1021 1021 0 -1 4202496 957 0 0 0 4882 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=290452 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 2 0 656849857 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1590852

[startup+102.315 s]
/proc/loadavg: 4.13 4.05 3.93 5/411 1069
/proc/meminfo: memFree=23158032/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=290452 CPUtime=2.01 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 12697 937 1 0 193 8 0 0 22 0 2 0 656849644 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 72613 7478 1869 364 0 8531 0
[pid=1019] ppid=1013 vsize=280692 CPUtime=0.29 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 1013 0 0 0 16 13 0 0 18 0 1 0 656849857 287428608 5989 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500711951 0 0 16781312 514 16386663903536316676 0 0 17 0 0 0 0
/proc/1019/statm: 70173 5989 383 364 0 6091 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=99.9 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) R 1019 1021 1021 0 -1 4202496 957 0 0 0 9989 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=290452 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 2 0 656849857 297422848 7478 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 1590852

[startup+162.301 s]
/proc/loadavg: 4.20 4.08 3.94 5/415 1075
/proc/meminfo: memFree=23150044/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=300708 CPUtime=2.03 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 13583 937 1 0 194 9 0 0 19 0 3 0 656849644 307924992 7510 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 75177 7510 1880 364 0 11092 0
[pid=1019] ppid=1013 vsize=290936 CPUtime=0.32 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 1153 0 0 0 17 15 0 0 19 0 2 0 656849857 297918464 6026 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1019/statm: 72734 6026 415 364 0 8652 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) T 1019 1021 1021 0 -1 4202496 957 0 0 0 10003 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1019/tid=1070] ppid=1013 vsize=290936 CPUtime=0 cores=0,2
/proc/1019/task/1070/stat : 1070 (python) S 1013 1013 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656859892 297918464 6026 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604448240147520 0 0 -1 0 0 0 0
[pid=1071] ppid=1013 vsize=291556 CPUtime=0.18 cores=0,2
/proc/1071/stat : 1071 (python) S 1013 1013 32005 0 -1 4202560 901 0 0 0 9 9 0 0 18 0 1 0 656859893 298553344 5999 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500712006 0 0 16781312 514 16386663903536316673 0 0 17 0 0 0 0
/proc/1071/statm: 72889 5999 372 364 0 8804 0
[pid=1073] ppid=1071 vsize=1019708 CPUtime=59.61 cores=0,2
/proc/1073/stat : 1073 (gnovelty+2) R 1071 1073 1073 0 -1 4202496 958 0 0 0 5961 0 0 0 25 0 1 0 656859893 1044180992 690 33554432000 134512640 135663704 4290995632 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1073/statm: 254927 690 113 282 0 254643 0
[pid=1013/tid=1020] ppid=1011 vsize=300708 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 3 0 656849857 307924992 7510 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1072] ppid=1011 vsize=300708 CPUtime=0 cores=0,2
/proc/1013/task/1072/stat : 1072 (python) S 1011 1013 32005 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 3 0 656859893 307924992 7510 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 2922616

[startup+222.301 s]
/proc/loadavg: 4.24 4.11 3.96 5/431 1093
/proc/meminfo: memFree=23092592/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=310964 CPUtime=2.04 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 14372 937 1 0 195 9 0 0 20 0 4 0 656849644 318427136 7516 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

[pid=1090] ppid=1013 vsize=301376 CPUtime=0.3 cores=0,2
/proc/1090/stat : 1090 (python) S 1013 1013 32005 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 656869930 308609024 6032 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1090/statm: 75344 6032 400 364 0 11256 0
[pid=1092] ppid=1090 vsize=420220 CPUtime=98.3 cores=0,2
/proc/1092/stat : 1092 (adaptg2wsat2009) T 1090 1092 1092 0 -1 4202496 1665 0 0 0 9830 0 0 0 25 0 1 0 656869930 430305280 1399 33554432000 134512640 135107411 4289714704 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1092/statm: 105055 1399 59 146 0 103931 0
[pid=1090/tid=1105] ppid=1013 vsize=301376 CPUtime=0 cores=0,2
/proc/1090/task/1105/stat : 1105 (python) S 1013 1013 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656879761 308609024 6032 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604447137599808 0 0 -1 2 0 0 0
[pid=1106] ppid=1013 vsize=311724 CPUtime=0.34 cores=0,2
/proc/1106/stat : 1106 (python) S 1013 1013 32005 0 -1 4202560 1088 0 0 0 20 14 0 0 19 0 2 0 656879763 319205376 6062 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1106/statm: 77931 6062 400 364 0 13840 0
[pid=1108] ppid=1106 vsize=420220 CPUtime=100 cores=0,2
/proc/1108/stat : 1108 (adaptg2wsat2009) T 1106 1108 1108 0 -1 4202496 1667 0 0 0 10000 0 0 0 25 0 1 0 656879763 430305280 1400 33554432000 134512640 135107411 4294213984 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1108/statm: 105055 1400 59 146 0 103931 0
[pid=1106/tid=1119] ppid=1013 vsize=311724 CPUtime=0 cores=0,2
/proc/1106/task/1119/stat : 1119 (python) S 1013 1013 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656889795 319205376 6062 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 2 0 0 0
[pid=1120] ppid=1013 vsize=321884 CPUtime=0.33 cores=0,2
/proc/1120/stat : 1120 (python) S 1013 1013 32005 0 -1 4202560 1081 0 0 0 18 15 0 0 19 0 2 0 656889797 329609216 6089 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1120/statm: 80471 6089 400 364 0 16377 0
[pid=1122] ppid=1120 vsize=420220 CPUtime=100.03 cores=0,2
/proc/1122/stat : 1122 (adaptg2wsat2009) T 1120 1122 1122 0 -1 4202496 1665 0 0 0 10003 0 0 0 25 0 1 0 656889797 430305280 1399 33554432000 134512640 135107411 4293252240 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1122/statm: 105055 1399 59 146 0 103931 0
[pid=1120/tid=1137] ppid=1013 vsize=321884 CPUtime=0 cores=0,2
/proc/1120/task/1137/stat : 1137 (python) S 1013 1013 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899830 329609216 6089 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604450817913088 0 0 -1 0 0 0 0
[pid=1138] ppid=1013 vsize=332748 CPUtime=0.35 cores=0,2
/proc/1138/stat : 1138 (python) S 1013 1013 32005 0 -1 4202560 1084 0 0 0 19 16 0 0 19 0 2 0 656899831 340733952 6093 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1138/statm: 83187 6093 400 364 0 19090 0
[pid=1140] ppid=1138 vsize=1019708 CPUtime=100.16 cores=0,2
/proc/1140/stat : 1140 (gnovelty+2) T 1138 1140 1140 0 -1 4202496 955 0 0 0 10016 0 0 0 25 0 1 0 656899831 1044180992 690 33554432000 134512640 135663704 4288289024 18446744073709551615 134564652 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1140/statm: 254927 690 113 282 0 254643 0
[pid=1138/tid=1153] ppid=1013 vsize=332748 CPUtime=0 cores=0,2
/proc/1138/task/1153/stat : 1153 (python) S 1013 1013 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656909870 340733952 6093 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604449117098112 0 0 -1 2 0 0 0
[pid=1154] ppid=1013 vsize=342520 CPUtime=0.35 cores=0,2
/proc/1154/stat : 1154 (python) S 1013 1013 32005 0 -1 4202560 1079 0 0 0 19 16 0 0 19 0 2 0 656909871 350740480 6224 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1154/statm: 85630 6224 399 364 0 21530 0
[pid=1156] ppid=1154 vsize=249876 CPUtime=100.03 cores=0,2
/proc/1156/stat : 1156 (FH) T 1154 1156 1156 0 -1 4202496 1526 0 0 0 10003 0 0 0 25 0 1 0 656909871 255873024 1264 33554432000 134512640 134936988 4289865696 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1156/statm: 62469 1264 41 104 0 61973 0
[pid=1154/tid=1206] ppid=1013 vsize=342520 CPUtime=0 cores=0,2
/proc/1154/task/1206/stat : 1206 (python) S 1013 1013 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656919905 350740480 6224 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604449819263168 0 0 -1 0 0 0 0
[pid=1207] ppid=1013 vsize=352988 CPUtime=0 cores=0,2
/proc/1207/stat : 1207 (python) S 1013 1013 32005 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 656919907 361459712 6179 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500712006 0 0 16781312 514 10148396121400016895 0 0 17 0 0 0 0
/proc/1207/statm: 88247 6179 351 364 0 24144 0
[pid=1209] ppid=1207 vsize=419820 CPUtime=0.16 cores=0,2
/proc/1209/stat : 1209 (adaptg2wsat2009) R 1207 1209 1209 0 -1 4202496 1441 0 0 0 16 0 0 0 21 0 1 0 656919907 429895680 1172 33554432000 134512640 135107411 4287956640 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1209/statm: 104955 1172 49 146 0 103831 0
[pid=1013/tid=1020] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 656849857 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1072] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1072/stat : 1072 (python) S 1011 1013 32005 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 656859893 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1091] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1091/stat : 1091 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656869930 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1107] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1107/stat : 1107 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656879763 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1121] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1121/stat : 1121 (python) S 1011 1013 32005 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 656889797 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1139] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1139/stat : 1139 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656899831 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1155] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1155/stat : 1155 (python) S 1011 1013 32005 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 656909871 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1208] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1208/stat : 1208 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656919907 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.2
Current children cumulated vsize (KiB) 7898232

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

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

[startup+702.802 s]
/proc/loadavg: 4.38 4.15 4.02 6/478 1209
/proc/meminfo: memFree=22924392/32950928 swapFree=45937192/67111528
[pid=1013] ppid=1011 vsize=363020 CPUtime=2.12 cores=0,2
/proc/1013/stat : 1013 (python) S 1011 1013 32005 0 -1 4202496 18674 937 1 0 202 10 0 0 19 0 9 0 656849644 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1013/statm: 90755 7723 1892 364 0 26652 0
[pid=1019] ppid=1013 vsize=290936 CPUtime=0.32 cores=0,2
/proc/1019/stat : 1019 (python) S 1013 1013 32005 0 -1 4202560 1153 0 0 0 17 15 0 0 19 0 2 0 656849857 297918464 6026 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1019/statm: 72734 6026 415 364 0 8652 0
[pid=1021] ppid=1019 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/1021/stat : 1021 (gnovelty+2) T 1019 1021 1021 0 -1 4202496 957 0 0 0 10003 1 0 0 25 0 1 0 656849857 1044180992 690 33554432000 134512640 135663704 4291467072 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1021/statm: 254927 690 113 282 0 254643 0
[pid=1019/tid=1070] ppid=1013 vsize=290936 CPUtime=0 cores=0,2
/proc/1019/task/1070/stat : 1070 (python) S 1013 1013 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656859892 297918464 6026 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604448240147520 0 0 -1 0 0 0 0
[pid=1071] ppid=1013 vsize=291556 CPUtime=0.31 cores=0,2
/proc/1071/stat : 1071 (python) S 1013 1013 32005 0 -1 4202560 1071 0 0 0 15 16 0 0 19 0 2 0 656859893 298553344 6028 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1071/statm: 72889 6028 400 364 0 8804 0
[pid=1073] ppid=1071 vsize=1019708 CPUtime=100.06 cores=0,2
/proc/1073/stat : 1073 (gnovelty+2) T 1071 1073 1073 0 -1 4202496 958 0 0 0 10006 0 0 0 25 0 1 0 656859893 1044180992 690 33554432000 134512640 135663704 4290995632 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1073/statm: 254927 690 113 282 0 254643 0
[pid=1071/tid=1089] ppid=1013 vsize=291556 CPUtime=0 cores=0,2
/proc/1071/task/1089/stat : 1089 (python) S 1013 1013 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656869929 298553344 6028 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604450980581760 0 0 -1 2 0 0 0
[pid=1090] ppid=1013 vsize=301376 CPUtime=0.3 cores=0,2
/proc/1090/stat : 1090 (python) S 1013 1013 32005 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 656869930 308609024 6032 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1090/statm: 75344 6032 400 364 0 11256 0
[pid=1092] ppid=1090 vsize=420220 CPUtime=98.3 cores=0,2
/proc/1092/stat : 1092 (adaptg2wsat2009) T 1090 1092 1092 0 -1 4202496 1665 0 0 0 9830 0 0 0 25 0 1 0 656869930 430305280 1399 33554432000 134512640 135107411 4289714704 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1092/statm: 105055 1399 59 146 0 103931 0
[pid=1090/tid=1105] ppid=1013 vsize=301376 CPUtime=0 cores=0,2
/proc/1090/task/1105/stat : 1105 (python) S 1013 1013 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656879761 308609024 6032 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604447137599808 0 0 -1 2 0 0 0
[pid=1106] ppid=1013 vsize=311724 CPUtime=0.34 cores=0,2
/proc/1106/stat : 1106 (python) S 1013 1013 32005 0 -1 4202560 1088 0 0 0 20 14 0 0 19 0 2 0 656879763 319205376 6062 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1106/statm: 77931 6062 400 364 0 13840 0
[pid=1108] ppid=1106 vsize=420220 CPUtime=100 cores=0,2
/proc/1108/stat : 1108 (adaptg2wsat2009) T 1106 1108 1108 0 -1 4202496 1667 0 0 0 10000 0 0 0 25 0 1 0 656879763 430305280 1400 33554432000 134512640 135107411 4294213984 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1108/statm: 105055 1400 59 146 0 103931 0
[pid=1106/tid=1119] ppid=1013 vsize=311724 CPUtime=0 cores=0,2
/proc/1106/task/1119/stat : 1119 (python) S 1013 1013 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656889795 319205376 6062 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604450980582656 0 0 -1 2 0 0 0
[pid=1120] ppid=1013 vsize=321884 CPUtime=0.33 cores=0,2
/proc/1120/stat : 1120 (python) S 1013 1013 32005 0 -1 4202560 1081 0 0 0 18 15 0 0 19 0 2 0 656889797 329609216 6089 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1120/statm: 80471 6089 400 364 0 16377 0
[pid=1122] ppid=1120 vsize=420220 CPUtime=100.03 cores=0,2
/proc/1122/stat : 1122 (adaptg2wsat2009) T 1120 1122 1122 0 -1 4202496 1665 0 0 0 10003 0 0 0 25 0 1 0 656889797 430305280 1399 33554432000 134512640 135107411 4293252240 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1122/statm: 105055 1399 59 146 0 103931 0
[pid=1120/tid=1137] ppid=1013 vsize=321884 CPUtime=0 cores=0,2
/proc/1120/task/1137/stat : 1137 (python) S 1013 1013 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899830 329609216 6089 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604450817913088 0 0 -1 0 0 0 0
[pid=1138] ppid=1013 vsize=332748 CPUtime=0.35 cores=0,2
/proc/1138/stat : 1138 (python) S 1013 1013 32005 0 -1 4202560 1084 0 0 0 19 16 0 0 19 0 2 0 656899831 340733952 6093 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1138/statm: 83187 6093 400 364 0 19090 0
[pid=1140] ppid=1138 vsize=1019708 CPUtime=100.16 cores=0,2
/proc/1140/stat : 1140 (gnovelty+2) T 1138 1140 1140 0 -1 4202496 955 0 0 0 10016 0 0 0 25 0 1 0 656899831 1044180992 690 33554432000 134512640 135663704 4288289024 18446744073709551615 134564652 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1140/statm: 254927 690 113 282 0 254643 0
[pid=1138/tid=1153] ppid=1013 vsize=332748 CPUtime=0 cores=0,2
/proc/1138/task/1153/stat : 1153 (python) S 1013 1013 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656909870 340733952 6093 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604449117098112 0 0 -1 2 0 0 0
[pid=1154] ppid=1013 vsize=342520 CPUtime=0.35 cores=0,2
/proc/1154/stat : 1154 (python) S 1013 1013 32005 0 -1 4202560 1079 0 0 0 19 16 0 0 19 0 2 0 656909871 350740480 6224 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1154/statm: 85630 6224 399 364 0 21530 0
[pid=1156] ppid=1154 vsize=249876 CPUtime=100.03 cores=0,2
/proc/1156/stat : 1156 (FH) T 1154 1156 1156 0 -1 4202496 1526 0 0 0 10003 0 0 0 25 0 1 0 656909871 255873024 1264 33554432000 134512640 134936988 4289865696 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1156/statm: 62469 1264 41 104 0 61973 0
[pid=1154/tid=1206] ppid=1013 vsize=342520 CPUtime=0 cores=0,2
/proc/1154/task/1206/stat : 1206 (python) S 1013 1013 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656919905 350740480 6224 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 514 18446604449819263168 0 0 -1 0 0 0 0
[pid=1207] ppid=1013 vsize=352988 CPUtime=0 cores=0,2
/proc/1207/stat : 1207 (python) S 1013 1013 32005 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 656919907 361459712 6179 33554432000 4194304 5683644 140737448732112 18446744073709551615 254500712006 0 0 16781312 514 10148396121400016895 0 0 17 0 0 0 0
/proc/1207/statm: 88247 6179 351 364 0 24144 0
[pid=1209] ppid=1207 vsize=419820 CPUtime=0.16 cores=0,2
/proc/1209/stat : 1209 (adaptg2wsat2009) R 1207 1209 1209 0 -1 4202496 1441 0 0 0 16 0 0 0 21 0 1 0 656919907 429895680 1172 33554432000 134512640 135107411 4287956640 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1209/statm: 104955 1172 49 146 0 103831 0
[pid=1013/tid=1020] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1020/stat : 1020 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 9 0 656849857 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1072] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1072/stat : 1072 (python) S 1011 1013 32005 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 656859893 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1091] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1091/stat : 1091 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656869930 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1107] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1107/stat : 1107 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656879763 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1121] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1121/stat : 1121 (python) S 1011 1013 32005 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 656889797 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1139] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1139/stat : 1139 (python) S 1011 1013 32005 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 656899831 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1155] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1155/stat : 1155 (python) S 1011 1013 32005 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 656909871 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
[pid=1013/tid=1208] ppid=1011 vsize=363020 CPUtime=0 cores=0,2
/proc/1013/task/1208/stat : 1208 (python) S 1011 1013 32005 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 656919907 371732480 7723 33554432000 4194304 5683644 140737448732112 18446744073709551615 254512515505 0 0 16781312 2 18446604450214375616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.2
Current children cumulated vsize (KiB) 7898232

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.882
CPU time (s): 703.2
CPU user time (s): 702.03
CPU system time (s): 1.17
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 7898232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.03169
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19617
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= 1007
involuntary context switches= 49

runsolver used 3.59545 second user time and 6.74897 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:42:09
IDJOB=3377340
IDBENCH=82649
IDSOLVER=1857
FILE ID=node149/3377340-1305452529
RUNJOBID= node149-1305451814-581
PBS_JOBID= 13324860
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1158419275-045-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-3377340-1305452529/watcher-3377340-1305452529 -o /tmp/evaluation-result-3377340-1305452529/solver-3377340-1305452529 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377340-1305452529.cnf -seed 1446842834 -budget 2400

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

MD5SUM BENCH= ba96eb51c814e4238dd0a7b33e8bab2d
RANDOM SEED=1446842834

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:      23220080 kB
Buffers:        324564 kB
Cached:        4529652 kB
SwapCached:      19984 kB
Active:        6829744 kB
Inactive:      2586732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23220080 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          133260 kB
Writeback:           0 kB
AnonPages:     4554696 kB
Mapped:          24236 kB
Slab:           168176 kB
PageTables:      78712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99963892 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= 73452 MiB
End job on node149 at 2011-05-15 11:53:54