Trace number 3310295

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 2758.74 345.471

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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
2758.30/345.44	s UNSATISFIABLE
2758.30/345.47	solver [1] cryptominisat 2.7.1 answered
2758.30/345.47	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-3310295-1304008261/watcher-3310295-1304008261 -o /tmp/evaluation-result-3310295-1304008261/solver-3310295-1304008261 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310295-1304008261.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): 5100 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: 8.00 7.93 7.93 2/170 26321
/proc/meminfo: memFree=16733684/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) R 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0

[startup+0.057494 s]
/proc/loadavg: 8.00 7.93 7.93 2/170 26321
/proc/meminfo: memFree=16733684/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100484 s]
/proc/loadavg: 8.00 7.93 7.93 2/170 26321
/proc/meminfo: memFree=16733684/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300454 s]
/proc/loadavg: 8.00 7.93 7.93 2/170 26321
/proc/meminfo: memFree=16733684/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70039 s]
/proc/loadavg: 8.00 7.93 7.93 2/170 26321
/proc/meminfo: memFree=16733684/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50122 s]
/proc/loadavg: 7.76 7.88 7.91 9/180 26336
/proc/meminfo: memFree=16295868/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=168100 CPUtime=1.49 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 32179 0 0 0 144 5 0 0 25 0 1 0 512424654 172134400 31406 33554432000 4194304 4587354 140736456695200 18446744073709551615 4421034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 42025 31406 312 96 0 38587 0
[pid=26323] ppid=26321 vsize=83572 CPUtime=1.48 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 21675 0 0 0 145 3 0 0 20 0 1 0 512424654 85577728 17108 33554432000 4194304 4785740 140735337721104 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 20893 17108 314 145 0 17938 0
[pid=26324] ppid=26321 vsize=504664 CPUtime=1.49 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 16350 0 0 0 147 2 0 0 25 0 1 0 512424654 516775936 16246 33554432000 134512640 134534564 4293793344 18446744073709551615 134524734 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 126166 16246 91 6 0 124832 0
[pid=26325] ppid=26321 vsize=76564 CPUtime=1.49 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 45482 0 0 0 143 6 0 0 20 0 1 0 512424654 78401536 10839 33554432000 4194304 4331988 140735029769184 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 19141 10839 148 34 0 17583 0
[pid=26326] ppid=26321 vsize=301416 CPUtime=3.01 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 62368 1246 0 0 294 7 0 0 21 0 5 0 512424654 308649984 47416 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 75354 47416 151 40 0 73898 0
[pid=26326/tid=26333] ppid=26321 vsize=301416 CPUtime=0.5 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 1692 1246 0 0 50 0 0 0 18 0 5 0 512424753 308649984 47416 33554432000 4194304 4356188 140733799550096 18446744073709551615 4260245 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=301416 CPUtime=0.5 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 2850 1246 0 0 50 0 0 0 23 0 5 0 512424753 308649984 47416 33554432000 4194304 4356188 140733799550096 18446744073709551615 4265862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=301416 CPUtime=0.5 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 2552 1246 0 0 50 0 0 0 23 0 5 0 512424753 308649984 47416 33554432000 4194304 4356188 140733799550096 18446744073709551615 4265829 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=301416 CPUtime=0.5 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 1689 1246 0 0 50 0 0 0 25 0 5 0 512424753 308649984 47416 33554432000 4194304 4356188 140733799550096 18446744073709551615 4260542 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 1152640

[startup+3.10095 s]
/proc/loadavg: 7.76 7.88 7.91 9/180 26336
/proc/meminfo: memFree=16202384/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=211132 CPUtime=3.09 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 45755 0 0 0 302 7 0 0 25 0 1 0 512424654 216199168 37840 33554432000 4194304 4587354 140736456695200 18446744073709551615 4317718 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 52783 37840 323 96 0 49345 0
[pid=26323] ppid=26321 vsize=98580 CPUtime=3.09 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 27147 0 0 0 305 4 0 0 25 0 1 0 512424654 100945920 21209 33554432000 4194304 4785740 140735337721104 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 24645 21209 340 145 0 21690 0
[pid=26324] ppid=26321 vsize=504664 CPUtime=3.09 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 16350 0 0 0 307 2 0 0 25 0 1 0 512424654 516775936 16246 33554432000 134512640 134534564 4293793344 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 126166 16246 91 6 0 124832 0
[pid=26325] ppid=26321 vsize=121760 CPUtime=3.09 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 79185 0 0 0 298 11 0 0 25 0 1 0 512424654 124682240 21941 33554432000 4194304 4331988 140735029769184 18446744073709551615 4271412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 30440 21941 151 34 0 28882 0
[pid=26326] ppid=26321 vsize=337588 CPUtime=9.4 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 72285 1246 0 0 931 9 0 0 21 0 5 0 512424654 345690112 56489 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 84397 56489 163 40 0 82941 0
[pid=26326/tid=26333] ppid=26321 vsize=337588 CPUtime=2.1 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 4797 1246 0 0 209 1 0 0 21 0 5 0 512424753 345690112 56489 33554432000 4194304 4356188 140733799550096 18446744073709551615 4217742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=337588 CPUtime=2.1 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 5867 1246 0 0 210 0 0 0 25 0 5 0 512424753 345690112 56489 33554432000 4194304 4356188 140733799550096 18446744073709551615 4270693 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=337588 CPUtime=2.1 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 5831 1246 0 0 210 0 0 0 25 0 5 0 512424753 345690112 56489 33554432000 4194304 4356188 140733799550096 18446744073709551615 4312451 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=337588 CPUtime=2.09 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 2205 1246 0 0 209 0 0 0 25 0 5 0 512424753 345690112 56489 33554432000 4194304 4356188 140733799550096 18446744073709551615 4239093 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.76
Current children cumulated vsize (KiB) 1292048

[startup+6.30042 s]
/proc/loadavg: 7.76 7.88 7.91 9/180 26336
/proc/meminfo: memFree=16084460/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=184020 CPUtime=6.28 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 46666 0 0 0 621 7 0 0 25 0 1 0 512424654 188436480 34249 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 46005 34249 327 96 0 42567 0
[pid=26323] ppid=26321 vsize=98580 CPUtime=6.29 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 27147 0 0 0 625 4 0 0 25 0 1 0 512424654 100945920 21209 33554432000 4194304 4785740 140735337721104 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 24645 21209 340 145 0 21690 0
[pid=26324] ppid=26321 vsize=504664 CPUtime=6.29 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 16350 0 0 0 627 2 0 0 25 0 1 0 512424654 516775936 16246 33554432000 134512640 134534564 4293793344 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 126166 16246 91 6 0 124832 0
[pid=26325] ppid=26321 vsize=216856 CPUtime=6.29 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 96991 0 0 0 615 14 0 0 25 0 1 0 512424654 222060544 39747 33554432000 4194304 4331988 140735029769184 18446744073709551615 210204308165 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 54214 39747 151 34 0 52656 0
[pid=26326] ppid=26321 vsize=337564 CPUtime=22.18 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 72285 1246 0 0 2208 10 0 0 21 0 5 0 512424654 345665536 56483 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 84391 56483 163 40 0 82935 0
[pid=26326/tid=26333] ppid=26321 vsize=337564 CPUtime=5.3 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 4797 1246 0 0 529 1 0 0 25 0 5 0 512424753 345665536 56483 33554432000 4194304 4356188 140733799550096 18446744073709551615 4250782 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=337564 CPUtime=5.3 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 5867 1246 0 0 529 1 0 0 25 0 5 0 512424753 345665536 56483 33554432000 4194304 4356188 140733799550096 18446744073709551615 4237203 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=337564 CPUtime=5.3 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 5831 1246 0 0 530 0 0 0 25 0 5 0 512424753 345665536 56483 33554432000 4194304 4356188 140733799550096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=337564 CPUtime=5.27 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 2205 1246 0 0 527 0 0 0 25 0 5 0 512424753 345665536 56483 33554432000 4194304 4356188 140733799550096 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 1360008

[startup+12.7014 s]
/proc/loadavg: 7.87 7.90 7.92 9/180 26336
/proc/meminfo: memFree=15945528/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=202104 CPUtime=12.69 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 50159 0 0 0 1261 8 0 0 25 0 1 0 512424654 206954496 37710 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 50526 37710 334 96 0 47088 0
[pid=26323] ppid=26321 vsize=98580 CPUtime=12.69 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 27147 0 0 0 1265 4 0 0 25 0 1 0 512424654 100945920 21209 33554432000 4194304 4785740 140735337721104 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 24645 21209 340 145 0 21690 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=12.68 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 1266 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=263892 CPUtime=12.69 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 160077 0 0 0 1246 23 0 0 25 0 1 0 512424654 270225408 55126 33554432000 4194304 4331988 140735029769184 18446744073709551615 4261864 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 65973 55126 151 34 0 64415 0
[pid=26326] ppid=26321 vsize=343172 CPUtime=47.74 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 73738 1246 0 0 4764 10 0 0 21 0 5 0 512424654 351408128 57885 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 85793 57885 163 40 0 84337 0
[pid=26326/tid=26333] ppid=26321 vsize=343172 CPUtime=11.71 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 4797 1246 0 0 1170 1 0 0 25 0 5 0 512424753 351408128 57885 33554432000 4194304 4356188 140733799550096 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=343172 CPUtime=11.7 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 5867 1246 0 0 1169 1 0 0 25 0 5 0 512424753 351408128 57885 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238416 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=343172 CPUtime=11.7 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 5975 1246 0 0 1170 0 0 0 25 0 5 0 512424753 351408128 57885 33554432000 4194304 4356188 140733799550096 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=343172 CPUtime=11.63 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 3514 1246 0 0 1163 0 0 0 25 0 5 0 512424753 351408128 57885 33554432000 4194304 4356188 140733799550096 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.49
Current children cumulated vsize (KiB) 1443276

[startup+25.5012 s]
/proc/loadavg: 7.89 7.90 7.92 9/180 26337
/proc/meminfo: memFree=15735596/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1731652 CPUtime=25.49 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 52671 0 0 0 2540 9 0 0 25 0 1 0 512424654 1773211648 40124 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26326/tid=26334] ppid=26321 vsize=322888 CPUtime=341.27 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34124 3 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=322888 CPUtime=341.3 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34129 1 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=322888 CPUtime=339.43 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 33943 0 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2733.47
Current children cumulated vsize (KiB) 3418960

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

[startup+343.901 s]
/proc/loadavg: 8.05 8.01 7.95 10/180 26345
/proc/meminfo: memFree=15650748/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1728780 CPUtime=343.88 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 77896 0 0 0 34371 17 0 0 25 0 1 0 512424654 1770270720 40169 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 432195 40169 335 96 0 428757 0
[pid=26323] ppid=26321 vsize=158416 CPUtime=343.89 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 41842 0 0 0 34378 11 0 0 25 0 1 0 512424654 162217984 35904 33554432000 4194304 4785740 140735337721104 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 39604 35904 340 145 0 36649 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=343.89 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 34387 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=673348 CPUtime=343.89 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 331263 0 0 0 34341 48 0 0 25 0 1 0 512424654 689508352 119907 33554432000 4194304 4331988 140735029769184 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 168337 119907 174 34 0 166779 0
[pid=26326] ppid=26321 vsize=322888 CPUtime=1370.72 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 99095 1246 0 0 137058 14 0 0 21 0 5 0 512424654 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 80722 52824 163 40 0 79266 0
[pid=26326/tid=26333] ppid=26321 vsize=322888 CPUtime=342.91 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 10638 1246 0 0 34289 2 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=322888 CPUtime=342.87 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34284 3 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238113 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=322888 CPUtime=342.9 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34289 1 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=322888 CPUtime=341.03 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 34103 0 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4225712 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2746.27
Current children cumulated vsize (KiB) 3418960

[startup+344.701 s]
/proc/loadavg: 8.05 8.01 7.95 9/180 26345
/proc/meminfo: memFree=15650252/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1728780 CPUtime=344.68 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 77961 0 0 0 34451 17 0 0 25 0 1 0 512424654 1770270720 40234 33554432000 4194304 4587354 140736456695200 18446744073709551615 4243728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 432195 40234 335 96 0 428757 0
[pid=26323] ppid=26321 vsize=159628 CPUtime=344.69 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 42115 0 0 0 34458 11 0 0 25 0 1 0 512424654 163459072 36177 33554432000 4194304 4785740 140735337721104 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 39907 36177 340 145 0 36952 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=344.69 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 34467 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=673348 CPUtime=344.69 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 331263 0 0 0 34421 48 0 0 25 0 1 0 512424654 689508352 119907 33554432000 4194304 4331988 140735029769184 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 168337 119907 174 34 0 166779 0
[pid=26326] ppid=26321 vsize=322888 CPUtime=1373.91 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 99095 1246 0 0 137377 14 0 0 21 0 5 0 512424654 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 80722 52824 163 40 0 79266 0
[pid=26326/tid=26333] ppid=26321 vsize=322888 CPUtime=343.71 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 10638 1246 0 0 34369 2 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=322888 CPUtime=343.67 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34364 3 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4236889 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=322888 CPUtime=343.7 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34369 1 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=322888 CPUtime=341.82 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 34182 0 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2752.66
Current children cumulated vsize (KiB) 3420172

[startup+345.101 s]
/proc/loadavg: 8.05 8.01 7.95 9/180 26345
/proc/meminfo: memFree=15650252/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1728780 CPUtime=345.08 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 77982 0 0 0 34491 17 0 0 25 0 1 0 512424654 1770270720 40255 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 432195 40255 335 96 0 428757 0
[pid=26323] ppid=26321 vsize=160232 CPUtime=345.09 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 42262 0 0 0 34498 11 0 0 25 0 1 0 512424654 164077568 36324 33554432000 4194304 4785740 140735337721104 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 40058 36324 340 145 0 37103 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=345.09 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 34507 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=673348 CPUtime=345.09 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 331263 0 0 0 34461 48 0 0 25 0 1 0 512424654 689508352 119907 33554432000 4194304 4331988 140735029769184 18446744073709551615 4299129 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 168337 119907 174 34 0 166779 0
[pid=26326] ppid=26321 vsize=322888 CPUtime=1375.51 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 99095 1246 0 0 137537 14 0 0 21 0 5 0 512424654 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 80722 52824 163 40 0 79266 0
[pid=26326/tid=26333] ppid=26321 vsize=322888 CPUtime=344.11 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 10638 1246 0 0 34409 2 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=322888 CPUtime=344.07 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34404 3 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238859 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=322888 CPUtime=344.1 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34409 1 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=322888 CPUtime=342.22 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 34222 0 0 0 25 0 5 0 512424753 330637312 52824 33554432000 4194304 4356188 140733799550096 18446744073709551615 4225590 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2755.86
Current children cumulated vsize (KiB) 3420776

[startup+345.301 s]
/proc/loadavg: 8.05 8.01 7.95 9/180 26345
/proc/meminfo: memFree=15647772/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1728780 CPUtime=345.29 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 77990 0 0 0 34512 17 0 0 25 0 1 0 512424654 1770270720 40263 33554432000 4194304 4587354 140736456695200 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 432195 40263 335 96 0 428757 0
[pid=26323] ppid=26321 vsize=160232 CPUtime=345.3 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 42275 0 0 0 34519 11 0 0 25 0 1 0 512424654 164077568 36337 33554432000 4194304 4785740 140735337721104 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 40058 36337 340 145 0 37103 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=345.29 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 34527 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=673348 CPUtime=345.29 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 331263 0 0 0 34481 48 0 0 25 0 1 0 512424654 689508352 119907 33554432000 4194304 4331988 140735029769184 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 168337 119907 174 34 0 166779 0
[pid=26326] ppid=26321 vsize=323428 CPUtime=1376.32 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 99220 1246 0 0 137618 14 0 0 21 0 5 0 512424654 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 80857 52949 163 40 0 79401 0
[pid=26326/tid=26333] ppid=26321 vsize=323428 CPUtime=344.32 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 10763 1246 0 0 34430 2 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=323428 CPUtime=344.27 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34424 3 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=323428 CPUtime=344.3 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34429 1 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=323428 CPUtime=342.42 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 34242 0 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2757.49
Current children cumulated vsize (KiB) 3421316

[startup+345.407 s]
/proc/loadavg: 8.05 8.01 7.95 9/180 26345
/proc/meminfo: memFree=15647772/32951124 swapFree=67111528/67111528
[pid=26321] ppid=26319 vsize=18324 CPUtime=0 cores=0-7
/proc/26321/stat : 26321 (ppfolio) S 26319 26321 26251 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512424654 18763776 390 33554432000 4194304 4287625 140735441258128 18446744073709551615 210204667407 0 0 4096 65536 4576590161319559167 0 0 17 6 0 0 0
/proc/26321/statm: 4581 390 341 23 0 91 0
[pid=26322] ppid=26321 vsize=1728780 CPUtime=345.39 cores=0
/proc/26322/stat : 26322 (cryptominisat) R 26321 26321 26251 0 -1 4202496 77994 0 0 0 34522 17 0 0 25 0 1 0 512424654 1770270720 40267 33554432000 4194304 4587354 140736456695200 18446744073709551615 4232272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26322/statm: 432195 40267 335 96 0 428757 0
[pid=26323] ppid=26321 vsize=160232 CPUtime=345.4 cores=1
/proc/26323/stat : 26323 (clasp) R 26321 26321 26251 0 -1 4202496 42280 0 0 0 34529 11 0 0 25 0 1 0 512424654 164077568 36342 33554432000 4194304 4785740 140735337721104 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26323/statm: 40058 36342 340 145 0 37103 0
[pid=26324] ppid=26321 vsize=517204 CPUtime=345.39 cores=2
/proc/26324/stat : 26324 (TNM) R 26321 26321 26251 0 -1 4202496 23310 0 0 0 34537 2 0 0 25 0 1 0 512424654 529616896 23206 33554432000 134512640 134534564 4293793344 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26324/statm: 129301 23206 95 6 0 127967 0
[pid=26325] ppid=26321 vsize=673348 CPUtime=345.39 cores=3
/proc/26325/stat : 26325 (march_hi) R 26321 26321 26251 0 -1 4202496 331263 0 0 0 34491 48 0 0 25 0 1 0 512424654 689508352 119907 33554432000 4194304 4331988 140735029769184 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26325/statm: 168337 119907 174 34 0 166779 0
[pid=26326] ppid=26321 vsize=323428 CPUtime=1376.73 cores=4-7
/proc/26326/stat : 26326 (plingeling) S 26321 26321 26251 0 -1 4202496 99220 1246 0 0 137659 14 0 0 21 0 5 0 512424654 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26326/statm: 80857 52949 163 40 0 79401 0
[pid=26326/tid=26333] ppid=26321 vsize=323428 CPUtime=344.42 cores=4-7
/proc/26326/task/26333/stat : 26333 (plingeling) R 26321 26321 26251 0 -1 4202560 10763 1246 0 0 34440 2 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26326/tid=26334] ppid=26321 vsize=323428 CPUtime=344.37 cores=4-7
/proc/26326/task/26334/stat : 26334 (plingeling) R 26321 26321 26251 0 -1 4202560 16073 1246 0 0 34434 3 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26326/tid=26335] ppid=26321 vsize=323428 CPUtime=344.4 cores=4-7
/proc/26326/task/26335/stat : 26335 (plingeling) R 26321 26321 26251 0 -1 4202560 10320 1246 0 0 34439 1 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26326/tid=26336] ppid=26321 vsize=323428 CPUtime=342.52 cores=4-7
/proc/26326/task/26336/stat : 26336 (plingeling) R 26321 26321 26251 0 -1 4202560 8479 1246 0 0 34252 0 0 0 25 0 5 0 512424753 331190272 52949 33554432000 4194304 4356188 140733799550096 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2758.3
Current children cumulated vsize (KiB) 3421316

Child status: 0
Real time (s): 345.471
CPU time (s): 2758.74
CPU user time (s): 2757.73
CPU system time (s): 1.01484
CPU usage (%): 798.546
Max. virtual memory (cumulated for all children) (KiB): 3594056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2757.73
system time used= 1.01484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575871
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= 892
involuntary context switches= 13124

runsolver used 0.52292 second user time and 1.36879 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 18:31:01
IDJOB=3310295
IDBENCH=82496
IDSOLVER=1638
FILE ID=node130/3310295-1304008261
RUNJOBID= node130-1304008132-26265
PBS_JOBID= 13168841
Free space on /tmp= 71976 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310295-1304008261/watcher-3310295-1304008261 -o /tmp/evaluation-result-3310295-1304008261/solver-3310295-1304008261 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310295-1304008261.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=902470391

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16734460 kB
Buffers:       2125436 kB
Cached:       13472644 kB
SwapCached:          0 kB
Active:        7436464 kB
Inactive:      8225364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16734460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27068 kB
Writeback:           0 kB
AnonPages:       63648 kB
Mapped:          14928 kB
Slab:           489852 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188628 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= 71968 MiB
End job on node130 at 2011-04-28 18:36:47