Trace number 3484148

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) 702.11 701.764

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S981492757-074-UNKNOWN.cnf
MD5SUM720cb73f06c537d4bcc379449229299e
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.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3484148-1307747775.cnf
0.32/0.45	c INFO: computing task features
0.49/0.60	c INFO: computed variable-clause graph statistics
0.49/0.60	c INFO: computed clause balance statistics
1.19/1.39	c INFO: computed variable balance statistics
1.59/1.71	c INFO: computed small-clause counts
1.59/1.72	c INFO: computed Horn-clause counts
1.59/1.74	c INFO: computed variable graph statistics
1.59/1.74	c INFO: collected features for HOME/instance-3484148-1307747775.cnf in 1.28 s
1.59/1.75	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
100.90/100.92	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.13)
201.02/201.09	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
300.34/300.24	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.07)
400.43/400.37	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.05)
500.76/500.52	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
601.11/600.70	c INFO: running FH@0 for 97 with 600 remaining (b = 0.03)
701.20/700.85	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-3484148-1307747775/watcher-3484148-1307747775 -o /tmp/evaluation-result-3484148-1307747775/solver-3484148-1307747775 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484148-1307747775.cnf -seed 1017891483 -budget 1200 

running on 2 cores: 4,6

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.02 3.74 2.31 4/238 18829
/proc/meminfo: memFree=31804424/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=15760 CPUtime=0 cores=4,6
/proc/18829/stat : 18829 (python) R 18827 18829 18188 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 886374586 16138240 727 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18829/statm: 3940 727 334 364 0 427 0

[startup+0.0504751 s]
/proc/loadavg: 4.02 3.74 2.31 4/238 18829
/proc/meminfo: memFree=31804424/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=29784 CPUtime=0.03 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 1460 0 0 0 3 0 0 0 25 0 1 0 886374586 30498816 1299 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18829/statm: 7446 1299 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100764 s]
/proc/loadavg: 4.02 3.74 2.31 4/238 18829
/proc/meminfo: memFree=31804424/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=104612 CPUtime=0.06 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 3143 0 0 0 5 1 0 0 25 0 1 0 886374586 107122688 2821 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18829/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104612

[startup+0.306764 s]
/proc/loadavg: 4.02 3.74 2.31 4/238 18829
/proc/meminfo: memFree=31804424/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=198916 CPUtime=0.23 cores=4,6
/proc/18829/stat : 18829 (python) R 18827 18829 18188 0 -1 4202496 7029 936 1 0 17 6 0 0 17 0 1 0 886374586 203689984 5053 33554432000 4194304 5683644 140734338571568 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18829/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700685 s]
/proc/loadavg: 4.02 3.74 2.31 4/238 18829
/proc/meminfo: memFree=31804424/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=283908 CPUtime=0.59 cores=4,6
/proc/18829/stat : 18829 (python) R 18827 18829 18188 0 -1 4202496 11853 936 1 0 51 8 0 0 17 0 1 0 886374586 290721792 8362 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476350102 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18829/statm: 70977 8362 1826 364 0 6901 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 283908

[startup+1.50053 s]
/proc/loadavg: 4.02 3.74 2.31 5/239 18834
/proc/meminfo: memFree=31777408/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=283908 CPUtime=1.39 cores=4,6
/proc/18829/stat : 18829 (python) R 18827 18829 18188 0 -1 4202496 11854 936 1 0 131 8 0 0 19 0 1 0 886374586 290721792 8363 33554432000 4194304 5683644 140734338571568 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18829/statm: 70977 8363 1827 364 0 6901 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 283908

[startup+3.10122 s]
/proc/loadavg: 4.02 3.74 2.31 5/242 18837
/proc/meminfo: memFree=31777504/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=289692 CPUtime=1.65 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 12171 936 1 0 157 8 0 0 21 0 2 0 886374586 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 72423 7288 1869 364 0 8341 0
[pid=18835] ppid=18829 vsize=279932 CPUtime=0 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886374762 286650368 5771 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715023 0 0 16781312 514 4419984246274228484 0 0 17 6 0 0 0
/proc/18835/statm: 69983 5771 355 364 0 5901 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=1.34 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 860 0 0 0 134 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=289692 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 2 0 886374762 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588444

[startup+6.30061 s]
/proc/loadavg: 4.02 3.74 2.32 5/242 18837
/proc/meminfo: memFree=31777296/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=289692 CPUtime=1.65 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 12171 936 1 0 157 8 0 0 21 0 2 0 886374586 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 72423 7288 1869 364 0 8341 0
[pid=18835] ppid=18829 vsize=279932 CPUtime=0 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886374762 286650368 5794 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715023 0 0 16781312 514 4419984246274228484 0 0 17 6 0 0 0
/proc/18835/statm: 69983 5794 378 364 0 5901 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=4.54 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 860 0 0 0 454 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=289692 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 2 0 886374762 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1588444

[startup+12.7004 s]
/proc/loadavg: 4.02 3.75 2.32 5/242 18837
/proc/meminfo: memFree=31776752/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=289692 CPUtime=1.65 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 12171 936 1 0 157 8 0 0 21 0 2 0 886374586 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 72423 7288 1869 364 0 8341 0
[pid=18835] ppid=18829 vsize=279932 CPUtime=0.01 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 863 0 0 0 1 0 0 0 18 0 1 0 886374762 286650368 5794 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715023 0 0 16781312 514 16333605870426358020 0 0 17 6 0 0 0
/proc/18835/statm: 69983 5794 378 364 0 5901 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=10.94 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 860 0 0 0 1094 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=289692 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 2 0 886374762 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1588444

[startup+25.5009 s]
/proc/loadavg: 4.01 3.76 2.35 5/246 18842
/proc/meminfo: memFree=31770696/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=289692 CPUtime=1.65 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 12171 936 1 0 157 8 0 0 21 0 2 0 886374586 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 72423 7288 1869 364 0 8341 0
[pid=18835] ppid=18829 vsize=279932 CPUtime=0.02 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 886374762 286650368 5794 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715023 0 0 16781312 514 16333605870426358020 0 0 17 6 0 0 0
/proc/18835/statm: 69983 5794 378 364 0 5901 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=23.74 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 860 0 0 0 2374 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134525107 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=289692 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 2 0 886374762 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1588444

[startup+51.101 s]
/proc/loadavg: 3.95 3.76 2.39 5/218 18935
/proc/meminfo: memFree=31818828/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=289692 CPUtime=1.65 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 12171 936 1 0 157 8 0 0 21 0 2 0 886374586 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 72423 7288 1869 364 0 8341 0
[pid=18835] ppid=18829 vsize=279932 CPUtime=0.05 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 886374762 286650368 5794 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715023 0 0 16781312 514 16333605870426358020 0 0 17 6 0 0 0
/proc/18835/statm: 69983 5794 378 364 0 5901 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=49.33 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 860 0 0 0 4933 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=289692 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 2 0 886374762 296644608 7288 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 1588444

[startup+102.307 s]
/proc/loadavg: 4.04 3.81 2.48 5/230 18949
/proc/meminfo: memFree=31800672/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=299948 CPUtime=1.66 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 13019 936 1 0 157 9 0 0 20 0 3 0 886374586 307146752 7320 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 74987 7320 1872 364 0 10902 0
[pid=18835] ppid=18829 vsize=290176 CPUtime=0.13 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 886374762 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18835/statm: 72544 5836 415 364 0 8462 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=99.15 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 860 0 0 0 9915 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18835/tid=18946] ppid=18829 vsize=290176 CPUtime=0 cores=4,6
/proc/18835/task/18946/stat : 18946 (python) S 18829 18829 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886384678 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453941801024 0 0 -1 6 0 0 0
[pid=18947] ppid=18829 vsize=290828 CPUtime=0 cores=4,6
/proc/18947/stat : 18947 (python) S 18829 18829 18188 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 886384679 297807872 5794 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715078 0 0 16781312 514 4595787084584681729 0 0 17 4 0 0 0
/proc/18947/statm: 72707 5794 349 364 0 8622 0
[pid=18949] ppid=18947 vsize=1018820 CPUtime=1.37 cores=4,6
/proc/18949/stat : 18949 (gnovelty+2) R 18947 18949 18949 0 -1 4202496 861 0 0 0 137 0 0 0 25 0 1 0 886384679 1043271680 596 33554432000 134512640 135663704 4291807248 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18949/statm: 254705 596 113 282 0 254421 0
[pid=18829/tid=18836] ppid=18827 vsize=299948 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 3 0 886374762 307146752 7320 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=18948] ppid=18827 vsize=299948 CPUtime=0 cores=4,6
/proc/18829/task/18948/stat : 18948 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 3 0 886384679 307146752 7320 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2918592

[startup+162.301 s]
/proc/loadavg: 4.01 3.84 2.57 5/234 18954
/proc/meminfo: memFree=31791780/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=299948 CPUtime=1.66 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 13019 936 1 0 157 9 0 0 20 0 3 0 886374586 307146752 7320 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 74987 7320 1872 364 0 10902 0
[pid=18835] ppid=18829 vsize=290176 CPUtime=0.13 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 886374762 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18835/statm: 72544 5836 415 364 0 8462 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=99.15 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 860 0 0 0 9915 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18835/tid=18946] ppid=18829 vsize=290176 CPUtime=0 cores=4,6
/proc/18835/task/18946/stat : 18946 (python) S 18829 18829 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886384678 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453941801024 0 0 -1 6 0 0 0
[pid=18947] ppid=18829 vsize=290828 CPUtime=0.07 cores=4,6

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

[pid=18966] ppid=18829 vsize=300600 CPUtime=0.14 cores=4,6
/proc/18966/stat : 18966 (python) S 18829 18829 18188 0 -1 4202560 1085 0 0 0 7 7 0 0 19 0 2 0 886394695 307814400 5984 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18966/statm: 75150 5984 399 364 0 11062 0
[pid=18968] ppid=18966 vsize=419428 CPUtime=99.12 cores=4,6
/proc/18968/stat : 18968 (adaptg2wsat2009) T 18966 18968 18968 0 -1 4202496 1442 0 0 0 9912 0 0 0 25 0 1 0 886394696 429494272 1175 33554432000 134512640 135107411 4294876192 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18968/statm: 104857 1175 59 146 0 103733 0
[pid=18966/tid=19030] ppid=18829 vsize=300600 CPUtime=0 cores=4,6
/proc/18966/task/19030/stat : 19030 (python) S 18829 18829 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886404610 307814400 5984 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453964758080 0 0 -1 6 0 0 0
[pid=19031] ppid=18829 vsize=310856 CPUtime=0.13 cores=4,6
/proc/19031/stat : 19031 (python) S 18829 18829 18188 0 -1 4202560 1096 0 0 0 8 5 0 0 19 0 2 0 886404611 318316544 5987 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19031/statm: 77714 5987 399 364 0 13623 0
[pid=19033] ppid=19031 vsize=419428 CPUtime=99.99 cores=4,6
/proc/19033/stat : 19033 (adaptg2wsat2009) T 19031 19033 19033 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 886404611 429494272 1176 33554432000 134512640 135107411 4286784016 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19033/statm: 104857 1176 59 146 0 103733 0
[pid=19031/tid=19091] ppid=18829 vsize=310856 CPUtime=0 cores=4,6
/proc/19031/task/19091/stat : 19091 (python) S 18829 18829 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886414623 318316544 5987 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 6 0 0 0
[pid=19092] ppid=18829 vsize=321720 CPUtime=0.14 cores=4,6
/proc/19092/stat : 19092 (python) S 18829 18829 18188 0 -1 4202560 1094 0 0 0 9 5 0 0 19 0 2 0 886414624 329441280 5993 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19092/statm: 80430 5993 400 364 0 16336 0
[pid=19094] ppid=19092 vsize=419428 CPUtime=100.12 cores=4,6
/proc/19094/stat : 19094 (adaptg2wsat2009) T 19092 19094 19094 0 -1 4202496 1441 0 0 0 10012 0 0 0 25 0 1 0 886414624 429494272 1175 33554432000 134512640 135107411 4291991808 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19094/statm: 104857 1175 59 146 0 103733 0
[pid=19092/tid=19109] ppid=18829 vsize=321720 CPUtime=0 cores=4,6
/proc/19092/task/19109/stat : 19109 (python) S 18829 18829 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886424637 329441280 5993 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453963872320 0 0 -1 4 0 0 0
[pid=19110] ppid=18829 vsize=331572 CPUtime=0.15 cores=4,6
/proc/19110/stat : 19110 (python) S 18829 18829 18188 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 886424638 339529728 6028 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19110/statm: 82893 6028 400 364 0 18796 0
[pid=19112] ppid=19110 vsize=1018820 CPUtime=100.17 cores=4,6
/proc/19112/stat : 19112 (gnovelty+2) T 19110 19112 19112 0 -1 4202496 861 0 0 0 10017 0 0 0 25 0 1 0 886424639 1043271680 595 33554432000 134512640 135663704 4290436704 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19112/statm: 254705 595 113 282 0 254421 0
[pid=19110/tid=19125] ppid=18829 vsize=331572 CPUtime=0 cores=4,6
/proc/19110/task/19125/stat : 19125 (python) S 18829 18829 18188 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886434656 339529728 6028 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453944360000 0 0 -1 6 0 0 0
[pid=19126] ppid=18829 vsize=342052 CPUtime=0.15 cores=4,6
/proc/19126/stat : 19126 (python) S 18829 18829 18188 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886434657 350261248 6032 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19126/statm: 85513 6032 400 364 0 21413 0
[pid=19128] ppid=19126 vsize=249196 CPUtime=99.98 cores=4,6
/proc/19128/stat : 19128 (FH) T 19126 19128 19128 0 -1 4202496 1320 0 0 0 9998 0 0 0 25 0 1 0 886434657 255176704 1058 33554432000 134512640 134936988 4290710640 18446744073709551615 134553428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19128/statm: 62299 1058 41 104 0 61803 0
[pid=19126/tid=19137] ppid=18829 vsize=342052 CPUtime=0 cores=4,6
/proc/19126/task/19137/stat : 19137 (python) S 18829 18829 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886444671 350261248 6032 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453919192128 0 0 -1 6 0 0 0
[pid=19138] ppid=18829 vsize=352088 CPUtime=0 cores=4,6
/proc/19138/stat : 19138 (python) S 18829 18829 18188 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 886444672 360538112 5986 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715078 0 0 16781312 514 4322883625646292991 0 0 17 4 0 0 0
/proc/19138/statm: 88022 5986 351 364 0 23919 0
[pid=19140] ppid=19138 vsize=419160 CPUtime=0.85 cores=4,6
/proc/19140/stat : 19140 (adaptg2wsat2009) R 19138 19140 19140 0 -1 4202496 1258 0 0 0 85 0 0 0 23 0 1 0 886444672 429219840 991 33554432000 134512640 135107411 4294717872 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19140/statm: 104790 991 49 146 0 103666 0
[pid=18829/tid=18836] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 9 0 886374762 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=18948] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18948/stat : 18948 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886384679 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=18967] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18967/stat : 18967 (python) S 18827 18829 18188 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 886394696 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19032] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19032/stat : 19032 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886404611 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19093] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19093/stat : 19093 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886414624 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 6 0 0 0
[pid=18829/tid=19111] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19111/stat : 19111 (python) S 18827 18829 18188 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886424639 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19127] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19127/stat : 19127 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886434657 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19139] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19139/stat : 19139 (python) S 18827 18829 18188 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 886444672 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.11
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.701 s]
/proc/loadavg: 4.02 3.98 3.19 5/272 19140
/proc/meminfo: memFree=31489072/32950928 swapFree=67055428/67111528
[pid=18829] ppid=18827 vsize=362124 CPUtime=1.72 cores=4,6
/proc/18829/stat : 18829 (python) S 18827 18829 18188 0 -1 4202496 18239 936 1 0 162 10 0 0 19 0 9 0 886374586 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18829/statm: 90531 7522 1884 364 0 26428 0
[pid=18835] ppid=18829 vsize=290176 CPUtime=0.13 cores=4,6
/proc/18835/stat : 18835 (python) S 18829 18829 18188 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 886374762 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18835/statm: 72544 5836 415 364 0 8462 0
[pid=18837] ppid=18835 vsize=1018820 CPUtime=99.15 cores=4,6
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 860 0 0 0 9915 0 0 0 25 0 1 0 886374762 1043271680 596 33554432000 134512640 135663704 4288193552 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18837/statm: 254705 596 113 282 0 254421 0
[pid=18835/tid=18946] ppid=18829 vsize=290176 CPUtime=0 cores=4,6
/proc/18835/task/18946/stat : 18946 (python) S 18829 18829 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886384678 297140224 5836 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453941801024 0 0 -1 6 0 0 0
[pid=18947] ppid=18829 vsize=290828 CPUtime=0.13 cores=4,6
/proc/18947/stat : 18947 (python) S 18829 18829 18188 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886384679 297807872 5846 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18947/statm: 72707 5846 400 364 0 8622 0
[pid=18949] ppid=18947 vsize=1018820 CPUtime=100.04 cores=4,6
/proc/18949/stat : 18949 (gnovelty+2) T 18947 18949 18949 0 -1 4202496 861 0 0 0 10004 0 0 0 25 0 1 0 886384679 1043271680 596 33554432000 134512640 135663704 4291807248 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18949/statm: 254705 596 113 282 0 254421 0
[pid=18947/tid=18965] ppid=18829 vsize=290828 CPUtime=0 cores=4,6
/proc/18947/task/18965/stat : 18965 (python) S 18829 18829 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886394695 297807872 5846 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453982733312 0 0 -1 6 0 0 0
[pid=18966] ppid=18829 vsize=300600 CPUtime=0.14 cores=4,6
/proc/18966/stat : 18966 (python) S 18829 18829 18188 0 -1 4202560 1085 0 0 0 7 7 0 0 19 0 2 0 886394695 307814400 5984 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18966/statm: 75150 5984 399 364 0 11062 0
[pid=18968] ppid=18966 vsize=419428 CPUtime=99.12 cores=4,6
/proc/18968/stat : 18968 (adaptg2wsat2009) T 18966 18968 18968 0 -1 4202496 1442 0 0 0 9912 0 0 0 25 0 1 0 886394696 429494272 1175 33554432000 134512640 135107411 4294876192 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18968/statm: 104857 1175 59 146 0 103733 0
[pid=18966/tid=19030] ppid=18829 vsize=300600 CPUtime=0 cores=4,6
/proc/18966/task/19030/stat : 19030 (python) S 18829 18829 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886404610 307814400 5984 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453964758080 0 0 -1 6 0 0 0
[pid=19031] ppid=18829 vsize=310856 CPUtime=0.13 cores=4,6
/proc/19031/stat : 19031 (python) S 18829 18829 18188 0 -1 4202560 1096 0 0 0 8 5 0 0 19 0 2 0 886404611 318316544 5987 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19031/statm: 77714 5987 399 364 0 13623 0
[pid=19033] ppid=19031 vsize=419428 CPUtime=99.99 cores=4,6
/proc/19033/stat : 19033 (adaptg2wsat2009) T 19031 19033 19033 0 -1 4202496 1440 0 0 0 9999 0 0 0 25 0 1 0 886404611 429494272 1176 33554432000 134512640 135107411 4286784016 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19033/statm: 104857 1176 59 146 0 103733 0
[pid=19031/tid=19091] ppid=18829 vsize=310856 CPUtime=0 cores=4,6
/proc/19031/task/19091/stat : 19091 (python) S 18829 18829 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886414623 318316544 5987 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 6 0 0 0
[pid=19092] ppid=18829 vsize=321720 CPUtime=0.14 cores=4,6
/proc/19092/stat : 19092 (python) S 18829 18829 18188 0 -1 4202560 1094 0 0 0 9 5 0 0 19 0 2 0 886414624 329441280 5993 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19092/statm: 80430 5993 400 364 0 16336 0
[pid=19094] ppid=19092 vsize=419428 CPUtime=100.12 cores=4,6
/proc/19094/stat : 19094 (adaptg2wsat2009) T 19092 19094 19094 0 -1 4202496 1441 0 0 0 10012 0 0 0 25 0 1 0 886414624 429494272 1175 33554432000 134512640 135107411 4291991808 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19094/statm: 104857 1175 59 146 0 103733 0
[pid=19092/tid=19109] ppid=18829 vsize=321720 CPUtime=0 cores=4,6
/proc/19092/task/19109/stat : 19109 (python) S 18829 18829 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886424637 329441280 5993 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453963872320 0 0 -1 4 0 0 0
[pid=19110] ppid=18829 vsize=331572 CPUtime=0.15 cores=4,6
/proc/19110/stat : 19110 (python) S 18829 18829 18188 0 -1 4202560 1091 0 0 0 9 6 0 0 19 0 2 0 886424638 339529728 6028 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19110/statm: 82893 6028 400 364 0 18796 0
[pid=19112] ppid=19110 vsize=1018820 CPUtime=100.17 cores=4,6
/proc/19112/stat : 19112 (gnovelty+2) T 19110 19112 19112 0 -1 4202496 861 0 0 0 10017 0 0 0 25 0 1 0 886424639 1043271680 595 33554432000 134512640 135663704 4290436704 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19112/statm: 254705 595 113 282 0 254421 0
[pid=19110/tid=19125] ppid=18829 vsize=331572 CPUtime=0 cores=4,6
/proc/19110/task/19125/stat : 19125 (python) S 18829 18829 18188 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886434656 339529728 6028 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453944360000 0 0 -1 6 0 0 0
[pid=19126] ppid=18829 vsize=342052 CPUtime=0.15 cores=4,6
/proc/19126/stat : 19126 (python) S 18829 18829 18188 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886434657 350261248 6032 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19126/statm: 85513 6032 400 364 0 21413 0
[pid=19128] ppid=19126 vsize=249196 CPUtime=99.98 cores=4,6
/proc/19128/stat : 19128 (FH) T 19126 19128 19128 0 -1 4202496 1320 0 0 0 9998 0 0 0 25 0 1 0 886434657 255176704 1058 33554432000 134512640 134936988 4290710640 18446744073709551615 134553428 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19128/statm: 62299 1058 41 104 0 61803 0
[pid=19126/tid=19137] ppid=18829 vsize=342052 CPUtime=0 cores=4,6
/proc/19126/task/19137/stat : 19137 (python) S 18829 18829 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886444671 350261248 6032 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 514 18446604453919192128 0 0 -1 6 0 0 0
[pid=19138] ppid=18829 vsize=352088 CPUtime=0 cores=4,6
/proc/19138/stat : 19138 (python) S 18829 18829 18188 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 886444672 360538112 5986 33554432000 4194304 5683644 140734338571568 18446744073709551615 239476715078 0 0 16781312 514 4322883625646292991 0 0 17 4 0 0 0
/proc/19138/statm: 88022 5986 351 364 0 23919 0
[pid=19140] ppid=19138 vsize=419160 CPUtime=0.85 cores=4,6
/proc/19140/stat : 19140 (adaptg2wsat2009) R 19138 19140 19140 0 -1 4202496 1258 0 0 0 85 0 0 0 23 0 1 0 886444672 429219840 991 33554432000 134512640 135107411 4294717872 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19140/statm: 104790 991 49 146 0 103666 0
[pid=18829/tid=18836] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 9 0 886374762 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=18948] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18948/stat : 18948 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886384679 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=18967] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/18967/stat : 18967 (python) S 18827 18829 18188 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 886394696 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19032] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19032/stat : 19032 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886404611 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19093] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19093/stat : 19093 (python) S 18827 18829 18188 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 886414624 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 6 0 0 0
[pid=18829/tid=19111] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19111/stat : 19111 (python) S 18827 18829 18188 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886424639 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19127] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19127/stat : 19127 (python) S 18827 18829 18188 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886434657 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
[pid=18829/tid=19139] ppid=18827 vsize=362124 CPUtime=0 cores=4,6
/proc/18829/task/19139/stat : 19139 (python) S 18827 18829 18188 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 886444672 370814976 7522 33554432000 4194304 5683644 140734338571568 18446744073709551615 239488518577 0 0 16781312 2 18446604453945938240 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.11
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 18829 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=621753
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 1.73274
# while last known CPU time is 702.11
#
# 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): 702.11
CPU user time (s): 701.6
CPU system time (s): 0.51
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 7885116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62175
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= 19181
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= 1005
involuntary context switches= 29

runsolver used 1.55976 second user time and 2.90156 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:16:15
IDJOB=3484148
IDBENCH=82659
IDSOLVER=1975
FILE ID=node148/3484148-1307747775
RUNJOBID= node148-1307746987-18207
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= 720cb73f06c537d4bcc379449229299e
RANDOM SEED=1017891483

node148.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.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.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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31804976 kB
Buffers:         93432 kB
Cached:         707916 kB
SwapCached:       8824 kB
Active:         528760 kB
Inactive:       456832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31804976 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           40792 kB
Writeback:           0 kB
AnonPages:      182408 kB
Mapped:          21284 kB
Slab:            83424 kB
PageTables:      15452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10022008 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= 73912 MiB
End job on node148 at 2011-06-11 01:27:59