Trace number 3378982

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-par-industrial (fixed)? 4372.55 1206.69

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.46	c INFO: solving HOME/instance-3378982-1305466791.cnf
0.30/0.46	c INFO: computing task features
18.69/18.89	c INFO: computed variable-clause graph statistics
19.19/19.34	c INFO: computed clause balance statistics
111.19/111.33	c INFO: computed variable balance statistics
141.29/141.47	c INFO: computed small-clause counts
141.49/141.63	c INFO: computed Horn-clause counts
145.50/145.65	c INFO: computed variable graph statistics
145.50/145.67	c INFO: collected features for HOME/instance-3378982-1305466791.cnf in 144.61 s
145.50/145.68	c INFO: running lingeling-276@0 for 485 with 1054 remaining (b = 0.38)
145.59/145.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 1054 remaining (b = 0.32)
145.59/145.73	c INFO: running lingeling-276@0 for 1054 with 1054 remaining (b = 0.35)
145.59/145.75	c INFO: running lingeling-276@0 for 97 with 1054 remaining (b = 0.17)
545.52/246.15	c INFO: running cryptominisat-2.9.0@0 for 954 with 954 remaining (b = 0.19)
2084.60/632.38	c INFO: running lingeling-276@98 for 568 with 568 remaining (b = 0.10)
2090.18/633.73	c INFO: running SApperloT@0 for 97 with 566 remaining (b = 0.05)
2486.24/733.13	c INFO: running precosat-570@0 for 467 with 467 remaining (b = 0.17)
4372.09/1206.48	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378982-1305466791/watcher-3378982-1305466791 -o /tmp/evaluation-result-3378982-1305466791/solver-3378982-1305466791 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378982-1305466791.cnf -seed 121625010 -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: 7.64 7.20 6.73 6/431 22830
/proc/meminfo: memFree=19696292/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 1038 0 0 0 0 0 0 0 22 0 1 0 736910207 16629760 910 33554432000 4194304 5683644 140736459084016 18446744073709551615 4877027 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 4060 910 380 364 0 547 0

[startup+0.073929 s]
/proc/loadavg: 7.64 7.20 6.73 6/431 22830
/proc/meminfo: memFree=19696292/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=84524 CPUtime=0.05 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 2243 0 0 0 4 1 0 0 23 0 1 0 736910207 86552576 1991 33554432000 4194304 5683644 140736459084016 18446744073709551615 215983623019 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 21131 1998 617 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100927 s]
/proc/loadavg: 7.64 7.20 6.73 6/431 22830
/proc/meminfo: memFree=19696292/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 3069 0 0 0 5 2 0 0 23 0 1 0 736910207 106733568 2751 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988635783 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 26057 2750 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300891 s]
/proc/loadavg: 7.64 7.20 6.73 6/431 22830
/proc/meminfo: memFree=19696292/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=182428 CPUtime=0.22 cores=0,2,4,6
/proc/22830/stat : 22830 (python) S 22828 22830 21641 0 -1 4202496 6752 935 1 0 15 7 0 0 17 0 1 0 736910207 186806272 4817 33554432000 4194304 5683644 140736459084016 18446744073709551615 215983668871 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22830/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 182428

[startup+0.700818 s]
/proc/loadavg: 7.64 7.20 6.73 6/431 22830
/proc/meminfo: memFree=19696292/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=385660 CPUtime=0.59 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 35984 935 1 0 46 13 0 0 17 0 1 0 736910207 394915840 33665 33554432000 4194304 5683644 140736459084016 18446744073709551615 4425306 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 96415 33665 1761 364 0 32339 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385660

[startup+1.50068 s]
/proc/loadavg: 7.64 7.20 6.73 6/432 22835
/proc/meminfo: memFree=19558520/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=405604 CPUtime=1.39 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 40937 935 1 0 125 14 0 0 19 0 1 0 736910207 415338496 38618 33554432000 4194304 5683644 140736459084016 18446744073709551615 4951673 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 101401 38618 1761 364 0 37325 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 405604

[startup+3.1004 s]
/proc/loadavg: 7.43 7.16 6.72 6/432 22835
/proc/meminfo: memFree=19519936/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=494712 CPUtime=2.99 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 62431 935 1 0 283 16 0 0 22 0 1 0 736910207 506585088 60112 33554432000 4194304 5683644 140736459084016 18446744073709551615 4444933 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 123678 60113 1761 364 0 59602 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 494712

[startup+6.30084 s]
/proc/loadavg: 7.43 7.16 6.72 6/432 22835
/proc/meminfo: memFree=19318204/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=698156 CPUtime=6.19 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 110250 935 1 0 596 23 0 0 25 0 1 0 736910207 714911744 107931 33554432000 4194304 5683644 140736459084016 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 174539 107931 1761 364 0 110463 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 698156

[startup+12.7007 s]
/proc/loadavg: 7.06 7.09 6.70 6/432 22835
/proc/meminfo: memFree=18927184/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=1083004 CPUtime=12.6 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 203916 935 1 0 1225 35 0 0 25 0 1 0 736910207 1108996096 201597 33554432000 4194304 5683644 140736459084016 18446744073709551615 47481505396296 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 270751 201598 1761 364 0 206675 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1083004

[startup+25.5005 s]
/proc/loadavg: 6.74 7.02 6.68 7/432 22835
/proc/meminfo: memFree=18668268/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=1270700 CPUtime=25.39 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 438623 935 1 0 2475 64 0 0 25 0 1 0 736910207 1301196800 255092 33554432000 4194304 5683644 140736459084016 18446744073709551615 4500640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1270700

[startup+51.101 s]
/proc/loadavg: 6.15 6.86 6.64 6/432 22836
/proc/meminfo: memFree=18662428/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=1270700 CPUtime=50.99 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 438623 935 1 0 5035 64 0 0 25 0 1 0 736910207 1301196800 255092 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988252075 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1270700

[startup+102.315 s]
/proc/loadavg: 5.64 6.59 6.56 7/432 22837
/proc/meminfo: memFree=18655868/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=1270700 CPUtime=102.21 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 438623 935 1 0 10157 64 0 0 25 0 1 0 736910207 1301196800 255092 33554432000 4194304 5683644 140736459084016 18446744073709551615 215992001193 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22830/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1270700

[startup+162.302 s]
/proc/loadavg: 6.04 6.50 6.52 9/444 22851
/proc/meminfo: memFree=17812472/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=816912 CPUtime=145.65 cores=0,2,4,6
/proc/22830/stat : 22830 (python) S 22828 22830 21641 0 -1 4202496 457953 935 1 0 14491 74 0 0 25 0 5 0 736910207 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22830/statm: 204228 131449 1873 364 0 140137 0
[pid=22840] ppid=22830 vsize=775900 CPUtime=0.06 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22830 22830 21641 0 -1 4202560 915 0 0 0 3 3 0 0 18 0 1 0 736924775 794521600 129936 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612623 0 0 16781312 514 1804465706947805442 0 0 17 6 0 0 0
/proc/22840/statm: 193975 129936 376 364 0 129893 0
[pid=22842] ppid=22840 vsize=218188 CPUtime=16.57 cores=0,2,4,6
/proc/22842/stat : 22842 (lingeling) R 22840 22842 22842 0 -1 4202496 102761 0 0 0 1641 16 0 0 25 0 1 0 736924777 223424512 53712 33554432000 4194304 4352236 140735842745904 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22842/statm: 54547 53712 129 39 0 53627 0
[pid=22843] ppid=22830 vsize=786156 CPUtime=0.07 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22830 22830 21641 0 -1 4202560 915 0 0 0 3 4 0 0 15 0 1 0 736924778 805023744 129934 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805443 0 0 17 6 0 0 0
/proc/22843/statm: 196539 129934 370 364 0 132454 0
[pid=22845] ppid=22843 vsize=781212 CPUtime=16.55 cores=0,2,4,6
/proc/22845/stat : 22845 (cryptominisat-2) R 22843 22845 22845 0 -1 4202496 162916 0 0 0 1629 26 0 0 25 0 1 0 736924779 799961088 162385 33554432000 4194304 4677096 140736264338880 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22845/statm: 195303 162385 378 118 0 190262 0
[pid=22846] ppid=22830 vsize=796412 CPUtime=0.06 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22830 22830 21641 0 -1 4202560 926 0 0 0 3 3 0 0 18 0 1 0 736924780 815525888 129938 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 2 0 0 0
/proc/22846/statm: 199103 129938 370 364 0 135015 0
[pid=22848] ppid=22846 vsize=217080 CPUtime=16.47 cores=0,2,4,6
/proc/22848/stat : 22848 (lingeling) R 22846 22848 22848 0 -1 4202496 102486 0 0 0 1629 18 0 0 25 0 1 0 736924781 222289920 53433 33554432000 4194304 4352236 140733371035872 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22848/statm: 54270 53433 129 39 0 53350 0
[pid=22849] ppid=22830 vsize=806668 CPUtime=0.07 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22830 22830 21641 0 -1 4202560 933 0 0 0 3 4 0 0 18 0 1 0 736924782 826028032 129942 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805444 0 0 17 6 0 0 0
/proc/22849/statm: 201667 129942 370 364 0 137576 0
[pid=22851] ppid=22849 vsize=216976 CPUtime=16.09 cores=0,2,4,6
/proc/22851/stat : 22851 (lingeling) R 22849 22851 22851 0 -1 4202496 102458 0 0 0 1590 19 0 0 25 0 1 0 736924784 222183424 53408 33554432000 4194304 4352236 140736297971520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22851/statm: 54244 53408 129 39 0 53324 0
[pid=22830/tid=22841] ppid=22828 vsize=816912 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22841/stat : 22841 (python) S 22828 22830 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736924777 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22844] ppid=22828 vsize=816912 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22844/stat : 22844 (python) S 22828 22830 21641 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 736924779 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 4 0 0 0
[pid=22830/tid=22847] ppid=22828 vsize=816912 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22847/stat : 22847 (python) S 22828 22830 21641 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 5 0 736924781 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22850] ppid=22828 vsize=816912 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22850/stat : 22850 (python) S 22828 22830 21641 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 736924784 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 211.59
Current children cumulated vsize (KiB) 5415504

[startup+222.301 s]
/proc/loadavg: 7.42 6.82 6.63 10/444 22853
/proc/meminfo: memFree=17775996/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=816912 CPUtime=145.65 cores=0,2,4,6
/proc/22830/stat : 22830 (python) S 22828 22830 21641 0 -1 4202496 457953 935 1 0 14491 74 0 0 25 0 5 0 736910207 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22830/statm: 204228 131449 1873 364 0 140137 0
[pid=22840] ppid=22830 vsize=775900 CPUtime=0.27 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22830 22830 21641 0 -1 4202560 944 0 0 0 15 12 0 0 18 0 1 0 736924775 794521600 129936 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612623 0 0 16781312 514 1804465706947805442 0 0 17 6 0 0 0
/proc/22840/statm: 193975 129936 376 364 0 129893 0
[pid=22842] ppid=22840 vsize=228580 CPUtime=76.55 cores=0,2,4,6
/proc/22842/stat : 22842 (lingeling) R 22840 22842 22842 0 -1 4202496 157878 0 0 0 7632 23 0 0 25 0 1 0 736924777 234065920 56310 33554432000 4194304 4352236 140735842745904 18446744073709551615 4222567 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22842/statm: 57145 56310 129 39 0 56225 0
[pid=22843] ppid=22830 vsize=786156 CPUtime=0.27 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22830 22830 21641 0 -1 4202560 943 0 0 0 13 14 0 0 15 0 1 0 736924778 805023744 129934 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805443 0 0 17 6 0 0 0
/proc/22843/statm: 196539 129934 370 364 0 132454 0
[pid=22845] ppid=22843 vsize=781212 CPUtime=76.55 cores=0,2,4,6
/proc/22845/stat : 22845 (cryptominisat-2) R 22843 22845 22845 0 -1 4202496 162916 0 0 0 7629 26 0 0 25 0 1 0 736924779 799961088 162385 33554432000 4194304 4677096 140736264338880 18446744073709551615 4502938 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22845/statm: 195303 162385 378 118 0 190262 0
[pid=22846] ppid=22830 vsize=796412 CPUtime=0.27 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22830 22830 21641 0 -1 4202560 954 0 0 0 14 13 0 0 18 0 1 0 736924780 815525888 129938 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 2 0 0 0
/proc/22846/statm: 199103 129938 370 364 0 135015 0
[pid=22848] ppid=22846 vsize=230432 CPUtime=75.97 cores=0,2,4,6
/proc/22848/stat : 22848 (lingeling) R 22846 22848 22848 0 -1 4202496 158082 0 0 0 7573 24 0 0 25 0 1 0 736924781 235962368 56771 33554432000 4194304 4352236 140733371035872 18446744073709551615 4235847 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/22848/statm: 57608 56771 129 39 0 56688 0
[pid=22849] ppid=22830 vsize=806668 CPUtime=0.27 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22830 22830 21641 0 -1 4202560 961 0 0 0 12 15 0 0 18 0 1 0 736924782 826028032 129942 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805444 0 0 17 6 0 0 0
/proc/22849/statm: 201667 129942 370 364 0 137576 0
[pid=22851] ppid=22849 vsize=227692 CPUtime=74.88 cores=0,2,4,6
/proc/22851/stat : 22851 (lingeling) R 22849 22851 22851 0 -1 4202496 157681 0 0 0 7462 26 0 0 25 0 1 0 736924784 233156608 56087 33554432000 4194304 4352236 140736297971520 18446744073709551615 4243398 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22851/statm: 56923 56087 129 39 0 56003 0
[pid=22830/tid=22841] ppid=22828 vsize=816912 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22841/stat : 22841 (python) S 22828 22830 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 736924777 836517888 131449 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0

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

[pid=22830/tid=22844] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22844/stat : 22844 (python) S 22828 22830 21641 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 8 0 736924779 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 4 0 0 0
[pid=22830/tid=22847] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22847/stat : 22847 (python) S 22828 22830 21641 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 8 0 736924781 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22850] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22850/stat : 22850 (python) S 22828 22830 21641 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 736924784 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22856] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22856/stat : 22856 (python) S 22828 22830 21641 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 736934824 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22873] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22873/stat : 22873 (python) S 22828 22830 21641 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 736973582 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22879] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22879/stat : 22879 (python) S 22828 22830 21641 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 736983522 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4365.26
Current children cumulated vsize (KiB) 9682204

[startup+1205.5 s]
/proc/loadavg: 4.08 5.42 6.42 5/439 22910
/proc/meminfo: memFree=16609040/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=847680 CPUtime=145.74 cores=0,2,4,6
/proc/22830/stat : 22830 (python) S 22828 22830 21641 0 -1 4202496 460292 935 1 0 14494 80 0 0 20 0 8 0 736910207 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22830/statm: 211920 131468 1880 364 0 147820 0
[pid=22840] ppid=22830 vsize=786144 CPUtime=1.65 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22830 22830 21641 0 -1 4202560 1200 0 0 0 84 81 0 0 19 0 2 0 736924775 805011456 129979 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22840/statm: 196536 129979 414 364 0 132454 0
[pid=22842] ppid=22840 vsize=228312 CPUtime=486.53 cores=0,2,4,6
/proc/22842/stat : 22842 (lingeling) T 22840 22842 22842 0 -1 4202496 211613 0 0 0 48622 31 0 0 25 0 1 0 736924777 233791488 56270 33554432000 4194304 4352236 140735842745904 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/22842/statm: 57078 56270 129 39 0 56158 0
[pid=22840/tid=22870] ppid=22830 vsize=786144 CPUtime=0 cores=0,2,4,6
/proc/22840/task/22870/stat : 22870 (python) S 22830 22830 21641 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 736973444 805011456 129979 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604450785779776 0 0 -1 6 0 0 0
[pid=22843] ppid=22830 vsize=786156 CPUtime=1.67 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22830 22830 21641 0 -1 4202560 1133 0 0 0 86 81 0 0 16 0 2 0 736924778 805023744 129964 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22843/statm: 196539 129964 399 364 0 132454 0
[pid=22845] ppid=22843 vsize=853684 CPUtime=487.99 cores=0,2,4,6
/proc/22845/stat : 22845 (cryptominisat-2) T 22843 22845 22845 0 -1 4202496 196210 0 0 0 48766 33 0 0 25 0 1 0 736924779 874172416 175795 33554432000 4194304 4677096 140736264338880 18446744073709551615 4502837 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/22845/statm: 213421 175795 433 118 0 208380 0
[pid=22843/tid=22871] ppid=22830 vsize=786156 CPUtime=0 cores=0,2,4,6
/proc/22843/task/22871/stat : 22871 (python) S 22830 22830 21641 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736973580 805023744 129964 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604452700415168 0 0 -1 2 0 0 0
[pid=22846] ppid=22830 vsize=796412 CPUtime=3.55 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22830 22830 21641 0 -1 4202560 993 0 0 0 194 161 0 0 18 0 1 0 736924780 815525888 129938 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 2 0 0 0
/proc/22846/statm: 199103 129938 370 364 0 135015 0
[pid=22848] ppid=22846 vsize=231116 CPUtime=1056.96 cores=0,2,4,6
/proc/22848/stat : 22848 (lingeling) R 22846 22848 22848 0 -1 4202496 194461 0 0 0 105667 29 0 0 25 0 1 0 736924781 236662784 56942 33554432000 4194304 4352236 140733371035872 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/22848/statm: 57779 56942 129 39 0 56859 0
[pid=22849] ppid=22830 vsize=806668 CPUtime=2.23 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22830 22830 21641 0 -1 4202560 1161 0 0 0 116 107 0 0 18 0 2 0 736924782 826028032 129972 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22849/statm: 201667 129972 399 364 0 137576 0
[pid=22851] ppid=22849 vsize=241160 CPUtime=667.74 cores=0,2,4,6
/proc/22851/stat : 22851 (lingeling) R 22849 22851 22851 0 -1 4202496 195050 0 0 0 66743 31 0 0 25 0 1 0 736924784 246947840 59455 33554432000 4194304 4352236 140736297971520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/22851/statm: 60290 59455 129 39 0 59370 0
[pid=22849/tid=22854] ppid=22830 vsize=806668 CPUtime=0 cores=0,2,4,6
/proc/22849/task/22854/stat : 22854 (python) S 22830 22830 21641 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736934822 826028032 129972 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604449711378560 0 0 -1 2 0 0 0
[pid=22855] ppid=22830 vsize=816924 CPUtime=3.23 cores=0,2,4,6
/proc/22855/stat : 22855 (python) S 22830 22830 21641 0 -1 4202560 1011 0 0 0 175 148 0 0 15 0 1 0 736934823 836530176 129946 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805441 0 0 17 2 0 0 0
/proc/22855/statm: 204231 129946 370 364 0 140137 0
[pid=22857] ppid=22855 vsize=862480 CPUtime=941.2 cores=0,2,4,6
/proc/22857/stat : 22857 (cryptominisat-2) R 22855 22857 22857 0 -1 4202496 243346 0 0 0 94083 37 0 0 25 0 1 0 736934825 883179520 178389 33554432000 4194304 4677096 140734112266688 18446744073709551615 4502808 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22857/statm: 215620 178389 388 118 0 210579 0
[pid=22872] ppid=22830 vsize=827180 CPUtime=0.36 cores=0,2,4,6
/proc/22872/stat : 22872 (python) S 22830 22830 21641 0 -1 4202560 1118 0 0 0 20 16 0 0 19 0 2 0 736973581 847032320 129980 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22872/statm: 206795 129980 399 364 0 142698 0
[pid=22874] ppid=22872 vsize=253908 CPUtime=97.4 cores=0,2,4,6
/proc/22874/stat : 22874 (SApperloT-base) T 22872 22874 22874 0 -1 4202496 58260 0 0 0 9721 19 0 0 25 0 1 0 736973583 260001792 57043 33554432000 134512640 135674940 4294105280 18446744073709551615 134564631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22874/statm: 63477 57043 100 284 0 63191 0
[pid=22872/tid=22877] ppid=22830 vsize=827180 CPUtime=0 cores=0,2,4,6
/proc/22872/task/22877/stat : 22877 (python) S 22830 22830 21641 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736983519 847032320 129980 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604453396272384 0 0 -1 2 0 0 0
[pid=22878] ppid=22830 vsize=837436 CPUtime=1.56 cores=0,2,4,6
/proc/22878/stat : 22878 (python) S 22830 22830 21641 0 -1 4202560 988 0 0 0 86 70 0 0 18 0 1 0 736983520 857534464 129954 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 4 0 0 0
/proc/22878/statm: 209359 129954 370 364 0 145259 0
[pid=22880] ppid=22878 vsize=506944 CPUtime=470.69 cores=0,2,4,6
/proc/22880/stat : 22880 (precosat) R 22878 22880 22880 0 -1 4202496 196368 0 0 0 47030 39 0 0 25 0 1 0 736983522 519110656 126606 33554432000 4194304 4890832 140737280674016 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/22880/statm: 126736 126606 86 171 0 126563 0
[pid=22830/tid=22841] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22841/stat : 22841 (python) S 22828 22830 21641 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 8 0 736924777 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22844] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22844/stat : 22844 (python) S 22828 22830 21641 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 8 0 736924779 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 4 0 0 0
[pid=22830/tid=22847] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22847/stat : 22847 (python) S 22828 22830 21641 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 8 0 736924781 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22850] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22850/stat : 22850 (python) S 22828 22830 21641 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 736924784 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22856] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22856/stat : 22856 (python) S 22828 22830 21641 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 736934824 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22873] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22873/stat : 22873 (python) S 22828 22830 21641 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 736973582 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22879] ppid=22828 vsize=847680 CPUtime=0 cores=0,2,4,6
/proc/22830/task/22879/stat : 22879 (python) S 22828 22830 21641 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 736983522 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4368.5
Current children cumulated vsize (KiB) 9682204

[startup+1206.3 s]
/proc/loadavg: 4.08 5.42 6.42 5/439 22910
/proc/meminfo: memFree=16609040/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=847680 CPUtime=633.96 cores=0,2,4,6
/proc/22830/stat : 22830 (python) S 22828 22830 21641 0 -1 4202496 460667 213767 1 0 14494 80 48707 115 17 0 8 0 736910207 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22830/statm: 211920 131468 1880 364 0 147820 0
[pid=22843] ppid=22830 vsize=786156 CPUtime=1.67 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22830 22830 21641 0 -1 4202560 1137 0 0 0 86 81 0 0 16 0 2 0 736924778 805023744 129964 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000422719 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22843/statm: 196539 129964 399 364 0 132454 0
[pid=22845] ppid=22843 vsize=0 CPUtime=488.01 cores=0,2,4,6
/proc/22845/stat : 22845 (cryptominisat-2) R 22843 22845 22845 0 -1 4203524 196210 0 0 0 48766 35 0 0 18 0 1 0 736924779 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22845/statm: 0 0 0 0 0 0 0
[pid=22843/tid=22871] ppid=22830 vsize=786156 CPUtime=0 cores=0,2,4,6
/proc/22843/task/22871/stat : 22871 (python) S 22830 22830 21641 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736973580 805023744 129964 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781824 2 18446604452700415168 0 0 -1 2 0 0 0
[pid=22846] ppid=22830 vsize=796412 CPUtime=3.55 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22830 22830 21641 0 -1 4202560 993 0 0 0 194 161 0 0 18 0 1 0 736924780 815525888 129938 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 2 0 0 0
/proc/22846/statm: 199103 129938 370 364 0 135015 0
[pid=22848] ppid=22846 vsize=231116 CPUtime=1057.75 cores=0,2,4,6
/proc/22848/stat : 22848 (lingeling) R 22846 22848 22848 0 -1 4202496 194461 0 0 0 105746 29 0 0 25 0 1 0 736924781 236662784 56942 33554432000 4194304 4352236 140733371035872 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22848/statm: 57779 56942 129 39 0 56859 0
[pid=22849] ppid=22830 vsize=806668 CPUtime=2.25 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22830 22830 21641 0 -1 4202560 1161 0 0 0 117 108 0 0 18 0 2 0 736924782 826028032 129972 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22849/statm: 201667 129972 399 364 0 137576 0
[pid=22851] ppid=22849 vsize=241160 CPUtime=668.48 cores=0,2,4,6
/proc/22851/stat : 22851 (lingeling) T 22849 22851 22851 0 -1 4202496 195050 0 0 0 66817 31 0 0 25 0 1 0 736924784 246947840 59455 33554432000 4194304 4352236 140736297971520 18446744073709551615 4281264 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/22851/statm: 60290 59455 129 39 0 59370 0
[pid=22849/tid=22854] ppid=22830 vsize=806668 CPUtime=0 cores=0,2,4,6
/proc/22849/task/22854/stat : 22854 (python) S 22830 22830 21641 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 736934822 826028032 129972 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604449711378560 0 0 -1 2 0 0 0
[pid=22855] ppid=22830 vsize=816924 CPUtime=3.23 cores=0,2,4,6
/proc/22855/stat : 22855 (python) S 22830 22830 21641 0 -1 4202560 1011 0 0 0 175 148 0 0 15 0 1 0 736934823 836530176 129946 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805441 0 0 17 2 0 0 0
/proc/22855/statm: 204231 129946 370 364 0 140137 0
[pid=22857] ppid=22855 vsize=862480 CPUtime=941.97 cores=0,2,4,6
/proc/22857/stat : 22857 (cryptominisat-2) R 22855 22857 22857 0 -1 4202496 243346 0 0 0 94160 37 0 0 25 0 1 0 736934825 883179520 178389 33554432000 4194304 4677096 140734112266688 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22857/statm: 215620 178389 388 118 0 210579 0
[pid=22872] ppid=22830 vsize=827180 CPUtime=0.36 cores=0,2,4,6
/proc/22872/stat : 22872 (python) S 22830 22830 21641 0 -1 4202560 1118 0 0 0 20 16 0 0 19 0 2 0 736973581 847032320 129980 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22872/statm: 206795 129980 399 364 0 142698 0
[pid=22874] ppid=22872 vsize=253908 CPUtime=97.4 cores=0,2,4,6
/proc/22874/stat : 22874 (SApperloT-base) T 22872 22874 22874 0 -1 4202496 58260 0 0 0 9721 19 0 0 25 0 1 0 736973583 260001792 57043 33554432000 134512640 135674940 4294105280 18446744073709551615 134564631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22874/statm: 63477 57043 100 284 0 63191 0
[pid=22872/tid=22877] ppid=22830 vsize=827180 CPUtime=0 cores=0,2,4,6
/proc/22872/task/22877/stat : 22877 (python) S 22830 22830 21641 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736983519 847032320 129980 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 514 18446604453396272384 0 0 -1 2 0 0 0
[pid=22878] ppid=22830 vsize=837436 CPUtime=1.56 cores=0,2,4,6
/proc/22878/stat : 22878 (python) S 22830 22830 21641 0 -1 4202560 988 0 0 0 86 70 0 0 18 0 1 0 736983520 857534464 129954 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988612678 0 0 16781312 514 1804465706947805442 0 0 17 4 0 0 0
/proc/22878/statm: 209359 129954 370 364 0 145259 0
[pid=22880] ppid=22878 vsize=506944 CPUtime=471.47 cores=0,2,4,6
/proc/22880/stat : 22880 (precosat) R 22878 22880 22880 0 -1 4202496 196368 0 0 0 47108 39 0 0 25 0 1 0 736983522 519110656 126606 33554432000 4194304 4890832 140737280674016 18446744073709551615 4236100 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/22880/statm: 126736 126606 86 171 0 126563 0
[pid=22830/tid=22841] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22841/stat : 22841 (python) S 22828 22830 21641 0 -1 4202560 37 213767 0 0 0 0 48707 115 25 0 8 0 736924777 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22844] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22844/stat : 22844 (python) S 22828 22830 21641 0 -1 4202560 22 213767 0 0 0 0 48707 115 25 0 8 0 736924779 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 4 0 0 0
[pid=22830/tid=22847] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22847/stat : 22847 (python) S 22828 22830 21641 0 -1 4202560 30 213767 0 0 0 0 48707 115 25 0 8 0 736924781 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 2 0 0 0
[pid=22830/tid=22850] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22850/stat : 22850 (python) S 22828 22830 21641 0 -1 4202560 32 213767 0 0 0 0 48707 115 18 0 8 0 736924784 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22856] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22856/stat : 22856 (python) S 22828 22830 21641 0 -1 4202560 27 213767 0 0 0 0 48707 115 20 0 8 0 736934824 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22873] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22873/stat : 22873 (python) S 22828 22830 21641 0 -1 4202560 28 213767 0 0 0 0 48707 115 20 0 8 0 736973582 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
[pid=22830/tid=22879] ppid=22828 vsize=847680 CPUtime=488.22 cores=0,2,4,6
/proc/22830/task/22879/stat : 22879 (python) S 22828 22830 21641 0 -1 4202560 29 213767 0 0 0 0 48707 115 20 0 8 0 736983522 868024320 131468 33554432000 4194304 5683644 140736459084016 18446744073709551615 216000416177 0 0 16781312 2 18446604452700414272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4371.66
Current children cumulated vsize (KiB) 7814064

[startup+1206.5 s]
/proc/loadavg: 4.08 5.42 6.42 5/439 22910
/proc/meminfo: memFree=16609040/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=806608 CPUtime=4372.35 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 465537 1304092 1 0 14495 81 421745 914 16 0 1 0 736910207 825966592 131437 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988247991 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22830/statm: 201652 131437 1865 364 0 137576 0
Current children cumulated CPU time (s) 4372.35
Current children cumulated vsize (KiB) 806608

[startup+1206.6 s]
/proc/loadavg: 4.08 5.42 6.42 2/414 22910
/proc/meminfo: memFree=19487776/32950940 swapFree=67111356/67111528
[pid=22830] ppid=22828 vsize=806608 CPUtime=4372.46 cores=0,2,4,6
/proc/22830/stat : 22830 (python) R 22828 22830 21641 0 -1 4202496 546125 1304092 1 0 14501 86 421745 914 16 0 1 0 736910207 825966592 131437 33554432000 4194304 5683644 140736459084016 18446744073709551615 215988247991 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22830/statm: 201652 131437 1865 364 0 137576 0
Current children cumulated CPU time (s) 4372.46
Current children cumulated vsize (KiB) 806608

Child status: 0
Real time (s): 1206.69
CPU time (s): 4372.55
CPU user time (s): 4362.49
CPU system time (s): 10.0545
CPU usage (%): 362.36
Max. virtual memory (cumulated for all children) (KiB): 9683856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4362.49
system time used= 10.0545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1878494
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= 5912
involuntary context switches= 33767

runsolver used 5.45717 second user time and 12.3871 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 15:39:54
IDJOB=3378982
IDBENCH=83463
IDSOLVER=1860
FILE ID=node117/3378982-1305466791
RUNJOBID= node117-1305463204-21659
PBS_JOBID= 13324986
Free space on /tmp= 73380 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.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-3378982-1305466791/watcher-3378982-1305466791 -o /tmp/evaluation-result-3378982-1305466791/solver-3378982-1305466791 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378982-1305466791.cnf -seed 121625010 -budget 4800 -cores 4

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=121625010

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19696448 kB
Buffers:        330656 kB
Cached:        3900416 kB
SwapCached:          0 kB
Active:       10521408 kB
Inactive:      2368008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19696448 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          133644 kB
Writeback:           0 kB
AnonPages:     8657932 kB
Mapped:          39188 kB
Slab:           247860 kB
PageTables:      49208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103592712 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= 73380 MiB
End job on node117 at 2011-05-15 16:00:01