Trace number 3221559

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 246.444 30.8336

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.4254
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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
246.18/30.83	s UNSATISFIABLE
246.18/30.83	solver [4] march_hi 2009 answered
246.18/30.83	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-3221559-1304161961/watcher-3221559-1304161961 -o /tmp/evaluation-result-3221559-1304161961/solver-3221559-1304161961 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221559-1304161961.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: 6.95 7.82 7.93 1/170 1192
/proc/meminfo: memFree=30725032/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) R 1190 1192 1083 0 -1 4194304 480 0 0 0 0 0 0 0 25 0 1 0 527797021 18763776 388 33554432000 4194304 4287625 140736202474080 18446744073709551615 270612930965 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1192/statm: 4581 388 339 23 0 91 0

[startup+0.0377209 s]
/proc/loadavg: 6.95 7.82 7.93 1/170 1192
/proc/meminfo: memFree=30725032/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10071 s]
/proc/loadavg: 6.95 7.82 7.93 1/170 1192
/proc/meminfo: memFree=30725032/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) R 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300675 s]
/proc/loadavg: 6.95 7.82 7.93 1/170 1192
/proc/meminfo: memFree=30725032/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700604 s]
/proc/loadavg: 6.95 7.82 7.93 1/170 1192
/proc/meminfo: memFree=30725032/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) R 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 6.95 7.82 7.93 9/180 1207
/proc/meminfo: memFree=30708584/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2044468 CPUtime=1.49 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 3088 0 0 0 149 0 0 0 20 0 1 0 527797021 2093535232 2110 33554432000 4194304 4587354 140736036175152 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 511117 2110 337 96 0 507679 0
[pid=1194] ppid=1192 vsize=13764 CPUtime=1.49 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 899 0 0 0 149 0 0 0 20 0 1 0 527797021 14094336 788 33554432000 4194304 4785740 140735581073088 18446744073709551615 4552562 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 3441 788 340 145 0 486 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=1.49 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 149 0 0 0 20 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134530803 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=7472 CPUtime=1.49 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 507 0 0 0 149 0 0 0 20 0 1 0 527797021 7651328 400 33554432000 4194304 4331988 140735780392544 18446744073709551615 4240754 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 1868 400 172 34 0 310 0
[pid=1197] ppid=1192 vsize=122664 CPUtime=5.94 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 3651 1254 0 0 594 0 0 0 18 0 5 0 527797021 125607936 2759 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 30666 2759 163 40 0 29210 0
[pid=1197/tid=1204] ppid=1192 vsize=122664 CPUtime=1.49 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 876 1254 0 0 149 0 0 0 20 0 5 0 527797022 125607936 2759 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=122664 CPUtime=1.47 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 709 1254 0 0 147 0 0 0 23 0 5 0 527797022 125607936 2759 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=122664 CPUtime=1.48 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 626 1254 0 0 148 0 0 0 25 0 5 0 527797022 125607936 2759 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=122664 CPUtime=1.48 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 941 1254 0 0 148 0 0 0 25 0 5 0 527797022 125607936 2759 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 2662548

[startup+3.10118 s]
/proc/loadavg: 6.95 7.82 7.93 9/180 1207
/proc/meminfo: memFree=30702880/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2047324 CPUtime=3.09 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 4585 0 0 0 309 0 0 0 25 0 1 0 527797021 2096459776 2886 33554432000 4194304 4587354 140736036175152 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 511831 2886 337 96 0 508393 0
[pid=1194] ppid=1192 vsize=14432 CPUtime=3.09 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1055 0 0 0 309 0 0 0 25 0 1 0 527797021 14778368 944 33554432000 4194304 4785740 140735581073088 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 3608 944 340 145 0 653 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=3.09 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 309 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=7616 CPUtime=3.09 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 514 0 0 0 309 0 0 0 25 0 1 0 527797021 7798784 407 33554432000 4194304 4331988 140735780392544 18446744073709551615 4316012 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 1904 407 172 34 0 346 0
[pid=1197] ppid=1192 vsize=123832 CPUtime=12.34 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 5006 1254 0 0 1234 0 0 0 18 0 5 0 527797021 126803968 3051 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 30958 3051 163 40 0 29502 0
[pid=1197/tid=1204] ppid=1192 vsize=123832 CPUtime=3.09 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 1197 1254 0 0 309 0 0 0 25 0 5 0 527797022 126803968 3051 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=123832 CPUtime=3.07 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 1095 1254 0 0 307 0 0 0 25 0 5 0 527797022 126803968 3051 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=123832 CPUtime=3.09 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 966 1254 0 0 309 0 0 0 25 0 5 0 527797022 126803968 3051 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=123832 CPUtime=3.08 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 1249 1254 0 0 308 0 0 0 25 0 5 0 527797022 126803968 3051 33554432000 4194304 4356188 140736720008192 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2667384

[startup+6.30061 s]
/proc/loadavg: 7.04 7.82 7.93 9/180 1207
/proc/meminfo: memFree=30692100/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2049748 CPUtime=6.29 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 6461 0 0 0 629 0 0 0 25 0 1 0 527797021 2098941952 2853 33554432000 4194304 4587354 140736036175152 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 512437 2853 337 96 0 508999 0
[pid=1194] ppid=1192 vsize=15104 CPUtime=6.29 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1248 0 0 0 629 0 0 0 25 0 1 0 527797021 15466496 1137 33554432000 4194304 4785740 140735581073088 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 3776 1137 340 145 0 821 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=6.29 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 629 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=7752 CPUtime=6.29 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 573 0 0 0 629 0 0 0 25 0 1 0 527797021 7938048 466 33554432000 4194304 4331988 140735780392544 18446744073709551615 4226485 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 1938 466 172 34 0 380 0
[pid=1197] ppid=1192 vsize=129224 CPUtime=25.12 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 8594 1254 0 0 2511 1 0 0 18 0 5 0 527797021 132325376 4399 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 32306 4399 163 40 0 30850 0
[pid=1197/tid=1204] ppid=1192 vsize=129224 CPUtime=6.28 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 2126 1254 0 0 628 0 0 0 25 0 5 0 527797022 132325376 4399 33554432000 4194304 4356188 140736720008192 18446744073709551615 4210765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=129224 CPUtime=6.25 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 1864 1254 0 0 625 0 0 0 25 0 5 0 527797022 132325376 4399 33554432000 4194304 4356188 140736720008192 18446744073709551615 4274587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=129224 CPUtime=6.28 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 1895 1254 0 0 628 0 0 0 25 0 5 0 527797022 132325376 4399 33554432000 4194304 4356188 140736720008192 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=129224 CPUtime=6.28 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 2210 1254 0 0 628 0 0 0 25 0 5 0 527797022 132325376 4399 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 2676008

[startup+12.7005 s]
/proc/loadavg: 7.19 7.84 7.93 9/180 1207
/proc/meminfo: memFree=30686992/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2050760 CPUtime=12.69 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 9881 0 0 0 1268 1 0 0 25 0 1 0 527797021 2099978240 3814 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 512690 3814 337 96 0 509252 0
[pid=1194] ppid=1192 vsize=16176 CPUtime=12.69 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1491 0 0 0 1269 0 0 0 25 0 1 0 527797021 16564224 1380 33554432000 4194304 4785740 140735581073088 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4044 1380 341 145 0 1089 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=12.69 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 1269 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=7920 CPUtime=12.69 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 607 0 0 0 1269 0 0 0 25 0 1 0 527797021 8110080 500 33554432000 4194304 4331988 140735780392544 18446744073709551615 4240230 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 1980 500 173 34 0 422 0
[pid=1197] ppid=1192 vsize=130904 CPUtime=50.69 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 14262 1254 0 0 5067 2 0 0 18 0 5 0 527797021 134045696 4819 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 32726 4819 163 40 0 31270 0
[pid=1197/tid=1204] ppid=1192 vsize=130904 CPUtime=12.68 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 3791 1254 0 0 1268 0 0 0 25 0 5 0 527797022 134045696 4819 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=130904 CPUtime=12.62 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 3401 1254 0 0 1262 0 0 0 25 0 5 0 527797022 134045696 4819 33554432000 4194304 4356188 140736720008192 18446744073709551615 4210812 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=130904 CPUtime=12.68 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 2983 1254 0 0 1268 0 0 0 25 0 5 0 527797022 134045696 4819 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=130904 CPUtime=12.68 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 3588 1254 0 0 1268 0 0 0 25 0 5 0 527797022 134045696 4819 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 2679940

[startup+25.5012 s]
/proc/loadavg: 7.37 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30677600/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2058596 CPUtime=25.49 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 15212 0 0 0 2546 3 0 0 25 0 1 0 527797021 2108002304 4543 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1197/tid=1205] ppid=1192 vsize=143336 CPUtime=25.34 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 6345 1254 0 0 2534 0 0 0 25 0 5 0 527797022 146776064 7927 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=143336 CPUtime=25.49 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 6696 1254 0 0 2548 1 0 0 25 0 5 0 527797022 146776064 7927 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=143336 CPUtime=25.47 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7174 1254 0 0 2547 0 0 0 25 0 5 0 527797022 146776064 7927 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 2701856

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

[startup+28.7007 s]
/proc/loadavg: 7.37 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30669764/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2056972 CPUtime=28.69 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 16209 0 0 0 2866 3 0 0 25 0 1 0 527797021 2106339328 4665 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 514243 4665 337 96 0 510805 0
[pid=1194] ppid=1192 vsize=17868 CPUtime=28.69 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1893 0 0 0 2869 0 0 0 25 0 1 0 527797021 18296832 1782 33554432000 4194304 4785740 140735581073088 18446744073709551615 4553763 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4467 1782 341 145 0 1512 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=28.69 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 2869 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=8640 CPUtime=28.69 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 735 0 0 0 2869 0 0 0 25 0 1 0 527797021 8847360 628 33554432000 4194304 4331988 140735780392544 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 2160 628 173 34 0 602 0
[pid=1197] ppid=1192 vsize=142568 CPUtime=114.6 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 30330 1254 0 0 11456 4 0 0 18 0 5 0 527797021 145989632 7735 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 35642 7735 163 40 0 34186 0
[pid=1197/tid=1204] ppid=1192 vsize=142568 CPUtime=28.68 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 7888 1254 0 0 2867 1 0 0 25 0 5 0 527797022 145989632 7735 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=142568 CPUtime=28.52 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 7369 1254 0 0 2852 0 0 0 25 0 5 0 527797022 145989632 7735 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=142568 CPUtime=28.68 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 7080 1254 0 0 2867 1 0 0 25 0 5 0 527797022 145989632 7735 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=142568 CPUtime=28.67 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7494 1254 0 0 2867 0 0 0 25 0 5 0 527797022 145989632 7735 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 229.36
Current children cumulated vsize (KiB) 2700228

[startup+29.5005 s]
/proc/loadavg: 7.37 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30669764/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2056972 CPUtime=29.49 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 16375 0 0 0 2946 3 0 0 25 0 1 0 527797021 2106339328 4819 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 514243 4819 337 96 0 510805 0
[pid=1194] ppid=1192 vsize=17868 CPUtime=29.49 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1908 0 0 0 2949 0 0 0 25 0 1 0 527797021 18296832 1797 33554432000 4194304 4785740 140735581073088 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4467 1797 341 145 0 1512 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=29.49 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 2949 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=8640 CPUtime=29.49 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 747 0 0 0 2949 0 0 0 25 0 1 0 527797021 8847360 640 33554432000 4194304 4331988 140735780392544 18446744073709551615 4316419 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 2160 640 173 34 0 602 0
[pid=1197] ppid=1192 vsize=144360 CPUtime=117.79 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 30778 1254 0 0 11775 4 0 0 18 0 5 0 527797021 147824640 8183 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 36090 8183 163 40 0 34634 0
[pid=1197/tid=1204] ppid=1192 vsize=144360 CPUtime=29.48 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 7984 1254 0 0 2947 1 0 0 25 0 5 0 527797022 147824640 8183 33554432000 4194304 4356188 140736720008192 18446744073709551615 4273871 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=144360 CPUtime=29.32 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 7401 1254 0 0 2932 0 0 0 25 0 5 0 527797022 147824640 8183 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=144360 CPUtime=29.48 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 7240 1254 0 0 2947 1 0 0 25 0 5 0 527797022 147824640 8183 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=144360 CPUtime=29.48 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7654 1254 0 0 2947 1 0 0 25 0 5 0 527797022 147824640 8183 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 235.75
Current children cumulated vsize (KiB) 2702020

[startup+30.3014 s]
/proc/loadavg: 7.37 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30669144/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2054692 CPUtime=30.29 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 16863 0 0 0 3026 3 0 0 25 0 1 0 527797021 2104004608 4386 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 513673 4386 337 96 0 510235 0
[pid=1194] ppid=1192 vsize=18008 CPUtime=30.29 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1939 0 0 0 3029 0 0 0 25 0 1 0 527797021 18440192 1828 33554432000 4194304 4785740 140735581073088 18446744073709551615 4550406 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4502 1828 341 145 0 1547 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=30.29 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 3029 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=8640 CPUtime=30.29 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 758 0 0 0 3029 0 0 0 25 0 1 0 527797021 8847360 651 33554432000 4194304 4331988 140735780392544 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 2160 651 173 34 0 602 0
[pid=1197] ppid=1192 vsize=145128 CPUtime=120.99 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 31258 1254 0 0 12095 4 0 0 18 0 5 0 527797021 148611072 8375 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 36282 8375 163 40 0 34826 0
[pid=1197/tid=1204] ppid=1192 vsize=145128 CPUtime=30.28 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 8144 1254 0 0 3027 1 0 0 25 0 5 0 527797022 148611072 8375 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=145128 CPUtime=30.12 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 7561 1254 0 0 3012 0 0 0 25 0 5 0 527797022 148611072 8375 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=145128 CPUtime=30.28 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 7304 1254 0 0 3027 1 0 0 25 0 5 0 527797022 148611072 8375 33554432000 4194304 4356188 140736720008192 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=145128 CPUtime=30.28 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7750 1254 0 0 3027 1 0 0 25 0 5 0 527797022 148611072 8375 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 242.15
Current children cumulated vsize (KiB) 2700648

[startup+30.7013 s]
/proc/loadavg: 7.42 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30669888/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2054692 CPUtime=30.69 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 16965 0 0 0 3066 3 0 0 25 0 1 0 527797021 2104004608 4486 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 513673 4486 337 96 0 510235 0
[pid=1194] ppid=1192 vsize=18008 CPUtime=30.69 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1953 0 0 0 3069 0 0 0 25 0 1 0 527797021 18440192 1842 33554432000 4194304 4785740 140735581073088 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4502 1842 341 145 0 1547 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=30.69 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 3069 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=8640 CPUtime=30.69 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 764 0 0 0 3069 0 0 0 25 0 1 0 527797021 8847360 657 33554432000 4194304 4331988 140735780392544 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 2160 657 173 34 0 602 0
[pid=1197] ppid=1192 vsize=143592 CPUtime=122.61 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 31450 1254 0 0 12256 5 0 0 18 0 5 0 527797021 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 35898 7991 163 40 0 34442 0
[pid=1197/tid=1204] ppid=1192 vsize=143592 CPUtime=30.69 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 8208 1254 0 0 3068 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=143592 CPUtime=30.52 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 7689 1254 0 0 3052 0 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=143592 CPUtime=30.69 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 7304 1254 0 0 3068 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=143592 CPUtime=30.69 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7750 1254 0 0 3068 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 245.37
Current children cumulated vsize (KiB) 2699112

[startup+30.8063 s]
/proc/loadavg: 7.42 7.85 7.93 9/180 1207
/proc/meminfo: memFree=30669888/32951124 swapFree=67111524/67111528
[pid=1192] ppid=1190 vsize=18324 CPUtime=0 cores=0-7
/proc/1192/stat : 1192 (ppfolio) S 1190 1192 1083 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527797021 18763776 390 33554432000 4194304 4287625 140736202474080 18446744073709551615 270613130767 0 0 4096 65536 4598747107325640703 0 0 17 6 0 0 0
/proc/1192/statm: 4581 390 341 23 0 91 0
[pid=1193] ppid=1192 vsize=2054692 CPUtime=30.79 cores=0
/proc/1193/stat : 1193 (cryptominisat) R 1192 1192 1083 0 -1 4202496 16988 0 0 0 3076 3 0 0 25 0 1 0 527797021 2104004608 4508 33554432000 4194304 4587354 140736036175152 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1193/statm: 513673 4508 337 96 0 510235 0
[pid=1194] ppid=1192 vsize=18008 CPUtime=30.8 cores=1
/proc/1194/stat : 1194 (clasp) R 1192 1192 1083 0 -1 4202496 1953 0 0 0 3080 0 0 0 25 0 1 0 527797021 18440192 1842 33554432000 4194304 4785740 140735581073088 18446744073709551615 4552489 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1194/statm: 4502 1842 341 145 0 1547 0
[pid=1195] ppid=1192 vsize=455856 CPUtime=30.79 cores=2
/proc/1195/stat : 1195 (TNM) R 1192 1192 1083 0 -1 4202496 321 0 0 0 3079 0 0 0 25 0 1 0 527797021 466796544 218 33554432000 134512640 134534564 4287835328 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1195/statm: 113964 218 95 6 0 112630 0
[pid=1196] ppid=1192 vsize=8640 CPUtime=30.79 cores=3
/proc/1196/stat : 1196 (march_hi) R 1192 1192 1083 0 -1 4202496 766 0 0 0 3079 0 0 0 25 0 1 0 527797021 8847360 659 33554432000 4194304 4331988 140735780392544 18446744073709551615 4288481 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1196/statm: 2160 659 173 34 0 602 0
[pid=1197] ppid=1192 vsize=143592 CPUtime=123.01 cores=4-7
/proc/1197/stat : 1197 (plingeling) S 1192 1192 1083 0 -1 4202496 31450 1254 0 0 12296 5 0 0 18 0 5 0 527797021 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1197/statm: 35898 7991 163 40 0 34442 0
[pid=1197/tid=1204] ppid=1192 vsize=143592 CPUtime=30.79 cores=4-7
/proc/1197/task/1204/stat : 1204 (plingeling) R 1192 1192 1083 0 -1 4202560 8208 1254 0 0 3078 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1197/tid=1205] ppid=1192 vsize=143592 CPUtime=30.61 cores=4-7
/proc/1197/task/1205/stat : 1205 (plingeling) R 1192 1192 1083 0 -1 4202560 7689 1254 0 0 3061 0 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1197/tid=1206] ppid=1192 vsize=143592 CPUtime=30.79 cores=4-7
/proc/1197/task/1206/stat : 1206 (plingeling) R 1192 1192 1083 0 -1 4202560 7304 1254 0 0 3078 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1197/tid=1207] ppid=1192 vsize=143592 CPUtime=30.79 cores=4-7
/proc/1197/task/1207/stat : 1207 (plingeling) R 1192 1192 1083 0 -1 4202560 7750 1254 0 0 3078 1 0 0 25 0 5 0 527797022 147038208 7991 33554432000 4194304 4356188 140736720008192 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 246.18
Current children cumulated vsize (KiB) 2699112

Child status: 0
Real time (s): 30.8336
CPU time (s): 246.444
CPU user time (s): 246.334
CPU system time (s): 0.109983
CPU usage (%): 799.27
Max. virtual memory (cumulated for all children) (KiB): 2704080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.334
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53280
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= 1061
involuntary context switches= 1664

runsolver used 0.041993 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 13:12:41
IDJOB=3221559
IDBENCH=82943
IDSOLVER=1638
FILE ID=node108/3221559-1304161961
RUNJOBID= node108-1304161953-1097
PBS_JOBID= 13170935
Free space on /tmp= 72636 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221559-1304161961/watcher-3221559-1304161961 -o /tmp/evaluation-result-3221559-1304161961/solver-3221559-1304161961 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221559-1304161961.cnf

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

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=884320530

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      30725188 kB
Buffers:        599084 kB
Cached:        1162500 kB
SwapCached:          4 kB
Active:         147996 kB
Inactive:      1676372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30725188 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10412 kB
Writeback:           0 kB
AnonPages:       62772 kB
Mapped:          14576 kB
Slab:           334956 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185044 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= 72624 MiB
End job on node108 at 2011-04-30 13:13:12