Trace number 3317814

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 223.503 110.526

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8925
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3317814-1304267964.cnf
0.36/0.65	c INFO: computing task features
1.54/1.89	c INFO: computed variable-clause graph statistics
1.64/1.94	c INFO: computed clause balance statistics
7.93/8.20	c INFO: computed variable balance statistics
12.54/12.83	c INFO: computed small-clause counts
12.64/12.92	c INFO: computed Horn-clause counts
34.23/34.51	c INFO: computed variable graph statistics
34.23/34.51	c INFO: collected features for HOME/instance-3317814-1304267964.cnf in 33.82 s
34.23/34.53	c INFO: running lingeling-276@0 for 97 with 4766 remaining (b = 0.46)
34.23/34.56	c INFO: running lingeling-276@0 for 873 with 4766 remaining (b = 0.45)
34.23/34.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 4766 remaining (b = 0.36)
34.33/34.62	c INFO: running SApperloT@0 for 97 with 4766 remaining (b = 0.03)
223.18/110.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317814-1304267964/watcher-3317814-1304267964 -o /tmp/evaluation-result-3317814-1304267964/solver-3317814-1304267964 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317814-1304267964.cnf -seed 867666104 -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.81 6.06 3.05 7/218 20910
/proc/meminfo: memFree=19103320/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 795 0 0 0 0 0 0 0 21 0 1 0 538395263 15753216 681 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594862437 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 3846 681 322 364 0 333 0

[startup+0.0508231 s]
/proc/loadavg: 7.81 6.06 3.05 7/218 20910
/proc/meminfo: memFree=19103320/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=21104 CPUtime=0.02 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 1302 0 0 0 2 0 0 0 21 0 1 0 538395263 21610496 1153 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/20910/statm: 5276 1153 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100813 s]
/proc/loadavg: 7.81 6.06 3.05 7/218 20910
/proc/meminfo: memFree=19103320/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 2631 0 0 0 4 2 0 0 21 0 1 0 538395263 87678976 2348 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/20910/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300784 s]
/proc/loadavg: 7.81 6.06 3.05 7/218 20910
/proc/meminfo: memFree=19103320/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 5964 935 1 0 12 6 0 0 21 0 1 0 538395263 139010048 4150 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/20910/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70071 s]
/proc/loadavg: 7.81 6.06 3.05 7/218 20910
/proc/meminfo: memFree=19103320/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=288004 CPUtime=0.44 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 11642 935 1 0 33 11 0 0 21 0 1 0 538395263 294916096 9322 33554432000 4194304 5683644 140734371392480 18446744073709551615 4445135 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20910/statm: 72001 9322 1761 364 0 7925 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288004

[startup+1.50057 s]
/proc/loadavg: 7.81 6.06 3.05 8/219 20915
/proc/meminfo: memFree=18960960/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=335496 CPUtime=1.24 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 23396 935 1 0 111 13 0 0 23 0 1 0 538395263 343547904 21076 33554432000 4194304 5683644 140734371392480 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 83874 21076 1761 364 0 19798 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 335496

[startup+3.10029 s]
/proc/loadavg: 7.81 6.06 3.05 8/219 20915
/proc/meminfo: memFree=18894744/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=354136 CPUtime=2.83 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 41250 935 1 0 269 14 0 0 25 0 1 0 538395263 362635264 25918 33554432000 4194304 5683644 140734371392480 18446744073709551615 47052929188954 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 88534 25918 1826 364 0 24458 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 354136

[startup+6.30072 s]
/proc/loadavg: 7.75 6.07 3.07 8/219 20915
/proc/meminfo: memFree=18798768/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=354136 CPUtime=6.04 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 41250 935 1 0 590 14 0 0 25 0 1 0 538395263 362635264 25918 33554432000 4194304 5683644 140734371392480 18446744073709551615 4527925 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 88534 25918 1826 364 0 24458 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 354136

[startup+12.7006 s]
/proc/loadavg: 7.77 6.10 3.10 8/219 20915
/proc/meminfo: memFree=18771012/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=354136 CPUtime=12.44 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 41251 935 1 0 1230 14 0 0 25 0 1 0 538395263 362635264 25919 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594522506 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 88534 25919 1827 364 0 24458 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 354136

[startup+25.5003 s]
/proc/loadavg: 7.60 6.15 3.16 8/219 20915
/proc/meminfo: memFree=18739348/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=357296 CPUtime=25.23 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 42047 935 1 0 2509 14 0 0 25 0 1 0 538395263 365871104 26715 33554432000 4194304 5683644 140734371392480 18446744073709551615 47052926421120 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20910/statm: 89324 26715 1833 364 0 25248 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 357296

[startup+51.1008 s]
/proc/loadavg: 8.14 6.38 3.31 11/231 20928
/proc/meminfo: memFree=17992020/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.02 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 987 0 0 0 2 0 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=47380 CPUtime=8.3 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16694 0 0 0 827 3 0 0 25 0 1 0 538398718 48517120 11013 33554432000 4194304 4352236 140736856054304 18446744073709551615 4228442 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 11845 11013 127 39 0 10925 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.02 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 911 0 0 0 2 0 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=47236 CPUtime=8.21 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16669 0 0 0 819 2 0 0 25 0 1 0 538398723 48369664 10977 33554432000 4194304 4352236 140733267278608 18446744073709551615 4230727 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 11809 10977 127 39 0 10889 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.01 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379011 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=350612 CPUtime=8.11 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 80292 0 0 0 799 12 0 0 25 0 1 0 538398726 359026688 75695 33554432000 4194304 4677096 140735194960800 18446744073709551615 4236591 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 87653 75695 362 118 0 82612 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.02 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=32268 CPUtime=16.28 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 7775 0 0 0 1627 1 0 0 25 0 1 0 538398726 33042432 7412 33554432000 134512640 135674940 4288332144 18446744073709551615 134558370 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 8067 7412 99 284 0 7781 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.32
Current children cumulated vsize (KiB) 2335684

[startup+102.309 s]
/proc/loadavg: 9.23 6.95 3.67 11/231 20929
/proc/meminfo: memFree=17840096/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.09 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 1011 0 0 0 6 3 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=38768 CPUtime=33.9 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16696 0 0 0 3387 3 0 0 25 0 1 0 538398718 39698432 8862 33554432000 4194304 4352236 140736856054304 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 9692 8862 129 39 0 8772 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.1 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 931 0 0 0 7 3 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=38604 CPUtime=33.75 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16671 0 0 0 3373 2 0 0 25 0 1 0 538398723 39530496 8821 33554432000 4194304 4352236 140733267278608 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 9651 8821 129 39 0 8731 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.11 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 941 0 0 0 7 4 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 3010119793517756675 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=469568 CPUtime=33.7 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 112851 0 0 0 3353 17 0 0 25 0 1 0 538398726 480837632 103881 33554432000 4194304 4677096 140735194960800 18446744073709551615 4335040 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 117392 103881 392 118 0 112351 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.1 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 953 0 0 0 5 5 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=53940 CPUtime=66.91 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 13545 0 0 0 6687 4 0 0 25 0 1 0 538398726 55234560 12283 33554432000 134512640 135674940 4288332144 18446744073709551615 134565320 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 13485 12283 100 284 0 13199 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 2459068

Solver just ended. Dumping a history of the last processes samples

[startup+105.501 s]
/proc/loadavg: 9.38 7.02 3.70 11/231 20929
/proc/meminfo: memFree=17835136/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.11 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 1013 0 0 0 7 4 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=38768 CPUtime=35.5 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16696 0 0 0 3547 3 0 0 25 0 1 0 538398718 39698432 8862 33554432000 4194304 4352236 140736856054304 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 9692 8862 129 39 0 8772 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.11 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 933 0 0 0 7 4 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=38604 CPUtime=35.34 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16671 0 0 0 3532 2 0 0 25 0 1 0 538398723 39530496 8821 33554432000 4194304 4352236 140733267278608 18446744073709551615 4327859 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 9651 8821 129 39 0 8731 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.11 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 941 0 0 0 7 4 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 3010119793517756675 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=480224 CPUtime=35.3 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 113595 0 0 0 3513 17 0 0 25 0 1 0 538398726 491749376 104625 33554432000 4194304 4677096 140735194960800 18446744073709551615 4320180 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 120056 104625 392 118 0 115015 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.1 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 957 0 0 0 5 5 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=54600 CPUtime=70.07 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 13695 0 0 0 7003 4 0 0 25 0 1 0 538398726 55910400 12433 33554432000 134512640 135674940 4288332144 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 13650 12433 100 284 0 13364 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 210.99
Current children cumulated vsize (KiB) 2470384

[startup+108.701 s]
/proc/loadavg: 9.38 7.02 3.70 11/231 20930
/proc/meminfo: memFree=17835384/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.11 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 1013 0 0 0 7 4 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=38768 CPUtime=37.1 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16696 0 0 0 3707 3 0 0 25 0 1 0 538398718 39698432 8862 33554432000 4194304 4352236 140736856054304 18446744073709551615 4278648 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 9692 8862 129 39 0 8772 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.11 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 933 0 0 0 7 4 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=38604 CPUtime=36.93 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16671 0 0 0 3691 2 0 0 25 0 1 0 538398723 39530496 8821 33554432000 4194304 4352236 140733267278608 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 9651 8821 129 39 0 8731 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.12 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 943 0 0 0 8 4 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 3010119793517756675 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=480224 CPUtime=36.9 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 113837 0 0 0 3673 17 0 0 25 0 1 0 538398726 491749376 104867 33554432000 4194304 4677096 140735194960800 18446744073709551615 4319167 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 120056 104867 392 118 0 115015 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.1 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 957 0 0 0 5 5 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=56976 CPUtime=73.24 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 14286 0 0 0 7320 4 0 0 25 0 1 0 538398726 58343424 13024 33554432000 134512640 135674940 4288332144 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 14244 13024 100 284 0 13958 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 218.96
Current children cumulated vsize (KiB) 2472760

[startup+109.501 s]
/proc/loadavg: 9.43 7.06 3.74 11/231 20930
/proc/meminfo: memFree=17835136/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.11 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 1013 0 0 0 7 4 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=38768 CPUtime=37.5 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16696 0 0 0 3747 3 0 0 25 0 1 0 538398718 39698432 8862 33554432000 4194304 4352236 140736856054304 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 9692 8862 129 39 0 8772 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.11 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 933 0 0 0 7 4 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=38604 CPUtime=37.33 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16671 0 0 0 3731 2 0 0 25 0 1 0 538398723 39530496 8821 33554432000 4194304 4352236 140733267278608 18446744073709551615 4329362 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 9651 8821 129 39 0 8731 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.12 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 943 0 0 0 8 4 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 3010119793517756675 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=480224 CPUtime=37.3 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 113899 0 0 0 3713 17 0 0 25 0 1 0 538398726 491749376 104929 33554432000 4194304 4677096 140735194960800 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 120056 104929 392 118 0 115015 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.1 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 957 0 0 0 5 5 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=57504 CPUtime=74.04 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 14445 0 0 0 7399 5 0 0 25 0 1 0 538398726 58884096 13183 33554432000 134512640 135674940 4288332144 18446744073709551615 134551250 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 14376 13183 100 284 0 14090 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 2473288

[startup+110.301 s]
/proc/loadavg: 9.43 7.06 3.74 11/231 20930
/proc/meminfo: memFree=17833524/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392140 CPUtime=34.35 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20908 20910 20569 0 -1 4202496 44815 935 1 0 3419 16 0 0 25 0 5 0 538395263 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98035 25231 1881 364 0 33944 0
[pid=20917] ppid=20910 vsize=351128 CPUtime=0.11 cores=0,2,4,6
/proc/20917/stat : 20917 (python) S 20910 20910 20569 0 -1 4202560 1013 0 0 0 7 4 0 0 18 0 1 0 538398717 359555072 23715 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886671 0 0 16781312 514 6479993768530379012 0 0 17 0 0 0 0
/proc/20917/statm: 87782 23715 381 364 0 23700 0
[pid=20919] ppid=20917 vsize=38768 CPUtime=37.9 cores=0,2,4,6
/proc/20919/stat : 20919 (lingeling) R 20917 20919 20919 0 -1 4202496 16696 0 0 0 3787 3 0 0 25 0 1 0 538398718 39698432 8862 33554432000 4194304 4352236 140736856054304 18446744073709551615 4328789 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20919/statm: 9692 8862 129 39 0 8772 0
[pid=20920] ppid=20910 vsize=361384 CPUtime=0.11 cores=0,2,4,6
/proc/20920/stat : 20920 (python) S 20910 20910 20569 0 -1 4202560 933 0 0 0 7 4 0 0 18 0 1 0 538398720 370057216 23708 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379012 0 0 17 6 0 0 0
/proc/20920/statm: 90346 23708 370 364 0 26261 0
[pid=20924] ppid=20920 vsize=38604 CPUtime=37.73 cores=0,2,4,6
/proc/20924/stat : 20924 (lingeling) R 20920 20924 20924 0 -1 4202496 16671 0 0 0 3771 2 0 0 25 0 1 0 538398723 39530496 8821 33554432000 4194304 4352236 140733267278608 18446744073709551615 4327985 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20924/statm: 9651 8821 129 39 0 8731 0
[pid=20922] ppid=20910 vsize=371640 CPUtime=0.12 cores=0,2,4,6
/proc/20922/stat : 20922 (python) S 20910 20910 20569 0 -1 4202560 943 0 0 0 8 4 0 0 15 0 1 0 538398722 380559360 23712 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 5601788731636809987 0 0 17 6 0 0 0
/proc/20922/statm: 92910 23712 370 364 0 28822 0
[pid=20927] ppid=20922 vsize=475360 CPUtime=37.7 cores=0,2,4,6
/proc/20927/stat : 20927 (cryptominisat-2) R 20922 20927 20927 0 -1 4202496 113942 0 0 0 3753 17 0 0 25 0 1 0 538398726 486768640 103912 33554432000 4194304 4677096 140735194960800 18446744073709551615 235594522601 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20927/statm: 118840 103912 397 118 0 113799 0
[pid=20925] ppid=20910 vsize=381896 CPUtime=0.1 cores=0,2,4,6
/proc/20925/stat : 20925 (python) S 20910 20910 20569 0 -1 4202560 957 0 0 0 5 5 0 0 18 0 1 0 538398725 391061504 23716 33554432000 4194304 5683644 140734371392480 18446744073709551615 235594886726 0 0 16781312 514 6479993768530379010 0 0 17 6 0 0 0
/proc/20925/statm: 95474 23716 370 364 0 31383 0
[pid=20928] ppid=20925 vsize=58296 CPUtime=74.83 cores=0,2,4,6
/proc/20928/stat : 20928 (SApperloT-base) R 20925 20928 20928 0 -1 4202496 14630 0 0 0 7478 5 0 0 25 0 1 0 538398726 59695104 13368 33554432000 134512640 135674940 4288332144 18446744073709551615 134551215 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20928/statm: 14574 13368 100 284 0 14288 0
[pid=20910/tid=20918] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20918/stat : 20918 (python) S 20908 20910 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538398718 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 0 0 0 0
[pid=20910/tid=20921] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20921/stat : 20921 (python) S 20908 20910 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538398720 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20923] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 935 0 0 0 0 0 0 25 0 5 0 538398723 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
[pid=20910/tid=20926] ppid=20908 vsize=392140 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20926/stat : 20926 (python) S 20908 20910 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538398726 401551360 25231 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 2 18446604453927223488 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 222.95
Current children cumulated vsize (KiB) 2469216

[startup+110.501 s]
/proc/loadavg: 9.43 7.06 3.74 11/231 20930
/proc/meminfo: memFree=17833524/32950928 swapFree=67111404/67111528
[pid=20910] ppid=20908 vsize=392084 CPUtime=223.46 cores=0,2,4,6
/proc/20910/stat : 20910 (python) R 20908 20910 20569 0 -1 4202496 50020 167126 1 0 3421 16 18859 50 17 0 2 0 538395263 401494016 25224 33554432000 4194304 5683644 140734371392480 18446744073709551615 4417856 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/20910/statm: 98021 25224 1874 364 0 33944 0
[pid=20910/tid=20923] ppid=20908 vsize=392084 CPUtime=189.09 cores=0,2,4,6
/proc/20910/task/20923/stat : 20923 (python) S 20908 20910 20569 0 -1 4202560 37 167126 0 0 0 0 18859 50 18 0 2 0 538398723 401494016 25224 33554432000 4194304 5683644 140734371392480 18446744073709551615 235606690225 0 0 16781312 0 18446604453927223488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 223.46
Current children cumulated vsize (KiB) 392084

Child status: 0
Real time (s): 110.526
CPU time (s): 223.503
CPU user time (s): 222.822
CPU system time (s): 0.680896
CPU usage (%): 202.218
Max. virtual memory (cumulated for all children) (KiB): 2474080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.822
system time used= 0.680896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224341
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= 3357
involuntary context switches= 3908

runsolver used 0.215967 second user time and 0.491925 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-01 18:39:25
IDJOB=3317814
IDBENCH=70952
IDSOLVER=1706
FILE ID=node120/3317814-1304267964
RUNJOBID= node120-1304267283-20587
PBS_JOBID= 13173959
Free space on /tmp= 73248 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.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-3317814-1304267964/watcher-3317814-1304267964 -o /tmp/evaluation-result-3317814-1304267964/solver-3317814-1304267964 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317814-1304267964.cnf -seed 867666104 -budget 4800 -cores 4

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=867666104

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19103600 kB
Buffers:        566072 kB
Cached:        1246552 kB
SwapCached:          8 kB
Active:       12395232 kB
Inactive:      1057352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19103600 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           38900 kB
Writeback:           0 kB
AnonPages:    11639716 kB
Mapped:          21964 kB
Slab:           304000 kB
PageTables:      31800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12515224 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= 73216 MiB
End job on node120 at 2011-05-01 18:41:16