Trace number 3262349

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 1028.3 258.237

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
1028.12/258.23	s SATISFIABLE
1028.12/258.23	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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 -168 169 -170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 -187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 -207 208 209 210 -211 212 213 -214 215 -216 217 218 219 220 221 222 
1028.12/258.23	v 0 
1028.12/258.23	solver [3] TNM 2009 answered
1028.12/258.23	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-3262349-1304086874/watcher-3262349-1304086874 -o /tmp/evaluation-result-3262349-1304086874/solver-3262349-1304086874 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3262349-1304086874.cnf 

running on 4 cores: 0,2,4,6

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.15 10.13 10.09 6/180 7678
/proc/meminfo: memFree=16631296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) R 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0

[startup+0.268135 s]
/proc/loadavg: 10.15 10.13 10.09 6/180 7678
/proc/meminfo: memFree=16631296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301128 s]
/proc/loadavg: 10.15 10.13 10.09 6/180 7678
/proc/meminfo: memFree=16631296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400112 s]
/proc/loadavg: 10.15 10.13 10.09 6/180 7678
/proc/meminfo: memFree=16631296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701062 s]
/proc/loadavg: 10.15 10.13 10.09 6/180 7678
/proc/meminfo: memFree=16631296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50093 s]
/proc/loadavg: 10.14 10.13 10.09 11/186 7685
/proc/meminfo: memFree=16603724/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=796300 CPUtime=1.49 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 3772 0 0 0 149 0 0 0 20 0 1 0 520287079 815411200 1724 33554432000 4194304 4587354 140736226733696 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 199075 1724 327 96 0 195637 0
[pid=7680] ppid=7678 vsize=16748 CPUtime=1.49 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 1713 0 0 0 149 0 0 0 25 0 1 0 520287080 17149952 1516 33554432000 4194304 4785740 140734874488320 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 4187 1516 340 145 0 1232 0
[pid=7681] ppid=7678 vsize=454108 CPUtime=0.74 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 907 0 0 0 74 0 0 0 25 0 1 0 520287080 465006592 804 33554432000 134512640 134534564 4287632976 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 113527 804 91 6 0 112193 0
[pid=7682] ppid=7678 vsize=9656 CPUtime=1.49 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 1981 0 0 0 149 0 0 0 25 0 1 0 520287080 9887744 1576 33554432000 4194304 4352236 140735727603632 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 2414 1576 127 39 0 1494 0
[pid=7683] ppid=7678 vsize=16088 CPUtime=0.73 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 4598 0 0 0 72 1 0 0 25 0 1 0 520287080 16474112 2294 33554432000 4194304 4331988 140735064024256 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 4022 2294 151 34 0 2464 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1311224

[startup+3.10066 s]
/proc/loadavg: 10.14 10.13 10.09 11/186 7685
/proc/meminfo: memFree=16595912/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=376436 CPUtime=3.09 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 6676 0 0 0 309 0 0 0 25 0 1 0 520287079 385470464 3987 33554432000 4194304 4587354 140736226733696 18446744073709551615 4241274 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 94109 3987 337 96 0 90671 0
[pid=7680] ppid=7678 vsize=17928 CPUtime=3.09 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 1986 0 0 0 309 0 0 0 25 0 1 0 520287080 18358272 1789 33554432000 4194304 4785740 140734874488320 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 4482 1789 340 145 0 1527 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=1.54 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 154 0 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=12216 CPUtime=3.09 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 2621 0 0 0 309 0 0 0 25 0 1 0 520287080 12509184 2216 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328368 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 3054 2216 127 39 0 2134 0
[pid=7683] ppid=7678 vsize=21860 CPUtime=1.53 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7170 0 0 0 152 1 0 0 25 0 1 0 520287080 22384640 3781 33554432000 4194304 4331988 140735064024256 18446744073709551615 210646541780 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5465 3781 151 34 0 3907 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 904968

[startup+7.93646 s]
/proc/loadavg: 10.14 10.13 10.09 11/186 7685
/proc/meminfo: memFree=16579420/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=376776 CPUtime=7.98 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 9479 0 0 0 797 1 0 0 25 0 1 0 520287079 385818624 4310 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 94194 4310 337 96 0 90756 0
[pid=7680] ppid=7678 vsize=19820 CPUtime=7.98 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 2476 0 0 0 798 0 0 0 25 0 1 0 520287080 20295680 2279 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 4955 2279 340 145 0 2000 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=2.38 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 236 2 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134528844 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=12372 CPUtime=7.98 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 2660 0 0 0 798 0 0 0 25 0 1 0 520287080 12668928 2255 33554432000 4194304 4352236 140735727603632 18446744073709551615 4276789 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 3093 2255 127 39 0 2173 0
[pid=7683] ppid=7678 vsize=21920 CPUtime=2.41 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7476 0 0 0 239 2 0 0 25 0 1 0 520287080 22446080 3696 33554432000 4194304 4331988 140735064024256 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5480 3696 175 34 0 3922 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 907416

[startup+12.701 s]
/proc/loadavg: 10.26 10.16 10.10 11/186 7685
/proc/meminfo: memFree=16551100/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=372860 CPUtime=12.69 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 12381 0 0 0 1268 1 0 0 25 0 1 0 520287079 381808640 4921 33554432000 4194304 4587354 140736226733696 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 93215 4921 337 96 0 89777 0
[pid=7680] ppid=7678 vsize=21208 CPUtime=12.69 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 2767 0 0 0 1269 0 0 0 25 0 1 0 520287080 21716992 2570 33554432000 4194304 4785740 140734874488320 18446744073709551615 4550292 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 5302 2570 340 145 0 2347 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=4.74 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 472 2 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=14776 CPUtime=12.69 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 3261 0 0 0 1269 0 0 0 25 0 1 0 520287080 15130624 2856 33554432000 4194304 4352236 140735727603632 18446744073709551615 4231255 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 3694 2856 127 39 0 2774 0
[pid=7683] ppid=7678 vsize=21920 CPUtime=4.74 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7481 0 0 0 472 2 0 0 25 0 1 0 520287080 22446080 3701 33554432000 4194304 4331988 140735064024256 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5480 3701 175 34 0 3922 0
Current children cumulated CPU time (s) 47.55
Current children cumulated vsize (KiB) 907292

[startup+25.5009 s]
/proc/loadavg: 10.22 10.15 10.10 11/186 7685
/proc/meminfo: memFree=16558240/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=60420 CPUtime=25.49 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 18814 0 0 0 2547 2 0 0 25 0 1 0 520287079 61870080 9517 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 15105 9517 337 96 0 11667 0
[pid=7680] ppid=7678 vsize=23448 CPUtime=25.49 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 3321 0 0 0 2549 0 0 0 25 0 1 0 520287080 24010752 3124 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 5862 3124 340 145 0 2907 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=11.05 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 1103 2 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=20052 CPUtime=25.49 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 5604 0 0 0 2549 0 0 0 25 0 1 0 520287080 20533248 4175 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 5013 4175 127 39 0 4093 0
[pid=7683] ppid=7678 vsize=21920 CPUtime=11.1 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7485 0 0 0 1107 3 0 0 25 0 1 0 520287080 22446080 3705 33554432000 4194304 4331988 140735064024256 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5480 3705 175 34 0 3922 0
Current children cumulated CPU time (s) 98.62
Current children cumulated vsize (KiB) 602368

[startup+51.1006 s]
/proc/loadavg: 10.29 10.17 10.10 11/186 7686
/proc/meminfo: memFree=16548064/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=64376 CPUtime=51.09 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 25574 0 0 0 5105 4 0 0 25 0 1 0 520287079 65921024 10314 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 16094 10314 337 96 0 12656 0
[pid=7680] ppid=7678 vsize=27588 CPUtime=51.08 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 4240 0 0 0 5108 0 0 0 25 0 1 0 520287080 28250112 4043 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 6897 4043 340 145 0 3942 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=23.81 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 2379 2 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=22712 CPUtime=51.09 cores=2

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


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

[startup+233.401 s]
/proc/loadavg: 10.19 10.17 10.11 11/186 7691
/proc/meminfo: memFree=16512988/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=393860 CPUtime=233.39 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 76041 0 0 0 23320 19 0 0 25 0 1 0 520287079 403312640 8775 33554432000 4194304 4587354 140736226733696 18446744073709551615 4241215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 98465 8775 337 96 0 95027 0
[pid=7680] ppid=7678 vsize=38784 CPUtime=233.39 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 6946 0 0 0 23338 1 0 0 25 0 1 0 520287080 39714816 6562 33554432000 4194304 4785740 140734874488320 18446744073709551615 4277604 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9696 6562 341 145 0 6741 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=114.42 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 11438 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134529104 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=41924 CPUtime=233.39 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 26304 0 0 0 23337 2 0 0 25 0 1 0 520287080 42930176 9643 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10481 9643 127 39 0 9561 0
[pid=7683] ppid=7678 vsize=22640 CPUtime=114.45 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7692 0 0 0 11439 6 0 0 25 0 1 0 520287080 23183360 3912 33554432000 4194304 4331988 140735064024256 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5660 3912 175 34 0 4102 0
Current children cumulated CPU time (s) 929.04
Current children cumulated vsize (KiB) 973736

[startup+246.207 s]
/proc/loadavg: 10.15 10.17 10.10 11/186 7691
/proc/meminfo: memFree=16525392/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=55964 CPUtime=246.2 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 80271 0 0 0 24600 20 0 0 25 0 1 0 520287079 57307136 8226 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 13991 8226 337 96 0 10553 0
[pid=7680] ppid=7678 vsize=38972 CPUtime=246.19 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7002 0 0 0 24618 1 0 0 25 0 1 0 520287080 39907328 6618 33554432000 4194304 4785740 140734874488320 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9743 6618 341 145 0 6788 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=120.82 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12078 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=32712 CPUtime=246.19 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 27329 0 0 0 24617 2 0 0 25 0 1 0 520287080 33497088 7340 33554432000 4194304 4352236 140735727603632 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 8178 7340 127 39 0 7258 0
[pid=7683] ppid=7678 vsize=22640 CPUtime=120.79 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7698 0 0 0 12073 6 0 0 25 0 1 0 520287080 23183360 3918 33554432000 4194304 4331988 140735064024256 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5660 3918 175 34 0 4102 0
Current children cumulated CPU time (s) 980.19
Current children cumulated vsize (KiB) 626816

[startup+252.601 s]
/proc/loadavg: 10.14 10.16 10.10 11/186 7691
/proc/meminfo: memFree=16506296/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=55964 CPUtime=252.59 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 81413 0 0 0 25239 20 0 0 25 0 1 0 520287079 57307136 9333 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 13991 9333 337 96 0 10553 0
[pid=7680] ppid=7678 vsize=39340 CPUtime=252.59 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7077 0 0 0 25258 1 0 0 25 0 1 0 520287080 40284160 6693 33554432000 4194304 4785740 140734874488320 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9835 6693 341 145 0 6880 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=123.98 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12394 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=40904 CPUtime=252.59 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 30017 0 0 0 25256 3 0 0 25 0 1 0 520287080 41885696 9388 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10226 9388 127 39 0 9306 0
[pid=7683] ppid=7678 vsize=23320 CPUtime=123.98 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7702 0 0 0 12392 6 0 0 25 0 1 0 520287080 23879680 3922 33554432000 4194304 4331988 140735064024256 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5830 3922 175 34 0 4272 0
Current children cumulated CPU time (s) 1005.73
Current children cumulated vsize (KiB) 636056

[startup+255.801 s]
/proc/loadavg: 10.14 10.16 10.10 11/186 7692
/proc/meminfo: memFree=16517704/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=56020 CPUtime=255.8 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 83028 0 0 0 25559 21 0 0 25 0 1 0 520287079 57364480 8527 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 14005 8527 337 96 0 10567 0
[pid=7680] ppid=7678 vsize=39340 CPUtime=255.79 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7077 0 0 0 25578 1 0 0 25 0 1 0 520287080 40284160 6693 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9835 6693 341 145 0 6880 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=125.56 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12552 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134529334 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=40904 CPUtime=255.79 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 30785 0 0 0 25576 3 0 0 25 0 1 0 520287080 41885696 9388 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328789 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10226 9388 127 39 0 9306 0
[pid=7683] ppid=7678 vsize=23320 CPUtime=125.58 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7704 0 0 0 12552 6 0 0 25 0 1 0 520287080 23879680 3924 33554432000 4194304 4331988 140735064024256 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5830 3924 175 34 0 4272 0
Current children cumulated CPU time (s) 1018.52
Current children cumulated vsize (KiB) 636112

[startup+257.401 s]
/proc/loadavg: 10.29 10.19 10.11 11/186 7692
/proc/meminfo: memFree=16522664/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=56020 CPUtime=257.39 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 83316 0 0 0 25718 21 0 0 25 0 1 0 520287079 57364480 8801 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 14005 8801 337 96 0 10567 0
[pid=7680] ppid=7678 vsize=39340 CPUtime=257.39 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7113 0 0 0 25738 1 0 0 25 0 1 0 520287080 40284160 6729 33554432000 4194304 4785740 140734874488320 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9835 6729 341 145 0 6880 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=126.35 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12631 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=40904 CPUtime=257.39 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 30785 0 0 0 25736 3 0 0 25 0 1 0 520287080 41885696 9388 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328554 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10226 9388 127 39 0 9306 0
[pid=7683] ppid=7678 vsize=23320 CPUtime=126.38 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7705 0 0 0 12632 6 0 0 25 0 1 0 520287080 23879680 3925 33554432000 4194304 4331988 140735064024256 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5830 3925 175 34 0 4272 0
Current children cumulated CPU time (s) 1024.9
Current children cumulated vsize (KiB) 636112

[startup+257.801 s]
/proc/loadavg: 10.29 10.19 10.11 11/186 7692
/proc/meminfo: memFree=16522664/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=56020 CPUtime=257.79 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 83388 0 0 0 25758 21 0 0 25 0 1 0 520287079 57364480 8867 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 14005 8867 337 96 0 10567 0
[pid=7680] ppid=7678 vsize=39340 CPUtime=257.79 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7113 0 0 0 25778 1 0 0 25 0 1 0 520287080 40284160 6729 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9835 6729 341 145 0 6880 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=126.55 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12651 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=40904 CPUtime=257.79 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 30785 0 0 0 25776 3 0 0 25 0 1 0 520287080 41885696 9388 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10226 9388 127 39 0 9306 0
[pid=7683] ppid=7678 vsize=23320 CPUtime=126.58 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7705 0 0 0 12652 6 0 0 25 0 1 0 520287080 23879680 3925 33554432000 4194304 4331988 140735064024256 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5830 3925 175 34 0 4272 0
Current children cumulated CPU time (s) 1026.5
Current children cumulated vsize (KiB) 636112

[startup+258.201 s]
/proc/loadavg: 10.29 10.19 10.11 11/186 7692
/proc/meminfo: memFree=16520556/32951132 swapFree=67111524/67111528
[pid=7678] ppid=7676 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (ppfolio) S 7676 7678 5255 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520287079 18763776 390 33554432000 4194304 4287625 140733811672976 18446744073709551615 210647166479 0 0 4096 65536 3647440988319776767 0 0 17 4 0 0 0
/proc/7678/statm: 4581 390 341 23 0 91 0
[pid=7679] ppid=7678 vsize=56020 CPUtime=258.2 cores=0
/proc/7679/stat : 7679 (cryptominisat) R 7678 7678 5255 0 -1 4202496 83457 0 0 0 25799 21 0 0 25 0 1 0 520287079 57364480 8933 33554432000 4194304 4587354 140736226733696 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7679/statm: 14005 8933 337 96 0 10567 0
[pid=7680] ppid=7678 vsize=39340 CPUtime=258.19 cores=4
/proc/7680/stat : 7680 (clasp) R 7678 7678 5255 0 -1 4202496 7113 0 0 0 25818 1 0 0 25 0 1 0 520287080 40284160 6729 33554432000 4194304 4785740 140734874488320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7680/statm: 9835 6729 341 145 0 6880 0
[pid=7681] ppid=7678 vsize=458204 CPUtime=126.75 cores=6
/proc/7681/stat : 7681 (TNM) R 7678 7678 5255 0 -1 4202496 1124 0 0 0 12671 4 0 0 25 0 1 0 520287080 469200896 1021 33554432000 134512640 134534564 4287632976 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7681/statm: 114551 1021 95 6 0 113217 0
[pid=7682] ppid=7678 vsize=40904 CPUtime=258.2 cores=2
/proc/7682/stat : 7682 (lingeling) R 7678 7678 5255 0 -1 4202496 30785 0 0 0 25817 3 0 0 25 0 1 0 520287080 41885696 9388 33554432000 4194304 4352236 140735727603632 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7682/statm: 10226 9388 127 39 0 9306 0
[pid=7683] ppid=7678 vsize=23320 CPUtime=126.78 cores=6
/proc/7683/stat : 7683 (march_hi) R 7678 7678 5255 0 -1 4202496 7705 0 0 0 12672 6 0 0 25 0 1 0 520287080 23879680 3925 33554432000 4194304 4331988 140735064024256 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7683/statm: 5830 3925 175 34 0 4272 0
Current children cumulated CPU time (s) 1028.12
Current children cumulated vsize (KiB) 636112

Child status: 0
Real time (s): 258.237
CPU time (s): 1028.3
CPU user time (s): 1027.91
CPU system time (s): 0.384941
CPU usage (%): 398.199
Max. virtual memory (cumulated for all children) (KiB): 1316160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1027.91
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130751
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= 370
involuntary context switches= 7487

runsolver used 0.767883 second user time and 1.86772 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 16:21:15
IDJOB=3262349
IDBENCH=83293
IDSOLVER=1612
FILE ID=node129/3262349-1304086874
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_443.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262349-1304086874/watcher-3262349-1304086874 -o /tmp/evaluation-result-3262349-1304086874/solver-3262349-1304086874 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3262349-1304086874.cnf

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=1982923567

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.831
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.831
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.83
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.831
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.75
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.831
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:     32951132 kB
MemFree:      16631452 kB
Buffers:       1282788 kB
Cached:       14167080 kB
SwapCached:          4 kB
Active:        3922828 kB
Inactive:     11730860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16631452 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:      203268 kB
Mapped:          17236 kB
Slab:           603868 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   814420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node129 at 2011-04-29 16:25:33