Trace number 3377983

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 791.044 790.139

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

0.49/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/0.90	c INFO: solving HOME/instance-3377983-1305456257.cnf
0.55/0.90	c INFO: computing task features
0.65/1.10	c INFO: computed variable-clause graph statistics
0.76/1.12	c INFO: computed clause balance statistics
1.85/2.21	c INFO: computed variable balance statistics
2.64/3.01	c INFO: computed small-clause counts
2.64/3.02	c INFO: computed Horn-clause counts
3.14/3.58	c INFO: computed variable graph statistics
3.14/3.58	c INFO: collected features for HOME/instance-3377983-1305456257.cnf in 2.67 s
3.14/3.59	c INFO: running lingeling-276@0 for 582 with 2397 remaining (b = 0.58)
591.49/591.14	c INFO: running lingeling-276@0 for 97 with 1810 remaining (b = 0.27)
692.04/691.44	c INFO: running cryptominisat-2.9.0@0 for 1710 with 1710 remaining (b = 0.55)
790.91/790.11	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.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377983-1305456257/watcher-3377983-1305456257 -o /tmp/evaluation-result-3377983-1305456257/solver-3377983-1305456257 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377983-1305456257.cnf -seed 678528432 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.68 3.99 4.00 6/365 1214
/proc/meminfo: memFree=27033400/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=15184 CPUtime=0 cores=0,2
/proc/1214/stat : 1214 (python) R 1212 1214 24378 0 -1 4202496 690 0 0 0 0 0 0 0 20 0 1 0 657224530 15548416 585 33554432000 4194304 5683644 140736196014784 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1214/statm: 3796 587 320 364 0 283 0

[startup+0.102168 s]
/proc/loadavg: 3.68 3.99 4.00 6/365 1214
/proc/meminfo: memFree=27033400/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=84472 CPUtime=0.07 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 2398 0 0 0 5 2 0 0 17 0 1 0 657224530 86499328 2127 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 0
/proc/1214/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84472

[startup+0.203455 s]
/proc/loadavg: 3.68 3.99 4.00 6/365 1214
/proc/meminfo: memFree=27033400/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=116604 CPUtime=0.11 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 3854 0 0 0 8 3 0 0 17 0 1 0 657224530 119402496 3491 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272684901 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1214/statm: 29151 3491 895 364 0 2652 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 116604

[startup+0.301107 s]
/proc/loadavg: 3.68 3.99 4.00 6/365 1214
/proc/meminfo: memFree=27033400/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=135580 CPUtime=0.19 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 5926 935 1 0 14 5 0 0 17 0 1 0 657224530 138833920 4132 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 0
/proc/1214/statm: 33895 4132 1032 364 0 3081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135580

[startup+0.701026 s]
/proc/loadavg: 3.68 3.99 4.00 6/365 1214
/proc/meminfo: memFree=27033400/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=226800 CPUtime=0.42 cores=0,2
/proc/1214/stat : 1214 (python) R 1212 1214 24378 0 -1 4202496 7672 935 1 0 24 18 0 0 16 0 1 0 657224530 232243200 5623 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1214/statm: 56700 5623 1566 364 0 4238 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 226800

[startup+1.50094 s]
/proc/loadavg: 3.68 3.99 4.00 6/374 1244
/proc/meminfo: memFree=26828048/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=292120 CPUtime=1.14 cores=0,2
/proc/1214/stat : 1214 (python) R 1212 1214 24378 0 -1 4202496 14278 935 1 0 90 24 0 0 17 0 1 0 657224530 299130880 10415 33554432000 4194304 5683644 140736196014784 18446744073709551615 47084571693871 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1214/statm: 73030 10415 1826 364 0 8954 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 292120

[startup+3.10055 s]
/proc/loadavg: 3.71 3.99 4.00 6/374 1244
/proc/meminfo: memFree=26765800/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=292120 CPUtime=2.74 cores=0,2
/proc/1214/stat : 1214 (python) R 1212 1214 24378 0 -1 4202496 14285 935 1 0 250 24 0 0 19 0 1 0 657224530 299130880 10422 33554432000 4194304 5683644 140736196014784 18446744073709551615 47084568918144 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1214/statm: 73030 10422 1833 364 0 8954 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 292120

[startup+6.30097 s]
/proc/loadavg: 3.71 3.99 4.00 6/380 1250
/proc/meminfo: memFree=26748468/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 657224890 298479616 8777 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 11219122259882901761 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8777 353 364 0 8789 0
[pid=1250] ppid=1248 vsize=10592 CPUtime=2.69 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 2866 0 0 0 269 0 0 0 25 0 1 0 657224890 10846208 1818 33554432000 4194304 4352236 140733788396672 18446744073709551615 4321822 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 2648 1818 129 39 0 1728 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 603804

[startup+12.7009 s]
/proc/loadavg: 3.83 4.00 4.00 6/383 1253
/proc/meminfo: memFree=26731840/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 11219122259882901761 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=11168 CPUtime=9.07 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 3010 0 0 0 907 0 0 0 25 0 1 0 657224890 11436032 1962 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 2792 1962 129 39 0 1872 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 604380

[startup+25.5006 s]
/proc/loadavg: 3.85 4.00 4.00 6/386 1256
/proc/meminfo: memFree=26687568/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0.05 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 890 0 0 0 3 2 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 13256275134420844801 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=15156 CPUtime=21.83 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 5031 0 0 0 2183 0 0 0 25 0 1 0 657224890 15519744 2959 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 3789 2959 129 39 0 2869 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 608368

[startup+51.101 s]
/proc/loadavg: 3.98 4.02 4.01 6/386 1257
/proc/meminfo: memFree=26682428/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0.12 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 903 0 0 0 6 6 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 13256275134420844801 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=16948 CPUtime=47.35 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 5479 0 0 0 4735 0 0 0 25 0 1 0 657224890 17354752 3407 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 4237 3407 129 39 0 3317 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 610160

[startup+102.301 s]
/proc/loadavg: 3.99 4.01 4.00 6/386 1258
/proc/meminfo: memFree=26658220/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0.26 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 924 0 0 0 13 13 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 13256275134420844801 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=21044 CPUtime=98.43 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 8551 0 0 0 9842 1 0 0 25 0 1 0 657224890 21549056 4431 33554432000 4194304 4352236 140733788396672 18446744073709551615 4277716 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 5261 4431 129 39 0 4341 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 614256

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 4.00 6/386 1260
/proc/meminfo: memFree=26648012/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0.43 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 943 0 0 0 22 21 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 13256275134420844801 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=27192 CPUtime=158.31 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 12008 0 0 0 15829 2 0 0 25 0 1 0 657224890 27844608 5968 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328413 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 6798 5968 129 39 0 5878 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 620404

[startup+222.314 s]
/proc/loadavg: 4.08 4.03 4.01 6/386 1261
/proc/meminfo: memFree=26643624/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=301728 CPUtime=3.24 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 14574 935 1 0 300 24 0 0 20 0 2 0 657224530 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1214/statm: 75432 10303 1875 364 0 11350 0
[pid=1248] ppid=1214 vsize=291484 CPUtime=0.59 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 962 0 0 0 29 30 0 0 18 0 1 0 657224890 298479616 8800 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709135 0 0 16781312 514 13256275134420844801 0 0 17 0 0 0 0
/proc/1248/statm: 72871 8800 376 364 0 8789 0
[pid=1250] ppid=1248 vsize=27192 CPUtime=218.25 cores=0,2
/proc/1250/stat : 1250 (lingeling) R 1248 1250 1250 0 -1 4202496 14056 0 0 0 21823 2 0 0 25 0 1 0 657224890 27844608 5968 33554432000 4194304 4352236 140733788396672 18446744073709551615 4332253 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1250/statm: 6798 5968 129 39 0 5878 0
[pid=1214/tid=1249] ppid=1212 vsize=301728 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 657224890 308969472 10303 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 620404

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

[pid=1285] ppid=1214 vsize=301740 CPUtime=0.28 cores=0,2
/proc/1285/stat : 1285 (python) S 1214 1214 24378 0 -1 4202560 1098 0 0 0 15 13 0 0 19 0 2 0 657283645 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1285/statm: 75435 8828 399 364 0 11350 0
[pid=1287] ppid=1285 vsize=25256 CPUtime=100.27 cores=0,2
/proc/1287/stat : 1287 (lingeling) T 1285 1287 1287 0 -1 4202496 8578 0 0 0 10027 0 0 0 25 0 1 0 657283645 25862144 5484 33554432000 4194304 4352236 140733927925904 18446744073709551615 4276795 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1287/statm: 6314 5484 129 39 0 5394 0
[pid=1285/tid=1295] ppid=1214 vsize=301740 CPUtime=0 cores=0,2
/proc/1285/task/1295/stat : 1295 (python) S 1214 1214 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657293673 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604451835165440 0 0 -1 0 0 0 0
[pid=1296] ppid=1214 vsize=311996 CPUtime=0.3 cores=0,2
/proc/1296/stat : 1296 (python) S 1214 1214 24378 0 -1 4202560 942 0 0 0 15 15 0 0 15 0 1 0 657293674 319483904 8802 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709190 0 0 16781312 514 13256275134420844804 0 0 17 0 0 0 0
/proc/1296/statm: 77999 8802 370 364 0 13911 0
[pid=1298] ppid=1296 vsize=107972 CPUtime=95.59 cores=0,2
/proc/1298/stat : 1298 (cryptominisat-2) R 1296 1298 1298 0 -1 4202496 51631 0 0 0 9550 9 0 0 25 0 1 0 657293675 110563328 19695 33554432000 4194304 4677096 140737014313792 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1298/statm: 26993 19695 393 118 0 21952 0
[pid=1214/tid=1249] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657224890 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
[pid=1214/tid=1286] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1286/stat : 1286 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657283645 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 2 0 0 0
[pid=1214/tid=1297] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1297/stat : 1297 (python) S 1212 1214 24378 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 4 0 657293675 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 788
Current children cumulated vsize (KiB) 1411968

[startup+788.815 s]
/proc/loadavg: 3.45 3.89 3.96 5/393 1319
/proc/meminfo: memFree=25549408/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=322240 CPUtime=3.26 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 16190 935 1 0 302 24 0 0 20 0 4 0 657224530 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1214/statm: 80560 10316 1880 364 0 16472 0
[pid=1248] ppid=1214 vsize=301728 CPUtime=1.63 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 1197 0 0 0 84 79 0 0 19 0 2 0 657224890 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1248/statm: 75432 8844 415 364 0 11350 0
[pid=1250] ppid=1248 vsize=41036 CPUtime=586.67 cores=0,2
/proc/1250/stat : 1250 (lingeling) T 1248 1250 1250 0 -1 4202496 50477 0 0 0 58661 6 0 0 25 0 1 0 657224890 42020864 9429 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1250/statm: 10259 9429 129 39 0 9339 0
[pid=1248/tid=1284] ppid=1214 vsize=301728 CPUtime=0 cores=0,2
/proc/1248/task/1284/stat : 1284 (python) S 1214 1214 24378 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657283644 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604446934914112 0 0 -1 2 0 0 0
[pid=1285] ppid=1214 vsize=301740 CPUtime=0.28 cores=0,2
/proc/1285/stat : 1285 (python) S 1214 1214 24378 0 -1 4202560 1098 0 0 0 15 13 0 0 19 0 2 0 657283645 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1285/statm: 75435 8828 399 364 0 11350 0
[pid=1287] ppid=1285 vsize=25256 CPUtime=100.27 cores=0,2
/proc/1287/stat : 1287 (lingeling) T 1285 1287 1287 0 -1 4202496 8578 0 0 0 10027 0 0 0 25 0 1 0 657283645 25862144 5484 33554432000 4194304 4352236 140733927925904 18446744073709551615 4276795 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1287/statm: 6314 5484 129 39 0 5394 0
[pid=1285/tid=1295] ppid=1214 vsize=301740 CPUtime=0 cores=0,2
/proc/1285/task/1295/stat : 1295 (python) S 1214 1214 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657293673 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604451835165440 0 0 -1 0 0 0 0
[pid=1296] ppid=1214 vsize=311996 CPUtime=0.3 cores=0,2
/proc/1296/stat : 1296 (python) S 1214 1214 24378 0 -1 4202560 942 0 0 0 15 15 0 0 15 0 1 0 657293674 319483904 8802 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709190 0 0 16781312 514 13256275134420844804 0 0 17 0 0 0 0
/proc/1296/statm: 77999 8802 370 364 0 13911 0
[pid=1298] ppid=1296 vsize=107972 CPUtime=97.2 cores=0,2
/proc/1298/stat : 1298 (cryptominisat-2) R 1296 1298 1298 0 -1 4202496 51860 0 0 0 9711 9 0 0 25 0 1 0 657293675 110563328 19924 33554432000 4194304 4677096 140737014313792 18446744073709551615 4346668 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1298/statm: 26993 19924 393 118 0 21952 0
[pid=1214/tid=1249] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657224890 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
[pid=1214/tid=1286] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1286/stat : 1286 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657283645 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 2 0 0 0
[pid=1214/tid=1297] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1297/stat : 1297 (python) S 1212 1214 24378 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 4 0 657293675 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 789.61
Current children cumulated vsize (KiB) 1411968

[startup+789.601 s]
/proc/loadavg: 3.45 3.89 3.96 5/393 1319
/proc/meminfo: memFree=25549408/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=322240 CPUtime=3.26 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 16190 935 1 0 302 24 0 0 20 0 4 0 657224530 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1214/statm: 80560 10316 1880 364 0 16472 0
[pid=1248] ppid=1214 vsize=301728 CPUtime=1.63 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 1197 0 0 0 84 79 0 0 19 0 2 0 657224890 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1248/statm: 75432 8844 415 364 0 11350 0
[pid=1250] ppid=1248 vsize=41036 CPUtime=586.67 cores=0,2
/proc/1250/stat : 1250 (lingeling) T 1248 1250 1250 0 -1 4202496 50477 0 0 0 58661 6 0 0 25 0 1 0 657224890 42020864 9429 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1250/statm: 10259 9429 129 39 0 9339 0
[pid=1248/tid=1284] ppid=1214 vsize=301728 CPUtime=0 cores=0,2
/proc/1248/task/1284/stat : 1284 (python) S 1214 1214 24378 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657283644 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604446934914112 0 0 -1 2 0 0 0
[pid=1285] ppid=1214 vsize=301740 CPUtime=0.28 cores=0,2
/proc/1285/stat : 1285 (python) S 1214 1214 24378 0 -1 4202560 1098 0 0 0 15 13 0 0 19 0 2 0 657283645 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1285/statm: 75435 8828 399 364 0 11350 0
[pid=1287] ppid=1285 vsize=25256 CPUtime=100.27 cores=0,2
/proc/1287/stat : 1287 (lingeling) T 1285 1287 1287 0 -1 4202496 8578 0 0 0 10027 0 0 0 25 0 1 0 657283645 25862144 5484 33554432000 4194304 4352236 140733927925904 18446744073709551615 4276795 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1287/statm: 6314 5484 129 39 0 5394 0
[pid=1285/tid=1295] ppid=1214 vsize=301740 CPUtime=0 cores=0,2
/proc/1285/task/1295/stat : 1295 (python) S 1214 1214 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657293673 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604451835165440 0 0 -1 0 0 0 0
[pid=1296] ppid=1214 vsize=311996 CPUtime=0.3 cores=0,2
/proc/1296/stat : 1296 (python) S 1214 1214 24378 0 -1 4202560 942 0 0 0 15 15 0 0 15 0 1 0 657293674 319483904 8802 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709190 0 0 16781312 514 13256275134420844804 0 0 17 0 0 0 0
/proc/1296/statm: 77999 8802 370 364 0 13911 0
[pid=1298] ppid=1296 vsize=107972 CPUtime=97.99 cores=0,2
/proc/1298/stat : 1298 (cryptominisat-2) R 1296 1298 1298 0 -1 4202496 51965 0 0 0 9790 9 0 0 25 0 1 0 657293675 110563328 20029 33554432000 4194304 4677096 140737014313792 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1298/statm: 26993 20029 393 118 0 21952 0
[pid=1214/tid=1249] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657224890 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
[pid=1214/tid=1286] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1286/stat : 1286 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657283645 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 2 0 0 0
[pid=1214/tid=1297] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1297/stat : 1297 (python) S 1212 1214 24378 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 4 0 657293675 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 790.4
Current children cumulated vsize (KiB) 1411968

[startup+790.001 s]
/proc/loadavg: 3.45 3.89 3.96 4/393 1319
/proc/meminfo: memFree=25545316/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=322240 CPUtime=3.26 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 16190 935 1 0 302 24 0 0 20 0 4 0 657224530 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1214/statm: 80560 10316 1880 364 0 16472 0
[pid=1248] ppid=1214 vsize=301728 CPUtime=1.63 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 1197 0 0 0 84 79 0 0 19 0 2 0 657224890 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1248/statm: 75432 8844 415 364 0 11350 0
[pid=1250] ppid=1248 vsize=41036 CPUtime=586.67 cores=0,2
/proc/1250/stat : 1250 (lingeling) T 1248 1250 1250 0 -1 4202496 50477 0 0 0 58661 6 0 0 25 0 1 0 657224890 42020864 9429 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1250/statm: 10259 9429 129 39 0 9339 0
[pid=1248/tid=1284] ppid=1214 vsize=301728 CPUtime=0 cores=0,2
/proc/1248/task/1284/stat : 1284 (python) S 1214 1214 24378 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657283644 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604446934914112 0 0 -1 2 0 0 0
[pid=1285] ppid=1214 vsize=301740 CPUtime=0.28 cores=0,2
/proc/1285/stat : 1285 (python) S 1214 1214 24378 0 -1 4202560 1098 0 0 0 15 13 0 0 19 0 2 0 657283645 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1285/statm: 75435 8828 399 364 0 11350 0
[pid=1287] ppid=1285 vsize=25256 CPUtime=100.27 cores=0,2
/proc/1287/stat : 1287 (lingeling) T 1285 1287 1287 0 -1 4202496 8578 0 0 0 10027 0 0 0 25 0 1 0 657283645 25862144 5484 33554432000 4194304 4352236 140733927925904 18446744073709551615 4276795 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1287/statm: 6314 5484 129 39 0 5394 0
[pid=1285/tid=1295] ppid=1214 vsize=301740 CPUtime=0 cores=0,2
/proc/1285/task/1295/stat : 1295 (python) S 1214 1214 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657293673 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604451835165440 0 0 -1 0 0 0 0
[pid=1296] ppid=1214 vsize=311996 CPUtime=0.3 cores=0,2
/proc/1296/stat : 1296 (python) S 1214 1214 24378 0 -1 4202560 942 0 0 0 15 15 0 0 15 0 1 0 657293674 319483904 8802 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709190 0 0 16781312 514 13256275134420844804 0 0 17 0 0 0 0
/proc/1296/statm: 77999 8802 370 364 0 13911 0
[pid=1298] ppid=1296 vsize=107972 CPUtime=98.39 cores=0,2
/proc/1298/stat : 1298 (cryptominisat-2) R 1296 1298 1298 0 -1 4202496 52000 0 0 0 9830 9 0 0 25 0 1 0 657293675 110563328 20064 33554432000 4194304 4677096 140737014313792 18446744073709551615 4228544 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1298/statm: 26993 20064 393 118 0 21952 0
[pid=1214/tid=1249] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657224890 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
[pid=1214/tid=1286] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1286/stat : 1286 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657283645 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 2 0 0 0
[pid=1214/tid=1297] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1297/stat : 1297 (python) S 1212 1214 24378 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 4 0 657293675 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 790.8
Current children cumulated vsize (KiB) 1411968

[startup+790.101 s]
/proc/loadavg: 3.45 3.89 3.96 4/393 1319
/proc/meminfo: memFree=25545316/32950928 swapFree=60199044/67111528
[pid=1214] ppid=1212 vsize=322240 CPUtime=3.26 cores=0,2
/proc/1214/stat : 1214 (python) S 1212 1214 24378 0 -1 4202496 16190 935 1 0 302 24 0 0 20 0 4 0 657224530 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1214/statm: 80560 10316 1880 364 0 16472 0
[pid=1248] ppid=1214 vsize=301728 CPUtime=1.63 cores=0,2
/proc/1248/stat : 1248 (python) S 1214 1214 24378 0 -1 4202560 1197 0 0 0 84 79 0 0 19 0 2 0 657224890 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1248/statm: 75432 8844 415 364 0 11350 0
[pid=1250] ppid=1248 vsize=41036 CPUtime=586.67 cores=0,2
/proc/1250/stat : 1250 (lingeling) T 1248 1250 1250 0 -1 4202496 50477 0 0 0 58661 6 0 0 25 0 1 0 657224890 42020864 9429 33554432000 4194304 4352236 140733788396672 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1250/statm: 10259 9429 129 39 0 9339 0
[pid=1248/tid=1284] ppid=1214 vsize=301728 CPUtime=0 cores=0,2
/proc/1248/task/1284/stat : 1284 (python) S 1214 1214 24378 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657283644 308969472 8844 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604446934914112 0 0 -1 2 0 0 0
[pid=1285] ppid=1214 vsize=301740 CPUtime=0.28 cores=0,2
/proc/1285/stat : 1285 (python) S 1214 1214 24378 0 -1 4202560 1098 0 0 0 15 13 0 0 19 0 2 0 657283645 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1285/statm: 75435 8828 399 364 0 11350 0
[pid=1287] ppid=1285 vsize=25256 CPUtime=100.27 cores=0,2
/proc/1287/stat : 1287 (lingeling) T 1285 1287 1287 0 -1 4202496 8578 0 0 0 10027 0 0 0 25 0 1 0 657283645 25862144 5484 33554432000 4194304 4352236 140733927925904 18446744073709551615 4276795 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1287/statm: 6314 5484 129 39 0 5394 0
[pid=1285/tid=1295] ppid=1214 vsize=301740 CPUtime=0 cores=0,2
/proc/1285/task/1295/stat : 1295 (python) S 1214 1214 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657293673 308981760 8828 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 514 18446604451835165440 0 0 -1 0 0 0 0
[pid=1296] ppid=1214 vsize=311996 CPUtime=0.31 cores=0,2
/proc/1296/stat : 1296 (python) S 1214 1214 24378 0 -1 4202560 944 0 0 0 16 15 0 0 16 0 1 0 657293674 319483904 8802 33554432000 4194304 5683644 140736196014784 18446744073709551615 268272709190 0 0 16781312 514 5606895327492669700 0 0 17 0 0 0 0
/proc/1296/statm: 77999 8802 370 364 0 13911 0
[pid=1298] ppid=1296 vsize=107328 CPUtime=98.49 cores=0,2
/proc/1298/stat : 1298 (cryptominisat-2) R 1296 1298 1298 0 -1 4202496 52009 0 0 0 9840 9 0 0 25 0 1 0 657293675 109903872 19915 33554432000 4194304 4677096 140737014313792 18446744073709551615 268272346898 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1298/statm: 26832 19915 398 118 0 21791 0
[pid=1214/tid=1249] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1249/stat : 1249 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657224890 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
[pid=1214/tid=1286] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1286/stat : 1286 (python) S 1212 1214 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 657283645 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 2 0 0 0
[pid=1214/tid=1297] ppid=1212 vsize=322240 CPUtime=0 cores=0,2
/proc/1214/task/1297/stat : 1297 (python) S 1212 1214 24378 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 4 0 657293675 329973760 10316 33554432000 4194304 5683644 140736196014784 18446744073709551615 268284512689 0 0 16781312 2 18446604452677236736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 790.91
Current children cumulated vsize (KiB) 1411324

Child status: 0
Real time (s): 790.139
CPU time (s): 791.044
CPU user time (s): 789.52
CPU system time (s): 1.52377
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 1418600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 789.52
system time used= 1.52377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137430
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= 27050
involuntary context switches= 3609

runsolver used 2.74358 second user time and 6.27505 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 12:44:17
IDJOB=3377983
IDBENCH=83117
IDSOLVER=1858
FILE ID=node122/3377983-1305456257
RUNJOBID= node122-1305456257-1184
PBS_JOBID= 13324864
Free space on /tmp= 73460 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.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 /tmp/evaluation-result-3377983-1305456257/watcher-3377983-1305456257 -o /tmp/evaluation-result-3377983-1305456257/solver-3377983-1305456257 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377983-1305456257.cnf -seed 678528432 -budget 2400

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=678528432

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27034448 kB
Buffers:        305480 kB
Cached:        3873336 kB
SwapCached:      50104 kB
Active:        1604416 kB
Inactive:      4078836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27034448 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           72040 kB
Writeback:           0 kB
AnonPages:     1465784 kB
Mapped:          18504 kB
Slab:           129656 kB
PageTables:      38116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79505132 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= 73356 MiB
End job on node122 at 2011-05-15 12:57:28