Trace number 3484158

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.98 701.864

General information on the benchmark

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

Solver Data

0.28/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.63	c INFO: solving HOME/instance-3484158-1307747984.cnf
0.28/0.63	c INFO: computing task features
0.47/0.87	c INFO: computed variable-clause graph statistics
0.47/0.87	c INFO: computed clause balance statistics
1.67/2.05	c INFO: computed variable balance statistics
2.17/2.52	c INFO: computed small-clause counts
2.17/2.53	c INFO: computed Horn-clause counts
2.17/2.57	c INFO: computed variable graph statistics
2.17/2.57	c INFO: collected features for HOME/instance-3484158-1307747984.cnf in 1.93 s
2.17/2.58	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.35/102.77	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.56/202.98	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.89/303.13	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
402.13/402.29	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.32/502.42	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
601.63/601.61	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.86/701.74	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484158-1307747984/watcher-3484158-1307747984 -o /tmp/evaluation-result-3484158-1307747984/solver-3484158-1307747984 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484158-1307747984.cnf -seed 1306360414 -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.06 3.88 2.62 5/231 18361
/proc/meminfo: memFree=31181152/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=15380 CPUtime=0 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 867214023 15749120 678 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18361/statm: 3845 678 322 364 0 332 0

[startup+0.102146 s]
/proc/loadavg: 4.06 3.88 2.62 5/231 18361
/proc/meminfo: memFree=31181152/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=93956 CPUtime=0.05 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 867214023 96210944 2406 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18361/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.201109 s]
/proc/loadavg: 4.06 3.88 2.62 5/231 18361
/proc/meminfo: memFree=31181152/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=126292 CPUtime=0.1 cores=4,6
/proc/18361/stat : 18361 (python) R 18359 18361 17831 0 -1 4202496 4645 934 1 0 8 2 0 0 18 0 1 0 867214023 129323008 3894 33554432000 4194304 5683644 140733604475088 18446744073709551615 5293664 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18361/statm: 31573 3894 1001 364 0 2868 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 126292

[startup+0.301133 s]
/proc/loadavg: 4.06 3.88 2.62 5/231 18361
/proc/meminfo: memFree=31181152/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=135744 CPUtime=0.15 cores=4,6
/proc/18361/stat : 18361 (python) R 18359 18361 17831 0 -1 4202496 5966 934 1 0 12 3 0 0 17 0 1 0 867214023 139001856 4148 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338379781 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18361/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135744

[startup+0.701066 s]
/proc/loadavg: 4.06 3.88 2.62 5/231 18361
/proc/meminfo: memFree=31181152/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=281592 CPUtime=0.37 cores=4,6
/proc/18361/stat : 18361 (python) R 18359 18361 17831 0 -1 4202496 10023 934 1 0 31 6 0 0 16 0 1 0 867214023 288350208 7698 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18361/statm: 70398 7698 1761 364 0 6322 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281592

[startup+1.50092 s]
/proc/loadavg: 4.06 3.88 2.62 5/232 18366
/proc/meminfo: memFree=31147936/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=289484 CPUtime=1.17 cores=4,6
/proc/18361/stat : 18361 (python) R 18359 18361 17831 0 -1 4202496 13887 934 1 0 111 6 0 0 17 0 1 0 867214023 296431616 9756 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338044505 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18361/statm: 72371 9756 1826 364 0 8295 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 289484

[startup+3.10053 s]
/proc/loadavg: 4.06 3.88 2.62 5/232 18366
/proc/meminfo: memFree=31146696/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 291920
heavy processes:

[startup+6.30096 s]
/proc/loadavg: 4.05 3.88 2.63 5/235 18369
/proc/meminfo: memFree=31150900/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
[pid=18367] ppid=18361 vsize=282228 CPUtime=0 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867214281 289001472 6328 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403855 0 0 16781312 514 1080231145922101247 0 0 17 4 0 0 0
/proc/18367/statm: 70557 6328 355 364 0 6475 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=3.7 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) R 18367 18369 18369 0 -1 4202496 1140 0 0 0 370 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134564688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=291920 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 867214281 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1594336

[startup+12.7006 s]
/proc/loadavg: 4.05 3.88 2.63 5/235 18369
/proc/meminfo: memFree=31150308/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
[pid=18367] ppid=18361 vsize=282228 CPUtime=0.01 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 858 0 0 0 0 1 0 0 18 0 1 0 867214281 289001472 6351 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403855 0 0 16781312 514 7751838450797478148 0 0 17 4 0 0 0
/proc/18367/statm: 70557 6351 378 364 0 6475 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=10.09 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) R 18367 18369 18369 0 -1 4202496 1140 0 0 0 1009 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=291920 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 867214281 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1594336

[startup+25.5011 s]
/proc/loadavg: 4.10 3.90 2.66 5/243 18377
/proc/meminfo: memFree=31122172/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
[pid=18367] ppid=18361 vsize=282228 CPUtime=0.03 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 864 0 0 0 1 2 0 0 18 0 1 0 867214281 289001472 6351 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403855 0 0 16781312 514 7751838450797478148 0 0 17 4 0 0 0
/proc/18367/statm: 70557 6351 378 364 0 6475 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=22.86 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) R 18367 18369 18369 0 -1 4202496 1140 0 0 0 2286 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=291920 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 867214281 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1594336

[startup+51.1011 s]
/proc/loadavg: 4.07 3.91 2.69 5/243 18378
/proc/meminfo: memFree=31121588/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
[pid=18367] ppid=18361 vsize=282228 CPUtime=0.06 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 877 0 0 0 2 4 0 0 18 0 1 0 867214281 289001472 6351 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403855 0 0 16781312 514 7751838450797478148 0 0 17 4 0 0 0
/proc/18367/statm: 70557 6351 378 364 0 6475 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=48.44 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) R 18367 18369 18369 0 -1 4202496 1140 0 0 0 4844 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=291920 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 867214281 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 1594336

[startup+102.301 s]
/proc/loadavg: 4.08 3.94 2.76 5/246 18382
/proc/meminfo: memFree=31089352/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=291920 CPUtime=2.25 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 14199 934 1 0 219 6 0 0 21 0 2 0 867214023 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 72980 7845 1869 364 0 8898 0
[pid=18367] ppid=18361 vsize=282228 CPUtime=0.12 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 901 0 0 0 5 7 0 0 18 0 1 0 867214281 289001472 6351 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403855 0 0 16781312 514 7751838450797478148 0 0 17 4 0 0 0
/proc/18367/statm: 70557 6351 378 364 0 6475 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=99.59 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) R 18367 18369 18369 0 -1 4202496 1140 0 0 0 9959 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=291920 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 867214281 298926080 7845 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 1594336

[startup+162.301 s]
/proc/loadavg: 4.03 3.94 2.84 5/259 18397
/proc/meminfo: memFree=31050776/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=302312 CPUtime=2.27 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 15042 934 1 0 220 7 0 0 20 0 3 0 867214023 309567488 7903 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 75578 7903 1872 364 0 11493 0
[pid=18367] ppid=18361 vsize=292472 CPUtime=0.14 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 1137 0 0 0 6 8 0 0 19 0 2 0 867214281 299491328 6393 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18367/statm: 73118 6393 415 364 0 9036 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=100.04 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) T 18367 18369 18369 0 -1 4202496 1140 0 0 0 10004 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134524603 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18367/tid=18383] ppid=18361 vsize=292472 CPUtime=0 cores=4,6
/proc/18367/task/18383/stat : 18383 (python) S 18361 18361 17831 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867224300 299491328 6393 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604440279302272 0 0 -1 6 0 0 0
[pid=18384] ppid=18361 vsize=293160 CPUtime=0.08 cores=4,6
/proc/18384/stat : 18384 (python) S 18361 18361 17831 0 -1 4202560 900 0 0 0 5 3 0 0 18 0 1 0 867224301 300195840 6400 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403910 0 0 16781312 514 7751838450797478148 0 0 17 4 0 0 0
/proc/18384/statm: 73290 6400 372 364 0 9205 0
[pid=18386] ppid=18384 vsize=1020188 CPUtime=59.43 cores=4,6
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 1145 0 0 0 5943 0 0 0 25 0 1 0 867224301 1044672512 877 33554432000 134512640 135663704 4287214864 18446744073709551615 134545576 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18386/statm: 255047 877 113 282 0 254763 0
[pid=18361/tid=18368] ppid=18359 vsize=302312 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 3 0 867214281 309567488 7903 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18385] ppid=18359 vsize=302312 CPUtime=0 cores=4,6
/proc/18361/task/18385/stat : 18385 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867224301 309567488 7903 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 2928320

[startup+222.308 s]
/proc/loadavg: 4.11 3.98 2.92 5/271 18410
/proc/meminfo: memFree=31021868/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=313176 CPUtime=2.27 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 15880 934 1 0 220 7 0 0 20 0 4 0 867214023 320692224 8044 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

[pid=18400] ppid=18361 vsize=302932 CPUtime=0.15 cores=4,6
/proc/18400/stat : 18400 (python) S 18361 18361 17831 0 -1 4202560 1068 0 0 0 8 7 0 0 19 0 2 0 867234321 310202368 6567 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18400/statm: 75733 6567 399 364 0 11645 0
[pid=18402] ppid=18400 vsize=421804 CPUtime=100.13 cores=4,6
/proc/18402/stat : 18402 (adaptg2wsat2009) T 18400 18402 18402 0 -1 4202496 2135 0 0 0 10013 0 0 0 25 0 1 0 867234321 431927296 1871 33554432000 134512640 135107411 4290367136 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18402/statm: 105451 1871 59 146 0 104327 0
[pid=18400/tid=18417] ppid=18361 vsize=302932 CPUtime=0 cores=4,6
/proc/18400/task/18417/stat : 18417 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867244335 310202368 6567 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453927515136 0 0 -1 6 0 0 0
[pid=18418] ppid=18361 vsize=313400 CPUtime=0.15 cores=4,6
/proc/18418/stat : 18418 (python) S 18361 18361 17831 0 -1 4202560 1087 0 0 0 9 6 0 0 19 0 2 0 867244336 320921600 6572 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18418/statm: 78350 6572 400 364 0 14259 0
[pid=18420] ppid=18418 vsize=421804 CPUtime=99.14 cores=4,6
/proc/18420/stat : 18420 (adaptg2wsat2009) T 18418 18420 18420 0 -1 4202496 2135 0 0 0 9914 0 0 0 25 0 1 0 867244336 431927296 1871 33554432000 134512640 135107411 4290370784 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18420/statm: 105451 1871 59 146 0 104327 0
[pid=18418/tid=18481] ppid=18361 vsize=313400 CPUtime=0 cores=4,6
/proc/18418/task/18481/stat : 18481 (python) S 18361 18361 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867254251 320921600 6572 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453927432256 0 0 -1 6 0 0 0
[pid=18482] ppid=18361 vsize=323604 CPUtime=0.13 cores=4,6
/proc/18482/stat : 18482 (python) S 18361 18361 17831 0 -1 4202560 1072 0 0 0 8 5 0 0 19 0 2 0 867254252 331370496 6576 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18482/statm: 80901 6576 400 364 0 16807 0
[pid=18484] ppid=18482 vsize=421804 CPUtime=99.97 cores=4,6
/proc/18484/stat : 18484 (adaptg2wsat2009) T 18482 18484 18484 0 -1 4202496 2138 0 0 0 9996 1 0 0 25 0 1 0 867254252 431927296 1872 33554432000 134512640 135107411 4290008400 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18484/statm: 105451 1872 59 146 0 104327 0
[pid=18482/tid=18639] ppid=18361 vsize=323604 CPUtime=0 cores=4,6
/proc/18482/task/18639/stat : 18639 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867264264 331370496 6576 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453945068544 0 0 -1 4 0 0 0
[pid=18640] ppid=18361 vsize=333964 CPUtime=0.13 cores=4,6
/proc/18640/stat : 18640 (python) S 18361 18361 17831 0 -1 4202560 1072 0 0 0 8 5 0 0 19 0 2 0 867264265 341979136 6580 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18640/statm: 83491 6580 400 364 0 19394 0
[pid=18642] ppid=18640 vsize=1020188 CPUtime=99.18 cores=4,6
/proc/18642/stat : 18642 (gnovelty+2) T 18640 18642 18642 0 -1 4202496 1139 0 0 0 9918 0 0 0 25 0 1 0 867264265 1044672512 876 33554432000 134512640 135663704 4289997664 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18642/statm: 255047 876 113 282 0 254763 0
[pid=18640/tid=18650] ppid=18361 vsize=333964 CPUtime=0 cores=4,6
/proc/18640/task/18650/stat : 18650 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867274183 341979136 6580 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453922858176 0 0 -1 6 0 0 0
[pid=18651] ppid=18361 vsize=344116 CPUtime=0.13 cores=4,6
/proc/18651/stat : 18651 (python) S 18361 18361 17831 0 -1 4202560 1070 0 0 0 8 5 0 0 19 0 2 0 867274184 352374784 6584 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18651/statm: 86029 6584 400 364 0 21929 0
[pid=18653] ppid=18651 vsize=251296 CPUtime=100.12 cores=4,6
/proc/18653/stat : 18653 (FH) T 18651 18653 18653 0 -1 4202496 1956 0 0 0 10012 0 0 0 25 0 1 0 867274184 257327104 1694 33554432000 134512640 134936988 4288519520 18446744073709551615 134552486 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18653/statm: 62824 1694 41 104 0 62328 0
[pid=18651/tid=18660] ppid=18361 vsize=344116 CPUtime=0 cores=4,6
/proc/18651/task/18660/stat : 18660 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867284197 352374784 6584 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453919790144 0 0 -1 6 0 0 0
[pid=18661] ppid=18361 vsize=354612 CPUtime=0 cores=4,6
/proc/18661/stat : 18661 (python) S 18361 18361 17831 0 -1 4202560 834 0 0 0 0 0 0 0 19 0 1 0 867284197 363122688 6538 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403910 0 0 16781312 514 1078402108329295871 0 0 17 6 0 0 0
/proc/18661/statm: 88653 6538 351 364 0 24550 0
[pid=18663] ppid=18661 vsize=421140 CPUtime=0.06 cores=4,6
/proc/18663/stat : 18663 (adaptg2wsat2009) R 18661 18663 18663 0 -1 4202496 1803 0 0 0 6 0 0 0 20 0 1 0 867284198 431247360 1538 33554432000 134512640 135107411 4289271408 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18663/statm: 105285 1538 49 146 0 104161 0
[pid=18361/tid=18368] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 867214281 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18385] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18385/stat : 18385 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867224301 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18401] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18401/stat : 18401 (python) S 18359 18361 17831 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867234321 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18419] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18419/stat : 18419 (python) S 18359 18361 17831 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867244336 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18483] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18483/stat : 18483 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867254252 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18641] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18641/stat : 18641 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867264265 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18652] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18652/stat : 18652 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867274184 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18662] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18662/stat : 18662 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867284198 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 7921128

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

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

[startup+701.802 s]
/proc/loadavg: 3.03 3.39 3.08 4/236 18663
/proc/meminfo: memFree=31287052/32951124 swapFree=67055520/67111528
[pid=18361] ppid=18359 vsize=364456 CPUtime=2.32 cores=4,6
/proc/18361/stat : 18361 (python) S 18359 18361 17831 0 -1 4202496 20106 934 1 0 224 8 0 0 20 0 9 0 867214023 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18361/statm: 91114 8074 1884 364 0 27011 0
[pid=18367] ppid=18361 vsize=292472 CPUtime=0.14 cores=4,6
/proc/18367/stat : 18367 (python) S 18361 18361 17831 0 -1 4202560 1137 0 0 0 6 8 0 0 19 0 2 0 867214281 299491328 6393 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18367/statm: 73118 6393 415 364 0 9036 0
[pid=18369] ppid=18367 vsize=1020188 CPUtime=100.04 cores=4,6
/proc/18369/stat : 18369 (gnovelty+2) T 18367 18369 18369 0 -1 4202496 1140 0 0 0 10004 0 0 0 25 0 1 0 867214281 1044672512 877 33554432000 134512640 135663704 4288632960 18446744073709551615 134524603 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18369/statm: 255047 877 113 282 0 254763 0
[pid=18367/tid=18383] ppid=18361 vsize=292472 CPUtime=0 cores=4,6
/proc/18367/task/18383/stat : 18383 (python) S 18361 18361 17831 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867224300 299491328 6393 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604440279302272 0 0 -1 6 0 0 0
[pid=18384] ppid=18361 vsize=293160 CPUtime=0.15 cores=4,6
/proc/18384/stat : 18384 (python) S 18361 18361 17831 0 -1 4202560 1068 0 0 0 9 6 0 0 19 0 2 0 867224301 300195840 6429 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18384/statm: 73290 6429 400 364 0 9205 0
[pid=18386] ppid=18384 vsize=1020188 CPUtime=100.04 cores=4,6
/proc/18386/stat : 18386 (gnovelty+2) T 18384 18386 18386 0 -1 4202496 1145 0 0 0 10004 0 0 0 25 0 1 0 867224301 1044672512 877 33554432000 134512640 135663704 4287214864 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18386/statm: 255047 877 113 282 0 254763 0
[pid=18384/tid=18399] ppid=18361 vsize=293160 CPUtime=0 cores=4,6
/proc/18384/task/18399/stat : 18399 (python) S 18361 18361 17831 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867234320 300195840 6429 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453940681792 0 0 -1 6 0 0 0
[pid=18400] ppid=18361 vsize=302932 CPUtime=0.15 cores=4,6
/proc/18400/stat : 18400 (python) S 18361 18361 17831 0 -1 4202560 1068 0 0 0 8 7 0 0 19 0 2 0 867234321 310202368 6567 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18400/statm: 75733 6567 399 364 0 11645 0
[pid=18402] ppid=18400 vsize=421804 CPUtime=100.13 cores=4,6
/proc/18402/stat : 18402 (adaptg2wsat2009) T 18400 18402 18402 0 -1 4202496 2135 0 0 0 10013 0 0 0 25 0 1 0 867234321 431927296 1871 33554432000 134512640 135107411 4290367136 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18402/statm: 105451 1871 59 146 0 104327 0
[pid=18400/tid=18417] ppid=18361 vsize=302932 CPUtime=0 cores=4,6
/proc/18400/task/18417/stat : 18417 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867244335 310202368 6567 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453927515136 0 0 -1 6 0 0 0
[pid=18418] ppid=18361 vsize=313400 CPUtime=0.15 cores=4,6
/proc/18418/stat : 18418 (python) S 18361 18361 17831 0 -1 4202560 1087 0 0 0 9 6 0 0 19 0 2 0 867244336 320921600 6572 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18418/statm: 78350 6572 400 364 0 14259 0
[pid=18420] ppid=18418 vsize=421804 CPUtime=99.14 cores=4,6
/proc/18420/stat : 18420 (adaptg2wsat2009) T 18418 18420 18420 0 -1 4202496 2135 0 0 0 9914 0 0 0 25 0 1 0 867244336 431927296 1871 33554432000 134512640 135107411 4290370784 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18420/statm: 105451 1871 59 146 0 104327 0
[pid=18418/tid=18481] ppid=18361 vsize=313400 CPUtime=0 cores=4,6
/proc/18418/task/18481/stat : 18481 (python) S 18361 18361 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867254251 320921600 6572 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453927432256 0 0 -1 6 0 0 0
[pid=18482] ppid=18361 vsize=323604 CPUtime=0.13 cores=4,6
/proc/18482/stat : 18482 (python) S 18361 18361 17831 0 -1 4202560 1072 0 0 0 8 5 0 0 19 0 2 0 867254252 331370496 6576 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18482/statm: 80901 6576 400 364 0 16807 0
[pid=18484] ppid=18482 vsize=421804 CPUtime=99.97 cores=4,6
/proc/18484/stat : 18484 (adaptg2wsat2009) T 18482 18484 18484 0 -1 4202496 2138 0 0 0 9996 1 0 0 25 0 1 0 867254252 431927296 1872 33554432000 134512640 135107411 4290008400 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18484/statm: 105451 1872 59 146 0 104327 0
[pid=18482/tid=18639] ppid=18361 vsize=323604 CPUtime=0 cores=4,6
/proc/18482/task/18639/stat : 18639 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867264264 331370496 6576 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453945068544 0 0 -1 4 0 0 0
[pid=18640] ppid=18361 vsize=333964 CPUtime=0.13 cores=4,6
/proc/18640/stat : 18640 (python) S 18361 18361 17831 0 -1 4202560 1072 0 0 0 8 5 0 0 19 0 2 0 867264265 341979136 6580 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18640/statm: 83491 6580 400 364 0 19394 0
[pid=18642] ppid=18640 vsize=1020188 CPUtime=99.18 cores=4,6
/proc/18642/stat : 18642 (gnovelty+2) T 18640 18642 18642 0 -1 4202496 1139 0 0 0 9918 0 0 0 25 0 1 0 867264265 1044672512 876 33554432000 134512640 135663704 4289997664 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18642/statm: 255047 876 113 282 0 254763 0
[pid=18640/tid=18650] ppid=18361 vsize=333964 CPUtime=0 cores=4,6
/proc/18640/task/18650/stat : 18650 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867274183 341979136 6580 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453922858176 0 0 -1 6 0 0 0
[pid=18651] ppid=18361 vsize=344116 CPUtime=0.13 cores=4,6
/proc/18651/stat : 18651 (python) S 18361 18361 17831 0 -1 4202560 1070 0 0 0 8 5 0 0 19 0 2 0 867274184 352374784 6584 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18651/statm: 86029 6584 400 364 0 21929 0
[pid=18653] ppid=18651 vsize=251296 CPUtime=100.12 cores=4,6
/proc/18653/stat : 18653 (FH) T 18651 18653 18653 0 -1 4202496 1956 0 0 0 10012 0 0 0 25 0 1 0 867274184 257327104 1694 33554432000 134512640 134936988 4288519520 18446744073709551615 134552486 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18653/statm: 62824 1694 41 104 0 62328 0
[pid=18651/tid=18660] ppid=18361 vsize=344116 CPUtime=0 cores=4,6
/proc/18651/task/18660/stat : 18660 (python) S 18361 18361 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867284197 352374784 6584 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 514 18446604453919790144 0 0 -1 6 0 0 0
[pid=18661] ppid=18361 vsize=354612 CPUtime=0 cores=4,6
/proc/18661/stat : 18661 (python) S 18361 18361 17831 0 -1 4202560 834 0 0 0 0 0 0 0 19 0 1 0 867284197 363122688 6538 33554432000 4194304 5683644 140733604475088 18446744073709551615 270338403910 0 0 16781312 514 1078402108329295871 0 0 17 6 0 0 0
/proc/18661/statm: 88653 6538 351 364 0 24550 0
[pid=18663] ppid=18661 vsize=421140 CPUtime=0.06 cores=4,6
/proc/18663/stat : 18663 (adaptg2wsat2009) R 18661 18663 18663 0 -1 4202496 1803 0 0 0 6 0 0 0 20 0 1 0 867284198 431247360 1538 33554432000 134512640 135107411 4289271408 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18663/statm: 105285 1538 49 146 0 104161 0
[pid=18361/tid=18368] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18368/stat : 18368 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 867214281 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18385] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18385/stat : 18385 (python) S 18359 18361 17831 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867224301 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18401] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18401/stat : 18401 (python) S 18359 18361 17831 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867234321 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18419] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18419/stat : 18419 (python) S 18359 18361 17831 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867244336 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18483] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18483/stat : 18483 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867254252 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18641] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18641/stat : 18641 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867264265 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18652] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18652/stat : 18652 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867274184 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
[pid=18361/tid=18662] ppid=18359 vsize=364456 CPUtime=0 cores=4,6
/proc/18361/task/18662/stat : 18662 (python) S 18359 18361 17831 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867284198 373202944 8074 33554432000 4194304 5683644 140733604475088 18446744073709551615 270350207409 0 0 16781312 2 18446604453934150720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 7921128

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.864
CPU time (s): 701.98
CPU user time (s): 701.47
CPU system time (s): 0.51
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 7921128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25266
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21700
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= 2862
involuntary context switches= 22

runsolver used 1.46378 second user time and 2.93955 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:19:44
IDJOB=3484158
IDBENCH=82669
IDSOLVER=1975
FILE ID=node143/3484158-1307747984
RUNJOBID= node143-1307746989-17850
PBS_JOBID= 13550817
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S586055573-067-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-3484158-1307747984/watcher-3484158-1307747984 -o /tmp/evaluation-result-3484158-1307747984/solver-3484158-1307747984 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484158-1307747984.cnf -seed 1306360414 -budget 1200

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

MD5SUM BENCH= d673a60901b4a946b283fdbb02f99fdc
RANDOM SEED=1306360414

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31181704 kB
Buffers:        110792 kB
Cached:        1148064 kB
SwapCached:       8636 kB
Active:         709720 kB
Inactive:       889588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31181704 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           32696 kB
Writeback:           0 kB
AnonPages:      338896 kB
Mapped:          21032 kB
Slab:            94464 kB
PageTables:      14916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7585860 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= 73988 MiB
End job on node143 at 2011-06-11 01:31:28