Trace number 3190901

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 279.269 69.9151

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S367425675-085-UNKNOWN.cnf
MD5SUM056b111696528692a64cdb39e1a29daf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88671
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
279.17/69.91	s SATISFIABLE
279.17/69.91	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 
279.17/69.91	v 0 
279.17/69.91	solver [3] TNM 2009 answered
279.17/69.91	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-3190901-1304043368/watcher-3190901-1304043368 -o /tmp/evaluation-result-3190901-1304043368/solver-3190901-1304043368 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190901-1304043368.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: 9.55 9.97 10.03 6/182 11880
/proc/meminfo: memFree=13910948/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) R 11878 11880 10696 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0

[startup+0.269695 s]
/proc/loadavg: 9.55 9.97 10.03 6/182 11880
/proc/meminfo: memFree=13910948/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300689 s]
/proc/loadavg: 9.55 9.97 10.03 6/182 11880
/proc/meminfo: memFree=13910948/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400672 s]
/proc/loadavg: 9.55 9.97 10.03 6/182 11880
/proc/meminfo: memFree=13910948/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700619 s]
/proc/loadavg: 9.55 9.97 10.03 6/182 11880
/proc/meminfo: memFree=13910948/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50048 s]
/proc/loadavg: 9.55 9.97 10.03 11/188 11886
/proc/meminfo: memFree=13892432/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=518916 CPUtime=1.48 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 4323 0 0 0 148 0 0 0 25 0 1 0 515936626 531369984 1524 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 129729 1524 327 96 0 126291 0
[pid=11882] ppid=11880 vsize=16800 CPUtime=1.49 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 1680 0 0 0 149 0 0 0 25 0 1 0 515936626 17203200 1546 33554432000 4194304 4785740 140734562371088 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 4200 1546 340 145 0 1245 0
[pid=11883] ppid=11880 vsize=453448 CPUtime=0.77 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 687 0 0 0 77 0 0 0 25 0 1 0 515936626 464330752 583 33554432000 134512640 134534564 4290490144 18446744073709551615 134524731 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 113362 583 91 6 0 112028 0
[pid=11884] ppid=11880 vsize=7012 CPUtime=1.49 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 1384 0 0 0 149 0 0 0 25 0 1 0 515936626 7180288 947 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 1753 947 127 39 0 833 0
[pid=11885] ppid=11880 vsize=8760 CPUtime=0.71 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 2302 0 0 0 71 0 0 0 25 0 1 0 515936626 8970240 620 33554432000 4194304 4331988 140733561365856 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 2190 620 150 34 0 632 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1023260

[startup+3.1012 s]
/proc/loadavg: 9.58 9.97 10.03 11/188 11886
/proc/meminfo: memFree=13908324/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=528296 CPUtime=3.09 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 7844 0 0 0 308 1 0 0 25 0 1 0 515936626 540975104 4378 33554432000 4194304 4587354 140736934004064 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 132074 4378 337 96 0 128636 0
[pid=11882] ppid=11880 vsize=18008 CPUtime=3.09 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 1955 0 0 0 309 0 0 0 25 0 1 0 515936626 18440192 1821 33554432000 4194304 4785740 140734562371088 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 4502 1821 340 145 0 1547 0
[pid=11883] ppid=11880 vsize=453448 CPUtime=1.56 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 687 0 0 0 156 0 0 0 25 0 1 0 515936626 464330752 583 33554432000 134512640 134534564 4290490144 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 113362 583 91 6 0 112028 0
[pid=11884] ppid=11880 vsize=7556 CPUtime=3.09 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 1644 0 0 0 309 0 0 0 25 0 1 0 515936626 7737344 1083 33554432000 4194304 4352236 140736708638448 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 1889 1083 127 39 0 969 0
[pid=11885] ppid=11880 vsize=10400 CPUtime=1.5 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 2981 0 0 0 150 0 0 0 25 0 1 0 515936626 10649600 966 33554432000 4194304 4331988 140733561365856 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1036032

[startup+6.30063 s]
/proc/loadavg: 9.58 9.97 10.03 11/188 11886
/proc/meminfo: memFree=13896100/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=528548 CPUtime=6.29 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 10611 0 0 0 628 1 0 0 25 0 1 0 515936626 541233152 4712 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 132137 4712 337 96 0 128699 0
[pid=11882] ppid=11880 vsize=19732 CPUtime=6.29 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 2362 0 0 0 629 0 0 0 25 0 1 0 515936626 20205568 2228 33554432000 4194304 4785740 140734562371088 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 4933 2228 340 145 0 1978 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=3.14 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 314 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=7780 CPUtime=6.29 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 1796 0 0 0 629 0 0 0 25 0 1 0 515936626 7966720 1139 33554432000 4194304 4352236 140736708638448 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 1945 1139 127 39 0 1025 0
[pid=11885] ppid=11880 vsize=10400 CPUtime=3.1 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 2981 0 0 0 310 0 0 0 25 0 1 0 515936626 10649600 966 33554432000 4194304 4331988 140733561365856 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1042192

[startup+12.7005 s]
/proc/loadavg: 9.65 9.97 10.03 11/188 11886
/proc/meminfo: memFree=13819364/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=539112 CPUtime=12.69 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 16088 0 0 0 1267 2 0 0 25 0 1 0 515936626 552050688 7206 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 134778 7206 337 96 0 131340 0
[pid=11882] ppid=11880 vsize=22028 CPUtime=12.68 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 2866 0 0 0 1268 0 0 0 25 0 1 0 515936626 22556672 2732 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 5507 2732 340 145 0 2552 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=6.34 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 634 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=7992 CPUtime=12.69 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 2118 0 0 0 1269 0 0 0 25 0 1 0 515936626 8183808 1192 33554432000 4194304 4352236 140736708638448 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 1998 1192 127 39 0 1078 0
[pid=11885] ppid=11880 vsize=11084 CPUtime=6.27 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3133 0 0 0 627 0 0 0 25 0 1 0 515936626 11350016 1118 33554432000 4194304 4331988 140733561365856 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 2771 1118 174 34 0 1213 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1055948

[startup+25.5072 s]
/proc/loadavg: 9.77 9.99 10.04 11/188 11887
/proc/meminfo: memFree=13789036/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=58892 CPUtime=25.5 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 22095 0 0 0 2547 3 0 0 25 0 1 0 515936626 60305408 10832 33554432000 4194304 4587354 140736934004064 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 14723 10832 337 96 0 11285 0
[pid=11882] ppid=11880 vsize=24896 CPUtime=25.5 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 3510 0 0 0 2549 1 0 0 25 0 1 0 515936626 25493504 3376 33554432000 4194304 4785740 140734562371088 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 6224 3376 340 145 0 3269 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=12.74 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 1274 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=10232 CPUtime=25.49 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 3090 0 0 0 2549 0 0 0 25 0 1 0 515936626 10477568 1748 33554432000 4194304 4352236 140736708638448 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2558 1748 127 39 0 1638 0
[pid=11885] ppid=11880 vsize=11936 CPUtime=12.61 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3319 0 0 0 1261 0 0 0 25 0 1 0 515936626 12222464 1304 33554432000 4194304 4331988 140733561365856 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 2984 1304 175 34 0 1426 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 581688

[startup+51.1007 s]
/proc/loadavg: 9.92 10.00 10.04 11/188 11887
/proc/meminfo: memFree=13843072/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=537664 CPUtime=51.09 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 27767 0 0 0 5106 3 0 0 25 0 1 0 515936626 550567936 6879 33554432000 4194304 4587354 140736934004064 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 134416 6879 337 96 0 130978 0
[pid=11882] ppid=11880 vsize=29096 CPUtime=51.09 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4483 0 0 0 5108 1 0 0 25 0 1 0 515936626 29794304 4349 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7274 4349 340 145 0 4319 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=25.44 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 2544 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=10872 CPUtime=51.09 cores=3

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


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

[startup+51.3007 s]
/proc/loadavg: 9.92 10.00 10.04 11/188 11887
/proc/meminfo: memFree=13843072/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=537664 CPUtime=51.29 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 27870 0 0 0 5126 3 0 0 25 0 1 0 515936626 550567936 6981 33554432000 4194304 4587354 140736934004064 18446744073709551615 248089394882 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 134416 6981 337 96 0 130978 0
[pid=11882] ppid=11880 vsize=29096 CPUtime=51.29 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4484 0 0 0 5128 1 0 0 25 0 1 0 515936626 29794304 4350 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7274 4350 340 145 0 4319 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=25.54 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 2554 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=10872 CPUtime=51.29 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4214 0 0 0 5129 0 0 0 25 0 1 0 515936626 11132928 1912 33554432000 4194304 4352236 140736708638448 18446744073709551615 4231009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2718 1912 127 39 0 1798 0
[pid=11885] ppid=11880 vsize=13852 CPUtime=25.46 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3704 0 0 0 2546 0 0 0 25 0 1 0 515936626 14184448 1689 33554432000 4194304 4331988 140733561365856 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3463 1689 175 34 0 1905 0
Current children cumulated CPU time (s) 204.87
Current children cumulated vsize (KiB) 1067216

[startup+57.7006 s]
/proc/loadavg: 9.93 10.00 10.04 11/188 11887
/proc/meminfo: memFree=13846544/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=62988 CPUtime=57.69 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 33204 0 0 0 5765 4 0 0 25 0 1 0 515936626 64499712 10546 33554432000 4194304 4587354 140736934004064 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 15747 10546 337 96 0 12309 0
[pid=11882] ppid=11880 vsize=29476 CPUtime=57.69 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4548 0 0 0 5768 1 0 0 25 0 1 0 515936626 30183424 4414 33554432000 4194304 4785740 140734562371088 18446744073709551615 4550294 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7369 4414 340 145 0 4414 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=28.74 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 2874 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=11896 CPUtime=57.69 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4470 0 0 0 5769 0 0 0 25 0 1 0 515936626 12181504 2168 33554432000 4194304 4352236 140736708638448 18446744073709551615 4238512 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2974 2168 127 39 0 2054 0
[pid=11885] ppid=11880 vsize=13852 CPUtime=28.63 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3794 0 0 0 2863 0 0 0 25 0 1 0 515936626 14184448 1779 33554432000 4194304 4331988 140733561365856 18446744073709551615 4210576 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3463 1779 175 34 0 1905 0
Current children cumulated CPU time (s) 230.44
Current children cumulated vsize (KiB) 593944

[startup+64.1004 s]
/proc/loadavg: 9.94 10.00 10.04 11/188 11888
/proc/meminfo: memFree=13823852/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=66840 CPUtime=64.09 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 34108 0 0 0 6405 4 0 0 25 0 1 0 515936626 68444160 11450 33554432000 4194304 4587354 140736934004064 18446744073709551615 4365225 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 16710 11450 337 96 0 13272 0
[pid=11882] ppid=11880 vsize=29896 CPUtime=64.09 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4646 0 0 0 6408 1 0 0 25 0 1 0 515936626 30613504 4512 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287254 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7474 4512 340 145 0 4519 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=31.93 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 3193 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=11128 CPUtime=64.09 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4514 0 0 0 6409 0 0 0 25 0 1 0 515936626 11395072 1956 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2782 1956 127 39 0 1862 0
[pid=11885] ppid=11880 vsize=15576 CPUtime=31.8 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3891 0 0 0 3180 0 0 0 25 0 1 0 515936626 15949824 1876 33554432000 4194304 4331988 140733561365856 18446744073709551615 4239588 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3894 1876 175 34 0 2336 0
Current children cumulated CPU time (s) 256
Current children cumulated vsize (KiB) 599172

[startup+67.3069 s]
/proc/loadavg: 9.94 10.00 10.04 11/188 11888
/proc/meminfo: memFree=13818764/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=66840 CPUtime=67.29 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 34353 0 0 0 6725 4 0 0 25 0 1 0 515936626 68444160 11690 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 16710 11690 337 96 0 13272 0
[pid=11882] ppid=11880 vsize=30652 CPUtime=67.29 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4826 0 0 0 6728 1 0 0 25 0 1 0 515936626 31387648 4692 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7663 4692 340 145 0 4708 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=33.52 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 3352 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=12024 CPUtime=67.29 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4758 0 0 0 6729 0 0 0 25 0 1 0 515936626 12312576 2200 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 3006 2200 127 39 0 2086 0
[pid=11885] ppid=11880 vsize=15576 CPUtime=33.4 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3936 0 0 0 3340 0 0 0 25 0 1 0 515936626 15949824 1921 33554432000 4194304 4331988 140733561365856 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3894 1921 175 34 0 2336 0
Current children cumulated CPU time (s) 268.79
Current children cumulated vsize (KiB) 600824

[startup+68.9006 s]
/proc/loadavg: 9.94 10.00 10.04 11/188 11888
/proc/meminfo: memFree=13822608/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=542872 CPUtime=68.89 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 34511 0 0 0 6885 4 0 0 25 0 1 0 515936626 555900928 9967 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 135718 9967 337 96 0 132280 0
[pid=11882] ppid=11880 vsize=30932 CPUtime=68.89 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4916 0 0 0 6888 1 0 0 25 0 1 0 515936626 31674368 4782 33554432000 4194304 4785740 140734562371088 18446744073709551615 4277669 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7733 4782 340 145 0 4778 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=34.31 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 3431 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=11000 CPUtime=68.89 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4758 0 0 0 6889 0 0 0 25 0 1 0 515936626 11264000 1944 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2750 1944 127 39 0 1830 0
[pid=11885] ppid=11880 vsize=15576 CPUtime=34.2 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3959 0 0 0 3420 0 0 0 25 0 1 0 515936626 15949824 1944 33554432000 4194304 4331988 140733561365856 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3894 1944 175 34 0 2336 0
Current children cumulated CPU time (s) 275.18
Current children cumulated vsize (KiB) 1076112

[startup+69.7004 s]
/proc/loadavg: 9.94 10.00 10.04 11/188 11888
/proc/meminfo: memFree=13820996/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=542872 CPUtime=69.69 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 34517 0 0 0 6965 4 0 0 25 0 1 0 515936626 555900928 9973 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 135718 9973 337 96 0 132280 0
[pid=11882] ppid=11880 vsize=31072 CPUtime=69.69 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4936 0 0 0 6968 1 0 0 25 0 1 0 515936626 31817728 4802 33554432000 4194304 4785740 140734562371088 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7768 4802 340 145 0 4813 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=34.7 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 3470 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=11000 CPUtime=69.69 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4758 0 0 0 6969 0 0 0 25 0 1 0 515936626 11264000 1944 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2750 1944 127 39 0 1830 0
[pid=11885] ppid=11880 vsize=15576 CPUtime=34.6 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3971 0 0 0 3460 0 0 0 25 0 1 0 515936626 15949824 1956 33554432000 4194304 4331988 140733561365856 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3894 1956 175 34 0 2336 0
Current children cumulated CPU time (s) 278.37
Current children cumulated vsize (KiB) 1076252

[startup+69.9004 s]
/proc/loadavg: 9.94 10.00 10.04 11/188 11888
/proc/meminfo: memFree=13820996/32950928 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11880/stat : 11880 (ppfolio) S 11878 11880 10696 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515936625 18763776 390 33554432000 4194304 4287625 140733729097456 18446744073709551615 248089718287 0 0 4096 65536 4609108904905801727 0 0 17 5 0 0 0
/proc/11880/statm: 4581 390 341 23 0 91 0
[pid=11881] ppid=11880 vsize=542872 CPUtime=69.89 cores=1
/proc/11881/stat : 11881 (cryptominisat) R 11880 11880 10696 0 -1 4202496 34519 0 0 0 6985 4 0 0 25 0 1 0 515936626 555900928 9975 33554432000 4194304 4587354 140736934004064 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11881/statm: 135718 9975 337 96 0 132280 0
[pid=11882] ppid=11880 vsize=31072 CPUtime=69.89 cores=5
/proc/11882/stat : 11882 (clasp) R 11880 11880 10696 0 -1 4202496 4948 0 0 0 6988 1 0 0 25 0 1 0 515936626 31817728 4814 33554432000 4194304 4785740 140734562371088 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11882/statm: 7768 4814 340 145 0 4813 0
[pid=11883] ppid=11880 vsize=457408 CPUtime=34.8 cores=7
/proc/11883/stat : 11883 (TNM) R 11880 11880 10696 0 -1 4202496 807 0 0 0 3480 0 0 0 25 0 1 0 515936626 468385792 703 33554432000 134512640 134534564 4290490144 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11883/statm: 114352 703 95 6 0 113018 0
[pid=11884] ppid=11880 vsize=11512 CPUtime=69.89 cores=3
/proc/11884/stat : 11884 (lingeling) R 11880 11880 10696 0 -1 4202496 4886 0 0 0 6989 0 0 0 25 0 1 0 515936626 11788288 2072 33554432000 4194304 4352236 140736708638448 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11884/statm: 2878 2072 127 39 0 1958 0
[pid=11885] ppid=11880 vsize=15576 CPUtime=34.7 cores=7
/proc/11885/stat : 11885 (march_hi) R 11880 11880 10696 0 -1 4202496 3974 0 0 0 3470 0 0 0 25 0 1 0 515936626 15949824 1959 33554432000 4194304 4331988 140733561365856 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11885/statm: 3894 1959 175 34 0 2336 0
Current children cumulated CPU time (s) 279.17
Current children cumulated vsize (KiB) 1076764

Child status: 0
Real time (s): 69.9151
CPU time (s): 279.269
CPU user time (s): 279.183
CPU system time (s): 0.085986
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 13357920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.183
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49696
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= 301
involuntary context switches= 2639

runsolver used 0.105983 second user time and 0.279957 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 04:16:08
IDJOB=3190901
IDBENCH=82632
IDSOLVER=1612
FILE ID=node123/3190901-1304043368
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72808 MiB

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

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

MD5SUM BENCH= 056b111696528692a64cdb39e1a29daf
RANDOM SEED=1986685388

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13911228 kB
Buffers:       2191868 kB
Cached:       16021940 kB
SwapCached:          0 kB
Active:        9312752 kB
Inactive:      9178068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13911228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:      276152 kB
Mapped:          16716 kB
Slab:           486332 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2438368 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= 72796 MiB
End job on node123 at 2011-04-29 04:17:18