Trace number 3220443

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 1229.6 153.917

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1008065350-031.UNKNOWN.cnf
MD5SUMf9acc85431fa3756e8067132423a3a4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.069
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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
1229.48/153.91	s UNSATISFIABLE
1229.48/153.91	solver [4] march_hi 2009 answered
1229.48/153.91	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-3220443-1304157805/watcher-3220443-1304157805 -o /tmp/evaluation-result-3220443-1304157805/solver-3220443-1304157805 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220443-1304157805.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.02 6.85 6.95 2/170 10258
/proc/meminfo: memFree=28993188/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) R 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0

[startup+0.09595 s]
/proc/loadavg: 6.02 6.85 6.95 2/170 10258
/proc/meminfo: memFree=28993188/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) R 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100949 s]
/proc/loadavg: 6.02 6.85 6.95 2/170 10258
/proc/meminfo: memFree=28993188/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) R 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300913 s]
/proc/loadavg: 6.02 6.85 6.95 2/170 10258
/proc/meminfo: memFree=28993188/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70084 s]
/proc/loadavg: 6.02 6.85 6.95 2/170 10258
/proc/meminfo: memFree=28993188/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 22 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5007 s]
/proc/loadavg: 6.02 6.85 6.95 9/180 10273
/proc/meminfo: memFree=28976368/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1874188 CPUtime=1.48 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 3389 0 0 0 148 0 0 0 20 0 1 0 527378200 1919168512 2332 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 468547 2332 337 96 0 465109 0
[pid=10260] ppid=10258 vsize=13888 CPUtime=1.49 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 941 0 0 0 149 0 0 0 20 0 1 0 527378200 14221312 829 33554432000 4194304 4785740 140734439167344 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 3472 829 340 145 0 517 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=1.49 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 149 0 0 0 20 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=7624 CPUtime=1.49 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 532 0 0 0 149 0 0 0 20 0 1 0 527378200 7806976 425 33554432000 4194304 4331988 140736713245568 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 1906 425 172 34 0 348 0
[pid=10263] ppid=10258 vsize=187756 CPUtime=5.91 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 3983 1256 0 0 591 0 0 0 19 0 5 0 527378200 192262144 2890 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 46939 2890 163 40 0 45483 0
[pid=10263/tid=10270] ppid=10258 vsize=187756 CPUtime=1.48 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 789 1256 0 0 148 0 0 0 20 0 5 0 527378201 192262144 2890 33554432000 4194304 4356188 140736185821840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=187756 CPUtime=1.48 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 860 1256 0 0 148 0 0 0 23 0 5 0 527378201 192262144 2890 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=187756 CPUtime=1.47 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 903 1256 0 0 147 0 0 0 25 0 5 0 527378201 192262144 2890 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=187756 CPUtime=1.45 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 931 1256 0 0 145 0 0 0 25 0 5 0 527378201 192262144 2890 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 2557608

[startup+3.10041 s]
/proc/loadavg: 6.18 6.87 6.96 9/180 10274
/proc/meminfo: memFree=28969320/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1880232 CPUtime=3.09 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 5066 0 0 0 308 1 0 0 25 0 1 0 527378200 1925357568 3226 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 470058 3226 337 96 0 466620 0
[pid=10260] ppid=10258 vsize=14588 CPUtime=3.09 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 1119 0 0 0 309 0 0 0 25 0 1 0 527378200 14938112 1007 33554432000 4194304 4785740 140734439167344 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 3647 1007 340 145 0 692 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=3.09 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 309 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=7624 CPUtime=3.09 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 539 0 0 0 309 0 0 0 25 0 1 0 527378200 7806976 432 33554432000 4194304 4331988 140736713245568 18446744073709551615 4226423 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 1906 432 172 34 0 348 0
[pid=10263] ppid=10258 vsize=188408 CPUtime=12.3 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 5330 1256 0 0 1230 0 0 0 19 0 5 0 527378200 192929792 3053 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 47102 3053 163 40 0 45646 0
[pid=10263/tid=10270] ppid=10258 vsize=188408 CPUtime=3.08 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 1077 1256 0 0 308 0 0 0 25 0 5 0 527378201 192929792 3053 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=188408 CPUtime=3.08 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 1278 1256 0 0 308 0 0 0 25 0 5 0 527378201 192929792 3053 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=188408 CPUtime=3.06 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 1224 1256 0 0 306 0 0 0 25 0 5 0 527378201 192929792 3053 33554432000 4194304 4356188 140736185821840 18446744073709551615 4234212 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=188408 CPUtime=3.05 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 1251 1256 0 0 305 0 0 0 25 0 5 0 527378201 192929792 3053 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 2565004

[startup+6.30083 s]
/proc/loadavg: 6.18 6.87 6.96 9/180 10274
/proc/meminfo: memFree=28957960/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 7 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1877608 CPUtime=6.29 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 7107 0 0 0 628 1 0 0 25 0 1 0 527378200 1922670592 3229 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 469402 3229 337 96 0 465964 0
[pid=10260] ppid=10258 vsize=15404 CPUtime=6.29 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 1325 0 0 0 629 0 0 0 25 0 1 0 527378200 15773696 1213 33554432000 4194304 4785740 140734439167344 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 3851 1213 340 145 0 896 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=6.29 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 629 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528266 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=7796 CPUtime=6.29 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 558 0 0 0 629 0 0 0 25 0 1 0 527378200 7983104 451 33554432000 4194304 4331988 140736713245568 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 1949 451 172 34 0 391 0
[pid=10263] ppid=10258 vsize=194184 CPUtime=25.08 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 9420 1256 0 0 2507 1 0 0 19 0 5 0 527378200 198844416 4487 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 48546 4487 163 40 0 47090 0
[pid=10263/tid=10270] ppid=10258 vsize=194184 CPUtime=6.28 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 2188 1256 0 0 628 0 0 0 25 0 5 0 527378201 198844416 4487 33554432000 4194304 4356188 140736185821840 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=194184 CPUtime=6.28 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 2302 1256 0 0 628 0 0 0 25 0 5 0 527378201 198844416 4487 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=194184 CPUtime=6.24 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 2185 1256 0 0 624 0 0 0 25 0 5 0 527378201 198844416 4487 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331849 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=194184 CPUtime=6.25 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 2245 1256 0 0 625 0 0 0 25 0 5 0 527378201 198844416 4487 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 2569144

[startup+12.7007 s]
/proc/loadavg: 6.53 6.92 6.97 9/180 10274
/proc/meminfo: memFree=28953856/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1882056 CPUtime=12.69 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 10522 0 0 0 1267 2 0 0 25 0 1 0 527378200 1927225344 4013 33554432000 4194304 4587354 140735116740064 18446744073709551615 4244594 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 470514 4013 337 96 0 467076 0
[pid=10260] ppid=10258 vsize=16740 CPUtime=12.69 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 1630 0 0 0 1269 0 0 0 25 0 1 0 527378200 17141760 1518 33554432000 4194304 4785740 140734439167344 18446744073709551615 4553219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 4185 1518 340 145 0 1230 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=12.69 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 1269 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528415 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=8000 CPUtime=12.69 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 616 0 0 0 1269 0 0 0 25 0 1 0 527378200 8192000 509 33554432000 4194304 4331988 140736713245568 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 2000 509 172 34 0 442 0
[pid=10263] ppid=10258 vsize=195860 CPUtime=50.64 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 14298 1256 0 0 5062 2 0 0 19 0 5 0 527378200 200560640 4881 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 48965 4881 164 40 0 47509 0
[pid=10263/tid=10270] ppid=10258 vsize=195860 CPUtime=12.68 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 3191 1256 0 0 1268 0 0 0 25 0 5 0 527378201 200560640 4881 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=195860 CPUtime=12.68 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 3711 1256 0 0 1268 0 0 0 25 0 5 0 527378201 200560640 4881 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=195860 CPUtime=12.6 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 3466 1256 0 0 1260 0 0 0 25 0 5 0 527378201 200560640 4881 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=195860 CPUtime=12.65 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 3430 1256 0 0 1265 0 0 0 25 0 5 0 527378201 200560640 4881 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 2576808

[startup+25.5013 s]
/proc/loadavg: 6.76 6.96 6.98 9/180 10274
/proc/meminfo: memFree=28944036/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1887180 CPUtime=25.49 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 16374 0 0 0 2546 3 0 0 25 0 1 0 527378200 1932472320 4743 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10263/tid=10270] ppid=10258 vsize=234820 CPUtime=147.08 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27099 1256 0 0 14704 4 0 0 25 0 5 0 527378201 240455680 14626 33554432000 4194304 4356188 140736185821840 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=234820 CPUtime=147.07 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 26722 1256 0 0 14704 3 0 0 25 0 5 0 527378201 240455680 14626 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=234820 CPUtime=146.27 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 27474 1256 0 0 14623 4 0 0 25 0 5 0 527378201 240455680 14626 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=234820 CPUtime=147.05 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26312 1256 0 0 14700 5 0 0 25 0 5 0 527378201 240455680 14626 33554432000 4194304 4356188 140736185821840 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1175.09
Current children cumulated vsize (KiB) 2657224

[startup+150.301 s]
/proc/loadavg: 8.02 7.40 7.14 9/180 10280
/proc/meminfo: memFree=28881912/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1909948 CPUtime=150.15 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 50651 0 0 0 15000 15 0 0 25 0 1 0 527378200 1955786752 8940 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 477487 8940 337 96 0 474049 0
[pid=10260] ppid=10258 vsize=24548 CPUtime=150.29 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 3479 0 0 0 15029 0 0 0 25 0 1 0 527378200 25137152 3367 33554432000 4194304 4785740 140734439167344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 6137 3367 340 145 0 3182 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=149.64 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 14964 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=13900 CPUtime=150.29 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 2091 0 0 0 15028 1 0 0 25 0 1 0 527378200 14233600 1963 33554432000 4194304 4331988 140736713245568 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 3475 1963 173 34 0 1917 0
[pid=10263] ppid=10258 vsize=237636 CPUtime=600.3 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 108811 1256 0 0 60011 19 0 0 19 0 5 0 527378200 243339264 15330 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 59409 15330 164 40 0 57953 0
[pid=10263/tid=10270] ppid=10258 vsize=237636 CPUtime=150.28 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27227 1256 0 0 15024 4 0 0 25 0 5 0 527378201 243339264 15330 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=237636 CPUtime=150.27 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 26722 1256 0 0 15024 3 0 0 25 0 5 0 527378201 243339264 15330 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=237636 CPUtime=149.45 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 27794 1256 0 0 14941 4 0 0 25 0 5 0 527378201 243339264 15330 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=237636 CPUtime=150.25 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26568 1256 0 0 15020 5 0 0 25 0 5 0 527378201 243339264 15330 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.67
Current children cumulated vsize (KiB) 2660184

[startup+151.9 s]
/proc/loadavg: 8.02 7.41 7.14 9/180 10281
/proc/meminfo: memFree=28875092/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1909948 CPUtime=151.74 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 50811 0 0 0 15159 15 0 0 25 0 1 0 527378200 1955786752 9097 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 477487 9097 337 96 0 474049 0
[pid=10260] ppid=10258 vsize=24696 CPUtime=151.89 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 3506 0 0 0 15189 0 0 0 25 0 1 0 527378200 25288704 3394 33554432000 4194304 4785740 140734439167344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 6174 3394 340 145 0 3219 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=151.24 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 15124 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=16488 CPUtime=151.88 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 2117 0 0 0 15187 1 0 0 25 0 1 0 527378200 16883712 1989 33554432000 4194304 4331988 140736713245568 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 4122 1989 173 34 0 2564 0
[pid=10263] ppid=10258 vsize=241732 CPUtime=606.69 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 109835 1256 0 0 60650 19 0 0 19 0 5 0 527378200 247533568 16354 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 60433 16354 164 40 0 58977 0
[pid=10263/tid=10270] ppid=10258 vsize=241732 CPUtime=151.88 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27547 1256 0 0 15184 4 0 0 25 0 5 0 527378201 247533568 16354 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=241732 CPUtime=151.86 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 27042 1256 0 0 15183 3 0 0 25 0 5 0 527378201 247533568 16354 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=241732 CPUtime=151.04 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 28050 1256 0 0 15100 4 0 0 25 0 5 0 527378201 247533568 16354 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=241732 CPUtime=151.85 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26696 1256 0 0 15180 5 0 0 25 0 5 0 527378201 247533568 16354 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1213.44
Current children cumulated vsize (KiB) 2667016

[startup+152.701 s]
/proc/loadavg: 8.02 7.41 7.14 9/180 10281
/proc/meminfo: memFree=28875092/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1909948 CPUtime=152.54 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 50904 0 0 0 15239 15 0 0 25 0 1 0 527378200 1955786752 9184 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 477487 9184 337 96 0 474049 0
[pid=10260] ppid=10258 vsize=24696 CPUtime=152.69 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 3524 0 0 0 15269 0 0 0 25 0 1 0 527378200 25288704 3412 33554432000 4194304 4785740 140734439167344 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 6174 3412 340 145 0 3219 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=152.04 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 15204 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=16488 CPUtime=152.69 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 2130 0 0 0 15268 1 0 0 25 0 1 0 527378200 16883712 2002 33554432000 4194304 4331988 140736713245568 18446744073709551615 4292647 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 4122 2002 173 34 0 2564 0
[pid=10263] ppid=10258 vsize=243140 CPUtime=609.89 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 110187 1256 0 0 60970 19 0 0 19 0 5 0 527378200 248975360 16706 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 60785 16706 164 40 0 59329 0
[pid=10263/tid=10270] ppid=10258 vsize=243140 CPUtime=152.68 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27675 1256 0 0 15264 4 0 0 25 0 5 0 527378201 248975360 16706 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=243140 CPUtime=152.67 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 27042 1256 0 0 15264 3 0 0 25 0 5 0 527378201 248975360 16706 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=243140 CPUtime=151.84 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 28082 1256 0 0 15180 4 0 0 25 0 5 0 527378201 248975360 16706 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=243140 CPUtime=152.65 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26888 1256 0 0 15260 5 0 0 25 0 5 0 527378201 248975360 16706 33554432000 4194304 4356188 140736185821840 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1219.85
Current children cumulated vsize (KiB) 2668424

[startup+153.501 s]
/proc/loadavg: 8.02 7.41 7.14 9/180 10281
/proc/meminfo: memFree=28872984/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1909948 CPUtime=153.34 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 50982 0 0 0 15319 15 0 0 25 0 1 0 527378200 1955786752 9261 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 477487 9261 337 96 0 474049 0
[pid=10260] ppid=10258 vsize=24696 CPUtime=153.49 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 3524 0 0 0 15349 0 0 0 25 0 1 0 527378200 25288704 3412 33554432000 4194304 4785740 140734439167344 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 6174 3412 340 145 0 3219 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=152.84 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 15284 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 3687867 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=16488 CPUtime=153.48 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 2144 0 0 0 15347 1 0 0 25 0 1 0 527378200 16883712 2016 33554432000 4194304 4331988 140736713245568 18446744073709551615 4315816 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 4122 2016 173 34 0 2564 0
[pid=10263] ppid=10258 vsize=239684 CPUtime=613.08 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 110635 1256 0 0 61289 19 0 0 19 0 5 0 527378200 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 59921 15842 164 40 0 58465 0
[pid=10263/tid=10270] ppid=10258 vsize=239684 CPUtime=153.48 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27803 1256 0 0 15344 4 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=239684 CPUtime=153.46 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 27362 1256 0 0 15343 3 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=239684 CPUtime=152.63 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 28082 1256 0 0 15259 4 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=239684 CPUtime=153.45 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26888 1256 0 0 15340 5 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1226.23
Current children cumulated vsize (KiB) 2664968

[startup+153.901 s]
/proc/loadavg: 8.02 7.41 7.14 9/180 10281
/proc/meminfo: memFree=28875092/32951124 swapFree=67111356/67111528
[pid=10258] ppid=10256 vsize=18324 CPUtime=0 cores=0-7
/proc/10258/stat : 10258 (ppfolio) S 10256 10258 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 527378200 18763776 389 33554432000 4194304 4287625 140735491865552 18446744073709551615 218905751055 0 0 4096 65536 4594164480300023807 0 0 17 3 0 0 0
/proc/10258/statm: 4581 389 341 23 0 91 0
[pid=10259] ppid=10258 vsize=1909948 CPUtime=153.75 cores=0
/proc/10259/stat : 10259 (cryptominisat) R 10258 10258 10232 0 -1 4202496 51015 0 0 0 15360 15 0 0 25 0 1 0 527378200 1955786752 9294 33554432000 4194304 4587354 140735116740064 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10259/statm: 477487 9294 337 96 0 474049 0
[pid=10260] ppid=10258 vsize=24848 CPUtime=153.9 cores=1
/proc/10260/stat : 10260 (clasp) R 10258 10258 10232 0 -1 4202496 3535 0 0 0 15390 0 0 0 25 0 1 0 527378200 25444352 3423 33554432000 4194304 4785740 140734439167344 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10260/statm: 6212 3423 340 145 0 3257 0
[pid=10261] ppid=10258 vsize=455828 CPUtime=153.24 cores=2
/proc/10261/stat : 10261 (TNM) R 10258 10258 10232 0 -1 4202496 329 0 0 0 15324 0 0 0 25 0 1 0 527378200 466767872 226 33554432000 134512640 134534564 4291107584 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10261/statm: 113957 226 95 6 0 112623 0
[pid=10262] ppid=10258 vsize=16488 CPUtime=153.89 cores=3
/proc/10262/stat : 10262 (march_hi) R 10258 10258 10232 0 -1 4202496 2152 0 0 0 15388 1 0 0 25 0 1 0 527378200 16883712 2024 33554432000 4194304 4331988 140736713245568 18446744073709551615 4301642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10262/statm: 4122 2024 173 34 0 2564 0
[pid=10263] ppid=10258 vsize=239684 CPUtime=614.7 cores=4-7
/proc/10263/stat : 10263 (plingeling) S 10258 10258 10232 0 -1 4202496 110635 1256 0 0 61451 19 0 0 19 0 5 0 527378200 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10263/statm: 59921 15842 164 40 0 58465 0
[pid=10263/tid=10270] ppid=10258 vsize=239684 CPUtime=153.89 cores=4-7
/proc/10263/task/10270/stat : 10270 (plingeling) R 10258 10258 10232 0 -1 4202560 27803 1256 0 0 15385 4 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10263/tid=10271] ppid=10258 vsize=239684 CPUtime=153.87 cores=4-7
/proc/10263/task/10271/stat : 10271 (plingeling) R 10258 10258 10232 0 -1 4202560 27362 1256 0 0 15384 3 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10263/tid=10272] ppid=10258 vsize=239684 CPUtime=153.03 cores=4-7
/proc/10263/task/10272/stat : 10272 (plingeling) R 10258 10258 10232 0 -1 4202560 28082 1256 0 0 15299 4 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10263/tid=10273] ppid=10258 vsize=239684 CPUtime=153.86 cores=4-7
/proc/10263/task/10273/stat : 10273 (plingeling) R 10258 10258 10232 0 -1 4202560 26888 1256 0 0 15381 5 0 0 25 0 5 0 527378201 245436416 15842 33554432000 4194304 4356188 140736185821840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1229.48
Current children cumulated vsize (KiB) 2665120

Child status: 0
Real time (s): 153.917
CPU time (s): 1229.6
CPU user time (s): 1229.21
CPU system time (s): 0.39294
CPU usage (%): 798.869
Max. virtual memory (cumulated for all children) (KiB): 4486400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1229.21
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169467
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= 1285
involuntary context switches= 6386

runsolver used 0.244962 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 12:03:25
IDJOB=3220443
IDBENCH=82757
IDSOLVER=1638
FILE ID=node137/3220443-1304157805
RUNJOBID= node137-1304157805-10246
PBS_JOBID= 13170913
Free space on /tmp= 73212 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1008065350-031.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220443-1304157805/watcher-3220443-1304157805 -o /tmp/evaluation-result-3220443-1304157805/solver-3220443-1304157805 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220443-1304157805.cnf

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=2073459381

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28993468 kB
Buffers:        920644 kB
Cached:        2516840 kB
SwapCached:         48 kB
Active:         196008 kB
Inactive:      3303864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28993468 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10228 kB
Writeback:           0 kB
AnonPages:       62816 kB
Mapped:          13704 kB
Slab:           392308 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185004 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= 73204 MiB
End job on node137 at 2011-04-30 12:05:59