Trace number 3190923

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 parSAT 1434.69 359.156

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S511186849-048-UNKNOWN.cnf
MD5SUM6a6ca4aade15f7a3c6a2d058c788d3f5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.20651
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 512750

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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
1434.42/359.15	s SATISFIABLE
1434.42/359.15	v -1 -2 3 4 5 6 7 -8 -9 10 -11 12 13 -14 -15 -16 17 -18 19 20 -21 22 23 -24 -25 26 -27 28 29 -30 31 -32 -33 34 35 36 -37 -38 -39 -40 41 -42 -43 44 45 -46 -47 -48 49 50 -51 -52 -53 -54 55 56 57 -58 -59 -60 61 -62 -63 -64 -65 -66 67 68 -69 70 -71 -72 73 74 75 -76 -77 -78 79 -80 81 82 -83 -84 -85 86 87 88 89 90 91 -92 -93 -94 95 96 -97 -98 99 -100 -101 -102 -103 104 105 -106 -107 108 109 110 111 -112 -113 114 -115 -116 117 118 -119 120 -121 122 -123 -124 125 -126 127 -128 129 -130 131 -132 133 -134 -135 136 -137 138 139 -140 141 142 -143 144 -145 -146 -147 -148 -149 -150 
1434.42/359.15	v 0 
1434.42/359.15	solver [3] TNM 2009 answered
1434.42/359.15	Done

Verifier Data

OK

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-3190923-1304045170/watcher-3190923-1304045170 -o /tmp/evaluation-result-3190923-1304045170/solver-3190923-1304045170 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190923-1304045170.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.25 10.22 10.18 7/182 28572
/proc/meminfo: memFree=26357804/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) R 28570 28572 25547 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0

[startup+0.220025 s]
/proc/loadavg: 10.25 10.22 10.18 7/182 28572
/proc/meminfo: memFree=26357804/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30101 s]
/proc/loadavg: 10.25 10.22 10.18 7/182 28572
/proc/meminfo: memFree=26357804/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400992 s]
/proc/loadavg: 10.25 10.22 10.18 7/182 28572
/proc/meminfo: memFree=26357804/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 22 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700936 s]
/proc/loadavg: 10.25 10.22 10.18 7/182 28572
/proc/meminfo: memFree=26357804/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 19 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 10.23 10.22 10.18 12/188 28578
/proc/meminfo: memFree=26340684/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=179488 CPUtime=1.49 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 4176 0 0 0 149 0 0 0 25 0 1 0 496932437 183795712 1538 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 44872 1538 327 96 0 41434 0
[pid=28574] ppid=28572 vsize=16940 CPUtime=1.49 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 1684 0 0 0 149 0 0 0 25 0 1 0 496932437 17346560 1551 33554432000 4194304 4785740 140734048985936 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 4235 1551 340 145 0 1280 0
[pid=28575] ppid=28572 vsize=453448 CPUtime=0.78 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 686 0 0 0 78 0 0 0 25 0 1 0 496932437 464330752 583 33554432000 134512640 134534564 4293675888 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 113362 583 91 6 0 112028 0
[pid=28576] ppid=28572 vsize=7076 CPUtime=1.49 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 1384 0 0 0 149 0 0 0 25 0 1 0 496932437 7245824 947 33554432000 4194304 4352236 140737092200992 18446744073709551615 4271298 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 1769 947 127 39 0 849 0
[pid=28577] ppid=28572 vsize=8760 CPUtime=0.7 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 2301 0 0 0 70 0 0 0 25 0 1 0 496932437 8970240 620 33554432000 4194304 4331988 140737118733616 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 2190 620 150 34 0 632 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 684036

[startup+3.10049 s]
/proc/loadavg: 10.23 10.22 10.18 12/188 28579
/proc/meminfo: memFree=26324316/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=1855976 CPUtime=3.09 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 7649 0 0 0 308 1 0 0 25 0 1 0 496932437 1900519424 4342 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 463994 4342 337 96 0 460556 0
[pid=28574] ppid=28572 vsize=18040 CPUtime=3.09 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 1967 0 0 0 309 0 0 0 25 0 1 0 496932437 18472960 1834 33554432000 4194304 4785740 140734048985936 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 4510 1834 340 145 0 1555 0
[pid=28575] ppid=28572 vsize=453448 CPUtime=1.57 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 686 0 0 0 157 0 0 0 25 0 1 0 496932437 464330752 583 33554432000 134512640 134534564 4293675888 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 113362 583 91 6 0 112028 0
[pid=28576] ppid=28572 vsize=7912 CPUtime=3.09 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 1609 0 0 0 309 0 0 0 25 0 1 0 496932437 8101888 1172 33554432000 4194304 4352236 140737092200992 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 1978 1172 127 39 0 1058 0
[pid=28577] ppid=28572 vsize=10400 CPUtime=1.5 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 2980 0 0 0 150 0 0 0 25 0 1 0 496932437 10649600 966 33554432000 4194304 4331988 140737118733616 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2364100

[startup+6.30091 s]
/proc/loadavg: 10.23 10.22 10.18 12/188 28579
/proc/meminfo: memFree=26343536/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=192312 CPUtime=6.29 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 10824 0 0 0 628 1 0 0 25 0 1 0 496932437 196927488 4185 33554432000 4194304 4587354 140737119954112 18446744073709551615 228095147676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 48078 4185 337 96 0 44640 0
[pid=28574] ppid=28572 vsize=20184 CPUtime=6.29 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 2446 0 0 0 629 0 0 0 25 0 1 0 496932437 20668416 2313 33554432000 4194304 4785740 140734048985936 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 5046 2313 340 145 0 2091 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=3.16 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 316 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=7788 CPUtime=6.29 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 1803 0 0 0 629 0 0 0 25 0 1 0 496932437 7974912 1141 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 1947 1141 127 39 0 1027 0
[pid=28577] ppid=28572 vsize=10400 CPUtime=3.1 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 2980 0 0 0 310 0 0 0 25 0 1 0 496932437 10649600 966 33554432000 4194304 4331988 140737118733616 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 706420

[startup+12.7007 s]
/proc/loadavg: 10.20 10.21 10.18 12/188 28579
/proc/meminfo: memFree=26320880/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=201436 CPUtime=12.69 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 15578 0 0 0 1267 2 0 0 25 0 1 0 496932437 206270464 6879 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 50359 6879 337 96 0 46921 0
[pid=28574] ppid=28572 vsize=22388 CPUtime=12.69 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 2968 0 0 0 1269 0 0 0 25 0 1 0 496932437 22925312 2835 33554432000 4194304 4785740 140734048985936 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 5597 2835 340 145 0 2642 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=6.32 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 632 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=7920 CPUtime=12.69 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 2060 0 0 0 1269 0 0 0 25 0 1 0 496932437 8110080 1174 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 1980 1174 127 39 0 1060 0
[pid=28577] ppid=28572 vsize=11084 CPUtime=6.3 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 3132 0 0 0 630 0 0 0 25 0 1 0 496932437 11350016 1118 33554432000 4194304 4331988 140737118733616 18446744073709551615 4299243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 2771 1118 174 34 0 1213 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 718564

[startup+25.5074 s]
/proc/loadavg: 10.17 10.20 10.18 11/188 28579
/proc/meminfo: memFree=26296868/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=200216 CPUtime=25.49 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 19981 0 0 0 2547 2 0 0 25 0 1 0 496932437 205021184 7570 33554432000 4194304 4587354 140737119954112 18446744073709551615 4243824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 50054 7570 337 96 0 46616 0
[pid=28574] ppid=28572 vsize=24704 CPUtime=25.49 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 3513 0 0 0 2549 0 0 0 25 0 1 0 496932437 25296896 3380 33554432000 4194304 4785740 140734048985936 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 6176 3380 340 145 0 3221 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=12.7 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 1270 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=10256 CPUtime=25.49 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 3056 0 0 0 2549 0 0 0 25 0 1 0 496932437 10502144 1754 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328184 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 2564 1754 127 39 0 1644 0
[pid=28577] ppid=28572 vsize=11936 CPUtime=12.65 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 3318 0 0 0 1265 0 0 0 25 0 1 0 496932437 12222464 1304 33554432000 4194304 4331988 140737118733616 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 2984 1304 175 34 0 1426 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 722848

[startup+51.1006 s]
/proc/loadavg: 10.23 10.22 10.18 12/188 28580
/proc/meminfo: memFree=26182868/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=213136 CPUtime=51.08 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 27581 0 0 0 5104 4 0 0 25 0 1 0 496932437 218251264 10516 33554432000 4194304 4587354 140737119954112 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 53284 10516 337 96 0 49846 0
[pid=28574] ppid=28572 vsize=29340 CPUtime=51.08 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 4587 0 0 0 5108 0 0 0 25 0 1 0 496932437 30044160 4454 33554432000 4194304 4785740 140734048985936 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 7335 4454 340 145 0 4380 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=25.42 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 2542 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=11156 CPUtime=51.08 cores=3

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


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

[startup+345.701 s]
/proc/loadavg: 10.16 10.17 10.17 12/188 28621
/proc/meminfo: memFree=25983692/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=65776 CPUtime=345.69 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 85864 0 0 0 34548 21 0 0 25 0 1 0 496932437 67354624 13155 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 16444 13155 337 96 0 13006 0
[pid=28574] ppid=28572 vsize=46372 CPUtime=345.69 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8405 0 0 0 34568 1 0 0 25 0 1 0 496932437 47484928 8203 33554432000 4194304 4785740 140734048985936 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11593 8203 341 145 0 8638 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=171.94 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17194 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=19248 CPUtime=345.7 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17144 0 0 0 34567 3 0 0 25 0 1 0 496932437 19709952 4002 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4812 4002 127 39 0 3892 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=171.87 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8011 0 0 0 17184 3 0 0 25 0 1 0 496932437 37474304 5997 33554432000 4194304 4331988 140737118733616 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 5997 175 34 0 7591 0
Current children cumulated CPU time (s) 1380.89
Current children cumulated vsize (KiB) 643728

[startup+352.101 s]
/proc/loadavg: 10.13 10.16 10.17 11/188 28621
/proc/meminfo: memFree=25955400/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=352.1 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 87315 0 0 0 35189 21 0 0 25 0 1 0 496932437 81592320 14595 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 14595 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46624 CPUtime=352.1 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8431 0 0 0 35209 1 0 0 25 0 1 0 496932437 47742976 8229 33554432000 4194304 4785740 140734048985936 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11656 8229 341 145 0 8701 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=175.11 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17511 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=20144 CPUtime=352.11 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17368 0 0 0 35208 3 0 0 25 0 1 0 496932437 20627456 4226 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 5036 4226 127 39 0 4116 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=175.07 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8105 0 0 0 17504 3 0 0 25 0 1 0 496932437 37474304 6091 33554432000 4194304 4331988 140737118733616 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6091 175 34 0 7591 0
Current children cumulated CPU time (s) 1406.49
Current children cumulated vsize (KiB) 658780

[startup+355.301 s]
/proc/loadavg: 10.13 10.16 10.17 11/188 28621
/proc/meminfo: memFree=25947588/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=355.3 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 88077 0 0 0 35508 22 0 0 25 0 1 0 496932437 81592320 15337 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 15337 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46624 CPUtime=355.29 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8461 0 0 0 35528 1 0 0 25 0 1 0 496932437 47742976 8259 33554432000 4194304 4785740 140734048985936 18446744073709551615 4291646 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11656 8259 341 145 0 8701 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=176.69 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17669 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=18228 CPUtime=355.3 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17433 0 0 0 35527 3 0 0 25 0 1 0 496932437 18665472 3747 33554432000 4194304 4352236 140737092200992 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4557 3747 127 39 0 3637 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=176.67 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8156 0 0 0 17664 3 0 0 25 0 1 0 496932437 37474304 6142 33554432000 4194304 4331988 140737118733616 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6142 175 34 0 7591 0
Current children cumulated CPU time (s) 1419.25
Current children cumulated vsize (KiB) 656864

[startup+356.901 s]
/proc/loadavg: 10.12 10.16 10.17 11/188 28621
/proc/meminfo: memFree=25945604/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=356.9 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 88400 0 0 0 35668 22 0 0 25 0 1 0 496932437 81592320 15655 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 15655 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46624 CPUtime=356.89 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8461 0 0 0 35688 1 0 0 25 0 1 0 496932437 47742976 8259 33554432000 4194304 4785740 140734048985936 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11656 8259 341 145 0 8701 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=177.48 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17748 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=18228 CPUtime=356.9 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17433 0 0 0 35687 3 0 0 25 0 1 0 496932437 18665472 3747 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4557 3747 127 39 0 3637 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=177.47 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8181 0 0 0 17744 3 0 0 25 0 1 0 496932437 37474304 6167 33554432000 4194304 4331988 140737118733616 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6167 175 34 0 7591 0
Current children cumulated CPU time (s) 1425.64
Current children cumulated vsize (KiB) 656864

[startup+358.501 s]
/proc/loadavg: 10.12 10.16 10.17 12/188 28621
/proc/meminfo: memFree=25944488/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=358.5 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 88713 0 0 0 35828 22 0 0 25 0 1 0 496932437 81592320 15960 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 15960 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46880 CPUtime=358.49 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8516 0 0 0 35848 1 0 0 25 0 1 0 496932437 48005120 8314 33554432000 4194304 4785740 140734048985936 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11720 8314 341 145 0 8765 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=178.28 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17828 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=18228 CPUtime=358.5 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17433 0 0 0 35847 3 0 0 25 0 1 0 496932437 18665472 3747 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4557 3747 127 39 0 3637 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=178.26 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8202 0 0 0 17823 3 0 0 25 0 1 0 496932437 37474304 6188 33554432000 4194304 4331988 140737118733616 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6188 175 34 0 7591 0
Current children cumulated CPU time (s) 1432.03
Current children cumulated vsize (KiB) 657120

[startup+358.901 s]
/proc/loadavg: 10.12 10.16 10.17 11/188 28621
/proc/meminfo: memFree=26066504/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=358.89 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 88787 0 0 0 35867 22 0 0 25 0 1 0 496932437 81592320 16033 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 16033 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46880 CPUtime=358.89 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8516 0 0 0 35888 1 0 0 25 0 1 0 496932437 48005120 8314 33554432000 4194304 4785740 140734048985936 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11720 8314 341 145 0 8765 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=178.48 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17848 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=18228 CPUtime=358.9 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17433 0 0 0 35887 3 0 0 25 0 1 0 496932437 18665472 3747 33554432000 4194304 4352236 140737092200992 18446744073709551615 4207838 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4557 3747 127 39 0 3637 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=178.46 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8208 0 0 0 17843 3 0 0 25 0 1 0 496932437 37474304 6194 33554432000 4194304 4331988 140737118733616 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6194 175 34 0 7591 0
Current children cumulated CPU time (s) 1433.62
Current children cumulated vsize (KiB) 657120

[startup+359.101 s]
/proc/loadavg: 10.12 10.16 10.17 11/188 28621
/proc/meminfo: memFree=26066504/32951124 swapFree=67111524/67111528
[pid=28572] ppid=28570 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28572/stat : 28572 (ppfolio) S 28570 28572 25547 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 496932437 18763776 389 33554432000 4194304 4287625 140736203730064 18446744073709551615 228095471119 0 0 4096 65536 471365312046956543 0 0 17 5 0 0 0
/proc/28572/statm: 4581 389 341 23 0 91 0
[pid=28573] ppid=28572 vsize=79680 CPUtime=359.09 cores=1
/proc/28573/stat : 28573 (cryptominisat) R 28572 28572 25547 0 -1 4202496 88829 0 0 0 35887 22 0 0 25 0 1 0 496932437 81592320 16075 33554432000 4194304 4587354 140737119954112 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28573/statm: 19920 16075 337 96 0 16482 0
[pid=28574] ppid=28572 vsize=46880 CPUtime=359.09 cores=5
/proc/28574/stat : 28574 (clasp) R 28572 28572 25547 0 -1 4202496 8516 0 0 0 35908 1 0 0 25 0 1 0 496932437 48005120 8314 33554432000 4194304 4785740 140734048985936 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28574/statm: 11720 8314 341 145 0 8765 0
[pid=28575] ppid=28572 vsize=457412 CPUtime=178.58 cores=7
/proc/28575/stat : 28575 (TNM) R 28572 28572 25547 0 -1 4202496 806 0 0 0 17858 0 0 0 25 0 1 0 496932437 468389888 703 33554432000 134512640 134534564 4293675888 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28575/statm: 114353 703 95 6 0 113019 0
[pid=28576] ppid=28572 vsize=18228 CPUtime=359.1 cores=3
/proc/28576/stat : 28576 (lingeling) R 28572 28572 25547 0 -1 4202496 17433 0 0 0 35907 3 0 0 25 0 1 0 496932437 18665472 3747 33554432000 4194304 4352236 140737092200992 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28576/statm: 4557 3747 127 39 0 3637 0
[pid=28577] ppid=28572 vsize=36596 CPUtime=178.56 cores=7
/proc/28577/stat : 28577 (march_hi) R 28572 28572 25547 0 -1 4202496 8211 0 0 0 17853 3 0 0 25 0 1 0 496932437 37474304 6197 33554432000 4194304 4331988 140737118733616 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28577/statm: 9149 6197 175 34 0 7591 0
Current children cumulated CPU time (s) 1434.42
Current children cumulated vsize (KiB) 657120

Child status: 0
Real time (s): 359.156
CPU time (s): 1434.69
CPU user time (s): 1434.37
CPU system time (s): 0.32395
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 2426200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1434.36
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124360
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= 376
involuntary context switches= 13175

runsolver used 0.491925 second user time and 1.46978 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 04:46:10
IDJOB=3190923
IDBENCH=82654
IDSOLVER=1612
FILE ID=node142/3190923-1304045170
RUNJOBID= node142-1304041557-25983
PBS_JOBID= 13170374
Free space on /tmp= 71304 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S511186849-048-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190923-1304045170/watcher-3190923-1304045170 -o /tmp/evaluation-result-3190923-1304045170/solver-3190923-1304045170 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190923-1304045170.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6a6ca4aade15f7a3c6a2d058c788d3f5
RANDOM SEED=328573769

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      26358084 kB
Buffers:       1645888 kB
Cached:        4109600 kB
SwapCached:          4 kB
Active:         919368 kB
Inactive:      5134680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26358084 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:      298644 kB
Mapped:          16700 kB
Slab:           475652 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1326840 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= 71292 MiB
End job on node142 at 2011-04-29 04:52:09