Trace number 3191044

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 83.85 21.0258

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
MD5SUM24f29f9a1e0f9e8aba36541592ba8e3a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1233
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6
83.85/21.02	s UNSATISFIABLE
83.85/21.02	solver [5] march_hi 2009 answered
83.85/21.02	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-3191044-1304054754/watcher-3191044-1304054754 -o /tmp/evaluation-result-3191044-1304054754/solver-3191044-1304054754 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191044-1304054754.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: 4.86 5.17 6.28 1/171 31690
/proc/meminfo: memFree=21410076/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) R 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0

[startup+0.466822 s]
/proc/loadavg: 4.86 5.17 6.28 1/171 31690
/proc/meminfo: memFree=21410076/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500817 s]
/proc/loadavg: 4.86 5.17 6.28 1/171 31690
/proc/meminfo: memFree=21410076/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600798 s]
/proc/loadavg: 4.86 5.17 6.28 1/171 31690
/proc/meminfo: memFree=21410076/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700783 s]
/proc/loadavg: 4.86 5.17 6.28 1/171 31690
/proc/meminfo: memFree=21410076/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50664 s]
/proc/loadavg: 4.86 5.17 6.28 6/177 31696
/proc/meminfo: memFree=21397504/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=1995624 CPUtime=1.5 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 2929 0 0 0 150 0 0 0 20 0 1 0 249666626 2043518976 1992 33554432000 4194304 4587354 140736351853616 18446744073709551615 4243680 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 498906 1992 337 96 0 495468 0
[pid=31692] ppid=31690 vsize=13636 CPUtime=1.5 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 855 0 0 0 150 0 0 0 25 0 1 0 249666626 13963264 744 33554432000 4194304 4785740 140736369054960 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 3409 744 340 145 0 454 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=0.84 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 84 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=6316 CPUtime=1.5 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 976 0 0 0 150 0 0 0 25 0 1 0 249666626 6467584 777 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328375 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 1579 777 127 39 0 659 0
[pid=31695] ppid=31690 vsize=7304 CPUtime=0.64 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 475 0 0 0 64 0 0 0 25 0 1 0 249666626 7479296 368 33554432000 4194304 4331988 140734732398080 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1826 368 172 34 0 268 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 2497040

[startup+3.10036 s]
/proc/loadavg: 4.86 5.17 6.28 6/177 31696
/proc/meminfo: memFree=21395024/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=1998128 CPUtime=3.09 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 4239 0 0 0 309 0 0 0 25 0 1 0 249666626 2046083072 2617 33554432000 4194304 4587354 140736351853616 18446744073709551615 4420277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 499532 2617 337 96 0 496094 0
[pid=31692] ppid=31690 vsize=14056 CPUtime=3.09 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 969 0 0 0 309 0 0 0 25 0 1 0 249666626 14393344 858 33554432000 4194304 4785740 140736369054960 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 3514 858 340 145 0 559 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=1.64 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 164 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=6704 CPUtime=3.09 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 1378 0 0 0 309 0 0 0 25 0 1 0 249666626 6864896 859 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 1676 859 127 39 0 756 0
[pid=31695] ppid=31690 vsize=7436 CPUtime=1.43 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 494 0 0 0 143 0 0 0 25 0 1 0 249666626 7614464 387 33554432000 4194304 4331988 140734732398080 18446744073709551615 4240527 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1859 387 172 34 0 301 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2500484

[startup+6.30077 s]
/proc/loadavg: 4.95 5.18 6.28 6/177 31696
/proc/meminfo: memFree=21391512/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=1997732 CPUtime=6.29 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 5949 0 0 0 629 0 0 0 25 0 1 0 249666626 2045677568 2544 33554432000 4194304 4587354 140736351853616 18446744073709551615 4230348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 499433 2544 337 96 0 495995 0
[pid=31692] ppid=31690 vsize=14732 CPUtime=6.29 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1151 0 0 0 629 0 0 0 25 0 1 0 249666626 15085568 1040 33554432000 4194304 4785740 140736369054960 18446744073709551615 4562737 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 3683 1040 340 145 0 728 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=3.24 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 324 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=8120 CPUtime=6.29 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 2372 0 0 0 629 0 0 0 25 0 1 0 249666626 8314880 1213 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328184 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2030 1213 127 39 0 1110 0
[pid=31695] ppid=31690 vsize=7572 CPUtime=3.01 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 533 0 0 0 301 0 0 0 25 0 1 0 249666626 7753728 426 33554432000 4194304 4331988 140734732398080 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1893 426 172 34 0 335 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2502316

[startup+12.7007 s]
/proc/loadavg: 4.96 5.18 6.27 7/177 31696
/proc/meminfo: memFree=21386984/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2000936 CPUtime=12.69 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 9065 0 0 0 1268 1 0 0 25 0 1 0 249666626 2048958464 3320 33554432000 4194304 4587354 140736351853616 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 500234 3320 337 96 0 496796 0
[pid=31692] ppid=31690 vsize=15812 CPUtime=12.69 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1400 0 0 0 1269 0 0 0 25 0 1 0 249666626 16191488 1289 33554432000 4194304 4785740 140736369054960 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 3953 1289 340 145 0 998 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=6.42 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 642 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 5158331 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=8504 CPUtime=12.69 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 3780 0 0 0 1269 0 0 0 25 0 1 0 249666626 8708096 1309 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2126 1309 127 39 0 1206 0
[pid=31695] ppid=31690 vsize=7740 CPUtime=6.2 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 575 0 0 0 620 0 0 0 25 0 1 0 249666626 7925760 468 33554432000 4194304 4331988 140734732398080 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1935 468 173 34 0 377 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2507152

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

[startup+13.1006 s]
/proc/loadavg: 4.96 5.18 6.27 7/177 31696
/proc/meminfo: memFree=21386984/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2000936 CPUtime=13.09 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 9174 0 0 0 1308 1 0 0 25 0 1 0 249666626 2048958464 3424 33554432000 4194304 4587354 140736351853616 18446744073709551615 4237216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 500234 3424 337 96 0 496796 0
[pid=31692] ppid=31690 vsize=15956 CPUtime=13.09 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1431 0 0 0 1309 0 0 0 25 0 1 0 249666626 16338944 1320 33554432000 4194304 4785740 140736369054960 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 3989 1320 340 145 0 1034 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=6.62 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 662 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 5159958 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=8892 CPUtime=13.09 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 3877 0 0 0 1309 0 0 0 25 0 1 0 249666626 9105408 1406 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328112 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2223 1406 127 39 0 1303 0
[pid=31695] ppid=31690 vsize=7740 CPUtime=6.4 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 577 0 0 0 640 0 0 0 25 0 1 0 249666626 7925760 470 33554432000 4194304 4331988 140734732398080 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1935 470 173 34 0 377 0
Current children cumulated CPU time (s) 52.29
Current children cumulated vsize (KiB) 2507684

[startup+16.301 s]
/proc/loadavg: 4.96 5.18 6.26 6/177 31696
/proc/meminfo: memFree=21384876/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2000644 CPUtime=16.29 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 10429 0 0 0 1628 1 0 0 25 0 1 0 249666626 2048659456 3325 33554432000 4194304 4587354 140736351853616 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 500161 3325 337 96 0 496723 0
[pid=31692] ppid=31690 vsize=16244 CPUtime=16.29 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1500 0 0 0 1629 0 0 0 25 0 1 0 249666626 16633856 1389 33554432000 4194304 4785740 140736369054960 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4061 1389 340 145 0 1106 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=8.21 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 821 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=11068 CPUtime=16.28 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 5093 0 0 0 1628 0 0 0 25 0 1 0 249666626 11333632 1950 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2767 1950 127 39 0 1847 0
[pid=31695] ppid=31690 vsize=7892 CPUtime=8 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 606 0 0 0 800 0 0 0 25 0 1 0 249666626 8081408 499 33554432000 4194304 4331988 140734732398080 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 1973 499 173 34 0 415 0
Current children cumulated CPU time (s) 65.07
Current children cumulated vsize (KiB) 2510008

[startup+19.5005 s]
/proc/loadavg: 4.96 5.17 6.26 6/177 31696
/proc/meminfo: memFree=21380584/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2020316 CPUtime=19.49 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 12045 0 0 0 1948 1 0 0 25 0 1 0 249666626 2068803584 4226 33554432000 4194304 4587354 140736351853616 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 505079 4226 337 96 0 501641 0
[pid=31692] ppid=31690 vsize=16384 CPUtime=19.49 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1548 0 0 0 1949 0 0 0 25 0 1 0 249666626 16777216 1437 33554432000 4194304 4785740 140736369054960 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4096 1437 340 145 0 1141 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=9.79 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 979 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=12224 CPUtime=19.49 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 6118 0 0 0 1948 1 0 0 25 0 1 0 249666626 12517376 2239 33554432000 4194304 4352236 140737482283184 18446744073709551615 4277069 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 3056 2239 127 39 0 2136 0
[pid=31695] ppid=31690 vsize=8120 CPUtime=9.6 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 636 0 0 0 960 0 0 0 25 0 1 0 249666626 8314880 529 33554432000 4194304 4331988 140734732398080 18446744073709551615 4211568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 2030 529 173 34 0 472 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 2531204

[startup+20.3003 s]
/proc/loadavg: 4.96 5.17 6.26 6/177 31697
/proc/meminfo: memFree=21380088/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2006532 CPUtime=20.28 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 12474 0 0 0 2027 1 0 0 25 0 1 0 249666626 2054688768 3900 33554432000 4194304 4587354 140736351853616 18446744073709551615 268660358812 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 501633 3900 337 96 0 498195 0
[pid=31692] ppid=31690 vsize=16516 CPUtime=20.29 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1575 0 0 0 2029 0 0 0 25 0 1 0 249666626 16912384 1464 33554432000 4194304 4785740 140736369054960 18446744073709551615 268660320952 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4129 1464 340 145 0 1174 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=10.19 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 1019 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 5158289 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=11456 CPUtime=20.29 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 6182 0 0 0 2028 1 0 0 25 0 1 0 249666626 11730944 2047 33554432000 4194304 4352236 140737482283184 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2864 2047 127 39 0 1944 0
[pid=31695] ppid=31690 vsize=8288 CPUtime=10 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 665 0 0 0 1000 0 0 0 25 0 1 0 249666626 8486912 558 33554432000 4194304 4331988 140734732398080 18446744073709551615 4237119 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 2072 558 173 34 0 514 0
Current children cumulated CPU time (s) 81.05
Current children cumulated vsize (KiB) 2516952

[startup+20.7013 s]
/proc/loadavg: 4.96 5.17 6.26 6/177 31697
/proc/meminfo: memFree=21380088/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2006532 CPUtime=20.68 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 12565 0 0 0 2067 1 0 0 25 0 1 0 249666626 2054688768 3991 33554432000 4194304 4587354 140736351853616 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 501633 3991 337 96 0 498195 0
[pid=31692] ppid=31690 vsize=16516 CPUtime=20.69 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1582 0 0 0 2069 0 0 0 25 0 1 0 249666626 16912384 1471 33554432000 4194304 4785740 140736369054960 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4129 1471 340 145 0 1174 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=10.39 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 1039 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=11456 CPUtime=20.69 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 6182 0 0 0 2068 1 0 0 25 0 1 0 249666626 11730944 2047 33554432000 4194304 4352236 140737482283184 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2864 2047 127 39 0 1944 0
[pid=31695] ppid=31690 vsize=8288 CPUtime=10.2 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 669 0 0 0 1020 0 0 0 25 0 1 0 249666626 8486912 562 33554432000 4194304 4331988 140734732398080 18446744073709551615 4211456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 2072 562 173 34 0 514 0
Current children cumulated CPU time (s) 82.65
Current children cumulated vsize (KiB) 2516952

[startup+20.9012 s]
/proc/loadavg: 4.96 5.17 6.26 6/177 31697
/proc/meminfo: memFree=21380088/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2006532 CPUtime=20.88 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 12609 0 0 0 2087 1 0 0 25 0 1 0 249666626 2054688768 4033 33554432000 4194304 4587354 140736351853616 18446744073709551615 4236668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 501633 4033 337 96 0 498195 0
[pid=31692] ppid=31690 vsize=16516 CPUtime=20.89 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1586 0 0 0 2089 0 0 0 25 0 1 0 249666626 16912384 1475 33554432000 4194304 4785740 140736369054960 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4129 1475 340 145 0 1174 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=10.49 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 1049 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=11584 CPUtime=20.89 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 6214 0 0 0 2088 1 0 0 25 0 1 0 249666626 11862016 2079 33554432000 4194304 4352236 140737482283184 18446744073709551615 4277685 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2896 2079 127 39 0 1976 0
[pid=31695] ppid=31690 vsize=8288 CPUtime=10.3 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 672 0 0 0 1030 0 0 0 25 0 1 0 249666626 8486912 565 33554432000 4194304 4331988 140734732398080 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 2072 565 173 34 0 514 0
Current children cumulated CPU time (s) 83.45
Current children cumulated vsize (KiB) 2517080

[startup+21.0012 s]
/proc/loadavg: 4.96 5.17 6.26 6/177 31697
/proc/meminfo: memFree=21380088/32951124 swapFree=67111528/67111528
[pid=31690] ppid=31688 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31690/stat : 31690 (ppfolio) S 31688 31690 30178 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 249666626 18763776 389 33554432000 4194304 4287625 140737341803648 18446744073709551615 268660682255 0 0 4096 65536 4577742037188607999 0 0 17 4 0 0 0
/proc/31690/statm: 4581 389 341 23 0 91 0
[pid=31691] ppid=31690 vsize=2006532 CPUtime=20.98 cores=0
/proc/31691/stat : 31691 (cryptominisat) R 31690 31690 30178 0 -1 4202496 12632 0 0 0 2097 1 0 0 25 0 1 0 249666626 2054688768 4055 33554432000 4194304 4587354 140736351853616 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31691/statm: 501633 4055 337 96 0 498195 0
[pid=31692] ppid=31690 vsize=16516 CPUtime=20.99 cores=4
/proc/31692/stat : 31692 (clasp) R 31690 31690 30178 0 -1 4202496 1592 0 0 0 2099 0 0 0 25 0 1 0 249666626 16912384 1481 33554432000 4194304 4785740 140736369054960 18446744073709551615 4553224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31692/statm: 4129 1481 340 145 0 1174 0
[pid=31693] ppid=31690 vsize=455836 CPUtime=10.54 cores=6
/proc/31693/stat : 31693 (TNM) R 31690 31690 30178 0 -1 4202496 312 0 0 0 1054 0 0 0 25 0 1 0 249666626 466776064 209 33554432000 134512640 134534564 4289221600 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31693/statm: 113959 209 95 6 0 112625 0
[pid=31694] ppid=31690 vsize=11584 CPUtime=20.99 cores=2
/proc/31694/stat : 31694 (lingeling) R 31690 31690 30178 0 -1 4202496 6214 0 0 0 2098 1 0 0 25 0 1 0 249666626 11862016 2079 33554432000 4194304 4352236 140737482283184 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31694/statm: 2896 2079 127 39 0 1976 0
[pid=31695] ppid=31690 vsize=8288 CPUtime=10.35 cores=6
/proc/31695/stat : 31695 (march_hi) R 31690 31690 30178 0 -1 4202496 673 0 0 0 1035 0 0 0 25 0 1 0 249666626 8486912 566 33554432000 4194304 4331988 140734732398080 18446744073709551615 4284850 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31695/statm: 2072 566 173 34 0 514 0
Current children cumulated CPU time (s) 83.85
Current children cumulated vsize (KiB) 2517080

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31690 and gives
#  childrusage.ru_utime.tv_sec=73
#  childrusage.ru_utime.tv_usec=578814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=37994
# CPU time returned by wait4() is 73.6168
# while last known CPU time is 83.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 21.0258
CPU time (s): 83.85
CPU user time (s): 83.83
CPU system time (s): 0.02
CPU usage (%): 398.795
Max. virtual memory (cumulated for all children) (KiB): 2531204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.5788
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21293
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= 645
involuntary context switches= 907

runsolver used 0.036994 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 07:25:54
IDJOB=3191044
IDBENCH=82775
IDSOLVER=1612
FILE ID=node107/3191044-1304054754
RUNJOBID= node107-1304052234-31150
PBS_JOBID= 13170385
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191044-1304054754/watcher-3191044-1304054754 -o /tmp/evaluation-result-3191044-1304054754/solver-3191044-1304054754 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191044-1304054754.cnf

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

MD5SUM BENCH= 24f29f9a1e0f9e8aba36541592ba8e3a
RANDOM SEED=227535474

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      21410232 kB
Buffers:       2020184 kB
Cached:        8978120 kB
SwapCached:          0 kB
Active:        3018644 kB
Inactive:      8042432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21410232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10372 kB
Writeback:           0 kB
AnonPages:       63040 kB
Mapped:          14776 kB
Slab:           416872 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186176 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= 71792 MiB
End job on node107 at 2011-04-29 07:26:15