Trace number 3221307

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 2887.91 361.341

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
MD5SUM5da80be8e24322484381341b0d82cc61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark358.158
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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
2887.57/361.33	s UNSATISFIABLE
2887.57/361.34	solver [4] march_hi 2009 answered
2887.57/361.34	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-3221307-1304161236/watcher-3221307-1304161236 -o /tmp/evaluation-result-3221307-1304161236/solver-3221307-1304161236 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221307-1304161236.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: 8.02 7.99 7.98 2/170 1380
/proc/meminfo: memFree=30088088/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) R 1378 1380 1020 0 -1 4194304 490 0 0 0 0 0 0 0 25 0 1 0 527720640 18763776 387 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476515221 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1380/statm: 4581 387 339 23 0 91 0

[startup+0.089163 s]
/proc/loadavg: 8.02 7.99 7.98 2/170 1380
/proc/meminfo: memFree=30088088/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) R 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10016 s]
/proc/loadavg: 8.02 7.99 7.98 2/170 1380
/proc/meminfo: memFree=30088088/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) R 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300123 s]
/proc/loadavg: 8.02 7.99 7.98 2/170 1380
/proc/meminfo: memFree=30088088/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) R 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701045 s]
/proc/loadavg: 8.02 7.99 7.98 2/170 1380
/proc/meminfo: memFree=30088088/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50089 s]
/proc/loadavg: 8.10 8.00 7.98 9/180 1395
/proc/meminfo: memFree=30072880/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=140240 CPUtime=1.49 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 3511 0 0 0 149 0 0 0 25 0 1 0 527720640 143605760 2379 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 35060 2379 337 96 0 31622 0
[pid=1382] ppid=1380 vsize=13784 CPUtime=1.49 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 903 0 0 0 149 0 0 0 20 0 1 0 527720640 14114816 795 33554432000 4194304 4785740 140734926949312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 3446 795 340 145 0 491 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=1.49 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 149 0 0 0 20 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=7056 CPUtime=1.49 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 423 0 0 0 149 0 0 0 20 0 1 0 527720640 7225344 316 33554432000 4194304 4331988 140733598471984 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 1764 316 174 34 0 206 0
[pid=1385] ppid=1380 vsize=57400 CPUtime=5.91 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 4095 1260 0 0 591 0 0 0 18 0 5 0 527720641 58777600 2806 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 14350 2806 162 40 0 12894 0
[pid=1385/tid=1392] ppid=1380 vsize=57400 CPUtime=1.48 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 955 1260 0 0 148 0 0 0 20 0 5 0 527720641 58777600 2806 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=57400 CPUtime=1.47 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 930 1260 0 0 147 0 0 0 23 0 5 0 527720641 58777600 2806 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=57400 CPUtime=1.46 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 809 1260 0 0 146 0 0 0 23 0 5 0 527720641 58777600 2806 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=57400 CPUtime=1.48 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 845 1260 0 0 148 0 0 0 23 0 5 0 527720641 58777600 2806 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 692764

[startup+3.10059 s]
/proc/loadavg: 8.10 8.00 7.98 9/180 1395
/proc/meminfo: memFree=30061348/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=142444 CPUtime=3.09 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 5029 0 0 0 309 0 0 0 25 0 1 0 527720640 145862656 3070 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 35611 3070 337 96 0 32173 0
[pid=1382] ppid=1380 vsize=14336 CPUtime=3.09 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 1026 0 0 0 309 0 0 0 25 0 1 0 527720640 14680064 918 33554432000 4194304 4785740 140734926949312 18446744073709551615 4550305 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 3584 918 340 145 0 629 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=3.09 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 309 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=7188 CPUtime=3.09 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 429 0 0 0 309 0 0 0 25 0 1 0 527720640 7360512 322 33554432000 4194304 4331988 140733598471984 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 1797 322 174 34 0 239 0
[pid=1385] ppid=1380 vsize=61504 CPUtime=12.31 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 6337 1260 0 0 1230 1 0 0 18 0 5 0 527720641 62980096 3832 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 15376 3832 162 40 0 13920 0
[pid=1385/tid=1392] ppid=1380 vsize=61504 CPUtime=3.08 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 1467 1260 0 0 308 0 0 0 25 0 5 0 527720641 62980096 3832 33554432000 4194304 4356188 140734771423312 18446744073709551615 4281798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=61504 CPUtime=3.06 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 1506 1260 0 0 306 0 0 0 25 0 5 0 527720641 62980096 3832 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=61504 CPUtime=3.06 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 1354 1260 0 0 306 0 0 0 25 0 5 0 527720641 62980096 3832 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=61504 CPUtime=3.08 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 1454 1260 0 0 308 0 0 0 25 0 5 0 527720641 62980096 3832 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 699756

[startup+6.30097 s]
/proc/loadavg: 8.09 8.00 7.98 9/180 1395
/proc/meminfo: memFree=30056148/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=142728 CPUtime=6.29 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 7196 0 0 0 628 1 0 0 25 0 1 0 527720640 146153472 3174 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 35682 3174 337 96 0 32244 0
[pid=1382] ppid=1380 vsize=14892 CPUtime=6.29 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 1175 0 0 0 629 0 0 0 25 0 1 0 527720640 15249408 1067 33554432000 4194304 4785740 140734926949312 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 3723 1067 340 145 0 768 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=6.29 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 629 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=7188 CPUtime=6.29 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 438 0 0 0 629 0 0 0 25 0 1 0 527720640 7360512 331 33554432000 4194304 4331988 140733598471984 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 1797 331 174 34 0 239 0
[pid=1385] ppid=1380 vsize=64664 CPUtime=25.09 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 9191 1260 0 0 2508 1 0 0 18 0 5 0 527720641 66215936 4606 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 16166 4606 162 40 0 14710 0
[pid=1385/tid=1392] ppid=1380 vsize=64664 CPUtime=6.28 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 2156 1260 0 0 628 0 0 0 25 0 5 0 527720641 66215936 4606 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=64664 CPUtime=6.25 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 2212 1260 0 0 625 0 0 0 25 0 5 0 527720641 66215936 4606 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=64664 CPUtime=6.25 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 2092 1260 0 0 625 0 0 0 25 0 5 0 527720641 66215936 4606 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=64664 CPUtime=6.28 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 2175 1260 0 0 628 0 0 0 25 0 5 0 527720641 66215936 4606 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 703756

[startup+12.7007 s]
/proc/loadavg: 8.08 8.00 7.98 9/180 1395
/proc/meminfo: memFree=30042284/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=145572 CPUtime=12.69 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 11102 0 0 0 1268 1 0 0 25 0 1 0 527720640 149065728 3724 33554432000 4194304 4587354 140734508853040 18446744073709551615 239476391618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 36393 3724 337 96 0 32955 0
[pid=1382] ppid=1380 vsize=15892 CPUtime=12.69 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 1389 0 0 0 1269 0 0 0 25 0 1 0 527720640 16273408 1281 33554432000 4194304 4785740 140734926949312 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 3973 1281 340 145 0 1018 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=12.69 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 1269 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=7392 CPUtime=12.69 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 482 0 0 0 1269 0 0 0 25 0 1 0 527720640 7569408 375 33554432000 4194304 4331988 140733598471984 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 1848 375 175 34 0 290 0
[pid=1385] ppid=1380 vsize=73764 CPUtime=50.65 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 16650 1260 0 0 5063 2 0 0 18 0 5 0 527720641 75534336 6881 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 18441 6881 162 40 0 16985 0
[pid=1385/tid=1392] ppid=1380 vsize=73764 CPUtime=12.68 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 4078 1260 0 0 1268 0 0 0 25 0 5 0 527720641 75534336 6881 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=73764 CPUtime=12.61 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 4068 1260 0 0 1261 0 0 0 25 0 5 0 527720641 75534336 6881 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=73764 CPUtime=12.65 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 3981 1260 0 0 1265 0 0 0 25 0 5 0 527720641 75534336 6881 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=73764 CPUtime=12.68 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 3967 1260 0 0 1268 0 0 0 25 0 5 0 527720641 75534336 6881 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 716904

[startup+25.5013 s]
/proc/loadavg: 8.07 8.00 7.98 9/180 1396
/proc/meminfo: memFree=30038188/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=148564 CPUtime=25.48 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 17276 0 0 0 2546 2 0 0 25 0 1 0 527720640 152129536 4636 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1385/tid=1392] ppid=1380 vsize=153252 CPUtime=351.89 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 38943 1260 0 0 35183 6 0 0 25 0 5 0 527720641 156930048 26769 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=153252 CPUtime=349.2 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 38055 1260 0 0 34914 6 0 0 25 0 5 0 527720641 156930048 26769 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=153252 CPUtime=351.84 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37326 1260 0 0 35178 6 0 0 25 0 5 0 527720641 156930048 26769 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=153252 CPUtime=351.89 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 37858 1260 0 0 35183 6 0 0 25 0 5 0 527720641 156930048 26769 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2812.43
Current children cumulated vsize (KiB) 843644

[startup+358.301 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1416
/proc/meminfo: memFree=29905216/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=186200 CPUtime=358.3 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 89988 0 0 0 35802 28 0 0 25 0 1 0 527720640 190668800 13889 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 46550 13889 337 96 0 43112 0
[pid=1382] ppid=1380 vsize=24544 CPUtime=358.29 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 3433 0 0 0 35829 0 0 0 25 0 1 0 527720640 25133056 3325 33554432000 4194304 4785740 140734926949312 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 6136 3325 341 145 0 3181 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=358.29 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 35829 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=19012 CPUtime=358.3 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 3076 0 0 0 35828 2 0 0 25 0 1 0 527720640 19468288 2969 33554432000 4194304 4331988 140733598471984 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 4753 2969 175 34 0 3195 0
[pid=1385] ppid=1380 vsize=156708 CPUtime=1430.4 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 154722 1260 0 0 143014 26 0 0 18 0 5 0 527720641 160468992 27633 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 39177 27633 162 40 0 37721 0
[pid=1385/tid=1392] ppid=1380 vsize=156708 CPUtime=358.29 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 39071 1260 0 0 35823 6 0 0 25 0 5 0 527720641 160468992 27633 33554432000 4194304 4356188 140734771423312 18446744073709551615 4250578 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=156708 CPUtime=355.56 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 38919 1260 0 0 35550 6 0 0 25 0 5 0 527720641 160468992 27633 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=156708 CPUtime=358.23 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37454 1260 0 0 35817 6 0 0 25 0 5 0 527720641 160468992 27633 33554432000 4194304 4356188 140734771423312 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=156708 CPUtime=358.28 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 38722 1260 0 0 35822 6 0 0 25 0 5 0 527720641 160468992 27633 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2863.58
Current children cumulated vsize (KiB) 860748

[startup+359.901 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1416
/proc/meminfo: memFree=29902116/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=186200 CPUtime=359.9 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 90174 0 0 0 35962 28 0 0 25 0 1 0 527720640 190668800 14070 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 46550 14070 337 96 0 43112 0
[pid=1382] ppid=1380 vsize=24544 CPUtime=359.89 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 3433 0 0 0 35989 0 0 0 25 0 1 0 527720640 25133056 3325 33554432000 4194304 4785740 140734926949312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 6136 3325 341 145 0 3181 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=359.89 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 35989 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=19012 CPUtime=359.9 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 3103 0 0 0 35988 2 0 0 25 0 1 0 527720640 19468288 2996 33554432000 4194304 4331988 140733598471984 18446744073709551615 4210510 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 4753 2996 175 34 0 3195 0
[pid=1385] ppid=1380 vsize=157732 CPUtime=1436.79 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 154978 1260 0 0 143653 26 0 0 18 0 5 0 527720641 161517568 27889 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 39433 27889 162 40 0 37977 0
[pid=1385/tid=1392] ppid=1380 vsize=157732 CPUtime=359.89 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 39071 1260 0 0 35983 6 0 0 25 0 5 0 527720641 161517568 27889 33554432000 4194304 4356188 140734771423312 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=157732 CPUtime=357.15 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 39047 1260 0 0 35709 6 0 0 25 0 5 0 527720641 161517568 27889 33554432000 4194304 4356188 140734771423312 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=157732 CPUtime=359.83 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37582 1260 0 0 35977 6 0 0 25 0 5 0 527720641 161517568 27889 33554432000 4194304 4356188 140734771423312 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=157732 CPUtime=359.88 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 38722 1260 0 0 35982 6 0 0 25 0 5 0 527720641 161517568 27889 33554432000 4194304 4356188 140734771423312 18446744073709551615 4237486 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2876.38
Current children cumulated vsize (KiB) 861772

[startup+360.701 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1416
/proc/meminfo: memFree=29901372/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=186200 CPUtime=360.7 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 90269 0 0 0 36042 28 0 0 25 0 1 0 527720640 190668800 14162 33554432000 4194304 4587354 140734508853040 18446744073709551615 4420280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 46550 14162 337 96 0 43112 0
[pid=1382] ppid=1380 vsize=24544 CPUtime=360.69 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 3433 0 0 0 36069 0 0 0 25 0 1 0 527720640 25133056 3325 33554432000 4194304 4785740 140734926949312 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 6136 3325 341 145 0 3181 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=360.7 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 36070 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=19012 CPUtime=360.7 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 3117 0 0 0 36068 2 0 0 25 0 1 0 527720640 19468288 3010 33554432000 4194304 4331988 140733598471984 18446744073709551615 4287073 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 4753 3010 175 34 0 3195 0
[pid=1385] ppid=1380 vsize=157860 CPUtime=1440 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 155010 1260 0 0 143974 26 0 0 18 0 5 0 527720641 161648640 27921 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 39465 27921 162 40 0 38009 0
[pid=1385/tid=1392] ppid=1380 vsize=157860 CPUtime=360.69 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 39071 1260 0 0 36063 6 0 0 25 0 5 0 527720641 161648640 27921 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=157860 CPUtime=357.95 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 39047 1260 0 0 35789 6 0 0 25 0 5 0 527720641 161648640 27921 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=157860 CPUtime=360.64 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37614 1260 0 0 36058 6 0 0 25 0 5 0 527720641 161648640 27921 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=157860 CPUtime=360.68 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 38722 1260 0 0 36062 6 0 0 25 0 5 0 527720641 161648640 27921 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2882.8
Current children cumulated vsize (KiB) 861900

[startup+361.101 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1416
/proc/meminfo: memFree=29901372/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=186200 CPUtime=361.1 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 90305 0 0 0 36082 28 0 0 25 0 1 0 527720640 190668800 14198 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 46550 14198 337 96 0 43112 0
[pid=1382] ppid=1380 vsize=24544 CPUtime=361.09 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 3433 0 0 0 36109 0 0 0 25 0 1 0 527720640 25133056 3325 33554432000 4194304 4785740 140734926949312 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 6136 3325 341 145 0 3181 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=361.09 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 36109 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=19012 CPUtime=361.1 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 3125 0 0 0 36108 2 0 0 25 0 1 0 527720640 19468288 3018 33554432000 4194304 4331988 140733598471984 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 4753 3018 175 34 0 3195 0
[pid=1385] ppid=1380 vsize=154916 CPUtime=1441.58 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 155266 1260 0 0 144132 26 0 0 18 0 5 0 527720641 158633984 27185 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 38729 27185 162 40 0 37273 0
[pid=1385/tid=1392] ppid=1380 vsize=154916 CPUtime=361.09 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 39071 1260 0 0 36103 6 0 0 25 0 5 0 527720641 158633984 27185 33554432000 4194304 4356188 140734771423312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=154916 CPUtime=358.34 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 39047 1260 0 0 35828 6 0 0 25 0 5 0 527720641 158633984 27185 33554432000 4194304 4356188 140734771423312 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=154916 CPUtime=361.03 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37870 1260 0 0 36097 6 0 0 25 0 5 0 527720641 158633984 27185 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=154916 CPUtime=361.08 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 38722 1260 0 0 36102 6 0 0 25 0 5 0 527720641 158633984 27185 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2885.97
Current children cumulated vsize (KiB) 858956

[startup+361.301 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 1416
/proc/meminfo: memFree=29901372/32950928 swapFree=67086612/67111528
[pid=1380] ppid=1378 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1380/stat : 1380 (ppfolio) S 1378 1380 1020 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527720640 18763776 389 33554432000 4194304 4287625 140735412399872 18446744073709551615 239476715023 0 0 4096 65536 4442309005242531839 0 0 17 6 0 0 0
/proc/1380/statm: 4581 389 341 23 0 91 0
[pid=1381] ppid=1380 vsize=186200 CPUtime=361.3 cores=0
/proc/1381/stat : 1381 (cryptominisat) R 1380 1380 1020 0 -1 4202496 90324 0 0 0 36102 28 0 0 25 0 1 0 527720640 190668800 14217 33554432000 4194304 4587354 140734508853040 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1381/statm: 46550 14217 337 96 0 43112 0
[pid=1382] ppid=1380 vsize=24544 CPUtime=361.29 cores=1
/proc/1382/stat : 1382 (clasp) R 1380 1380 1020 0 -1 4202496 3433 0 0 0 36129 0 0 0 25 0 1 0 527720640 25133056 3325 33554432000 4194304 4785740 140734926949312 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1382/statm: 6136 3325 341 145 0 3181 0
[pid=1383] ppid=1380 vsize=455960 CPUtime=361.29 cores=2
/proc/1383/stat : 1383 (TNM) R 1380 1380 1020 0 -1 4202496 339 0 0 0 36129 0 0 0 25 0 1 0 527720640 466903040 236 33554432000 134512640 134534564 4291488000 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1383/statm: 113990 236 95 6 0 112656 0
[pid=1384] ppid=1380 vsize=19012 CPUtime=361.3 cores=3
/proc/1384/stat : 1384 (march_hi) R 1380 1380 1020 0 -1 4202496 3128 0 0 0 36128 2 0 0 25 0 1 0 527720640 19468288 3021 33554432000 4194304 4331988 140733598471984 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1384/statm: 4753 3021 175 34 0 3195 0
[pid=1385] ppid=1380 vsize=151204 CPUtime=1442.38 cores=4-7
/proc/1385/stat : 1385 (plingeling) S 1380 1380 1020 0 -1 4202496 155330 1260 0 0 144212 26 0 0 18 0 5 0 527720641 154832896 26257 33554432000 4194304 4356188 140734771423312 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1385/statm: 37801 26257 162 40 0 36345 0
[pid=1385/tid=1392] ppid=1380 vsize=151204 CPUtime=361.29 cores=4-7
/proc/1385/task/1392/stat : 1392 (plingeling) R 1380 1380 1020 0 -1 4202560 39071 1260 0 0 36123 6 0 0 25 0 5 0 527720641 154832896 26257 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1385/tid=1393] ppid=1380 vsize=151204 CPUtime=358.54 cores=4-7
/proc/1385/task/1393/stat : 1393 (plingeling) R 1380 1380 1020 0 -1 4202560 39047 1260 0 0 35848 6 0 0 25 0 5 0 527720641 154832896 26257 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1385/tid=1394] ppid=1380 vsize=151204 CPUtime=361.23 cores=4-7
/proc/1385/task/1394/stat : 1394 (plingeling) R 1380 1380 1020 0 -1 4202560 37934 1260 0 0 36117 6 0 0 25 0 5 0 527720641 154832896 26257 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1385/tid=1395] ppid=1380 vsize=151204 CPUtime=361.28 cores=4-7
/proc/1385/task/1395/stat : 1395 (plingeling) R 1380 1380 1020 0 -1 4202560 38722 1260 0 0 36122 6 0 0 25 0 5 0 527720641 154832896 26257 33554432000 4194304 4356188 140734771423312 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2887.57
Current children cumulated vsize (KiB) 855244

Child status: 0
Real time (s): 361.341
CPU time (s): 2887.91
CPU user time (s): 2887.29
CPU system time (s): 0.618905
CPU usage (%): 799.219
Max. virtual memory (cumulated for all children) (KiB): 872292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2887.29
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254356
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= 1628
involuntary context switches= 13668

runsolver used 0.606907 second user time and 1.3318 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 13:00:36
IDJOB=3221307
IDBENCH=82901
IDSOLVER=1638
FILE ID=node148/3221307-1304161236
RUNJOBID= node148-1304161030-1034
PBS_JOBID= 13170928
Free space on /tmp= 72964 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221307-1304161236/watcher-3221307-1304161236 -o /tmp/evaluation-result-3221307-1304161236/solver-3221307-1304161236 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221307-1304161236.cnf

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=1310118777

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      30088368 kB
Buffers:        765144 kB
Cached:        1681556 kB
SwapCached:       3696 kB
Active:         158936 kB
Inactive:      2329400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30088368 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           10368 kB
Writeback:           0 kB
AnonPages:       40236 kB
Mapped:          13364 kB
Slab:           305652 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183920 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= 72952 MiB
End job on node148 at 2011-04-30 13:06:37