Trace number 3484178

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, 1200 s timeout)? (MO) 701.86 701.764

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S58287803-001-UNKNOWN.cnf
MD5SUM0d5d355ade4a956f83626786ca6018b7
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3484178-1307748207.cnf
0.31/0.45	c INFO: computing task features
0.50/0.61	c INFO: computed variable-clause graph statistics
0.50/0.61	c INFO: computed clause balance statistics
1.30/1.49	c INFO: computed variable balance statistics
1.70/1.84	c INFO: computed small-clause counts
1.70/1.84	c INFO: computed Horn-clause counts
1.70/1.87	c INFO: computed variable graph statistics
1.70/1.87	c INFO: collected features for HOME/instance-3484178-1307748207.cnf in 1.41 s
1.70/1.88	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.89/102.05	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.05/202.23	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.28/301.37	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.51/401.52	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.64/501.67	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.83/601.87	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.16/701.03	c INFO: running adaptg2wsat2009++@0 for 97 with 500 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.1 (svn: 988)

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.01 4.09 3.46 4/266 14099
/proc/meminfo: memFree=30174832/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=15184 CPUtime=0 cores=0,2
/proc/14099/stat : 14099 (python) R 14097 14099 13569 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 886418745 15548416 616 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14099/statm: 3796 616 322 364 0 283 0

[startup+0.0488359 s]
/proc/loadavg: 4.01 4.09 3.46 4/266 14099
/proc/meminfo: memFree=30174832/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=29784 CPUtime=0.02 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 1415 0 0 0 2 0 0 0 25 0 1 0 886418745 30498816 1257 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/14099/statm: 7446 1257 443 364 0 816 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29784

[startup+0.101346 s]
/proc/loadavg: 4.01 4.09 3.46 4/266 14099
/proc/meminfo: memFree=30174832/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=104612 CPUtime=0.06 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 3100 0 0 0 4 2 0 0 17 0 1 0 886418745 107122688 2778 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/14099/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104612

[startup+0.304962 s]
/proc/loadavg: 4.01 4.09 3.46 4/266 14099
/proc/meminfo: memFree=30174832/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=198916 CPUtime=0.23 cores=0,2
/proc/14099/stat : 14099 (python) R 14097 14099 13569 0 -1 4202496 7028 931 1 0 17 6 0 0 17 0 1 0 886418745 203689984 5053 33554432000 4194304 5683644 140734897909328 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14099/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700905 s]
/proc/loadavg: 4.01 4.09 3.46 4/266 14099
/proc/meminfo: memFree=30174832/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=283908 CPUtime=0.6 cores=0,2
/proc/14099/stat : 14099 (python) R 14097 14099 13569 0 -1 4202496 11853 931 1 0 51 9 0 0 17 0 1 0 886418745 290721792 8362 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122369174 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14099/statm: 70977 8362 1826 364 0 6901 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283908

[startup+1.50076 s]
/proc/loadavg: 4.01 4.09 3.46 5/267 14104
/proc/meminfo: memFree=30147508/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=283908 CPUtime=1.4 cores=0,2
/proc/14099/stat : 14099 (python) R 14097 14099 13569 0 -1 4202496 11854 931 1 0 131 9 0 0 19 0 1 0 886418745 290721792 8363 33554432000 4194304 5683644 140734897909328 18446744073709551615 47755929436448 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14099/statm: 70977 8363 1827 364 0 6901 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 283908

[startup+3.10047 s]
/proc/loadavg: 4.01 4.09 3.46 5/270 14107
/proc/meminfo: memFree=30147360/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=289692 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 12172 931 1 0 169 9 0 0 21 0 2 0 886418745 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 72423 7288 1869 364 0 8341 0
[pid=14105] ppid=14099 vsize=279932 CPUtime=0 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886418933 286650368 5771 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734095 0 0 16781312 514 13452928840657502465 0 0 17 0 0 0 0
/proc/14105/statm: 69983 5771 355 364 0 5901 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=1.21 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) R 14105 14107 14107 0 -1 4202496 858 0 0 0 121 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=289692 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 886418933 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588444

[startup+6.30082 s]
/proc/loadavg: 4.00 4.09 3.46 5/270 14107
/proc/meminfo: memFree=30146872/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=289692 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 12172 931 1 0 169 9 0 0 21 0 2 0 886418745 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 72423 7288 1869 364 0 8341 0
[pid=14105] ppid=14099 vsize=279932 CPUtime=0 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 886418933 286650368 5794 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734095 0 0 16781312 514 13452928840657502465 0 0 17 0 0 0 0
/proc/14105/statm: 69983 5794 378 364 0 5901 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=4.4 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) R 14105 14107 14107 0 -1 4202496 858 0 0 0 440 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=289692 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 886418933 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1588444

[startup+12.7007 s]
/proc/loadavg: 4.00 4.08 3.47 5/270 14107
/proc/meminfo: memFree=30146672/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=289692 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 12172 931 1 0 169 9 0 0 21 0 2 0 886418745 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 72423 7288 1869 364 0 8341 0
[pid=14105] ppid=14099 vsize=279932 CPUtime=0.01 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 864 0 0 0 1 0 0 0 18 0 1 0 886418933 286650368 5794 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734095 0 0 16781312 514 448847034737197313 0 0 17 0 0 0 0
/proc/14105/statm: 69983 5794 378 364 0 5901 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=10.79 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) R 14105 14107 14107 0 -1 4202496 858 0 0 0 1079 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=289692 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 886418933 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1588444

[startup+25.5004 s]
/proc/loadavg: 4.00 4.08 3.47 4/217 14154
/proc/meminfo: memFree=30732512/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=289692 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 12172 931 1 0 169 9 0 0 21 0 2 0 886418745 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 72423 7288 1869 364 0 8341 0
[pid=14105] ppid=14099 vsize=279932 CPUtime=0.03 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 870 0 0 0 2 1 0 0 18 0 1 0 886418933 286650368 5794 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734095 0 0 16781312 514 448847034737197313 0 0 17 0 0 0 0
/proc/14105/statm: 69983 5794 378 364 0 5901 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=23.57 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) R 14105 14107 14107 0 -1 4202496 858 0 0 0 2357 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=289692 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 886418933 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1588444

[startup+51.1008 s]
/proc/loadavg: 4.00 4.07 3.49 5/222 14200
/proc/meminfo: memFree=30707852/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=289692 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 12172 931 1 0 169 9 0 0 21 0 2 0 886418745 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 72423 7288 1869 364 0 8341 0
[pid=14105] ppid=14099 vsize=279932 CPUtime=0.06 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 882 0 0 0 3 3 0 0 18 0 1 0 886418933 286650368 5794 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734095 0 0 16781312 514 448847034737197313 0 0 17 0 0 0 0
/proc/14105/statm: 69983 5794 378 364 0 5901 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=49.13 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) R 14105 14107 14107 0 -1 4202496 858 0 0 0 4913 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=289692 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 2 0 886418933 296644608 7288 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588444

[startup+102.307 s]
/proc/loadavg: 4.04 4.07 3.52 5/230 14210
/proc/meminfo: memFree=30690260/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=299948 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 13018 931 1 0 169 9 0 0 20 0 3 0 886418745 307146752 7320 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 74987 7320 1872 364 0 10902 0
[pid=14105] ppid=14099 vsize=290176 CPUtime=0.13 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 886418933 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14105/statm: 72544 5836 415 364 0 8462 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=100.01 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) T 14105 14107 14107 0 -1 4202496 858 0 0 0 10001 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14105/tid=14207] ppid=14099 vsize=290176 CPUtime=0 cores=0,2
/proc/14105/task/14207/stat : 14207 (python) S 14099 14099 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886428949 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604447455012736 0 0 -1 2 0 0 0
[pid=14208] ppid=14099 vsize=290828 CPUtime=0 cores=0,2
/proc/14208/stat : 14208 (python) S 14099 14099 13569 0 -1 4202560 729 0 0 0 0 0 0 0 19 0 1 0 886428950 297807872 5794 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734150 0 0 16781312 514 4478367214197538815 0 0 17 0 0 0 0
/proc/14208/statm: 72707 5794 349 364 0 8622 0
[pid=14210] ppid=14208 vsize=1018820 CPUtime=0.24 cores=0,2
/proc/14210/stat : 14210 (gnovelty+2) R 14208 14210 14210 0 -1 4202496 859 0 0 0 24 0 0 0 21 0 1 0 886428950 1043271680 595 33554432000 134512640 135663704 4286571152 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14210/statm: 254705 595 113 282 0 254421 0
[pid=14099/tid=14106] ppid=14097 vsize=299948 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 3 0 886418933 307146752 7320 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14209] ppid=14097 vsize=299948 CPUtime=0 cores=0,2
/proc/14099/task/14209/stat : 14209 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 886428950 307146752 7320 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2918592

[startup+162.301 s]
/proc/loadavg: 4.08 4.07 3.55 5/238 14219
/proc/meminfo: memFree=30676064/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=299948 CPUtime=1.78 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 13018 931 1 0 169 9 0 0 20 0 3 0 886418745 307146752 7320 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 74987 7320 1872 364 0 10902 0
[pid=14105] ppid=14099 vsize=290176 CPUtime=0.13 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 886418933 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14105/statm: 72544 5836 415 364 0 8462 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=100.01 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) T 14105 14107 14107 0 -1 4202496 858 0 0 0 10001 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14105/tid=14207] ppid=14099 vsize=290176 CPUtime=0 cores=0,2
/proc/14105/task/14207/stat : 14207 (python) S 14099 14099 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886428949 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604447455012736 0 0 -1 2 0 0 0
[pid=14208] ppid=14099 vsize=290828 CPUtime=0.08 cores=0,2

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

[pid=14273] ppid=14099 vsize=300600 CPUtime=0.12 cores=0,2
/proc/14273/stat : 14273 (python) S 14099 14099 13569 0 -1 4202560 1082 0 0 0 8 4 0 0 19 0 2 0 886438968 307814400 5984 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14273/statm: 75150 5984 399 364 0 11062 0
[pid=14275] ppid=14273 vsize=419428 CPUtime=99.11 cores=0,2
/proc/14275/stat : 14275 (adaptg2wsat2009) T 14273 14275 14275 0 -1 4202496 1441 0 0 0 9911 0 0 0 25 0 1 0 886438968 429494272 1175 33554432000 134512640 135107411 4287990320 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14275/statm: 104857 1175 59 146 0 103733 0
[pid=14273/tid=14291] ppid=14099 vsize=300600 CPUtime=0 cores=0,2
/proc/14273/task/14291/stat : 14291 (python) S 14099 14099 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886448881 307814400 5984 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453947321152 0 0 -1 2 0 0 0
[pid=14292] ppid=14099 vsize=310856 CPUtime=0.14 cores=0,2
/proc/14292/stat : 14292 (python) S 14099 14099 13569 0 -1 4202560 1093 0 0 0 7 7 0 0 19 0 2 0 886448882 318316544 5987 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14292/statm: 77714 5987 399 364 0 13623 0
[pid=14294] ppid=14292 vsize=419428 CPUtime=100.03 cores=0,2
/proc/14294/stat : 14294 (adaptg2wsat2009) T 14292 14294 14294 0 -1 4202496 1438 0 0 0 10003 0 0 0 25 0 1 0 886448882 429494272 1175 33554432000 134512640 135107411 4293561872 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14294/statm: 104857 1175 59 146 0 103733 0
[pid=14292/tid=14310] ppid=14099 vsize=310856 CPUtime=0 cores=0,2
/proc/14292/task/14310/stat : 14310 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886458896 318316544 5987 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 2 0 0 0
[pid=14311] ppid=14099 vsize=321720 CPUtime=0.15 cores=0,2
/proc/14311/stat : 14311 (python) S 14099 14099 13569 0 -1 4202560 1093 0 0 0 8 7 0 0 19 0 2 0 886458897 329441280 5993 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14311/statm: 80430 5993 400 364 0 16336 0
[pid=14313] ppid=14311 vsize=419428 CPUtime=100.03 cores=0,2
/proc/14313/stat : 14313 (adaptg2wsat2009) T 14311 14313 14313 0 -1 4202496 1441 0 0 0 10003 0 0 0 25 0 1 0 886458897 429494272 1176 33554432000 134512640 135107411 4293947728 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14313/statm: 104857 1176 59 146 0 103733 0
[pid=14311/tid=14328] ppid=14099 vsize=321720 CPUtime=0 cores=0,2
/proc/14311/task/14328/stat : 14328 (python) S 14099 14099 13569 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886468911 329441280 5993 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453930972224 0 0 -1 0 0 0 0
[pid=14329] ppid=14099 vsize=331572 CPUtime=0.16 cores=0,2
/proc/14329/stat : 14329 (python) S 14099 14099 13569 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 886468912 339529728 6028 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14329/statm: 82893 6028 400 364 0 18796 0
[pid=14331] ppid=14329 vsize=1018820 CPUtime=100.04 cores=0,2
/proc/14331/stat : 14331 (gnovelty+2) T 14329 14331 14331 0 -1 4202496 860 0 0 0 10004 0 0 0 25 0 1 0 886468912 1043271680 595 33554432000 134512640 135663704 4286901232 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14331/statm: 254705 595 113 282 0 254421 0
[pid=14329/tid=14347] ppid=14099 vsize=331572 CPUtime=0 cores=0,2
/proc/14329/task/14347/stat : 14347 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886478931 339529728 6028 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604444301549824 0 0 -1 2 0 0 0
[pid=14348] ppid=14099 vsize=342052 CPUtime=0.14 cores=0,2
/proc/14348/stat : 14348 (python) S 14099 14099 13569 0 -1 4202560 1075 0 0 0 9 5 0 0 19 0 2 0 886478932 350261248 6032 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14348/statm: 85513 6032 400 364 0 21413 0
[pid=14350] ppid=14348 vsize=249196 CPUtime=99.13 cores=0,2
/proc/14350/stat : 14350 (FH) T 14348 14350 14350 0 -1 4202496 1319 0 0 0 9913 0 0 0 25 0 1 0 886478933 255176704 1058 33554432000 134512640 134936988 4290598320 18446744073709551615 134545278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14350/statm: 62299 1058 41 104 0 61803 0
[pid=14348/tid=14365] ppid=14099 vsize=342052 CPUtime=0 cores=0,2
/proc/14348/task/14365/stat : 14365 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886488847 350261248 6032 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604444301551616 0 0 -1 2 0 0 0
[pid=14366] ppid=14099 vsize=352088 CPUtime=0 cores=0,2
/proc/14366/stat : 14366 (python) S 14099 14099 13569 0 -1 4202560 824 0 0 0 0 0 0 0 19 0 1 0 886488848 360538112 5986 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734150 0 0 16781312 514 18355656686468857855 0 0 17 0 0 0 0
/proc/14366/statm: 88022 5986 351 364 0 23919 0
[pid=14368] ppid=14366 vsize=419160 CPUtime=0.66 cores=0,2
/proc/14368/stat : 14368 (adaptg2wsat2009) R 14366 14368 14368 0 -1 4202496 1256 0 0 0 66 0 0 0 22 0 1 0 886488849 429219840 990 33554432000 134512640 135107411 4290317680 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14368/statm: 104790 990 49 146 0 103666 0
[pid=14099/tid=14106] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 9 0 886418933 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14209] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14209/stat : 14209 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886428950 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14274] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14274/stat : 14274 (python) S 14097 14099 13569 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886438968 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14293] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14293/stat : 14293 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886448882 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14312] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14312/stat : 14312 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886458897 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14330] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14330/stat : 14330 (python) S 14097 14099 13569 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886468912 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14349] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14349/stat : 14349 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886478932 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14367] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14367/stat : 14367 (python) S 14097 14099 13569 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886488848 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 7885116

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

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

[startup+701.702 s]
/proc/loadavg: 4.00 4.02 3.74 6/298 14369
/proc/meminfo: memFree=30557492/32951124 swapFree=67051744/67111528
[pid=14099] ppid=14097 vsize=362124 CPUtime=1.85 cores=0,2
/proc/14099/stat : 14099 (python) S 14097 14099 13569 0 -1 4202496 18245 931 1 0 174 11 0 0 20 0 9 0 886418745 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14099/statm: 90531 7530 1892 364 0 26428 0
[pid=14105] ppid=14099 vsize=290176 CPUtime=0.13 cores=0,2
/proc/14105/stat : 14105 (python) S 14099 14099 13569 0 -1 4202560 1139 0 0 0 7 6 0 0 19 0 2 0 886418933 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14105/statm: 72544 5836 415 364 0 8462 0
[pid=14107] ppid=14105 vsize=1018820 CPUtime=100.01 cores=0,2
/proc/14107/stat : 14107 (gnovelty+2) T 14105 14107 14107 0 -1 4202496 858 0 0 0 10001 0 0 0 25 0 1 0 886418933 1043271680 595 33554432000 134512640 135663704 4294558048 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14107/statm: 254705 595 113 282 0 254421 0
[pid=14105/tid=14207] ppid=14099 vsize=290176 CPUtime=0 cores=0,2
/proc/14105/task/14207/stat : 14207 (python) S 14099 14099 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886428949 297140224 5836 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604447455012736 0 0 -1 2 0 0 0
[pid=14208] ppid=14099 vsize=290828 CPUtime=0.14 cores=0,2
/proc/14208/stat : 14208 (python) S 14099 14099 13569 0 -1 4202560 1073 0 0 0 9 5 0 0 19 0 2 0 886428950 297807872 5846 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 72707 5846 400 364 0 8622 0
[pid=14210] ppid=14208 vsize=1018820 CPUtime=100.02 cores=0,2
/proc/14210/stat : 14210 (gnovelty+2) T 14208 14210 14210 0 -1 4202496 859 0 0 0 10002 0 0 0 25 0 1 0 886428950 1043271680 595 33554432000 134512640 135663704 4286571152 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14210/statm: 254705 595 113 282 0 254421 0
[pid=14208/tid=14272] ppid=14099 vsize=290828 CPUtime=0 cores=0,2
/proc/14208/task/14272/stat : 14272 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886438967 297807872 5846 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453955394368 0 0 -1 2 0 0 0
[pid=14273] ppid=14099 vsize=300600 CPUtime=0.12 cores=0,2
/proc/14273/stat : 14273 (python) S 14099 14099 13569 0 -1 4202560 1082 0 0 0 8 4 0 0 19 0 2 0 886438968 307814400 5984 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14273/statm: 75150 5984 399 364 0 11062 0
[pid=14275] ppid=14273 vsize=419428 CPUtime=99.11 cores=0,2
/proc/14275/stat : 14275 (adaptg2wsat2009) T 14273 14275 14275 0 -1 4202496 1441 0 0 0 9911 0 0 0 25 0 1 0 886438968 429494272 1175 33554432000 134512640 135107411 4287990320 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14275/statm: 104857 1175 59 146 0 103733 0
[pid=14273/tid=14291] ppid=14099 vsize=300600 CPUtime=0 cores=0,2
/proc/14273/task/14291/stat : 14291 (python) S 14099 14099 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886448881 307814400 5984 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453947321152 0 0 -1 2 0 0 0
[pid=14292] ppid=14099 vsize=310856 CPUtime=0.14 cores=0,2
/proc/14292/stat : 14292 (python) S 14099 14099 13569 0 -1 4202560 1093 0 0 0 7 7 0 0 19 0 2 0 886448882 318316544 5987 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14292/statm: 77714 5987 399 364 0 13623 0
[pid=14294] ppid=14292 vsize=419428 CPUtime=100.03 cores=0,2
/proc/14294/stat : 14294 (adaptg2wsat2009) T 14292 14294 14294 0 -1 4202496 1438 0 0 0 10003 0 0 0 25 0 1 0 886448882 429494272 1175 33554432000 134512640 135107411 4293561872 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14294/statm: 104857 1175 59 146 0 103733 0
[pid=14292/tid=14310] ppid=14099 vsize=310856 CPUtime=0 cores=0,2
/proc/14292/task/14310/stat : 14310 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886458896 318316544 5987 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 2 0 0 0
[pid=14311] ppid=14099 vsize=321720 CPUtime=0.15 cores=0,2
/proc/14311/stat : 14311 (python) S 14099 14099 13569 0 -1 4202560 1093 0 0 0 8 7 0 0 19 0 2 0 886458897 329441280 5993 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14311/statm: 80430 5993 400 364 0 16336 0
[pid=14313] ppid=14311 vsize=419428 CPUtime=100.03 cores=0,2
/proc/14313/stat : 14313 (adaptg2wsat2009) T 14311 14313 14313 0 -1 4202496 1441 0 0 0 10003 0 0 0 25 0 1 0 886458897 429494272 1176 33554432000 134512640 135107411 4293947728 18446744073709551615 134531604 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14313/statm: 104857 1176 59 146 0 103733 0
[pid=14311/tid=14328] ppid=14099 vsize=321720 CPUtime=0 cores=0,2
/proc/14311/task/14328/stat : 14328 (python) S 14099 14099 13569 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886468911 329441280 5993 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604453930972224 0 0 -1 0 0 0 0
[pid=14329] ppid=14099 vsize=331572 CPUtime=0.16 cores=0,2
/proc/14329/stat : 14329 (python) S 14099 14099 13569 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 886468912 339529728 6028 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14329/statm: 82893 6028 400 364 0 18796 0
[pid=14331] ppid=14329 vsize=1018820 CPUtime=100.04 cores=0,2
/proc/14331/stat : 14331 (gnovelty+2) T 14329 14331 14331 0 -1 4202496 860 0 0 0 10004 0 0 0 25 0 1 0 886468912 1043271680 595 33554432000 134512640 135663704 4286901232 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14331/statm: 254705 595 113 282 0 254421 0
[pid=14329/tid=14347] ppid=14099 vsize=331572 CPUtime=0 cores=0,2
/proc/14329/task/14347/stat : 14347 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886478931 339529728 6028 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604444301549824 0 0 -1 2 0 0 0
[pid=14348] ppid=14099 vsize=342052 CPUtime=0.14 cores=0,2
/proc/14348/stat : 14348 (python) S 14099 14099 13569 0 -1 4202560 1075 0 0 0 9 5 0 0 19 0 2 0 886478932 350261248 6032 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14348/statm: 85513 6032 400 364 0 21413 0
[pid=14350] ppid=14348 vsize=249196 CPUtime=99.13 cores=0,2
/proc/14350/stat : 14350 (FH) T 14348 14350 14350 0 -1 4202496 1319 0 0 0 9913 0 0 0 25 0 1 0 886478933 255176704 1058 33554432000 134512640 134936988 4290598320 18446744073709551615 134545278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14350/statm: 62299 1058 41 104 0 61803 0
[pid=14348/tid=14365] ppid=14099 vsize=342052 CPUtime=0 cores=0,2
/proc/14348/task/14365/stat : 14365 (python) S 14099 14099 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886488847 350261248 6032 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 514 18446604444301551616 0 0 -1 2 0 0 0
[pid=14366] ppid=14099 vsize=352088 CPUtime=0 cores=0,2
/proc/14366/stat : 14366 (python) S 14099 14099 13569 0 -1 4202560 824 0 0 0 0 0 0 0 19 0 1 0 886488848 360538112 5986 33554432000 4194304 5683644 140734897909328 18446744073709551615 228122734150 0 0 16781312 514 18355656686468857855 0 0 17 0 0 0 0
/proc/14366/statm: 88022 5986 351 364 0 23919 0
[pid=14368] ppid=14366 vsize=419160 CPUtime=0.66 cores=0,2
/proc/14368/stat : 14368 (adaptg2wsat2009) R 14366 14368 14368 0 -1 4202496 1256 0 0 0 66 0 0 0 22 0 1 0 886488849 429219840 990 33554432000 134512640 135107411 4290317680 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14368/statm: 104790 990 49 146 0 103666 0
[pid=14099/tid=14106] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14106/stat : 14106 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 9 0 886418933 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14209] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14209/stat : 14209 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886428950 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14274] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14274/stat : 14274 (python) S 14097 14099 13569 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886438968 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14293] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14293/stat : 14293 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886448882 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14312] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14312/stat : 14312 (python) S 14097 14099 13569 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886458897 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14330] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14330/stat : 14330 (python) S 14097 14099 13569 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886468912 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
[pid=14099/tid=14349] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14349/stat : 14349 (python) S 14097 14099 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886478932 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 2 0 0 0
[pid=14099/tid=14367] ppid=14097 vsize=362124 CPUtime=0 cores=0,2
/proc/14099/task/14367/stat : 14367 (python) S 14097 14099 13569 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886488848 370814976 7530 33554432000 4194304 5683644 140734897909328 18446744073709551615 228134537649 0 0 16781312 2 18446604453928904896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 7885116

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.764
CPU time (s): 701.86
CPU user time (s): 701.34
CPU system time (s): 0.52
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 7885116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.74473
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19182
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= 1003
involuntary context switches= 32

runsolver used 1.49477 second user time and 2.77958 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:23:28
IDJOB=3484178
IDBENCH=82689
IDSOLVER=1975
FILE ID=node138/3484178-1307748207
RUNJOBID= node138-1307746989-13587
PBS_JOBID= 13550821
Free space on /tmp= 73980 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S58287803-001-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-3484178-1307748207/watcher-3484178-1307748207 -o /tmp/evaluation-result-3484178-1307748207/solver-3484178-1307748207 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484178-1307748207.cnf -seed 1354758474 -budget 1200

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

MD5SUM BENCH= 0d5d355ade4a956f83626786ca6018b7
RANDOM SEED=1354758474

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      30175260 kB
Buffers:        245348 kB
Cached:        1616904 kB
SwapCached:      13468 kB
Active:        1287712 kB
Inactive:      1274332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30175260 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           32700 kB
Writeback:           0 kB
AnonPages:      697036 kB
Mapped:          17068 kB
Slab:           130216 kB
PageTables:      22408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10714980 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= 73952 MiB
End job on node138 at 2011-06-11 01:35:12