Trace number 3221595

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
ppfolio parUNSAT 266.683 33.3682

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S321945897-005.UNKNOWN.cnf
MD5SUM7b433874f4dba1bf060f64be4ba91fb7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.804
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
266.11/33.36	s UNSATISFIABLE
266.11/33.36	solver [4] march_hi 2009 answered
266.11/33.36	Done

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-3221595-1304162043/watcher-3221595-1304162043 -o /tmp/evaluation-result-3221595-1304162043/solver-3221595-1304162043 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221595-1304162043.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.38 7.91 7.96 2/170 32141
/proc/meminfo: memFree=23403400/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0

[startup+0.0140919 s]
/proc/loadavg: 7.38 7.91 7.96 2/170 32141
/proc/meminfo: memFree=23403400/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.141035 s]
/proc/loadavg: 7.38 7.91 7.96 2/170 32141
/proc/meminfo: memFree=23403400/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) R 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301009 s]
/proc/loadavg: 7.38 7.91 7.96 2/170 32141
/proc/meminfo: memFree=23403400/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700939 s]
/proc/loadavg: 7.38 7.91 7.96 2/170 32141
/proc/meminfo: memFree=23403400/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5008 s]
/proc/loadavg: 7.38 7.91 7.96 9/180 32156
/proc/meminfo: memFree=23381124/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=439336 CPUtime=1.49 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 3641 0 0 0 149 0 0 0 20 0 1 0 606434956 449880064 2378 33554432000 4194304 4587354 140733921349776 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 109834 2378 336 96 0 106396 0
[pid=32143] ppid=32141 vsize=14196 CPUtime=1.49 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 1015 0 0 0 149 0 0 0 20 0 1 0 606434956 14536704 907 33554432000 4194304 4785740 140736983733760 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 3549 907 340 145 0 594 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=1.49 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 149 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=1.49 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 149 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=126052 CPUtime=5.91 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 4968 1256 0 0 591 0 0 0 18 0 5 0 606434956 129077248 3584 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 31513 3584 161 40 0 30057 0
[pid=32146/tid=32153] ppid=32141 vsize=126052 CPUtime=1.48 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 990 1256 0 0 148 0 0 0 20 0 5 0 606434957 129077248 3584 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=126052 CPUtime=1.47 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 943 1256 0 0 147 0 0 0 25 0 5 0 606434957 129077248 3584 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=126052 CPUtime=1.48 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 1013 1256 0 0 148 0 0 0 23 0 5 0 606434957 129077248 3584 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=126052 CPUtime=1.45 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 1128 1256 0 0 145 0 0 0 23 0 5 0 606434957 129077248 3584 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1061892

[startup+3.10052 s]
/proc/loadavg: 7.43 7.91 7.96 9/180 32156
/proc/meminfo: memFree=23373808/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=439352 CPUtime=3.09 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 4415 0 0 0 309 0 0 0 25 0 1 0 606434956 449896448 2408 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 109838 2408 336 96 0 106400 0
[pid=32143] ppid=32141 vsize=14788 CPUtime=3.09 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 1138 0 0 0 309 0 0 0 25 0 1 0 606434956 15142912 1030 33554432000 4194304 4785740 140736983733760 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 3697 1030 340 145 0 742 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=3.09 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 309 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=3.09 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 309 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=126184 CPUtime=12.3 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 6313 1256 0 0 1230 0 0 0 18 0 5 0 606434956 129212416 3617 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 31546 3617 161 40 0 30090 0
[pid=32146/tid=32153] ppid=32141 vsize=126184 CPUtime=3.08 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 1310 1256 0 0 308 0 0 0 25 0 5 0 606434957 129212416 3617 33554432000 4194304 4356188 140735040029760 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=126184 CPUtime=3.07 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 1392 1256 0 0 307 0 0 0 25 0 5 0 606434957 129212416 3617 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=126184 CPUtime=3.08 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 1205 1256 0 0 308 0 0 0 25 0 5 0 606434957 129212416 3617 33554432000 4194304 4356188 140735040029760 18446744073709551615 4210846 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=126184 CPUtime=3.05 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 1512 1256 0 0 305 0 0 0 25 0 5 0 606434957 129212416 3617 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1062632

[startup+6.30096 s]
/proc/loadavg: 7.43 7.91 7.96 9/180 32156
/proc/meminfo: memFree=23371444/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=33328 CPUtime=6.28 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 6066 0 0 0 628 0 0 0 25 0 1 0 606434956 34127872 2728 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 8332 2728 336 96 0 4894 0
[pid=32143] ppid=32141 vsize=15560 CPUtime=6.29 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 1310 0 0 0 629 0 0 0 25 0 1 0 606434956 15933440 1202 33554432000 4194304 4785740 140736983733760 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 3890 1202 340 145 0 935 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=6.29 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 629 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=6.29 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 629 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=128176 CPUtime=25.09 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 8955 1256 0 0 2509 0 0 0 18 0 5 0 606434956 131252224 4115 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 32044 4115 161 40 0 30588 0
[pid=32146/tid=32153] ppid=32141 vsize=128176 CPUtime=6.28 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 1886 1256 0 0 628 0 0 0 25 0 5 0 606434957 131252224 4115 33554432000 4194304 4356188 140735040029760 18446744073709551615 4237477 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=128176 CPUtime=6.27 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 2065 1256 0 0 627 0 0 0 25 0 5 0 606434957 131252224 4115 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=128176 CPUtime=6.28 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 1926 1256 0 0 628 0 0 0 25 0 5 0 606434957 131252224 4115 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=128176 CPUtime=6.24 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 2184 1256 0 0 624 0 0 0 25 0 5 0 606434957 131252224 4115 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 659372

[startup+12.7008 s]
/proc/loadavg: 7.52 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23354740/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=446036 CPUtime=12.69 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 9714 0 0 0 1268 1 0 0 25 0 1 0 606434956 456740864 4106 33554432000 4194304 4587354 140733921349776 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 111509 4106 336 96 0 108071 0
[pid=32143] ppid=32141 vsize=16712 CPUtime=12.69 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 1588 0 0 0 1269 0 0 0 25 0 1 0 606434956 17113088 1480 33554432000 4194304 4785740 140736983733760 18446744073709551615 4312752 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4178 1480 341 145 0 1223 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=12.69 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 1269 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=12.69 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 1269 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4239890 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=137732 CPUtime=50.66 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 15648 1256 0 0 5064 2 0 0 18 0 5 0 606434956 141037568 6504 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 34433 6504 161 40 0 32977 0
[pid=32146/tid=32153] ppid=32141 vsize=137732 CPUtime=12.68 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 3519 1256 0 0 1268 0 0 0 25 0 5 0 606434957 141037568 6504 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=137732 CPUtime=12.67 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 3730 1256 0 0 1267 0 0 0 25 0 5 0 606434957 141037568 6504 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=137732 CPUtime=12.68 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 3559 1256 0 0 1268 0 0 0 25 0 5 0 606434957 141037568 6504 33554432000 4194304 4356188 140735040029760 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=137732 CPUtime=12.6 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 3946 1256 0 0 1260 0 0 0 25 0 5 0 606434957 141037568 6504 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 1082788

[startup+25.5006 s]
/proc/loadavg: 7.59 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23345352/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=45156 CPUtime=25.49 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 14188 0 0 0 2547 2 0 0 25 0 1 0 606434956 46239744 5786 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32146/tid=32154] ppid=32141 vsize=140316 CPUtime=25.46 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 5940 1256 0 0 2546 0 0 0 25 0 5 0 606434957 143683584 7150 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=140316 CPUtime=25.47 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 5801 1256 0 0 2547 0 0 0 25 0 5 0 606434957 143683584 7150 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=140316 CPUtime=25.33 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 6316 1256 0 0 2533 0 0 0 25 0 5 0 606434957 143683584 7150 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 685972

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

[startup+28.7011 s]
/proc/loadavg: 7.62 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23345104/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=45188 CPUtime=28.68 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 15046 0 0 0 2866 2 0 0 25 0 1 0 606434956 46272512 5791 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 11297 5791 336 96 0 7859 0
[pid=32143] ppid=32141 vsize=18528 CPUtime=28.69 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 1985 0 0 0 2869 0 0 0 25 0 1 0 606434956 18972672 1877 33554432000 4194304 4785740 140736983733760 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4632 1877 341 145 0 1677 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=28.69 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 2869 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=28.69 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 2869 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4226378 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=140572 CPUtime=114.57 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 26502 1256 0 0 11454 3 0 0 18 0 5 0 606434956 143945728 7214 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 35143 7214 161 40 0 33687 0
[pid=32146/tid=32153] ppid=32141 vsize=140572 CPUtime=28.67 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 6239 1256 0 0 2867 0 0 0 25 0 5 0 606434957 143945728 7214 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=140572 CPUtime=28.66 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 6388 1256 0 0 2866 0 0 0 25 0 5 0 606434957 143945728 7214 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=140572 CPUtime=28.67 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 6217 1256 0 0 2867 0 0 0 25 0 5 0 606434957 143945728 7214 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=140572 CPUtime=28.51 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 6764 1256 0 0 2851 0 0 0 25 0 5 0 606434957 143945728 7214 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 229.32
Current children cumulated vsize (KiB) 686596

[startup+31.9065 s]
/proc/loadavg: 7.65 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23344236/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=45232 CPUtime=31.9 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 15945 0 0 0 3187 3 0 0 25 0 1 0 606434956 46317568 5909 33554432000 4194304 4587354 140733921349776 18446744073709551615 4232200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 11308 5909 336 96 0 7870 0
[pid=32143] ppid=32141 vsize=18696 CPUtime=31.9 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 2023 0 0 0 3190 0 0 0 25 0 1 0 606434956 19144704 1915 33554432000 4194304 4785740 140736983733760 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4674 1915 341 145 0 1719 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=31.89 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 3189 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=31.9 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 3190 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4287099 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=140700 CPUtime=127.38 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 28134 1256 0 0 12734 4 0 0 18 0 5 0 606434956 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 35175 7246 161 40 0 33719 0
[pid=32146/tid=32153] ppid=32141 vsize=140700 CPUtime=31.88 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 6719 1256 0 0 3188 0 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=140700 CPUtime=31.87 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 6772 1256 0 0 3187 0 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=140700 CPUtime=31.89 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 6633 1256 0 0 3188 1 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=140700 CPUtime=31.7 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 7116 1256 0 0 3170 0 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4330805 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 254.97
Current children cumulated vsize (KiB) 686936

[startup+32.7004 s]
/proc/loadavg: 7.65 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23344236/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=452024 CPUtime=32.69 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 16475 0 0 0 3266 3 0 0 25 0 1 0 606434956 462872576 5633 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 113006 5633 336 96 0 109568 0
[pid=32143] ppid=32141 vsize=18696 CPUtime=32.69 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 2028 0 0 0 3269 0 0 0 25 0 1 0 606434956 19144704 1920 33554432000 4194304 4785740 140736983733760 18446744073709551615 216734876274 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4674 1920 341 145 0 1719 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=32.69 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 3269 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=32.69 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 3269 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=142748 CPUtime=130.55 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 28870 1256 0 0 13051 4 0 0 18 0 5 0 606434956 146173952 7758 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 35687 7758 161 40 0 34231 0
[pid=32146/tid=32153] ppid=32141 vsize=142748 CPUtime=32.67 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 6879 1256 0 0 3267 0 0 0 25 0 5 0 606434957 146173952 7758 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=142748 CPUtime=32.66 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 6996 1256 0 0 3266 0 0 0 25 0 5 0 606434957 146173952 7758 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=142748 CPUtime=32.68 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 6825 1256 0 0 3267 1 0 0 25 0 5 0 606434957 146173952 7758 33554432000 4194304 4356188 140735040029760 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=142748 CPUtime=32.5 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 7276 1256 0 0 3249 1 0 0 25 0 5 0 606434957 146173952 7758 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 261.31
Current children cumulated vsize (KiB) 1095776

[startup+33.1013 s]
/proc/loadavg: 7.65 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23344856/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=452024 CPUtime=33.09 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 16557 0 0 0 3306 3 0 0 25 0 1 0 606434956 462872576 5711 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 113006 5711 336 96 0 109568 0
[pid=32143] ppid=32141 vsize=18868 CPUtime=33.09 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 2065 0 0 0 3309 0 0 0 25 0 1 0 606434956 19320832 1957 33554432000 4194304 4785740 140736983733760 18446744073709551615 216734876298 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4717 1957 341 145 0 1762 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=33.09 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 3309 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=33.09 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 3309 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 216735178624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=141468 CPUtime=132.15 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 28966 1256 0 0 13211 4 0 0 18 0 5 0 606434956 144863232 7438 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 35367 7438 161 40 0 33911 0
[pid=32146/tid=32153] ppid=32141 vsize=141468 CPUtime=33.07 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 6879 1256 0 0 3307 0 0 0 25 0 5 0 606434957 144863232 7438 33554432000 4194304 4356188 140735040029760 18446744073709551615 4281498 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=141468 CPUtime=33.06 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 6996 1256 0 0 3306 0 0 0 25 0 5 0 606434957 144863232 7438 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=141468 CPUtime=33.08 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 6825 1256 0 0 3307 1 0 0 25 0 5 0 606434957 144863232 7438 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=141468 CPUtime=32.9 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 7372 1256 0 0 3289 1 0 0 25 0 5 0 606434957 144863232 7438 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 264.51
Current children cumulated vsize (KiB) 1094668

[startup+33.3013 s]
/proc/loadavg: 7.65 7.92 7.96 9/180 32157
/proc/meminfo: memFree=23344856/32951124 swapFree=67102140/67111528
[pid=32141] ppid=32139 vsize=18324 CPUtime=0 cores=0-7
/proc/32141/stat : 32141 (ppfolio) S 32139 32141 32115 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 606434956 18763776 389 33554432000 4194304 4287625 140734216421040 18446744073709551615 216735198735 0 0 4096 65536 4450498030407254015 0 0 17 6 0 0 0
/proc/32141/statm: 4581 389 341 23 0 91 0
[pid=32142] ppid=32141 vsize=452024 CPUtime=33.29 cores=0
/proc/32142/stat : 32142 (cryptominisat) R 32141 32141 32115 0 -1 4202496 16594 0 0 0 3326 3 0 0 25 0 1 0 606434956 462872576 5748 33554432000 4194304 4587354 140733921349776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32142/statm: 113006 5748 336 96 0 109568 0
[pid=32143] ppid=32141 vsize=18868 CPUtime=33.29 cores=1
/proc/32143/stat : 32143 (clasp) R 32141 32141 32115 0 -1 4202496 2066 0 0 0 3329 0 0 0 25 0 1 0 606434956 19320832 1958 33554432000 4194304 4785740 140736983733760 18446744073709551615 216734876258 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32143/statm: 4717 1958 341 145 0 1762 0
[pid=32144] ppid=32141 vsize=456228 CPUtime=33.29 cores=2
/proc/32144/stat : 32144 (TNM) R 32141 32141 32115 0 -1 4202496 439 0 0 0 3329 0 0 0 25 0 1 0 606434956 467177472 336 33554432000 134512640 134534564 4291933680 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32144/statm: 114057 336 95 6 0 112723 0
[pid=32145] ppid=32141 vsize=7756 CPUtime=33.29 cores=3
/proc/32145/stat : 32145 (march_hi) R 32141 32141 32115 0 -1 4202496 910 0 0 0 3329 0 0 0 25 0 1 0 606434956 7942144 468 33554432000 4194304 4331988 140736747870704 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32145/statm: 1939 468 174 34 0 381 0
[pid=32146] ppid=32141 vsize=140700 CPUtime=132.95 cores=4-7
/proc/32146/stat : 32146 (plingeling) S 32141 32141 32115 0 -1 4202496 28998 1256 0 0 13291 4 0 0 18 0 5 0 606434956 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32146/statm: 35175 7246 161 40 0 33719 0
[pid=32146/tid=32153] ppid=32141 vsize=140700 CPUtime=33.27 cores=4-7
/proc/32146/task/32153/stat : 32153 (plingeling) R 32141 32141 32115 0 -1 4202560 6879 1256 0 0 3327 0 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32146/tid=32154] ppid=32141 vsize=140700 CPUtime=33.26 cores=4-7
/proc/32146/task/32154/stat : 32154 (plingeling) R 32141 32141 32115 0 -1 4202560 6996 1256 0 0 3326 0 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32146/tid=32155] ppid=32141 vsize=140700 CPUtime=33.28 cores=4-7
/proc/32146/task/32155/stat : 32155 (plingeling) R 32141 32141 32115 0 -1 4202560 6857 1256 0 0 3327 1 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32146/tid=32156] ppid=32141 vsize=140700 CPUtime=33.1 cores=4-7
/proc/32146/task/32156/stat : 32156 (plingeling) R 32141 32141 32115 0 -1 4202560 7372 1256 0 0 3309 1 0 0 25 0 5 0 606434957 144076800 7246 33554432000 4194304 4356188 140735040029760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 266.11
Current children cumulated vsize (KiB) 1093900

Child status: 0
Real time (s): 33.3682
CPU time (s): 266.683
CPU user time (s): 266.581
CPU system time (s): 0.101984
CPU usage (%): 799.216
Max. virtual memory (cumulated for all children) (KiB): 1096288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.581
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 781
involuntary context switches= 1821

runsolver used 0.058991 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 13:14:03
IDJOB=3221595
IDBENCH=82949
IDSOLVER=1638
FILE ID=node119/3221595-1304162043
RUNJOBID= node119-1304162043-32129
PBS_JOBID= 13170936
Free space on /tmp= 73016 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S321945897-005.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221595-1304162043/watcher-3221595-1304162043 -o /tmp/evaluation-result-3221595-1304162043/solver-3221595-1304162043 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221595-1304162043.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7b433874f4dba1bf060f64be4ba91fb7
RANDOM SEED=595985698

node119.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.815
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.63
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      23403928 kB
Buffers:       1949392 kB
Cached:        6962416 kB
SwapCached:       3688 kB
Active:         438832 kB
Inactive:      8531748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23403928 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10288 kB
Writeback:           0 kB
AnonPages:       58488 kB
Mapped:          14172 kB
Slab:           512312 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185740 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= 73008 MiB
End job on node119 at 2011-04-30 13:14:36