Trace number 3498298

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-industrial (fixed)UNSAT 673.832 692.296

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.57/19.85	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/19.85	c INFO: solving HOME/instance-3498298-1307953121.cnf
0.57/19.85	c INFO: computing task features
0.62/19.96	c INFO: computed variable-clause graph statistics
0.62/19.96	c INFO: computed clause balance statistics
1.23/20.56	c INFO: computed variable balance statistics
1.73/21.00	c INFO: computed small-clause counts
1.73/21.00	c INFO: computed Horn-clause counts
1.93/21.26	c INFO: computed variable graph statistics
1.93/21.26	c INFO: collected features for HOME/instance-3498298-1307953121.cnf in 1.40 s
1.93/21.29	c INFO: running lingeling-276@0 for 97 with 4998 remaining (b = 0.29)
102.21/121.42	c INFO: running lingeling-276@100 for 97 with 4898 remaining (b = 0.15)
197.41/216.54	c INFO: running SApperloT@0 for 97 with 4803 remaining (b = 0.12)
296.61/315.67	c INFO: running lingeling-276@195 for 1067 with 4704 remaining (b = 0.47)
673.67/692.27	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498298-1307953121/watcher-3498298-1307953121 -o /var/tmp/evaluation-result-3498298-1307953121/solver-3498298-1307953121 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498298-1307953121.cnf -seed 477717481 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 1/177 17022
/proc/meminfo: memFree=5103560/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (runsolver) S 17017 17022 16976 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906912510 12087296 50 33554432000 4194304 5436572 140735241435312 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/17022/statm: 2951 50 31 304 0 2643 0

[startup+0.066718 s]
/proc/loadavg: 0.16 0.03 0.01 1/177 17022
/proc/meminfo: memFree=5103560/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4194304 48 0 0 0 0 0 0 0 21 0 1 0 906912510 1884160 1 33554432000 0 0 140736958813827 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 1
/proc/17022/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.100633 s]
/proc/loadavg: 0.16 0.03 0.01 1/177 17022
/proc/meminfo: memFree=5103560/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4194304 48 0 0 0 0 0 0 0 21 0 1 0 906912510 1884160 1 33554432000 0 0 140736958813827 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 1
/proc/17022/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.300688 s]
/proc/loadavg: 0.16 0.03 0.01 1/177 17022
/proc/meminfo: memFree=5103560/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4194304 196 0 3 0 0 0 0 0 17 0 1 0 906912510 14594048 133 33554432000 4194304 5683644 140736958806656 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 15
/proc/17022/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.700527 s]
/proc/loadavg: 0.16 0.03 0.01 1/177 17022
/proc/meminfo: memFree=5103560/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 706 0 7 0 0 0 0 0 15 0 1 0 906912510 15548416 603 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 33
/proc/17022/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+1.50038 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 17023
/proc/meminfo: memFree=5099076/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 897 0 7 0 0 0 0 0 15 0 1 0 906912510 16154624 783 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089694053 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 43
/proc/17022/statm: 3944 783 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+3.1001 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 17023
/proc/meminfo: memFree=5097284/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4202496 1111 0 7 0 1 0 0 0 16 0 1 0 906912510 16789504 984 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 5 0 0 64
/proc/17022/statm: 4099 984 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.30054 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 17023
/proc/meminfo: memFree=5093128/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=29796 CPUtime=0.05 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4202496 1405 0 12 0 3 2 0 0 15 0 1 0 906912510 30511104 1259 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089698048 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 76
/proc/17022/statm: 7449 1259 443 364 0 819 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29796
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.28 0.06 0.02 1/178 17023
/proc/meminfo: memFree=5065912/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=135752 CPUtime=0.27 cores=1,3,5,7
/proc/17022/stat : 17022 (python) D 17017 17022 16976 0 -1 4202496 5913 927 43 8 14 13 0 0 16 0 1 0 906912510 139010048 4147 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 7 0 0 125
/proc/17022/statm: 33938 4147 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+25.5001 s]
/proc/loadavg: 0.47 0.11 0.04 3/181 17034
/proc/meminfo: memFree=4982188/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=357248 CPUtime=2.01 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 12685 927 115 8 173 28 0 0 19 0 2 0 906912510 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 89312 7811 1875 364 0 25230 0
[pid=17032] ppid=17022 vsize=281468 CPUtime=0 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 977 0 0 0 0 0 0 0 18 0 1 0 906914640 288223232 6311 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718287 0 0 16781312 514 4437971706748829960 0 0 17 5 0 0 0
/proc/17032/statm: 70367 6311 381 364 0 6285 0
[pid=17034] ppid=17032 vsize=9348 CPUtime=4.19 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 2386 0 0 0 419 0 0 0 25 0 1 0 906914640 9572352 1507 33554432000 4194304 4352236 140736302335584 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 2337 1507 129 39 0 1417 0
[pid=17022/tid=17033] ppid=17017 vsize=357248 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 29 927 0 8 0 0 0 0 19 0 2 0 906914640 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 648064
heavy processes:

[startup+51.1006 s]
/proc/loadavg: 0.99 0.26 0.09 3/184 17038
/proc/meminfo: memFree=4955252/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=357248 CPUtime=2.01 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 12685 927 115 8 173 28 0 0 19 0 2 0 906912510 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 89312 7811 1875 364 0 25230 0
[pid=17032] ppid=17022 vsize=281468 CPUtime=0.02 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 990 0 0 0 1 1 0 0 18 0 1 0 906914640 288223232 6312 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718287 0 0 16781312 514 13666296214558048520 0 0 17 5 0 0 0
/proc/17032/statm: 70367 6312 382 364 0 6285 0
[pid=17034] ppid=17032 vsize=15244 CPUtime=29.79 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 5108 0 0 0 2979 0 0 0 25 0 1 0 906914640 15609856 2981 33554432000 4194304 4352236 140736302335584 18446744073709551615 4331555 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 3811 2981 129 39 0 2891 0
[pid=17022/tid=17033] ppid=17017 vsize=357248 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 29 927 0 8 0 0 0 0 19 0 2 0 906914640 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (KiB) 653960
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.60 0.55 0.19 3/184 17039
/proc/meminfo: memFree=4946644/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=357248 CPUtime=2.01 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 12685 927 115 8 173 28 0 0 19 0 2 0 906912510 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 89312 7811 1875 364 0 25230 0
[pid=17032] ppid=17022 vsize=281468 CPUtime=0.09 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1009 0 0 0 5 4 0 0 18 0 1 0 906914640 288223232 6312 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718287 0 0 16781312 514 13666296214558048520 0 0 17 5 0 0 0
/proc/17032/statm: 70367 6312 382 364 0 6285 0
[pid=17034] ppid=17032 vsize=24184 CPUtime=80.99 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 12335 0 0 0 8098 1 0 0 25 0 1 0 906914640 24764416 5216 33554432000 4194304 4352236 140736302335584 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 6046 5216 129 39 0 5126 0
[pid=17022/tid=17033] ppid=17017 vsize=357248 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 29 927 0 8 0 0 0 0 19 0 2 0 906914640 365821952 7811 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 662900

[startup+162.301 s]
/proc/loadavg: 1.84 0.79 0.29 3/189 17046
/proc/meminfo: memFree=4561700/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=357248 CPUtime=2.03 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13046 927 115 8 175 28 0 0 18 0 2 0 906912510 365821952 7927 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 89312 7927 1876 364 0 25230 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.15 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1187 0 0 0 8 7 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=23676 CPUtime=140.97 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 20208 0 0 0 14095 2 0 0 25 0 1 0 906914640 24244224 5089 33554432000 4194304 4352236 140736302335584 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 5919 5089 129 39 0 4999 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=357248 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 2 0 906914640 365821952 7927 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 143.15
Current children cumulated vsize (KiB) 672636

[startup+222.3 s]
/proc/loadavg: 1.99 1.04 0.41 3/192 17051
/proc/meminfo: memFree=4493176/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.05 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13449 927 115 8 177 28 0 0 19 0 3 0 906912510 376324096 7917 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7917 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.22 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1207 0 0 0 12 10 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=29828 CPUtime=195.19 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) T 17032 17034 17034 0 -1 4202496 27762 0 0 0 19516 3 0 0 25 0 1 0 906914640 30543872 6627 33554432000 4194304 4352236 140736302335584 18446744073709551615 4328059 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/17034/statm: 7457 6627 129 39 0 6537 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 906934164 365834240 6405 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 4449508882259083528 0 0 17 7 0 0 0
/proc/17049/statm: 89315 6405 370 364 0 25230 0
[pid=17051] ppid=17049 vsize=15112 CPUtime=5.74 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) R 17049 17051 17051 0 -1 4202496 3720 0 0 0 574 0 0 0 25 0 1 0 906934165 15474688 3469 33554432000 134512640 135674940 4289882816 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17051/statm: 3778 3469 99 284 0 3492 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 30 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7917 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7917 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.2

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

[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=567.43 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 56734 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4276475 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 669.37
Current children cumulated vsize (KiB) 1091516

[startup+689.501 s]
/proc/loadavg: 2.00 1.79 1.02 3/194 17065
/proc/meminfo: memFree=4382812/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=569.03 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 56894 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4276703 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 670.97
Current children cumulated vsize (KiB) 1091516

[startup+691.101 s]
/proc/loadavg: 2.00 1.79 1.02 3/194 17065
/proc/meminfo: memFree=4382812/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=570.63 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 57054 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4239282 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 672.57
Current children cumulated vsize (KiB) 1091516

[startup+691.906 s]
/proc/loadavg: 2.00 1.79 1.02 3/194 17065
/proc/meminfo: memFree=4382812/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=571.43 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 57134 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 673.37
Current children cumulated vsize (KiB) 1091516

[startup+692.1 s]
/proc/loadavg: 2.00 1.79 1.02 3/194 17065
/proc/meminfo: memFree=4382812/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=571.63 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 57154 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4328233 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 673.57
Current children cumulated vsize (KiB) 1091516

[startup+692.201 s]
/proc/loadavg: 2.00 1.79 1.02 3/194 17065
/proc/meminfo: memFree=4382812/32950928 swapFree=67055156/67111528
[pid=17022] ppid=17017 vsize=367504 CPUtime=2.07 cores=1,3,5,7
/proc/17022/stat : 17022 (python) S 17017 17022 16976 0 -1 4202496 13864 927 115 8 179 28 0 0 18 0 3 0 906912510 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 281
/proc/17022/statm: 91876 7922 1878 364 0 27791 0
[pid=17032] ppid=17022 vsize=291712 CPUtime=0.66 cores=1,3,5,7
/proc/17032/stat : 17032 (python) S 17022 17022 16976 0 -1 4202560 1214 0 0 0 35 31 0 0 18 0 2 0 906914640 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17032/statm: 72928 6351 416 364 0 8846 0
[pid=17034] ppid=17032 vsize=35976 CPUtime=571.73 cores=1,3,5,7
/proc/17034/stat : 17034 (lingeling) R 17032 17034 17034 0 -1 4202496 80883 0 0 0 57164 9 0 0 25 0 1 0 906914640 36839424 8164 33554432000 4194304 4352236 140736302335584 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/17034/statm: 8994 8164 129 39 0 8074 0
[pid=17032/tid=17041] ppid=17022 vsize=291712 CPUtime=0 cores=1,3,5,7
/proc/17032/task/17041/stat : 17041 (python) S 17022 17022 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906924650 298713088 6351 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 5 0 0 0
[pid=17049] ppid=17022 vsize=357260 CPUtime=0.11 cores=1,3,5,7
/proc/17049/stat : 17049 (python) S 17022 17022 16976 0 -1 4202560 986 0 0 0 5 6 0 0 19 0 2 0 906934164 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17049/statm: 89315 6436 400 364 0 25230 0
[pid=17051] ppid=17049 vsize=39064 CPUtime=99.1 cores=1,3,5,7
/proc/17051/stat : 17051 (SApperloT-base) T 17049 17051 17051 0 -1 4202496 9409 0 0 0 9909 1 0 0 25 0 1 0 906934165 40001536 9092 33554432000 134512640 135674940 4289882816 18446744073709551615 134566374 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17051/statm: 9766 9092 100 284 0 9480 0
[pid=17049/tid=17054] ppid=17022 vsize=357260 CPUtime=0 cores=1,3,5,7
/proc/17049/task/17054/stat : 17054 (python) S 17022 17022 16976 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 906944075 365834240 6436 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 514 18446604471128544448 0 0 -1 3 0 0 0
[pid=17022/tid=17033] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17033/stat : 17033 (python) S 17017 17022 16976 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 3 0 906914640 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
[pid=17022/tid=17050] ppid=17017 vsize=367504 CPUtime=0 cores=1,3,5,7
/proc/17022/task/17050/stat : 17050 (python) S 17017 17022 16976 0 -1 4202560 72 927 0 8 0 0 0 0 20 0 3 0 906934165 376324096 7922 33554432000 4194304 5683644 140736958806656 18446744073709551615 248101521841 0 0 16781312 2 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 673.67
Current children cumulated vsize (KiB) 1091516

Child status: 0
Real time (s): 692.296
CPU time (s): 673.832
CPU user time (s): 673.041
CPU system time (s): 0.790879
CPU usage (%): 97.3329
Max. virtual memory (cumulated for all children) (KiB): 1104828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.041
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112185
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23299
involuntary context switches= 1040

runsolver used 1.10583 second user time and 2.52562 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-13 10:18:41
IDJOB=3498298
IDBENCH=70818
IDSOLVER=1991
FILE ID=node123/3498298-1307953121
RUNJOBID= node123-1307953121-16995
PBS_JOBID= 13559705
Free space on /var/tmp= 2892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498298-1307953121/watcher-3498298-1307953121 -o /var/tmp/evaluation-result-3498298-1307953121/solver-3498298-1307953121 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498298-1307953121.cnf -seed 477717481 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=477717481

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:       5104592 kB
Buffers:        110448 kB
Cached:       26833996 kB
SwapCached:      10120 kB
Active:       11214548 kB
Inactive:     15748232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5104592 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           67212 kB
Writeback:           0 kB
AnonPages:       16184 kB
Mapped:          12320 kB
Slab:           819584 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186652 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 /var/tmp at the end= 2828 MiB
End job on node123 at 2011-06-13 10:30:19