Trace number 3289490

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio parUNSAT 2026.6 507.348

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

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
2026.37/507.34	s UNSATISFIABLE
2026.37/507.34	solver [1] cryptominisat 2.7.1 answered
2026.37/507.34	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289490-1304081385/watcher-3289490-1304081385 -o /tmp/evaluation-result-3289490-1304081385/solver-3289490-1304081385 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3289490-1304081385.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: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) R 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0

[startup+1.06779 s]
/proc/loadavg: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16777 s]
/proc/loadavg: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20076 s]
/proc/loadavg: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36773 s]
/proc/loadavg: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5677 s]
/proc/loadavg: 8.24 8.28 8.77 5/185 1314
/proc/meminfo: memFree=30390392/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10042 s]
/proc/loadavg: 8.62 8.36 8.80 10/191 1320
/proc/meminfo: memFree=30311188/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=44448 CPUtime=3.09 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 8857 0 0 0 308 1 0 0 25 0 1 0 519736383 45514752 6642 33554432000 4194304 4587354 140734218390976 18446744073709551615 271550234302 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 11112 6642 330 96 0 7674 0
[pid=1316] ppid=1314 vsize=29136 CPUtime=3.09 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 5594 0 0 0 308 1 0 0 25 0 1 0 519736383 29835264 4550 33554432000 4194304 4785740 140735747159312 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 7284 4550 340 145 0 4329 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=1.96 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 196 0 0 0 21 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=10512 CPUtime=3.09 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 3272 0 0 0 309 0 0 0 25 0 1 0 519736383 10764288 1805 33554432000 4194304 4352236 140734053046480 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 2628 1805 126 39 0 1708 0
[pid=1319] ppid=1314 vsize=55300 CPUtime=1.1 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 27352 0 0 0 107 3 0 0 25 0 1 0 519736383 56627200 6542 33554432000 4194304 4331988 140737228484224 18446744073709551615 4242536 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 13825 6542 175 34 0 12267 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 619088

[startup+6.30084 s]
/proc/loadavg: 8.62 8.36 8.80 11/191 1320
/proc/meminfo: memFree=30306612/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=974372 CPUtime=6.28 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 12723 0 0 0 627 1 0 0 25 0 1 0 519736383 997756928 8713 33554432000 4194304 4587354 140734218390976 18446744073709551615 4239578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 243593 8713 336 96 0 240155 0
[pid=1316] ppid=1314 vsize=31684 CPUtime=6.29 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 6227 0 0 0 628 1 0 0 25 0 1 0 519736383 32444416 5183 33554432000 4194304 4785740 140735747159312 18446744073709551615 4416852 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 7921 5183 340 145 0 4966 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=3.55 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 355 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=11812 CPUtime=6.28 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 3587 0 0 0 628 0 0 0 25 0 1 0 519736383 12095488 2120 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 2953 2120 126 39 0 2033 0
[pid=1319] ppid=1314 vsize=57944 CPUtime=2.7 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 28054 0 0 0 267 3 0 0 25 0 1 0 519736383 59334656 7244 33554432000 4194304 4331988 140737228484224 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 14486 7244 175 34 0 12928 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1555504

[startup+12.7007 s]
/proc/loadavg: 8.75 8.40 8.80 10/191 1320
/proc/meminfo: memFree=30280752/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=955672 CPUtime=12.68 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 16393 0 0 0 1266 2 0 0 25 0 1 0 519736383 978608128 8867 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 238918 8867 336 96 0 235480 0
[pid=1316] ppid=1314 vsize=36292 CPUtime=12.68 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 7360 0 0 0 1267 1 0 0 25 0 1 0 519736383 37163008 6316 33554432000 4194304 4785740 140735747159312 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 9073 6316 340 145 0 6118 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=6.73 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 673 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=12076 CPUtime=12.68 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 4165 0 0 0 1268 0 0 0 25 0 1 0 519736383 12365824 2186 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 3019 2186 126 39 0 2099 0
[pid=1319] ppid=1314 vsize=59780 CPUtime=5.88 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 28465 0 0 0 585 3 0 0 25 0 1 0 519736383 61214720 7655 33554432000 4194304 4331988 140737228484224 18446744073709551615 4226235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 14945 7655 175 34 0 13387 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1543512

[startup+25.5004 s]
/proc/loadavg: 8.95 8.45 8.82 10/191 1321
/proc/meminfo: memFree=30260664/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=960660 CPUtime=25.49 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 23167 0 0 0 2545 4 0 0 25 0 1 0 519736383 983715840 11683 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238258 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 240165 11683 336 96 0 236727 0
[pid=1316] ppid=1314 vsize=40508 CPUtime=25.48 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 8359 0 0 0 2547 1 0 0 25 0 1 0 519736383 41480192 7315 33554432000 4194304 4785740 140735747159312 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 10127 7315 340 145 0 7172 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=13.13 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 1313 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=16300 CPUtime=25.49 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 5221 0 0 0 2548 1 0 0 25 0 1 0 519736383 16691200 3242 33554432000 4194304 4352236 140734053046480 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 4075 3242 126 39 0 3155 0
[pid=1319] ppid=1314 vsize=61492 CPUtime=12.21 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 28882 0 0 0 1218 3 0 0 25 0 1 0 519736383 62967808 8072 33554432000 4194304 4331988 140737228484224 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 15373 8072 189 34 0 13815 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1558652

[startup+51.1007 s]
/proc/loadavg: 8.97 8.50 8.82 10/191 1321
/proc/meminfo: memFree=30233944/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=979372 CPUtime=51.09 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 30242 0 0 0 5104 5 0 0 25 0 1 0 519736383 1002876928 14623 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 244843 14623 336 96 0 241405 0
[pid=1316] ppid=1314 vsize=50652 CPUtime=51.08 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 10784 0 0 0 5106 2 0 0 25 0 1 0 519736383 51867648 9740 33554432000 4194304 4785740 140735747159312 18446744073709551615 271550235296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 12663 9740 340 145 0 9708 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=25.83 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 2583 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=17324 CPUtime=51.09 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 5497 0 0 0 5108 1 0 0 25 0 1 0 519736383 17739776 3518 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 4331 3518 126 39 0 3411 0
[pid=1319] ppid=1314 vsize=64016 CPUtime=24.97 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 29508 0 0 0 2494 3 0 0 25 0 1 0 519736383 65552384 8684 33554432000 4194304 4331988 140737228484224 18446744073709551615 4284371 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 16004 8684 188 34 0 14446 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 1591056

[startup+102.3 s]
/proc/loadavg: 9.17 8.63 8.85 10/191 1323
/proc/meminfo: memFree=30195964/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=971816 CPUtime=102.29 cores=0

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


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

[startup+487.301 s]
/proc/loadavg: 9.21 9.07 8.97 10/191 1366
/proc/meminfo: memFree=30234200/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1011496 CPUtime=487.3 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68614 0 0 0 48714 16 0 0 25 0 1 0 519736383 1035771904 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 252874 26410 337 96 0 249436 0
[pid=1316] ppid=1314 vsize=91248 CPUtime=487.24 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20450 0 0 0 48718 6 0 0 25 0 1 0 519736383 93437952 19406 33554432000 4194304 4785740 140735747159312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22812 19406 340 145 0 19857 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=242.76 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 24276 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=30140 CPUtime=487.3 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 31465 0 0 0 48725 5 0 0 25 0 1 0 519736383 30863360 6702 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7535 6702 126 39 0 6615 0
[pid=1319] ppid=1314 vsize=80512 CPUtime=241.87 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33530 0 0 0 24181 6 0 0 25 0 1 0 519736383 82444288 12693 33554432000 4194304 4331988 140737228484224 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20128 12693 175 34 0 18570 0
Current children cumulated CPU time (s) 1946.47
Current children cumulated vsize (KiB) 1693088

[startup+500.101 s]
/proc/loadavg: 9.32 9.10 8.98 10/191 1366
/proc/meminfo: memFree=30234072/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=500.1 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 49994 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=500.04 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 49998 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=249.1 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 24910 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=28604 CPUtime=500.1 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 31721 0 0 0 50005 5 0 0 25 0 1 0 519736383 29290496 6318 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7151 6318 126 39 0 6231 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=248.27 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33582 0 0 0 24821 6 0 0 25 0 1 0 519736383 82579456 12745 33554432000 4194304 4331988 140737228484224 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12745 175 34 0 18603 0
Current children cumulated CPU time (s) 1997.61
Current children cumulated vsize (KiB) 1713636

[startup+503.301 s]
/proc/loadavg: 9.30 9.10 8.98 10/191 1366
/proc/meminfo: memFree=30231592/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=503.3 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 50314 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4239575 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=503.24 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 50318 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=250.7 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 25070 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 7636420 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=28604 CPUtime=503.3 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 31721 0 0 0 50325 5 0 0 25 0 1 0 519736383 29290496 6318 33554432000 4194304 4352236 140734053046480 18446744073709551615 4231423 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7151 6318 126 39 0 6231 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=249.85 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33595 0 0 0 24979 6 0 0 25 0 1 0 519736383 82579456 12758 33554432000 4194304 4331988 140737228484224 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12758 175 34 0 18603 0
Current children cumulated CPU time (s) 2010.39
Current children cumulated vsize (KiB) 1713636

[startup+504.9 s]
/proc/loadavg: 9.30 9.10 8.98 10/191 1366
/proc/meminfo: memFree=30228848/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=504.9 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 50474 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=504.84 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 50478 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=251.5 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 25150 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134526152 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=28604 CPUtime=504.9 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 31721 0 0 0 50485 5 0 0 25 0 1 0 519736383 29290496 6318 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7151 6318 126 39 0 6231 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=250.64 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33600 0 0 0 25058 6 0 0 25 0 1 0 519736383 82579456 12763 33554432000 4194304 4331988 140737228484224 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12763 175 34 0 18603 0
Current children cumulated CPU time (s) 2016.78
Current children cumulated vsize (KiB) 1713636

[startup+506.501 s]
/proc/loadavg: 9.27 9.09 8.98 10/191 1367
/proc/meminfo: memFree=30226988/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=506.5 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 50634 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=506.44 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 50638 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=252.3 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 25230 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=30140 CPUtime=506.5 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 32105 0 0 0 50645 5 0 0 25 0 1 0 519736383 30863360 6702 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7535 6702 126 39 0 6615 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=251.43 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33607 0 0 0 25137 6 0 0 25 0 1 0 519736383 82579456 12770 33554432000 4194304 4331988 140737228484224 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12770 175 34 0 18603 0
Current children cumulated CPU time (s) 2023.17
Current children cumulated vsize (KiB) 1715172

[startup+506.901 s]
/proc/loadavg: 9.27 9.09 8.98 10/191 1367
/proc/meminfo: memFree=30226120/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=506.91 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 50675 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=506.85 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 50679 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4552611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=252.5 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 25250 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=30140 CPUtime=506.91 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 32105 0 0 0 50686 5 0 0 25 0 1 0 519736383 30863360 6702 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7535 6702 126 39 0 6615 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=251.63 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33614 0 0 0 25157 6 0 0 25 0 1 0 519736383 82579456 12777 33554432000 4194304 4331988 140737228484224 18446744073709551615 4242572 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12777 175 34 0 18603 0
Current children cumulated CPU time (s) 2024.8
Current children cumulated vsize (KiB) 1715172

[startup+507.301 s]
/proc/loadavg: 9.27 9.09 8.98 10/191 1367
/proc/meminfo: memFree=30226120/32951124 swapFree=67111344/67111528
[pid=1314] ppid=1312 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (ppfolio) S 1312 1314 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519736383 18763776 390 33554432000 4194304 4287625 140735700046704 18446744073709551615 271550557711 0 0 4096 65536 7101094559777554431 0 0 17 4 0 0 0
/proc/1314/statm: 4581 390 341 23 0 91 0
[pid=1315] ppid=1314 vsize=1033164 CPUtime=507.3 cores=0
/proc/1315/stat : 1315 (cryptominisat) R 1314 1314 379 0 -1 4202496 68615 0 0 0 50714 16 0 0 25 0 1 0 519736383 1057959936 26410 33554432000 4194304 4587354 140734218390976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1315/statm: 258291 26410 337 96 0 254853 0
[pid=1316] ppid=1314 vsize=91532 CPUtime=507.24 cores=4
/proc/1316/stat : 1316 (clasp) R 1314 1314 379 0 -1 4202496 20521 0 0 0 50718 6 0 0 25 0 1 0 519736383 93728768 19477 33554432000 4194304 4785740 140735747159312 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1316/statm: 22883 19477 340 145 0 19928 0
[pid=1317] ppid=1314 vsize=461368 CPUtime=252.7 cores=6
/proc/1317/stat : 1317 (TNM) R 1314 1314 379 0 -1 4202496 2965 0 0 0 25270 0 0 0 25 0 1 0 519736383 472440832 2862 33554432000 134512640 134534564 4294864880 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1317/statm: 115342 2862 95 6 0 114008 0
[pid=1318] ppid=1314 vsize=30140 CPUtime=507.3 cores=2
/proc/1318/stat : 1318 (lingeling) R 1314 1314 379 0 -1 4202496 32105 0 0 0 50725 5 0 0 25 0 1 0 519736383 30863360 6702 33554432000 4194304 4352236 140734053046480 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1318/statm: 7535 6702 126 39 0 6615 0
[pid=1319] ppid=1314 vsize=80644 CPUtime=251.83 cores=6
/proc/1319/stat : 1319 (march_hi) R 1314 1314 379 0 -1 4202496 33614 0 0 0 25177 6 0 0 25 0 1 0 519736383 82579456 12777 33554432000 4194304 4331988 140737228484224 18446744073709551615 4226464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1319/statm: 20161 12777 175 34 0 18603 0
Current children cumulated CPU time (s) 2026.37
Current children cumulated vsize (KiB) 1715172

Child status: 0
Real time (s): 507.348
CPU time (s): 2026.6
CPU user time (s): 2026.23
CPU system time (s): 0.370943
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 4584748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2026.23
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158380
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= 556
involuntary context switches= 34532

runsolver used 0.808877 second user time and 1.9577 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 14:49:45
IDJOB=3289490
IDBENCH=83125
IDSOLVER=1612
FILE ID=node133/3289490-1304081385
RUNJOBID= node133-1304077694-397
PBS_JOBID= 13170511
Free space on /tmp= 71880 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289490-1304081385/watcher-3289490-1304081385 -o /tmp/evaluation-result-3289490-1304081385/solver-3289490-1304081385 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3289490-1304081385.cnf

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=48908948

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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	: 6741.12
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.834
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.834
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.834
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.834
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:      30390672 kB
Buffers:        738340 kB
Cached:         979776 kB
SwapCached:        124 kB
Active:        1033660 kB
Inactive:      1167896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30390672 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           11268 kB
Writeback:           0 kB
AnonPages:      482764 kB
Mapped:          16352 kB
Slab:           294228 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2745100 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node133 at 2011-04-29 14:58:12