Trace number 3378766

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)? 4796.91 1205.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3378766-1305467051.cnf
0.37/0.67	c INFO: computing task features
0.54/0.88	c INFO: computed variable-clause graph statistics
0.54/0.89	c INFO: computed clause balance statistics
1.64/1.93	c INFO: computed variable balance statistics
2.34/2.69	c INFO: computed small-clause counts
2.34/2.69	c INFO: computed Horn-clause counts
2.54/2.84	c INFO: computed variable graph statistics
2.54/2.84	c INFO: collected features for HOME/instance-3378766-1305467051.cnf in 2.16 s
2.54/2.84	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.57)
2.54/2.85	c INFO: running lingeling-276@0 for 97 with 1197 remaining (b = 0.25)
2.54/2.86	c INFO: running cryptominisat-2.9.0@0 for 1197 with 1197 remaining (b = 0.46)
2.54/2.87	c INFO: running lingeling-276@0 for 1197 with 1197 remaining (b = 0.42)
402.31/103.11	c INFO: running lingeling-276@0 for 485 with 1097 remaining (b = 0.23)
2341.45/589.32	c INFO: running cryptominisat-2.9.0@0 for 485 with 611 remaining (b = 0.37)
2341.76/589.43	c INFO: running precosat-570@0 for 611 with 611 remaining (b = 0.36)
4280.03/1075.44	c INFO: running lingeling-276@0 for 125 with 125 remaining (b = 0.14)
4796.41/1204.99	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-3378766-1305467051/watcher-3378766-1305467051 -o /tmp/evaluation-result-3378766-1305467051/solver-3378766-1305467051 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378766-1305467051.cnf -seed 1697990451 -budget 4800 -cores 4 

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

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.09 5.65 5.40 6/350 3713
/proc/meminfo: memFree=16180884/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 639120757 15753216 696 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/3713/statm: 3846 696 334 364 0 333 0

[startup+0.0558739 s]
/proc/loadavg: 7.09 5.65 5.40 6/350 3713
/proc/meminfo: memFree=16180884/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=29792 CPUtime=0.02 cores=1,3,5,7
/proc/3713/stat : 3713 (python) R 3711 3713 3073 0 -1 4202496 1379 0 0 0 2 0 0 0 25 0 1 0 639120757 30507008 1224 33554432000 4194304 5683644 140736182531392 18446744073709551615 5213917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3713/statm: 7448 1227 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29792

[startup+0.100882 s]
/proc/loadavg: 7.09 5.65 5.40 6/350 3713
/proc/meminfo: memFree=16180884/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 2629 0 0 0 4 2 0 0 17 0 1 0 639120757 87678976 2348 33554432000 4194304 5683644 140736182531392 18446744073709551615 270333460103 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/3713/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300814 s]
/proc/loadavg: 7.09 5.65 5.40 6/350 3713
/proc/meminfo: memFree=16180884/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/3713/stat : 3713 (python) R 3711 3713 3073 0 -1 4202496 5963 937 1 0 14 5 0 0 18 0 1 0 639120757 139010048 4150 33554432000 4194304 5683644 140736182531392 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3713/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700746 s]
/proc/loadavg: 7.09 5.65 5.40 6/350 3713
/proc/meminfo: memFree=16180884/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=280704 CPUtime=0.44 cores=1,3,5,7
/proc/3713/stat : 3713 (python) R 3711 3713 3073 0 -1 4202496 9821 937 1 0 34 10 0 0 16 0 1 0 639120757 287440896 7500 33554432000 4194304 5683644 140736182531392 18446744073709551615 47071013750141 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3713/statm: 70176 7500 1761 364 0 6100 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280704

[startup+1.5006 s]
/proc/loadavg: 7.09 5.65 5.40 6/351 3718
/proc/meminfo: memFree=16144544/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=291904 CPUtime=1.24 cores=1,3,5,7
/proc/3713/stat : 3713 (python) R 3711 3713 3073 0 -1 4202496 14287 937 1 0 114 10 0 0 16 0 1 0 639120757 298909696 10360 33554432000 4194304 5683644 140736182531392 18446744073709551615 4579956 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3713/statm: 72976 10360 1826 364 0 8900 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 291904

[startup+3.10024 s]
/proc/loadavg: 7.09 5.65 5.40 6/351 3718
/proc/meminfo: memFree=16144048/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=325480 CPUtime=2.61 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 16890 937 1 0 250 11 0 0 24 0 5 0 639120757 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3713/statm: 81370 8558 1873 364 0 17279 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 325480

[startup+6.30061 s]
/proc/loadavg: 7.40 5.74 5.43 9/363 3730
/proc/meminfo: memFree=16100204/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=325480 CPUtime=2.61 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 16890 937 1 0 250 11 0 0 24 0 5 0 639120757 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3713/statm: 81370 8558 1873 364 0 17279 0
[pid=3719] ppid=3713 vsize=284996 CPUtime=0 cores=1,3,5,7
/proc/3719/stat : 3719 (python) S 3713 3713 3073 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 639121042 291835904 7015 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403855 0 0 16781312 514 5637737354501259526 0 0 17 7 0 0 0
/proc/3719/statm: 71249 7015 355 364 0 7167 0
[pid=3721] ppid=3719 vsize=10380 CPUtime=3.44 cores=1,3,5,7
/proc/3721/stat : 3721 (lingeling) R 3719 3721 3721 0 -1 4202496 2578 0 0 0 344 0 0 0 25 0 1 0 639121043 10629120 1765 33554432000 4194304 4352236 140736717637504 18446744073709551615 4278835 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3721/statm: 2595 1765 129 39 0 1675 0
[pid=3722] ppid=3713 vsize=295704 CPUtime=0 cores=1,3,5,7
/proc/3722/stat : 3722 (python) S 3713 3713 3073 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 639121043 302800896 7013 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 1121379269079957764 0 0 17 5 0 0 0
/proc/3722/statm: 73926 7013 349 364 0 9841 0
[pid=3724] ppid=3722 vsize=10380 CPUtime=3.43 cores=1,3,5,7
/proc/3724/stat : 3724 (lingeling) R 3722 3724 3724 0 -1 4202496 2610 0 0 0 343 0 0 0 25 0 1 0 639121043 10629120 1794 33554432000 4194304 4352236 140736499417872 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3724/statm: 2595 1794 129 39 0 1675 0
[pid=3725] ppid=3713 vsize=305600 CPUtime=0 cores=1,3,5,7
/proc/3725/stat : 3725 (python) S 3713 3713 3073 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 639121044 312934400 7017 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 4494319753527001349 0 0 17 7 0 0 0
/proc/3725/statm: 76400 7017 349 364 0 12312 0
[pid=3727] ppid=3725 vsize=47208 CPUtime=3.37 cores=1,3,5,7
/proc/3727/stat : 3727 (cryptominisat-2) R 3725 3727 3727 0 -1 4202496 6392 0 0 0 337 0 0 0 25 0 1 0 639121044 48340992 4734 33554432000 4194304 4677096 140737025347024 18446744073709551615 4319915 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3727/statm: 11802 4734 387 118 0 6761 0
[pid=3728] ppid=3713 vsize=316260 CPUtime=0 cores=1,3,5,7
/proc/3728/stat : 3728 (python) S 3713 3713 3073 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 639121045 323850240 7031 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 17906879470719959303 0 0 17 5 0 0 0
/proc/3728/statm: 79065 7031 349 364 0 14974 0
[pid=3730] ppid=3728 vsize=10380 CPUtime=3.41 cores=1,3,5,7
/proc/3730/stat : 3730 (lingeling) R 3728 3730 3730 0 -1 4202496 2576 0 0 0 341 0 0 0 25 0 1 0 639121045 10629120 1765 33554432000 4194304 4352236 140737348307552 18446744073709551615 4327899 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3730/statm: 2595 1765 129 39 0 1675 0
[pid=3713/tid=3720] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 19 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 639121044 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0
[pid=3713/tid=3729] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3729/stat : 3729 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 5 0 639121045 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 1606388

[startup+12.7013 s]
/proc/loadavg: 7.45 5.78 5.44 9/363 3730
/proc/meminfo: memFree=16084008/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=325480 CPUtime=2.61 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 16890 937 1 0 250 11 0 0 24 0 5 0 639120757 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3713/statm: 81370 8558 1873 364 0 17279 0
[pid=3719] ppid=3713 vsize=284996 CPUtime=0.01 cores=1,3,5,7
/proc/3719/stat : 3719 (python) S 3713 3713 3073 0 -1 4202560 909 0 0 0 0 1 0 0 18 0 1 0 639121042 291835904 7037 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403855 0 0 16781312 514 5637737354501259526 0 0 17 7 0 0 0
/proc/3719/statm: 71249 7037 377 364 0 7167 0
[pid=3721] ppid=3719 vsize=12676 CPUtime=9.84 cores=1,3,5,7
/proc/3721/stat : 3721 (lingeling) R 3719 3721 3721 0 -1 4202496 3250 0 0 0 984 0 0 0 25 0 1 0 639121043 12980224 2339 33554432000 4194304 4352236 140736717637504 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3721/statm: 3169 2339 129 39 0 2249 0
[pid=3722] ppid=3713 vsize=295704 CPUtime=0 cores=1,3,5,7
/proc/3722/stat : 3722 (python) S 3713 3713 3073 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 639121043 302800896 7035 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 1121379269079957764 0 0 17 5 0 0 0
/proc/3722/statm: 73926 7035 371 364 0 9841 0
[pid=3724] ppid=3722 vsize=12620 CPUtime=9.83 cores=1,3,5,7
/proc/3724/stat : 3724 (lingeling) R 3722 3724 3724 0 -1 4202496 3239 0 0 0 983 0 0 0 25 0 1 0 639121043 12922880 2324 33554432000 4194304 4352236 140736499417872 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3724/statm: 3155 2324 129 39 0 2235 0
[pid=3725] ppid=3713 vsize=305600 CPUtime=0.03 cores=1,3,5,7
/proc/3725/stat : 3725 (python) S 3713 3713 3073 0 -1 4202560 940 0 0 0 2 1 0 0 15 0 1 0 639121044 312934400 7040 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 4494319753527001349 0 0 17 7 0 0 0
/proc/3725/statm: 76400 7040 372 364 0 12312 0
[pid=3727] ppid=3725 vsize=53868 CPUtime=9.65 cores=1,3,5,7
/proc/3727/stat : 3727 (cryptominisat-2) R 3725 3727 3727 0 -1 4202496 9777 0 0 0 963 2 0 0 25 0 1 0 639121044 55160832 6390 33554432000 4194304 4677096 140737025347024 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3727/statm: 13467 6390 392 118 0 8426 0
[pid=3728] ppid=3713 vsize=316260 CPUtime=0.01 cores=1,3,5,7
/proc/3728/stat : 3728 (python) S 3713 3713 3073 0 -1 4202560 926 0 0 0 0 1 0 0 18 0 1 0 639121045 323850240 7054 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 17906879470719959303 0 0 17 5 0 0 0
/proc/3728/statm: 79065 7054 372 364 0 14974 0
[pid=3730] ppid=3728 vsize=12068 CPUtime=9.78 cores=1,3,5,7
/proc/3730/stat : 3730 (lingeling) R 3728 3730 3730 0 -1 4202496 3097 0 0 0 978 0 0 0 25 0 1 0 639121045 12357632 2187 33554432000 4194304 4352236 140737348307552 18446744073709551615 4328664 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3730/statm: 3017 2187 129 39 0 2097 0
[pid=3713/tid=3720] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 19 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 639121044 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0
[pid=3713/tid=3729] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3729/stat : 3729 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 5 0 639121045 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.76
Current children cumulated vsize (KiB) 1619272

[startup+25.5008 s]
/proc/loadavg: 7.57 5.88 5.48 9/363 3730
/proc/meminfo: memFree=16066164/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=325480 CPUtime=2.61 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 16890 937 1 0 250 11 0 0 24 0 5 0 639120757 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3713/statm: 81370 8558 1873 364 0 17279 0
[pid=3719] ppid=3713 vsize=284996 CPUtime=0.06 cores=1,3,5,7
/proc/3719/stat : 3719 (python) S 3713 3713 3073 0 -1 4202560 921 0 0 0 2 4 0 0 18 0 1 0 639121042 291835904 7038 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403855 0 0 16781312 514 9643702138013974790 0 0 17 7 0 0 0
/proc/3719/statm: 71249 7038 378 364 0 7167 0
[pid=3721] ppid=3719 vsize=16416 CPUtime=22.64 cores=1,3,5,7
/proc/3721/stat : 3721 (lingeling) R 3719 3721 3721 0 -1 4202496 4186 0 0 0 2264 0 0 0 25 0 1 0 639121043 16809984 3274 33554432000 4194304 4352236 140736717637504 18446744073709551615 4279075 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3721/statm: 4104 3274 129 39 0 3184 0
[pid=3722] ppid=3713 vsize=295704 CPUtime=0.05 cores=1,3,5,7
/proc/3722/stat : 3722 (python) S 3713 3713 3073 0 -1 4202560 906 0 0 0 3 2 0 0 18 0 1 0 639121043 302800896 7036 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974788 0 0 17 5 0 0 0
/proc/3722/statm: 73926 7036 372 364 0 9841 0
[pid=3724] ppid=3722 vsize=16936 CPUtime=22.63 cores=1,3,5,7
/proc/3724/stat : 3724 (lingeling) R 3722 3724 3724 0 -1 4202496 4418 0 0 0 2263 0 0 0 25 0 1 0 639121043 17342464 3403 33554432000 4194304 4352236 140736499417872 18446744073709551615 4280952 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3724/statm: 4234 3403 129 39 0 3314 0
[pid=3725] ppid=3713 vsize=305600 CPUtime=0.06 cores=1,3,5,7
/proc/3725/stat : 3725 (python) S 3713 3713 3073 0 -1 4202560 951 0 0 0 3 3 0 0 15 0 1 0 639121044 312934400 7040 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 4494319753527001349 0 0 17 7 0 0 0
/proc/3725/statm: 76400 7040 372 364 0 12312 0
[pid=3727] ppid=3725 vsize=59008 CPUtime=22.21 cores=1,3,5,7
/proc/3727/stat : 3727 (cryptominisat-2) R 3725 3727 3727 0 -1 4202496 14539 0 0 0 2218 3 0 0 25 0 1 0 639121044 60424192 8077 33554432000 4194304 4677096 140737025347024 18446744073709551615 4320195 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3727/statm: 14752 8077 392 118 0 9711 0
[pid=3728] ppid=3713 vsize=316260 CPUtime=0.05 cores=1,3,5,7
/proc/3728/stat : 3728 (python) S 3713 3713 3073 0 -1 4202560 934 0 0 0 2 3 0 0 18 0 1 0 639121045 323850240 7054 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974791 0 0 17 5 0 0 0
/proc/3728/statm: 79065 7054 372 364 0 14974 0
[pid=3730] ppid=3728 vsize=14012 CPUtime=22.49 cores=1,3,5,7
/proc/3730/stat : 3730 (lingeling) R 3728 3730 3730 0 -1 4202496 3607 0 0 0 2249 0 0 0 25 0 1 0 639121045 14348288 2697 33554432000 4194304 4352236 140737348307552 18446744073709551615 4329032 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3730/statm: 3503 2697 129 39 0 2583 0
[pid=3713/tid=3720] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 19 937 0 0 0 0 0 0 20 0 5 0 639121043 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=325480 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 5 0 639121044 333291520 8558 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0

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

[pid=3810] ppid=3808 vsize=28380 CPUtime=127.81 cores=1,3,5,7
/proc/3810/stat : 3810 (lingeling) R 3808 3810 3810 0 -1 4202496 17781 0 0 0 12780 1 0 0 25 0 1 0 639228303 29061120 6297 33554432000 4194304 4352236 140733591422480 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3810/statm: 7095 6297 129 39 0 6175 0
[pid=3713/tid=3720] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 23 937 0 0 0 0 0 0 18 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 8 0 639121044 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0
[pid=3713/tid=3729] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3729/stat : 3729 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 8 0 639121045 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3761] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3761/stat : 3761 (python) S 3711 3713 3073 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 639179690 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3765] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3765/stat : 3765 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 639179702 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3809] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3809/stat : 3809 (python) S 3711 3713 3073 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 639228303 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4792.42
Current children cumulated vsize (KiB) 3108888

[startup+1204.7 s]
/proc/loadavg: 4.11 5.87 6.46 5/357 3814
/proc/meminfo: memFree=17885652/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=356248 CPUtime=2.64 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 19204 937 1 0 252 12 0 0 19 0 8 0 639120757 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3713/statm: 89062 8600 1880 364 0 24962 0
[pid=3719] ppid=3713 vsize=295240 CPUtime=1.57 cores=1,3,5,7
/proc/3719/stat : 3719 (python) S 3713 3713 3073 0 -1 4202560 1210 0 0 0 72 85 0 0 19 0 2 0 639121042 302325760 7080 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3719/statm: 73810 7080 415 364 0 9728 0
[pid=3721] ppid=3719 vsize=47120 CPUtime=586.59 cores=1,3,5,7
/proc/3721/stat : 3721 (lingeling) T 3719 3721 3721 0 -1 4202496 92796 0 0 0 58647 12 0 0 25 0 1 0 639121043 48250880 10950 33554432000 4194304 4352236 140736717637504 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3721/statm: 11780 10950 129 39 0 10860 0
[pid=3719/tid=3763] ppid=3713 vsize=295240 CPUtime=0 cores=1,3,5,7
/proc/3719/task/3763/stat : 3763 (python) S 3713 3713 3073 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639179701 302325760 7080 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 3 0 0 0
[pid=3722] ppid=3713 vsize=295704 CPUtime=1.55 cores=1,3,5,7
/proc/3722/stat : 3722 (python) S 3713 3713 3073 0 -1 4202560 1154 0 0 0 68 87 0 0 18 0 2 0 639121043 302800896 7065 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3722/statm: 73926 7065 400 364 0 9841 0
[pid=3724] ppid=3722 vsize=47752 CPUtime=585.05 cores=1,3,5,7
/proc/3724/stat : 3724 (lingeling) T 3722 3724 3724 0 -1 4202496 103315 0 0 0 58492 13 0 0 25 0 1 0 639121043 48898048 11107 33554432000 4194304 4352236 140736499417872 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/3724/statm: 11938 11107 129 39 0 11018 0
[pid=3722/tid=3737] ppid=3713 vsize=295704 CPUtime=0 cores=1,3,5,7
/proc/3722/task/3737/stat : 3737 (python) S 3713 3713 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 639131068 302800896 7065 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604466058686592 0 0 -1 3 0 0 0
[pid=3725] ppid=3713 vsize=305600 CPUtime=3.42 cores=1,3,5,7
/proc/3725/stat : 3725 (python) S 3713 3713 3073 0 -1 4202560 1045 0 0 0 161 181 0 0 15 0 1 0 639121044 312934400 7041 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974789 0 0 17 5 0 0 0
/proc/3725/statm: 76400 7041 373 364 0 12312 0
[pid=3727] ppid=3725 vsize=199340 CPUtime=1185.78 cores=1,3,5,7
/proc/3727/stat : 3727 (cryptominisat-2) R 3725 3727 3727 0 -1 4202496 171693 0 0 0 118486 92 0 0 25 0 1 0 639121044 204124160 31692 33554432000 4194304 4677096 140737025347024 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3727/statm: 49835 31692 392 118 0 44794 0
[pid=3728] ppid=3713 vsize=316260 CPUtime=3.14 cores=1,3,5,7
/proc/3728/stat : 3728 (python) S 3713 3713 3073 0 -1 4202560 995 0 0 0 148 166 0 0 18 0 1 0 639121045 323850240 7054 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974791 0 0 17 5 0 0 0
/proc/3728/statm: 79065 7054 372 364 0 14974 0
[pid=3730] ppid=3728 vsize=51636 CPUtime=1195.26 cores=1,3,5,7
/proc/3730/stat : 3730 (lingeling) R 3728 3730 3730 0 -1 4202496 174694 0 0 0 119502 24 0 0 25 0 1 0 639121045 52875264 12079 33554432000 4194304 4352236 140737348307552 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3730/statm: 12909 12079 129 39 0 11989 0
[pid=3760] ppid=3713 vsize=326608 CPUtime=1.4 cores=1,3,5,7
/proc/3760/stat : 3760 (python) S 3713 3713 3073 0 -1 4202560 1170 0 0 0 65 75 0 0 16 0 2 0 639179689 334446592 7110 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3760/statm: 81652 7110 400 364 0 17558 0
[pid=3762] ppid=3760 vsize=115752 CPUtime=486.11 cores=1,3,5,7
/proc/3762/stat : 3762 (cryptominisat-2) T 3760 3762 3762 0 -1 4202496 113475 0 0 0 48557 54 0 0 25 0 1 0 639179690 118530048 22043 33554432000 4194304 4677096 140737234744512 18446744073709551615 4335955 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/3762/statm: 28938 22043 392 118 0 23897 0
[pid=3760/tid=3807] ppid=3713 vsize=326608 CPUtime=0 cores=1,3,5,7
/proc/3760/task/3807/stat : 3807 (python) S 3713 3713 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 639228302 334446592 7110 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604467451213952 0 0 -1 3 0 0 0
[pid=3764] ppid=3713 vsize=336496 CPUtime=1.59 cores=1,3,5,7
/proc/3764/stat : 3764 (python) S 3713 3713 3073 0 -1 4202560 990 0 0 0 75 84 0 0 18 0 1 0 639179701 344571904 7085 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974788 0 0 17 3 0 0 0
/proc/3764/statm: 84124 7085 372 364 0 20027 0
[pid=3766] ppid=3764 vsize=39932 CPUtime=612.59 cores=1,3,5,7
/proc/3766/stat : 3766 (precosat) R 3764 3766 3766 0 -1 4202496 15425 0 0 0 61254 5 0 0 25 0 1 0 639179702 40890368 9698 33554432000 4194304 4890832 140734922282352 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/3766/statm: 9983 9698 86 171 0 9810 0
[pid=3808] ppid=3713 vsize=346820 CPUtime=0.31 cores=1,3,5,7
/proc/3808/stat : 3808 (python) S 3713 3713 3073 0 -1 4202560 967 0 0 0 16 15 0 0 18 0 1 0 639228302 355143680 7089 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974789 0 0 17 3 0 0 0
/proc/3808/statm: 86705 7089 372 364 0 22605 0
[pid=3810] ppid=3808 vsize=29404 CPUtime=128.61 cores=1,3,5,7
/proc/3810/stat : 3810 (lingeling) R 3808 3810 3810 0 -1 4202496 18037 0 0 0 12860 1 0 0 25 0 1 0 639228303 30109696 6553 33554432000 4194304 4352236 140733591422480 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3810/statm: 7351 6553 129 39 0 6431 0
[pid=3713/tid=3720] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 23 937 0 0 0 0 0 0 18 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 8 0 639121044 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0
[pid=3713/tid=3729] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3729/stat : 3729 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 8 0 639121045 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3761] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3761/stat : 3761 (python) S 3711 3713 3073 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 639179690 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3765] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3765/stat : 3765 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 639179702 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3809] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3809/stat : 3809 (python) S 3711 3713 3073 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 639228303 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4795.61
Current children cumulated vsize (KiB) 3109912

[startup+1204.9 s]
/proc/loadavg: 4.11 5.87 6.46 5/357 3814
/proc/meminfo: memFree=17885652/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=356248 CPUtime=2.64 cores=1,3,5,7
/proc/3713/stat : 3713 (python) S 3711 3713 3073 0 -1 4202496 19204 937 1 0 252 12 0 0 19 0 8 0 639120757 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3713/statm: 89062 8600 1880 364 0 24962 0
[pid=3719] ppid=3713 vsize=295240 CPUtime=1.57 cores=1,3,5,7
/proc/3719/stat : 3719 (python) S 3713 3713 3073 0 -1 4202560 1210 0 0 0 72 85 0 0 19 0 2 0 639121042 302325760 7080 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3719/statm: 73810 7080 415 364 0 9728 0
[pid=3721] ppid=3719 vsize=47120 CPUtime=586.59 cores=1,3,5,7
/proc/3721/stat : 3721 (lingeling) T 3719 3721 3721 0 -1 4202496 92796 0 0 0 58647 12 0 0 25 0 1 0 639121043 48250880 10950 33554432000 4194304 4352236 140736717637504 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3721/statm: 11780 10950 129 39 0 10860 0
[pid=3719/tid=3763] ppid=3713 vsize=295240 CPUtime=0 cores=1,3,5,7
/proc/3719/task/3763/stat : 3763 (python) S 3713 3713 3073 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639179701 302325760 7080 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 3 0 0 0
[pid=3722] ppid=3713 vsize=295704 CPUtime=1.55 cores=1,3,5,7
/proc/3722/stat : 3722 (python) S 3713 3713 3073 0 -1 4202560 1154 0 0 0 68 87 0 0 18 0 2 0 639121043 302800896 7065 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3722/statm: 73926 7065 400 364 0 9841 0
[pid=3724] ppid=3722 vsize=47752 CPUtime=585.05 cores=1,3,5,7
/proc/3724/stat : 3724 (lingeling) T 3722 3724 3724 0 -1 4202496 103315 0 0 0 58492 13 0 0 25 0 1 0 639121043 48898048 11107 33554432000 4194304 4352236 140736499417872 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/3724/statm: 11938 11107 129 39 0 11018 0
[pid=3722/tid=3737] ppid=3713 vsize=295704 CPUtime=0 cores=1,3,5,7
/proc/3722/task/3737/stat : 3737 (python) S 3713 3713 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 639131068 302800896 7065 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604466058686592 0 0 -1 3 0 0 0
[pid=3725] ppid=3713 vsize=305600 CPUtime=3.42 cores=1,3,5,7
/proc/3725/stat : 3725 (python) S 3713 3713 3073 0 -1 4202560 1045 0 0 0 161 181 0 0 15 0 1 0 639121044 312934400 7041 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974789 0 0 17 5 0 0 0
/proc/3725/statm: 76400 7041 373 364 0 12312 0
[pid=3727] ppid=3725 vsize=199340 CPUtime=1185.98 cores=1,3,5,7
/proc/3727/stat : 3727 (cryptominisat-2) R 3725 3727 3727 0 -1 4202496 171708 0 0 0 118506 92 0 0 25 0 1 0 639121044 204124160 31707 33554432000 4194304 4677096 140737025347024 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3727/statm: 49835 31707 392 118 0 44794 0
[pid=3728] ppid=3713 vsize=316260 CPUtime=3.14 cores=1,3,5,7
/proc/3728/stat : 3728 (python) S 3713 3713 3073 0 -1 4202560 995 0 0 0 148 166 0 0 18 0 1 0 639121045 323850240 7054 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974791 0 0 17 5 0 0 0
/proc/3728/statm: 79065 7054 372 364 0 14974 0
[pid=3730] ppid=3728 vsize=51636 CPUtime=1195.46 cores=1,3,5,7
/proc/3730/stat : 3730 (lingeling) R 3728 3730 3730 0 -1 4202496 174694 0 0 0 119522 24 0 0 25 0 1 0 639121045 52875264 12079 33554432000 4194304 4352236 140737348307552 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3730/statm: 12909 12079 129 39 0 11989 0
[pid=3760] ppid=3713 vsize=326608 CPUtime=1.4 cores=1,3,5,7
/proc/3760/stat : 3760 (python) S 3713 3713 3073 0 -1 4202560 1170 0 0 0 65 75 0 0 16 0 2 0 639179689 334446592 7110 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3760/statm: 81652 7110 400 364 0 17558 0
[pid=3762] ppid=3760 vsize=115752 CPUtime=486.11 cores=1,3,5,7
/proc/3762/stat : 3762 (cryptominisat-2) T 3760 3762 3762 0 -1 4202496 113475 0 0 0 48557 54 0 0 25 0 1 0 639179690 118530048 22043 33554432000 4194304 4677096 140737234744512 18446744073709551615 4335955 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/3762/statm: 28938 22043 392 118 0 23897 0
[pid=3760/tid=3807] ppid=3713 vsize=326608 CPUtime=0 cores=1,3,5,7
/proc/3760/task/3807/stat : 3807 (python) S 3713 3713 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 639228302 334446592 7110 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 514 18446604467451213952 0 0 -1 3 0 0 0
[pid=3764] ppid=3713 vsize=336496 CPUtime=1.59 cores=1,3,5,7
/proc/3764/stat : 3764 (python) S 3713 3713 3073 0 -1 4202560 990 0 0 0 75 84 0 0 18 0 1 0 639179701 344571904 7085 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974788 0 0 17 3 0 0 0
/proc/3764/statm: 84124 7085 372 364 0 20027 0
[pid=3766] ppid=3764 vsize=39932 CPUtime=612.79 cores=1,3,5,7
/proc/3766/stat : 3766 (precosat) R 3764 3766 3766 0 -1 4202496 15425 0 0 0 61274 5 0 0 25 0 1 0 639179702 40890368 9698 33554432000 4194304 4890832 140734922282352 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/3766/statm: 9983 9698 86 171 0 9810 0
[pid=3808] ppid=3713 vsize=346820 CPUtime=0.31 cores=1,3,5,7
/proc/3808/stat : 3808 (python) S 3713 3713 3073 0 -1 4202560 967 0 0 0 16 15 0 0 18 0 1 0 639228302 355143680 7089 33554432000 4194304 5683644 140736182531392 18446744073709551615 270338403910 0 0 16781312 514 9643702138013974789 0 0 17 3 0 0 0
/proc/3808/statm: 86705 7089 372 364 0 22605 0
[pid=3810] ppid=3808 vsize=29404 CPUtime=128.81 cores=1,3,5,7
/proc/3810/stat : 3810 (lingeling) R 3808 3810 3810 0 -1 4202496 18037 0 0 0 12880 1 0 0 25 0 1 0 639228303 30109696 6553 33554432000 4194304 4352236 140733591422480 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/3810/statm: 7351 6553 129 39 0 6431 0
[pid=3713/tid=3720] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3720/stat : 3720 (python) S 3711 3713 3073 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 1 0 0 0
[pid=3713/tid=3723] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3723/stat : 3723 (python) S 3711 3713 3073 0 -1 4202560 23 937 0 0 0 0 0 0 18 0 8 0 639121043 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3726] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3726/stat : 3726 (python) S 3711 3713 3073 0 -1 4202560 27 937 0 0 0 0 0 0 22 0 8 0 639121044 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 7 0 0 0
[pid=3713/tid=3729] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3729/stat : 3729 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 8 0 639121045 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 5 0 0 0
[pid=3713/tid=3761] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3761/stat : 3761 (python) S 3711 3713 3073 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 639179690 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3765] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3765/stat : 3765 (python) S 3711 3713 3073 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 639179702 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
[pid=3713/tid=3809] ppid=3711 vsize=356248 CPUtime=0 cores=1,3,5,7
/proc/3713/task/3809/stat : 3809 (python) S 3711 3713 3073 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 639228303 364797952 8600 33554432000 4194304 5683644 140736182531392 18446744073709551615 270350207409 0 0 16781312 2 18446604454225333056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4796.41
Current children cumulated vsize (KiB) 3109912

[startup+1205 s]
/proc/loadavg: 4.11 5.87 6.46 5/357 3814
/proc/meminfo: memFree=17885652/32951124 swapFree=59367104/67111528
[pid=3713] ppid=3711 vsize=315328 CPUtime=4796.89 cores=1,3,5,7
/proc/3713/stat : 3713 (python) R 3711 3713 3073 0 -1 4202496 23735 698313 1 0 254 12 478517 906 17 0 1 0 639120757 322895872 8585 33554432000 4194304 5683644 140736182531392 18446744073709551615 5258739 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3713/statm: 78832 8585 1866 364 0 14756 0
Current children cumulated CPU time (s) 4796.89
Current children cumulated vsize (KiB) 315328

Child status: 0
Real time (s): 1205.01
CPU time (s): 4796.91
CPU user time (s): 4787.72
CPU system time (s): 9.1886
CPU usage (%): 398.08
Max. virtual memory (cumulated for all children) (KiB): 3109912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.72
system time used= 9.1886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 723455
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= 8921
involuntary context switches= 39053

runsolver used 3.43948 second user time and 11.0083 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 15:44:11
IDJOB=3378766
IDBENCH=84211
IDSOLVER=1860
FILE ID=node143/3378766-1305467051
RUNJOBID= node143-1305463442-3094
PBS_JOBID= 13324998
Free space on /tmp= 73400 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.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-3378766-1305467051/watcher-3378766-1305467051 -o /tmp/evaluation-result-3378766-1305467051/solver-3378766-1305467051 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378766-1305467051.cnf -seed 1697990451 -budget 4800 -cores 4

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1697990451

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16180916 kB
Buffers:        215872 kB
Cached:        1618348 kB
SwapCached:      67400 kB
Active:        6607104 kB
Inactive:      9898176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16180916 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           32700 kB
Writeback:           0 kB
AnonPages:    14603960 kB
Mapped:          29580 kB
Slab:           125364 kB
PageTables:      74272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79234880 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= 73512 MiB
End job on node143 at 2011-05-15 16:04:17