Trace number 3310299

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 2689.06 336.786

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
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
2688.47/336.75	s UNSATISFIABLE
2688.47/336.78	solver [1] cryptominisat 2.7.1 answered
2688.47/336.78	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-3310299-1304008544/watcher-3310299-1304008544 -o /tmp/evaluation-result-3310299-1304008544/solver-3310299-1304008544 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310299-1304008544.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 10958
/proc/meminfo: memFree=17962468/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0

[startup+0.0846921 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 10958
/proc/meminfo: memFree=17962468/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100688 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 10958
/proc/meminfo: memFree=17962468/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300667 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 10958
/proc/meminfo: memFree=17962468/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700585 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 10958
/proc/meminfo: memFree=17962468/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50041 s]
/proc/loadavg: 8.07 8.06 8.00 6/176 10969
/proc/meminfo: memFree=17479564/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=179372 CPUtime=1.48 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 34967 0 0 0 144 4 0 0 25 0 1 0 512457113 183676928 34152 33554432000 4194304 4587354 140736786145872 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 44843 34152 311 96 0 41405 0
[pid=10960] ppid=10958 vsize=86168 CPUtime=1.48 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 22493 0 0 0 145 3 0 0 25 0 1 0 512457113 88236032 17948 33554432000 4194304 4785740 140733917629232 18446744073709551615 4495597 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 21542 17948 318 145 0 18587 0
[pid=10961] ppid=10958 vsize=509548 CPUtime=1.49 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 17812 0 0 0 146 3 0 0 20 0 1 0 512457113 521777152 17709 33554432000 134512640 134534564 4294077504 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 127387 17709 91 6 0 126053 0
[pid=10962] ppid=10958 vsize=102800 CPUtime=1.49 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4194304 32946 0 0 0 144 5 0 0 20 0 1 0 512457113 105267200 16760 33554432000 4194304 4331988 140737086633008 18446744073709551615 4252180 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 25700 16760 129 34 0 24142 0
[pid=10963] ppid=10958 vsize=249856 CPUtime=2.75 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 61138 1259 0 0 268 7 0 0 25 0 5 0 512457113 255852544 50906 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 62464 50906 148 40 0 61008 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1146068

[startup+3.10113 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 10973
/proc/meminfo: memFree=17410836/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=197136 CPUtime=3.09 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 46096 0 0 0 303 6 0 0 25 0 1 0 512457113 201867264 37153 33554432000 4194304 4587354 140736786145872 18446744073709551615 4377018 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 49284 37153 317 96 0 45846 0
[pid=10960] ppid=10958 vsize=101816 CPUtime=3.09 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 28213 0 0 0 305 4 0 0 25 0 1 0 512457113 104259584 22170 33554432000 4194304 4785740 140733917629232 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 25454 22170 340 145 0 22499 0
[pid=10961] ppid=10958 vsize=509548 CPUtime=3.09 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 17812 0 0 0 306 3 0 0 25 0 1 0 512457113 521777152 17709 33554432000 134512640 134534564 4294077504 18446744073709551615 134524695 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 127387 17709 91 6 0 126053 0
[pid=10962] ppid=10958 vsize=102800 CPUtime=3.09 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4194304 64338 0 0 0 300 9 0 0 25 0 1 0 512457113 105267200 16760 33554432000 4194304 4331988 140737086633008 18446744073709551615 216634164224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 25700 16760 129 34 0 24142 0
[pid=10963] ppid=10958 vsize=255028 CPUtime=9.15 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 67860 1259 0 0 907 8 0 0 25 0 5 0 512457113 261148672 52195 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 63757 52195 164 40 0 62301 0
[pid=10963/tid=10970] ppid=10958 vsize=255028 CPUtime=2.01 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 2960 1259 0 0 201 0 0 0 25 0 5 0 512457220 261148672 52195 33554432000 4194304 4356188 140735694053776 18446744073709551615 4231370 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=255028 CPUtime=2.01 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 6533 1259 0 0 201 0 0 0 25 0 5 0 512457220 261148672 52195 33554432000 4194304 4356188 140735694053776 18446744073709551615 4216771 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=255028 CPUtime=2.01 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 2399 1259 0 0 201 0 0 0 25 0 5 0 512457220 261148672 52195 33554432000 4194304 4356188 140735694053776 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=255028 CPUtime=2.02 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 2385 1259 0 0 202 0 0 0 21 0 5 0 512457220 261148672 52195 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (KiB) 1184652

[startup+6.30057 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 10973
/proc/meminfo: memFree=17368564/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=196736 CPUtime=6.29 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 51146 0 0 0 622 7 0 0 25 0 1 0 512457113 201457664 37288 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 49184 37288 327 96 0 45746 0
[pid=10960] ppid=10958 vsize=101816 CPUtime=6.28 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 28213 0 0 0 624 4 0 0 25 0 1 0 512457113 104259584 22170 33554432000 4194304 4785740 140733917629232 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 25454 22170 340 145 0 22499 0
[pid=10961] ppid=10958 vsize=509548 CPUtime=6.28 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 17812 0 0 0 625 3 0 0 25 0 1 0 512457113 521777152 17709 33554432000 134512640 134534564 4294077504 18446744073709551615 134524832 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 127387 17709 91 6 0 126053 0
[pid=10962] ppid=10958 vsize=102796 CPUtime=6.28 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4194304 132354 0 0 0 610 18 0 0 25 0 1 0 512457113 105263104 16760 33554432000 4194304 4331988 140737086633008 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 25699 16760 129 34 0 24141 0
[pid=10963] ppid=10958 vsize=278892 CPUtime=21.92 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 73836 1259 0 0 2183 9 0 0 25 0 5 0 512457113 285585408 58167 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 69723 58167 164 40 0 68267 0
[pid=10963/tid=10970] ppid=10958 vsize=278892 CPUtime=5.2 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 5945 1259 0 0 520 0 0 0 25 0 5 0 512457220 285585408 58167 33554432000 4194304 4356188 140735694053776 18446744073709551615 4259314 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=278892 CPUtime=5.21 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 6533 1259 0 0 521 0 0 0 25 0 5 0 512457220 285585408 58167 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=278892 CPUtime=5.19 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 5390 1259 0 0 518 1 0 0 25 0 5 0 512457220 285585408 58167 33554432000 4194304 4356188 140735694053776 18446744073709551615 4259314 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=278892 CPUtime=5.22 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 2385 1259 0 0 522 0 0 0 25 0 5 0 512457220 285585408 58167 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 1208112

[startup+12.7004 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 10973
/proc/meminfo: memFree=17316508/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=211972 CPUtime=12.69 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 53954 0 0 0 1262 7 0 0 25 0 1 0 512457113 217059328 40056 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 52993 40056 334 96 0 49555 0
[pid=10960] ppid=10958 vsize=101816 CPUtime=12.68 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 28213 0 0 0 1264 4 0 0 25 0 1 0 512457113 104259584 22170 33554432000 4194304 4785740 140733917629232 18446744073709551615 4312749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 25454 22170 340 145 0 22499 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=12.69 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 1264 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=90524 CPUtime=12.69 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4194304 260061 0 0 0 1231 38 0 0 25 0 1 0 512457113 92696576 13686 33554432000 4194304 4331988 140737086633008 18446744073709551615 216634176197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 22631 13693 129 34 0 21073 0
[pid=10963] ppid=10958 vsize=284908 CPUtime=47.49 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 75341 1259 0 0 4740 9 0 0 25 0 5 0 512457113 291745792 59671 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 71227 59671 164 40 0 69771 0
[pid=10963/tid=10970] ppid=10958 vsize=284908 CPUtime=11.6 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 5945 1259 0 0 1160 0 0 0 25 0 5 0 512457220 291745792 59671 33554432000 4194304 4356188 140735694053776 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=284908 CPUtime=11.61 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 6533 1259 0 0 1161 0 0 0 25 0 5 0 512457220 291745792 59671 33554432000 4194304 4356188 140735694053776 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=284908 CPUtime=11.56 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 5390 1259 0 0 1155 1 0 0 25 0 5 0 512457220 291745792 59671 33554432000 4194304 4356188 140735694053776 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=284908 CPUtime=11.62 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 3890 1259 0 0 1162 0 0 0 25 0 5 0 512457220 291745792 59671 33554432000 4194304 4356188 140735694053776 18446744073709551615 4225514 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.24
Current children cumulated vsize (KiB) 1230160

[startup+25.5012 s]
/proc/loadavg: 8.05 8.06 8.00 9/180 10973
/proc/meminfo: memFree=17339956/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=341184 CPUtime=25.49 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 56428 0 0 0 2541 8 0 0 25 0 1 0 512457113 349372416 42413 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 85296 42413 334 96 0 81858 0
[pid=10960] ppid=10958 vsize=101816 CPUtime=25.49 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 28213 0 0 0 2545 4 0 0 25 0 1 0 512457113 104259584 22170 33554432000 4194304 4785740 140733917629232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 25454 22170 340 145 0 22499 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=25.49 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 2544 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=91048 CPUtime=25.49 cores=3

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

[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=325.22 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 32520 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=325.22 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 32521 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4270878 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=323.45 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 32344 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4281548 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=325.23 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 32522 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2605.34
Current children cumulated vsize (KiB) 2147480

[startup+332.701 s]
/proc/loadavg: 8.08 8.03 8.01 9/180 10982
/proc/meminfo: memFree=16761384/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=330284 CPUtime=332.69 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 96914 0 0 0 33246 23 0 0 25 0 1 0 512457113 338210816 43792 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 82571 43792 335 96 0 79133 0
[pid=10960] ppid=10958 vsize=164216 CPUtime=332.68 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 43658 0 0 0 33258 10 0 0 25 0 1 0 512457113 168157184 37615 33554432000 4194304 4785740 140733917629232 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 41054 37615 340 145 0 38099 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=332.66 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 33261 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=784964 CPUtime=332.7 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4202496 998000 0 0 0 33131 139 0 0 25 0 1 0 512457113 803803136 140813 33554432000 4194304 4331988 140737086633008 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 196241 140813 174 34 0 194683 0
[pid=10963] ppid=10958 vsize=327624 CPUtime=1325.77 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 97008 1259 0 0 132565 12 0 0 25 0 5 0 512457113 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 81906 53999 164 40 0 80450 0
[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=331.62 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 33160 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=331.62 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 33161 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=329.81 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 32980 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=331.63 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 33162 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2656.5
Current children cumulated vsize (KiB) 2148028

[startup+334.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 10982
/proc/meminfo: memFree=16761384/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=330284 CPUtime=334.3 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 96914 0 0 0 33407 23 0 0 25 0 1 0 512457113 338210816 43792 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 82571 43792 335 96 0 79133 0
[pid=10960] ppid=10958 vsize=164216 CPUtime=334.29 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 43661 0 0 0 33419 10 0 0 25 0 1 0 512457113 168157184 37618 33554432000 4194304 4785740 140733917629232 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 41054 37618 340 145 0 38099 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=334.27 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 33422 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=784964 CPUtime=334.3 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4202496 998002 0 0 0 33291 139 0 0 25 0 1 0 512457113 803803136 140815 33554432000 4194304 4331988 140737086633008 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 196241 140815 174 34 0 194683 0
[pid=10963] ppid=10958 vsize=327624 CPUtime=1332.18 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 97008 1259 0 0 133206 12 0 0 25 0 5 0 512457113 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 81906 53999 164 40 0 80450 0
[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=333.22 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 33320 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=333.23 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 33322 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=331.41 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 33140 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=333.24 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 33323 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2669.34
Current children cumulated vsize (KiB) 2148028

[startup+335.901 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 10982
/proc/meminfo: memFree=16761384/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=330284 CPUtime=335.89 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 96914 0 0 0 33566 23 0 0 25 0 1 0 512457113 338210816 43792 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 82571 43792 335 96 0 79133 0
[pid=10960] ppid=10958 vsize=164216 CPUtime=335.88 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 43663 0 0 0 33578 10 0 0 25 0 1 0 512457113 168157184 37620 33554432000 4194304 4785740 140733917629232 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 41054 37620 340 145 0 38099 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=335.86 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 33581 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=784964 CPUtime=335.9 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4202496 998004 0 0 0 33451 139 0 0 25 0 1 0 512457113 803803136 140817 33554432000 4194304 4331988 140737086633008 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 196241 140817 174 34 0 194683 0
[pid=10963] ppid=10958 vsize=327624 CPUtime=1338.55 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 97008 1259 0 0 133843 12 0 0 25 0 5 0 512457113 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 81906 53999 164 40 0 80450 0
[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=334.82 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 33480 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=334.82 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 33481 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=332.99 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 33298 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=334.83 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 33482 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2682.08
Current children cumulated vsize (KiB) 2148028

[startup+336.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 10982
/proc/meminfo: memFree=16761384/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=330284 CPUtime=336.29 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 96914 0 0 0 33606 23 0 0 25 0 1 0 512457113 338210816 43792 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 82571 43792 335 96 0 79133 0
[pid=10960] ppid=10958 vsize=164400 CPUtime=336.28 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 43684 0 0 0 33618 10 0 0 25 0 1 0 512457113 168345600 37641 33554432000 4194304 4785740 140733917629232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 41100 37641 340 145 0 38145 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=336.26 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 33621 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=784964 CPUtime=336.3 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4202496 998004 0 0 0 33491 139 0 0 25 0 1 0 512457113 803803136 140817 33554432000 4194304 4331988 140737086633008 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 196241 140817 174 34 0 194683 0
[pid=10963] ppid=10958 vsize=327624 CPUtime=1340.15 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 97008 1259 0 0 134003 12 0 0 25 0 5 0 512457113 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 81906 53999 164 40 0 80450 0
[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=335.22 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 33520 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=335.22 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 33521 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=333.39 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 33338 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=335.23 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 33522 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2685.28
Current children cumulated vsize (KiB) 2148212

[startup+336.701 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 10982
/proc/meminfo: memFree=16760888/32951124 swapFree=67111528/67111528
[pid=10958] ppid=10956 vsize=18324 CPUtime=0 cores=0-7
/proc/10958/stat : 10958 (ppfolio) S 10956 10958 10313 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512457113 18763776 390 33554432000 4194304 4287625 140733324119632 18446744073709551615 216634535439 0 0 4096 65536 4576774466956165119 0 0 17 6 0 0 0
/proc/10958/statm: 4581 390 341 23 0 91 0
[pid=10959] ppid=10958 vsize=330284 CPUtime=336.69 cores=0
/proc/10959/stat : 10959 (cryptominisat) R 10958 10958 10313 0 -1 4202496 96914 0 0 0 33646 23 0 0 25 0 1 0 512457113 338210816 43792 33554432000 4194304 4587354 140736786145872 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10959/statm: 82571 43792 335 96 0 79133 0
[pid=10960] ppid=10958 vsize=164720 CPUtime=336.68 cores=1
/proc/10960/stat : 10960 (clasp) R 10958 10958 10313 0 -1 4202496 43752 0 0 0 33658 10 0 0 25 0 1 0 512457113 168673280 37709 33554432000 4194304 4785740 140733917629232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10960/statm: 41180 37709 340 145 0 38225 0
[pid=10961] ppid=10958 vsize=522616 CPUtime=336.66 cores=2
/proc/10961/stat : 10961 (TNM) R 10958 10958 10313 0 -1 4202496 25193 0 0 0 33661 5 0 0 25 0 1 0 512457113 535158784 25090 33554432000 134512640 134534564 4294077504 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10961/statm: 130654 25090 95 6 0 129320 0
[pid=10962] ppid=10958 vsize=784964 CPUtime=336.7 cores=3
/proc/10962/stat : 10962 (march_hi) R 10958 10958 10313 0 -1 4202496 998004 0 0 0 33531 139 0 0 25 0 1 0 512457113 803803136 140817 33554432000 4194304 4331988 140737086633008 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10962/statm: 196241 140817 174 34 0 194683 0
[pid=10963] ppid=10958 vsize=327624 CPUtime=1341.74 cores=4-7
/proc/10963/stat : 10963 (plingeling) S 10958 10958 10313 0 -1 4202496 97008 1259 0 0 134162 12 0 0 25 0 5 0 512457113 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 81906 53999 164 40 0 80450 0
[pid=10963/tid=10970] ppid=10958 vsize=327624 CPUtime=335.62 cores=4-7
/proc/10963/task/10970/stat : 10970 (plingeling) R 10958 10958 10313 0 -1 4202560 14403 1259 0 0 33560 2 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10963/tid=10971] ppid=10958 vsize=327624 CPUtime=335.62 cores=4-7
/proc/10963/task/10971/stat : 10971 (plingeling) R 10958 10958 10313 0 -1 4202560 11050 1259 0 0 33561 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10963/tid=10972] ppid=10958 vsize=327624 CPUtime=333.79 cores=4-7
/proc/10963/task/10972/stat : 10972 (plingeling) R 10958 10958 10313 0 -1 4202560 8973 1259 0 0 33378 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10963/tid=10973] ppid=10958 vsize=327624 CPUtime=335.63 cores=4-7
/proc/10963/task/10973/stat : 10973 (plingeling) R 10958 10958 10313 0 -1 4202560 8999 1259 0 0 33562 1 0 0 25 0 5 0 512457220 335486976 53999 33554432000 4194304 4356188 140735694053776 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2688.47
Current children cumulated vsize (KiB) 2148532

Child status: 0
Real time (s): 336.786
CPU time (s): 2689.06
CPU user time (s): 2687.07
CPU system time (s): 1.9817
CPU usage (%): 798.447
Max. virtual memory (cumulated for all children) (KiB): 2400664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2687.07
system time used= 1.9817
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1262684
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= 496
involuntary context switches= 12599

runsolver used 0.539917 second user time and 1.3028 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-28 18:35:45
IDJOB=3310299
IDBENCH=82500
IDSOLVER=1638
FILE ID=node103/3310299-1304008544
RUNJOBID= node103-1304004058-10327
PBS_JOBID= 13168811
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1543011042

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17962624 kB
Buffers:       2143292 kB
Cached:       12191700 kB
SwapCached:          0 kB
Active:        5520768 kB
Inactive:      8883540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17962624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28724 kB
Writeback:           0 kB
AnonPages:       69092 kB
Mapped:          14896 kB
Slab:           518024 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192428 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= 71492 MiB
End job on node103 at 2011-04-28 18:41:22