Trace number 3317738

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-industrialUNSAT 3393.95 858.543

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3317738-1304270756.cnf
0.31/0.46	c INFO: computing task features
1.70/1.81	c INFO: computed variable-clause graph statistics
1.70/1.84	c INFO: computed clause balance statistics
8.30/8.41	c INFO: computed variable balance statistics
10.80/10.96	c INFO: computed small-clause counts
10.80/10.97	c INFO: computed Horn-clause counts
11.10/11.28	c INFO: computed variable graph statistics
11.10/11.28	c INFO: collected features for HOME/instance-3317738-1304270756.cnf in 10.77 s
11.20/11.30	c INFO: running lingeling-276@0 for 97 with 4789 remaining (b = 0.22)
11.20/11.32	c INFO: running cryptominisat-2.9.0@0 for 485 with 4789 remaining (b = 0.26)
11.20/11.35	c INFO: running lingeling-276@0 for 1261 with 4789 remaining (b = 0.44)
11.20/11.38	c INFO: running lingeling-276@0 for 1261 with 4789 remaining (b = 0.38)
410.77/111.47	c INFO: running SApperloT@0 for 97 with 4689 remaining (b = 0.03)
810.88/211.64	c INFO: running precosat-570@0 for 291 with 4588 remaining (b = 0.12)
1952.57/497.59	c INFO: running cryptominisat-2.9.0@0 for 388 with 4302 remaining (b = 0.15)
1978.50/504.07	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4296 remaining (b = 0.47)
3393.84/858.50	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: 935)

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-3317738-1304270756/watcher-3317738-1304270756 -o /tmp/evaluation-result-3317738-1304270756/solver-3317738-1304270756 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317738-1304270756.cnf -seed 2140918770 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 9.22 9.08 8.42 6/220 5940
/proc/meminfo: memFree=27565960/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 538675476 16142336 727 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/5940/statm: 3941 727 334 364 0 428 0

[startup+0.0309681 s]
/proc/loadavg: 9.22 9.08 8.42 6/220 5940
/proc/meminfo: memFree=27565960/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=18884 CPUtime=0.01 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 1281 0 0 0 1 0 0 0 25 0 1 0 538675476 19337216 1133 33554432000 4194304 5683644 140735639890480 18446744073709551615 4874342 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 4721 1133 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100959 s]
/proc/loadavg: 9.22 9.08 8.42 6/220 5940
/proc/meminfo: memFree=27565960/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 3087 0 0 0 5 2 0 0 25 0 1 0 538675476 106733568 2767 33554432000 4194304 5683644 140735639890480 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300923 s]
/proc/loadavg: 9.22 9.08 8.42 6/220 5940
/proc/meminfo: memFree=27565960/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=187692 CPUtime=0.23 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 6822 937 1 0 16 7 0 0 25 0 1 0 538675476 192196608 4879 33554432000 4194304 5683644 140735639890480 18446744073709551615 47440267394992 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 46923 4881 1398 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187692

[startup+0.700851 s]
/proc/loadavg: 9.22 9.08 8.42 6/220 5940
/proc/meminfo: memFree=27565960/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=295292 CPUtime=0.6 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 13463 937 1 0 51 9 0 0 25 0 1 0 538675476 302379008 11043 33554432000 4194304 5683644 140735639890480 18446744073709551615 47440366652208 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 73823 11044 1761 364 0 9747 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 295292

[startup+1.50071 s]
/proc/loadavg: 9.22 9.08 8.42 7/221 5945
/proc/meminfo: memFree=27509780/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=339616 CPUtime=1.4 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 24330 937 1 0 129 11 0 0 25 0 1 0 538675476 347766784 21910 33554432000 4194304 5683644 140735639890480 18446744073709551615 47440196028954 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 84904 21910 1761 364 0 20828 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 339616

[startup+3.10043 s]
/proc/loadavg: 9.22 9.08 8.42 7/221 5945
/proc/meminfo: memFree=27463912/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=357672 CPUtime=3 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 39462 937 1 0 287 13 0 0 25 0 1 0 538675476 366256128 26802 33554432000 4194304 5683644 140735639890480 18446744073709551615 4643410 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 89418 26802 1826 364 0 25342 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 357672

[startup+6.30086 s]
/proc/loadavg: 8.96 9.03 8.40 7/221 5945
/proc/meminfo: memFree=27462672/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=357672 CPUtime=6.2 cores=0,2,4,6
/proc/5940/stat : 5940 (python) R 5938 5940 5278 0 -1 4202496 39462 937 1 0 607 13 0 0 25 0 1 0 538675476 366256128 26802 33554432000 4194304 5683644 140735639890480 18446744073709551615 5102896 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5940/statm: 89418 26802 1826 364 0 25342 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 357672

[startup+12.7007 s]
/proc/loadavg: 8.72 8.98 8.39 10/233 5957
/proc/meminfo: memFree=27360392/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=392408 CPUtime=11.28 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 42129 937 1 0 1113 15 0 0 25 0 5 0 538675476 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5940/statm: 98102 25298 1881 364 0 34011 0
[pid=5946] ppid=5940 vsize=351396 CPUtime=0 cores=0,2,4,6
/proc/5946/stat : 5946 (python) S 5940 5940 5278 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 538676607 359829504 23759 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718287 0 0 16781312 514 4013564891351744511 0 0 17 2 0 0 0
/proc/5946/statm: 87849 23759 358 364 0 23767 0
[pid=5948] ppid=5946 vsize=32484 CPUtime=1.37 cores=0,2,4,6
/proc/5948/stat : 5948 (lingeling) R 5946 5948 5948 0 -1 4202496 8774 0 0 0 136 1 0 0 25 0 1 0 538676607 33263616 7282 33554432000 4194304 4352236 140736589095584 18446744073709551615 4267938 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5948/statm: 8121 7282 126 39 0 7201 0
[pid=5949] ppid=5940 vsize=361652 CPUtime=0 cores=0,2,4,6
/proc/5949/stat : 5949 (python) S 5940 5940 5278 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538676609 370331648 23752 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 4592796412957131012 0 0 17 2 0 0 0
/proc/5949/statm: 90413 23752 347 364 0 26328 0
[pid=5951] ppid=5949 vsize=84472 CPUtime=1.35 cores=0,2,4,6
/proc/5951/stat : 5951 (cryptominisat-2) R 5949 5951 5951 0 -1 4202496 15435 0 0 0 134 1 0 0 25 0 1 0 538676610 86499328 15086 33554432000 4194304 4677096 140733708445088 18446744073709551615 4481776 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5951/statm: 21118 15086 377 118 0 16077 0
[pid=5952] ppid=5940 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5940 5940 5278 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 538676612 380833792 23756 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 6981049742818017279 0 0 17 2 0 0 0
/proc/5952/statm: 92977 23756 347 364 0 28889 0
[pid=5954] ppid=5952 vsize=32472 CPUtime=1.33 cores=0,2,4,6
/proc/5954/stat : 5954 (lingeling) R 5952 5954 5954 0 -1 4202496 8776 0 0 0 132 1 0 0 25 0 1 0 538676612 33251328 7279 33554432000 4194304 4352236 140736862360864 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/5954/statm: 8118 7279 126 39 0 7198 0
[pid=5955] ppid=5940 vsize=382164 CPUtime=0 cores=0,2,4,6
/proc/5955/stat : 5955 (python) S 5940 5940 5278 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538676615 391335936 23760 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 6981045894527320063 0 0 17 0 0 0 0
/proc/5955/statm: 95541 23760 347 364 0 31450 0
[pid=5957] ppid=5955 vsize=32228 CPUtime=1.3 cores=0,2,4,6
/proc/5957/stat : 5957 (lingeling) R 5955 5957 5957 0 -1 4202496 8735 0 0 0 129 1 0 0 25 0 1 0 538676615 33001472 7241 33554432000 4194304 4352236 140736894468896 18446744073709551615 4268404 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5957/statm: 8057 7241 126 39 0 7137 0
[pid=5940/tid=5947] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5947/stat : 5947 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538676607 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5950] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5950/stat : 5950 (python) S 5938 5940 5278 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 538676610 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5953] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5953/stat : 5953 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538676612 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5956] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5956/stat : 5956 (python) S 5938 5940 5278 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 538676615 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.63
Current children cumulated vsize (KiB) 2041184

[startup+25.5015 s]
/proc/loadavg: 8.78 8.98 8.40 10/233 5957
/proc/meminfo: memFree=27284376/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=392408 CPUtime=11.28 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 42129 937 1 0 1113 15 0 0 25 0 5 0 538675476 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5940/statm: 98102 25298 1881 364 0 34011 0
[pid=5946] ppid=5940 vsize=351396 CPUtime=0.01 cores=0,2,4,6
/proc/5946/stat : 5946 (python) S 5940 5940 5278 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 538676607 359829504 23782 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718287 0 0 16781312 514 9582305408718962948 0 0 17 2 0 0 0
/proc/5946/statm: 87849 23782 381 364 0 23767 0
[pid=5948] ppid=5946 vsize=31888 CPUtime=14.08 cores=0,2,4,6
/proc/5948/stat : 5948 (lingeling) R 5946 5948 5948 0 -1 4202496 11985 0 0 0 1407 1 0 0 25 0 1 0 538676607 32653312 7136 33554432000 4194304 4352236 140736589095584 18446744073709551615 4238609 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5948/statm: 7972 7136 129 39 0 7052 0
[pid=5949] ppid=5940 vsize=361652 CPUtime=0.02 cores=0,2,4,6
/proc/5949/stat : 5949 (python) S 5940 5940 5278 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 538676609 370331648 23775 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 4592796412957131012 0 0 17 2 0 0 0
/proc/5949/statm: 90413 23775 370 364 0 26328 0
[pid=5951] ppid=5949 vsize=132600 CPUtime=14.16 cores=0,2,4,6
/proc/5951/stat : 5951 (cryptominisat-2) R 5949 5951 5951 0 -1 4202496 22246 0 0 0 1413 3 0 0 25 0 1 0 538676610 135782400 19642 33554432000 4194304 4677096 140733708445088 18446744073709551615 4465288 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5951/statm: 33150 19642 391 118 0 28109 0
[pid=5952] ppid=5940 vsize=371908 CPUtime=0.01 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5940 5940 5278 0 -1 4202560 916 0 0 0 1 0 0 0 18 0 1 0 538676612 380833792 23779 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962946 0 0 17 2 0 0 0
/proc/5952/statm: 92977 23779 370 364 0 28889 0
[pid=5954] ppid=5952 vsize=31896 CPUtime=14.07 cores=0,2,4,6
/proc/5954/stat : 5954 (lingeling) R 5952 5954 5954 0 -1 4202496 10341 0 0 0 1406 1 0 0 25 0 1 0 538676612 32661504 7170 33554432000 4194304 4352236 140736862360864 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/5954/statm: 7974 7170 129 39 0 7054 0
[pid=5955] ppid=5940 vsize=382164 CPUtime=0.02 cores=0,2,4,6
/proc/5955/stat : 5955 (python) S 5940 5940 5278 0 -1 4202560 937 0 0 0 1 1 0 0 18 0 1 0 538676615 391335936 23782 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962948 0 0 17 0 0 0 0
/proc/5955/statm: 95541 23782 369 364 0 31450 0
[pid=5957] ppid=5955 vsize=34580 CPUtime=14.08 cores=0,2,4,6
/proc/5957/stat : 5957 (lingeling) R 5955 5957 5957 0 -1 4202496 10944 0 0 0 1407 1 0 0 25 0 1 0 538676615 35409920 7808 33554432000 4194304 4352236 140736894468896 18446744073709551615 4231379 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5957/statm: 8645 7808 129 39 0 7725 0
[pid=5940/tid=5947] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5947/stat : 5947 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538676607 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5950] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5950/stat : 5950 (python) S 5938 5940 5278 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 538676610 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5953] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5953/stat : 5953 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538676612 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5956] ppid=5938 vsize=392408 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5956/stat : 5956 (python) S 5938 5940 5278 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 538676615 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.73
Current children cumulated vsize (KiB) 2090492

[startup+51.101 s]
/proc/loadavg: 8.86 8.98 8.41 10/233 5958
/proc/meminfo: memFree=27272348/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=392408 CPUtime=11.28 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 42129 937 1 0 1113 15 0 0 25 0 5 0 538675476 401825792 25298 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5940/statm: 98102 25298 1881 364 0 34011 0
[pid=5946] ppid=5940 vsize=351396 CPUtime=0.05 cores=0,2,4,6
/proc/5946/stat : 5946 (python) S 5940 5940 5278 0 -1 4202560 1000 0 0 0 2 3 0 0 18 0 1 0 538676607 359829504 23782 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718287 0 0 16781312 514 9582305408718962948 0 0 17 2 0 0 0
/proc/5946/statm: 87849 23782 381 364 0 23767 0
[pid=5948] ppid=5946 vsize=33992 CPUtime=39.52 cores=0,2,4,6
/proc/5948/stat : 5948 (lingeling) R 5946 5948 5948 0 -1 4202496 13159 0 0 0 3950 2 0 0 25 0 1 0 538676607 34807808 7662 33554432000 4194304 4352236 140736589095584 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5948/statm: 8498 7662 129 39 0 7578 0
[pid=5949] ppid=5940 vsize=361652 CPUtime=0.07 cores=0,2,4,6
/proc/5949/stat : 5949 (python) S 5940 5940 5278 0 -1 4202560 931 0 0 0 3 4 0 0 15 0 1 0 538676609 370331648 23775 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 4592796412957131012 0 0 17 2 0 0 0
/proc/5949/statm: 90413 23775 370 364 0 26328 0
[pid=5951] ppid=5949 vsize=117720 CPUtime=39.76 cores=0,2,4,6
/proc/5951/stat : 5951 (cryptominisat-2) R 5949 5951 5951 0 -1 4202496 37925 0 0 0 3970 6 0 0 25 0 1 0 538676610 120545280 22417 33554432000 4194304 4677096 140733708445088 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5951/statm: 29430 22417 391 118 0 24389 0
[pid=5952] ppid=5940 vsize=371908 CPUtime=0.05 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5940 5940 5278 0 -1 4202560 926 0 0 0 3 2 0 0 18 0 1 0 538676612 380833792 23779 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962946 0 0 17 2 0 0 0
/proc/5952/statm: 92977 23779 370 364 0 28889 0
[pid=5954] ppid=5952 vsize=35772 CPUtime=39.55 cores=0,2,4,6
/proc/5954/stat : 5954 (lingeling) R 5952 5954 5954 0 -1 4202496 12563 0 0 0 3953 2 0 0 25 0 1 0 538676612 36630528 8107 33554432000 4194304 4352236 140736862360864 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/5954/statm: 8943 8107 129 39 0 8023 0
[pid=5955] ppid=5940 vsize=382164 CPUtime=0.05 cores=0,2,4,6
/proc/5955/stat : 5955 (python) S 5940 5940 5278 0 -1 4202560 948 0 0 0 2 3 0 0 18 0 1 0 538676615 391335936 23783 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962948 0 0 17 0 0 0 0
/proc/5955/statm: 95541 23783 370 364 0 31450 0

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

/proc/5946/stat : 5946 (python) S 5940 5940 5278 0 -1 4202560 1190 0 0 0 6 8 0 0 19 0 2 0 538676607 370319360 23820 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5946/statm: 90410 23820 414 364 0 26328 0
[pid=5948] ppid=5946 vsize=35484 CPUtime=99.48 cores=0,2,4,6
/proc/5948/stat : 5948 (lingeling) T 5946 5948 5948 0 -1 4202496 16264 0 0 0 9946 2 0 0 25 0 1 0 538676607 36335616 8066 33554432000 4194304 4352236 140736589095584 18446744073709551615 4267799 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/5948/statm: 8871 8066 129 39 0 7951 0
[pid=5946/tid=5961] ppid=5940 vsize=361640 CPUtime=0 cores=0,2,4,6
/proc/5946/task/5961/stat : 5961 (python) S 5940 5940 5278 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538686621 370319360 23820 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453847174144 0 0 -1 2 0 0 0
[pid=5949] ppid=5940 vsize=361652 CPUtime=1.39 cores=0,2,4,6
/proc/5949/stat : 5949 (python) S 5940 5940 5278 0 -1 4202560 1204 0 0 0 73 66 0 0 15 0 2 0 538676609 370331648 23806 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5949/statm: 90413 23806 400 364 0 26328 0
[pid=5951] ppid=5949 vsize=196372 CPUtime=845.01 cores=0,2,4,6
/proc/5951/stat : 5951 (cryptominisat-2) R 5949 5951 5951 0 -1 4202496 173636 0 0 0 84451 50 0 0 25 0 1 0 538676610 201084928 43228 33554432000 4194304 4677096 140733708445088 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5951/statm: 49093 43228 391 118 0 44052 0
[pid=5949/tid=6076] ppid=5940 vsize=361652 CPUtime=0 cores=0,2,4,6
/proc/5949/task/6076/stat : 6076 (python) S 5940 5940 5278 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538725233 370331648 23806 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604445772458880 0 0 -1 2 0 0 0
[pid=5952] ppid=5940 vsize=371908 CPUtime=1.26 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5940 5940 5278 0 -1 4202560 979 0 0 0 66 60 0 0 18 0 1 0 538676612 380833792 23779 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962946 0 0 17 2 0 0 0
/proc/5952/statm: 92977 23779 370 364 0 28889 0
[pid=5954] ppid=5952 vsize=43904 CPUtime=843.34 cores=0,2,4,6
/proc/5954/stat : 5954 (lingeling) R 5952 5954 5954 0 -1 4202496 90200 0 0 0 84319 15 0 0 25 0 1 0 538676612 44957696 10172 33554432000 4194304 4352236 140736862360864 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/5954/statm: 10976 10172 129 39 0 10056 0
[pid=5955] ppid=5940 vsize=382164 CPUtime=1.26 cores=0,2,4,6
/proc/5955/stat : 5955 (python) S 5940 5940 5278 0 -1 4202560 1001 0 0 0 70 56 0 0 18 0 1 0 538676615 391335936 23783 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962948 0 0 17 0 0 0 0
/proc/5955/statm: 95541 23783 370 364 0 31450 0
[pid=5957] ppid=5955 vsize=42440 CPUtime=840.6 cores=0,2,4,6
/proc/5957/stat : 5957 (lingeling) R 5955 5957 5957 0 -1 4202496 85832 0 0 0 84048 12 0 0 25 0 1 0 538676615 43458560 9805 33554432000 4194304 4352236 140736894468896 18446744073709551615 4329279 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5957/statm: 10610 9805 129 39 0 9690 0
[pid=5962] ppid=5940 vsize=392420 CPUtime=0.15 cores=0,2,4,6
/proc/5962/stat : 5962 (python) S 5940 5940 5278 0 -1 4202560 1136 0 0 0 8 7 0 0 19 0 2 0 538686624 401838080 23817 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5962/statm: 98105 23817 399 364 0 34011 0
[pid=5964] ppid=5962 vsize=74992 CPUtime=99.98 cores=0,2,4,6
/proc/5964/stat : 5964 (SApperloT-base) T 5962 5964 5964 0 -1 4202496 17867 0 0 0 9995 3 0 0 25 0 1 0 538686624 76791808 17374 33554432000 134512640 135674940 4287314992 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5964/statm: 18748 17374 100 284 0 18462 0
[pid=5962/tid=5968] ppid=5940 vsize=392420 CPUtime=0 cores=0,2,4,6
/proc/5962/task/5968/stat : 5968 (python) S 5940 5940 5278 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538696639 401838080 23817 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453865686976 0 0 -1 4 0 0 0
[pid=5969] ppid=5940 vsize=402676 CPUtime=0.44 cores=0,2,4,6
/proc/5969/stat : 5969 (python) S 5940 5940 5278 0 -1 4202560 1178 0 0 0 23 21 0 0 19 0 2 0 538696641 412340224 23821 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5969/statm: 100669 23821 399 364 0 36572 0
[pid=5971] ppid=5969 vsize=60804 CPUtime=291.94 cores=0,2,4,6
/proc/5971/stat : 5971 (precosat) T 5969 5971 5971 0 -1 4202496 28348 0 0 0 29186 8 0 0 25 0 1 0 538696642 62263296 15040 33554432000 4194304 4890832 140736746842736 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/5971/statm: 15201 15040 86 171 0 15028 0
[pid=5969/tid=6077] ppid=5940 vsize=402676 CPUtime=0 cores=0,2,4,6
/proc/5969/task/6077/stat : 6077 (python) S 5940 5940 5278 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538725882 412340224 23821 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453814428096 0 0 -1 4 0 0 0
[pid=6078] ppid=5940 vsize=412932 CPUtime=0.6 cores=0,2,4,6
/proc/6078/stat : 6078 (python) S 5940 5940 5278 0 -1 4202560 1028 0 0 0 31 29 0 0 15 0 1 0 538725884 422842368 23795 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962947 0 0 17 4 0 0 0
/proc/6078/statm: 103233 23795 370 364 0 39133 0
[pid=6080] ppid=6078 vsize=196024 CPUtime=352.82 cores=0,2,4,6
/proc/6080/stat : 6080 (cryptominisat-2) R 6078 6080 6080 0 -1 4202496 103452 0 0 0 35257 25 0 0 25 0 1 0 538725885 200728576 40660 33554432000 4194304 4677096 140736285389776 18446744073709551615 4320039 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6080/statm: 49006 40660 391 118 0 43965 0
[pid=5940/tid=5947] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5947/stat : 5947 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538676607 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5950] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5950/stat : 5950 (python) S 5938 5940 5278 0 -1 4202560 26 937 0 0 0 0 0 0 18 0 8 0 538676610 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5953] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5953/stat : 5953 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538676612 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5956] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5956/stat : 5956 (python) S 5938 5940 5278 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 8 0 538676615 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5963] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5963/stat : 5963 (python) S 5938 5940 5278 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538686624 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5970] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5970/stat : 5970 (python) S 5938 5940 5278 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538696642 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=6079] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/6079/stat : 6079 (python) S 5938 5940 5278 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 538725884 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3389.8
Current children cumulated vsize (KiB) 3758588

[startup+858.301 s]
/proc/loadavg: 9.25 9.14 8.80 10/241 6090
/proc/meminfo: memFree=27088856/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=423176 CPUtime=11.39 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 44619 937 1 0 1123 16 0 0 19 0 8 0 538675476 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5940/statm: 105794 25317 1888 364 0 41694 0
[pid=5946] ppid=5940 vsize=361640 CPUtime=0.14 cores=0,2,4,6
/proc/5946/stat : 5946 (python) S 5940 5940 5278 0 -1 4202560 1190 0 0 0 6 8 0 0 19 0 2 0 538676607 370319360 23820 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5946/statm: 90410 23820 414 364 0 26328 0
[pid=5948] ppid=5946 vsize=35484 CPUtime=99.48 cores=0,2,4,6
/proc/5948/stat : 5948 (lingeling) T 5946 5948 5948 0 -1 4202496 16264 0 0 0 9946 2 0 0 25 0 1 0 538676607 36335616 8066 33554432000 4194304 4352236 140736589095584 18446744073709551615 4267799 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/5948/statm: 8871 8066 129 39 0 7951 0
[pid=5946/tid=5961] ppid=5940 vsize=361640 CPUtime=0 cores=0,2,4,6
/proc/5946/task/5961/stat : 5961 (python) S 5940 5940 5278 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538686621 370319360 23820 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453847174144 0 0 -1 2 0 0 0
[pid=5949] ppid=5940 vsize=361652 CPUtime=1.39 cores=0,2,4,6
/proc/5949/stat : 5949 (python) S 5940 5940 5278 0 -1 4202560 1204 0 0 0 73 66 0 0 15 0 2 0 538676609 370331648 23806 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5949/statm: 90413 23806 400 364 0 26328 0
[pid=5951] ppid=5949 vsize=196372 CPUtime=845.81 cores=0,2,4,6
/proc/5951/stat : 5951 (cryptominisat-2) R 5949 5951 5951 0 -1 4202496 173638 0 0 0 84531 50 0 0 25 0 1 0 538676610 201084928 43230 33554432000 4194304 4677096 140733708445088 18446744073709551615 4355205 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5951/statm: 49093 43230 391 118 0 44052 0
[pid=5949/tid=6076] ppid=5940 vsize=361652 CPUtime=0 cores=0,2,4,6
/proc/5949/task/6076/stat : 6076 (python) S 5940 5940 5278 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538725233 370331648 23806 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604445772458880 0 0 -1 2 0 0 0
[pid=5952] ppid=5940 vsize=371908 CPUtime=1.26 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5940 5940 5278 0 -1 4202560 979 0 0 0 66 60 0 0 18 0 1 0 538676612 380833792 23779 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962946 0 0 17 2 0 0 0
/proc/5952/statm: 92977 23779 370 364 0 28889 0
[pid=5954] ppid=5952 vsize=44416 CPUtime=844.14 cores=0,2,4,6
/proc/5954/stat : 5954 (lingeling) R 5952 5954 5954 0 -1 4202496 90328 0 0 0 84399 15 0 0 25 0 1 0 538676612 45481984 10300 33554432000 4194304 4352236 140736862360864 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/5954/statm: 11104 10300 129 39 0 10184 0
[pid=5955] ppid=5940 vsize=382164 CPUtime=1.26 cores=0,2,4,6
/proc/5955/stat : 5955 (python) S 5940 5940 5278 0 -1 4202560 1001 0 0 0 70 56 0 0 18 0 1 0 538676615 391335936 23783 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962948 0 0 17 0 0 0 0
/proc/5955/statm: 95541 23783 370 364 0 31450 0
[pid=5957] ppid=5955 vsize=42440 CPUtime=841.39 cores=0,2,4,6
/proc/5957/stat : 5957 (lingeling) R 5955 5957 5957 0 -1 4202496 85832 0 0 0 84127 12 0 0 25 0 1 0 538676615 43458560 9805 33554432000 4194304 4352236 140736894468896 18446744073709551615 4278660 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5957/statm: 10610 9805 129 39 0 9690 0
[pid=5962] ppid=5940 vsize=392420 CPUtime=0.15 cores=0,2,4,6
/proc/5962/stat : 5962 (python) S 5940 5940 5278 0 -1 4202560 1136 0 0 0 8 7 0 0 19 0 2 0 538686624 401838080 23817 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5962/statm: 98105 23817 399 364 0 34011 0
[pid=5964] ppid=5962 vsize=74992 CPUtime=99.98 cores=0,2,4,6
/proc/5964/stat : 5964 (SApperloT-base) T 5962 5964 5964 0 -1 4202496 17867 0 0 0 9995 3 0 0 25 0 1 0 538686624 76791808 17374 33554432000 134512640 135674940 4287314992 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5964/statm: 18748 17374 100 284 0 18462 0
[pid=5962/tid=5968] ppid=5940 vsize=392420 CPUtime=0 cores=0,2,4,6
/proc/5962/task/5968/stat : 5968 (python) S 5940 5940 5278 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538696639 401838080 23817 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453865686976 0 0 -1 4 0 0 0
[pid=5969] ppid=5940 vsize=402676 CPUtime=0.44 cores=0,2,4,6
/proc/5969/stat : 5969 (python) S 5940 5940 5278 0 -1 4202560 1178 0 0 0 23 21 0 0 19 0 2 0 538696641 412340224 23821 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5969/statm: 100669 23821 399 364 0 36572 0
[pid=5971] ppid=5969 vsize=60804 CPUtime=291.94 cores=0,2,4,6
/proc/5971/stat : 5971 (precosat) T 5969 5971 5971 0 -1 4202496 28348 0 0 0 29186 8 0 0 25 0 1 0 538696642 62263296 15040 33554432000 4194304 4890832 140736746842736 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/5971/statm: 15201 15040 86 171 0 15028 0
[pid=5969/tid=6077] ppid=5940 vsize=402676 CPUtime=0 cores=0,2,4,6
/proc/5969/task/6077/stat : 6077 (python) S 5940 5940 5278 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538725882 412340224 23821 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 514 18446604453814428096 0 0 -1 4 0 0 0
[pid=6078] ppid=5940 vsize=412932 CPUtime=0.6 cores=0,2,4,6
/proc/6078/stat : 6078 (python) S 5940 5940 5278 0 -1 4202560 1028 0 0 0 31 29 0 0 15 0 1 0 538725884 422842368 23795 33554432000 4194304 5683644 140735639890480 18446744073709551615 248089718342 0 0 16781312 514 9582305408718962947 0 0 17 4 0 0 0
/proc/6078/statm: 103233 23795 370 364 0 39133 0
[pid=6080] ppid=6078 vsize=196024 CPUtime=353.61 cores=0,2,4,6
/proc/6080/stat : 6080 (cryptominisat-2) R 6078 6080 6080 0 -1 4202496 103553 0 0 0 35336 25 0 0 25 0 1 0 538725885 200728576 40761 33554432000 4194304 4677096 140736285389776 18446744073709551615 4319985 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6080/statm: 49006 40761 391 118 0 43965 0
[pid=5940/tid=5947] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5947/stat : 5947 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538676607 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5950] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5950/stat : 5950 (python) S 5938 5940 5278 0 -1 4202560 26 937 0 0 0 0 0 0 18 0 8 0 538676610 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5953] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5953/stat : 5953 (python) S 5938 5940 5278 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538676612 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5956] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5956/stat : 5956 (python) S 5938 5940 5278 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 8 0 538676615 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5963] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5963/stat : 5963 (python) S 5938 5940 5278 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538686624 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5970] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/5970/stat : 5970 (python) S 5938 5940 5278 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538696642 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=6079] ppid=5938 vsize=423176 CPUtime=0 cores=0,2,4,6
/proc/5940/task/6079/stat : 6079 (python) S 5938 5940 5278 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 538725884 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3392.98
Current children cumulated vsize (KiB) 3759100

[startup+858.501 s]
/proc/loadavg: 9.25 9.14 8.80 10/241 6090
/proc/meminfo: memFree=27088856/32950928 swapFree=67111428/67111528
[pid=5940] ppid=5938 vsize=423176 CPUtime=2192.07 cores=0,2,4,6
/proc/5940/stat : 5940 (python) S 5938 5940 5278 0 -1 4202496 44667 245230 1 0 1123 16 217868 200 17 0 8 0 538675476 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5940/statm: 105794 25317 1888 364 0 41694 0
[pid=5949] ppid=5940 vsize=0 CPUtime=847.36 cores=0,2,4,6
/proc/5949/stat : 5949 (python) Z 5940 5940 5278 0 -1 4202588 1280 173647 0 0 73 66 84547 50 15 0 1 0 538676609 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5949/statm: 0 0 0 0 0 0 0
[pid=6078] ppid=5940 vsize=412932 CPUtime=0.6 cores=0,2,4,6
/proc/6078/stat : 6078 (python) S 5940 5940 5278 0 -1 4202560 1047 0 0 0 31 29 0 0 15 0 1 0 538725884 422842368 23800 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101528383 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/6078/statm: 103233 23800 375 364 0 39133 0
[pid=6080] ppid=6078 vsize=0 CPUtime=353.81 cores=0,2,4,6
/proc/6080/stat : 6080 (cryptominisat-2) R 6078 6080 6080 0 -1 4203524 103574 0 0 0 35356 25 0 0 25 0 1 0 538725885 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6080/statm: 0 0 0 0 0 0 0
[pid=5940/tid=5947] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5947/stat : 5947 (python) S 5938 5940 5278 0 -1 4202560 23 245230 0 0 0 0 217868 200 25 0 8 0 538676607 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5950] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5950/stat : 5950 (python) S 5938 5940 5278 0 -1 4202560 26 245230 0 0 0 0 217868 200 18 0 8 0 538676610 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5953] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5953/stat : 5953 (python) S 5938 5940 5278 0 -1 4202560 23 245230 0 0 0 0 217868 200 25 0 8 0 538676612 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 2 0 0 0
[pid=5940/tid=5956] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5956/stat : 5956 (python) S 5938 5940 5278 0 -1 4202560 27 245230 0 0 0 0 217868 200 25 0 8 0 538676615 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5963] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5963/stat : 5963 (python) S 5938 5940 5278 0 -1 4202560 29 245230 0 0 0 0 217868 200 20 0 8 0 538686624 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=5970] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/5970/stat : 5970 (python) S 5938 5940 5278 0 -1 4202560 28 245230 0 0 0 0 217868 200 20 0 8 0 538696642 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
[pid=5940/tid=6079] ppid=5938 vsize=423176 CPUtime=2180.68 cores=0,2,4,6
/proc/5940/task/6079/stat : 6079 (python) S 5938 5940 5278 0 -1 4202560 31 245230 0 0 0 0 217868 200 20 0 8 0 538725884 433332224 25317 33554432000 4194304 5683644 140735639890480 18446744073709551615 248101521841 0 0 16781312 2 18446604453870414784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3393.84
Current children cumulated vsize (KiB) 836108

Child status: 0
Real time (s): 858.543
CPU time (s): 3393.95
CPU user time (s): 3390.03
CPU system time (s): 3.9224
CPU usage (%): 395.315
Max. virtual memory (cumulated for all children) (KiB): 3849008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3390.03
system time used= 3.9224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581875
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= 5316
involuntary context switches= 23623

runsolver used 1.87071 second user time and 4.14037 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-01 19:25:57
IDJOB=3317738
IDBENCH=83446
IDSOLVER=1706
FILE ID=node123/3317738-1304270756
RUNJOBID= node123-1304267283-5296
PBS_JOBID= 13173956
Free space on /tmp= 73416 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317738-1304270756/watcher-3317738-1304270756 -o /tmp/evaluation-result-3317738-1304270756/solver-3317738-1304270756 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317738-1304270756.cnf -seed 2140918770 -budget 4800 -cores 4

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=2140918770

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:      27566116 kB
Buffers:        354264 kB
Cached:        1715504 kB
SwapCached:        100 kB
Active:        3139176 kB
Inactive:      1876832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27566116 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           38652 kB
Writeback:           0 kB
AnonPages:     2946044 kB
Mapped:          25512 kB
Slab:           290344 kB
PageTables:      17412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4415584 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= 73384 MiB
End job on node123 at 2011-05-01 19:40:15