Trace number 3498603

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
EBGlucose 1.0? (TO) 5000.09 5000.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3141.43
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.55	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.55	c CPU time:   0.543917 s
0.00/0.55	c ==============================================================================
0.00/0.59	c
0.00/0.59	c Starting glucose
0.00/0.59	c
0.00/0.59	
0.00/0.59	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.59	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.59	
0.00/0.59	c ============================[ Problem Statistics ]=============================
0.00/0.59	c |                                                                             |
0.00/0.59	c |  Number of variables:  14275                                                |
0.00/0.59	c |  Number of clauses:    59330                                                |
0.58/0.61	c |  Parsing time:         0.02         s                                       |
5000.06/5000.00	HOME/ebglucose.sh: line 57:  9709 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3498603-1307961269/watcher-3498603-1307961269 -o /tmp/evaluation-result-3498603-1307961269/solver-3498603-1307961269 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498603-1307961269.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.88 1.35 1.13 3/173 9705
/proc/meminfo: memFree=28795256/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 907726549 8912896 252 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9705/statm: 2176 252 211 178 0 69 0

[startup+0.0950829 s]
/proc/loadavg: 1.88 1.35 1.13 3/173 9705
/proc/meminfo: memFree=28795256/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 907726549 8912896 252 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9705/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101081 s]
/proc/loadavg: 1.88 1.35 1.13 3/173 9705
/proc/meminfo: memFree=28795256/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 907726549 8912896 252 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9705/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301058 s]
/proc/loadavg: 1.88 1.35 1.13 3/173 9705
/proc/meminfo: memFree=28795256/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 907726549 8912896 252 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9705/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700981 s]
/proc/loadavg: 1.88 1.35 1.13 3/173 9705
/proc/meminfo: memFree=28795256/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8704

[startup+1.50086 s]
/proc/loadavg: 1.88 1.35 1.13 3/175 9709
/proc/meminfo: memFree=28783732/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=9576 CPUtime=0.9 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 1905 0 0 0 90 0 0 0 17 0 1 0 907726608 9805824 1845 33554432000 134512640 134556542 4287605648 18446744073709551615 134529867 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 2394 1845 208 11 0 1728 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18280

[startup+3.10059 s]
/proc/loadavg: 1.88 1.35 1.13 3/175 9709
/proc/meminfo: memFree=28783112/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=10108 CPUtime=2.5 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 2020 0 0 0 250 0 0 0 20 0 1 0 907726608 10350592 1960 33554432000 134512640 134556542 4287605648 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 2527 1960 208 11 0 1861 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18812

[startup+6.30108 s]
/proc/loadavg: 1.89 1.36 1.14 3/175 9709
/proc/meminfo: memFree=28782068/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=10912 CPUtime=5.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 2222 0 0 0 570 0 0 0 25 0 1 0 907726608 11173888 2162 33554432000 134512640 134556542 4287605648 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 2728 2162 208 11 0 2062 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19616

[startup+12.701 s]
/proc/loadavg: 1.90 1.37 1.14 3/175 9709
/proc/meminfo: memFree=28780964/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=11732 CPUtime=12.1 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 2425 0 0 0 1210 0 0 0 25 0 1 0 907726608 12013568 2365 33554432000 134512640 134556542 4287605648 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 2933 2365 208 11 0 2267 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20436

[startup+25.5008 s]
/proc/loadavg: 1.92 1.40 1.16 3/175 9711
/proc/meminfo: memFree=28779716/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=13056 CPUtime=24.9 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 2762 0 0 0 2490 0 0 0 25 0 1 0 907726608 13369344 2702 33554432000 134512640 134556542 4287605648 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 3264 2702 208 11 0 2598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21760

[startup+51.1005 s]
/proc/loadavg: 1.95 1.45 1.18 3/175 9711
/proc/meminfo: memFree=28777764/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=14652 CPUtime=50.5 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 3153 0 0 0 5050 0 0 0 25 0 1 0 907726608 15003648 3093 33554432000 134512640 134556542 4287605648 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 3663 3093 208 11 0 2997 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23356

[startup+102.306 s]
/proc/loadavg: 1.98 1.53 1.22 3/175 9713
/proc/meminfo: memFree=28775260/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=16048 CPUtime=101.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 3497 0 0 0 10170 0 0 0 25 0 1 0 907726608 16433152 3437 33554432000 134512640 134556542 4287605648 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 4012 3437 208 11 0 3346 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24752

[startup+162.301 s]
/proc/loadavg: 1.99 1.61 1.26 3/175 9713
/proc/meminfo: memFree=28772516/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=17824 CPUtime=161.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 3926 0 0 0 16170 0 0 0 25 0 1 0 907726608 18251776 3866 33554432000 134512640 134556542 4287605648 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 4456 3866 208 11 0 3790 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26528

[startup+222.301 s]
/proc/loadavg: 2.05 1.69 1.31 3/175 9715
/proc/meminfo: memFree=28770148/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=19132 CPUtime=221.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 4261 0 0 0 22170 0 0 0 25 0 1 0 907726608 19591168 4201 33554432000 134512640 134556542 4287605648 18446744073709551615 134532358 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 4783 4201 208 11 0 4117 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27836

[startup+282.301 s]
/proc/loadavg: 2.02 1.75 1.35 3/175 9717
/proc/meminfo: memFree=28768280/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=19976 CPUtime=281.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 4472 0 0 0 28170 0 0 0 25 0 1 0 907726608 20455424 4412 33554432000 134512640 134556542 4287605648 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 4994 4412 208 11 0 4328 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 28680

[startup+342.3 s]
/proc/loadavg: 2.05 1.81 1.40 3/175 9719
/proc/meminfo: memFree=28766536/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=21200 CPUtime=341.7 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 4770 0 0 0 34170 0 0 0 25 0 1 0 907726608 21708800 4710 33554432000 134512640 134556542 4287605648 18446744073709551615 134536839 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 5300 4710 208 11 0 4634 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29904

[startup+402.3 s]
/proc/loadavg: 2.02 1.84 1.43 3/175 9721
/proc/meminfo: memFree=28764916/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7

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

[pid=9709] ppid=9705 vsize=54244 CPUtime=4241.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 12652 0 0 0 424174 3 0 0 25 0 1 0 907726608 55545856 12592 33554432000 134512640 134556542 4287605648 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13561 12592 208 11 0 12895 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 62948

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 9837
/proc/meminfo: memFree=28709096/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=54244 CPUtime=4301.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 12652 0 0 0 430174 3 0 0 25 0 1 0 907726608 55545856 12592 33554432000 134512640 134556542 4287605648 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13561 12592 208 11 0 12895 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 62948

[startup+4362.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/175 9837
/proc/meminfo: memFree=28707716/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=55740 CPUtime=4361.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 12999 0 0 0 436174 3 0 0 25 0 1 0 907726608 57077760 12939 33554432000 134512640 134556542 4287605648 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13935 12939 208 11 0 13269 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 64444

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 9839
/proc/meminfo: memFree=28706712/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=55740 CPUtime=4421.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 12999 0 0 0 442174 3 0 0 25 0 1 0 907726608 57077760 12939 33554432000 134512640 134556542 4287605648 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13935 12939 208 11 0 13269 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 64444

[startup+4482.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/175 9841
/proc/meminfo: memFree=28706080/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=55740 CPUtime=4481.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 12999 0 0 0 448174 3 0 0 25 0 1 0 907726608 57077760 12939 33554432000 134512640 134556542 4287605648 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13935 12939 208 11 0 13269 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 64444

[startup+4542.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/175 9843
/proc/meminfo: memFree=28705948/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=55740 CPUtime=4541.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13001 0 0 0 454174 3 0 0 25 0 1 0 907726608 57077760 12941 33554432000 134512640 134556542 4287605648 18446744073709551615 134531424 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13935 12941 208 11 0 13269 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 64444

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/175 9845
/proc/meminfo: memFree=28705816/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=55884 CPUtime=4601.78 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13042 0 0 0 460175 3 0 0 25 0 1 0 907726608 57225216 12982 33554432000 134512640 134556542 4287605648 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 13971 12982 208 11 0 13305 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 64588

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 9845
/proc/meminfo: memFree=28704808/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=56340 CPUtime=4661.78 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13147 0 0 0 466175 3 0 0 25 0 1 0 907726608 57692160 13087 33554432000 134512640 134556542 4287605648 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14085 13087 208 11 0 13419 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 65044

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 9847
/proc/meminfo: memFree=28703940/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=56940 CPUtime=4721.78 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13261 0 0 0 472175 3 0 0 25 0 1 0 907726608 58306560 13201 33554432000 134512640 134556542 4287605648 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14235 13201 208 11 0 13569 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 65644

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 9849
/proc/meminfo: memFree=28702064/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=58920 CPUtime=4781.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13737 0 0 0 478174 3 0 0 25 0 1 0 907726608 60334080 13677 33554432000 134512640 134556542 4287605648 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14730 13677 208 11 0 14064 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 67624

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 9851
/proc/meminfo: memFree=28701804/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=58920 CPUtime=4841.77 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13737 0 0 0 484174 3 0 0 25 0 1 0 907726608 60334080 13677 33554432000 134512640 134556542 4287605648 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14730 13677 208 11 0 14064 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 67624

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/175 9895
/proc/meminfo: memFree=28722100/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=58992 CPUtime=4901.78 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13766 0 0 0 490175 3 0 0 25 0 1 0 907726608 60407808 13706 33554432000 134512640 134556542 4287605648 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14748 13706 208 11 0 14082 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 67696

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 9895
/proc/meminfo: memFree=28716356/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=58992 CPUtime=4961.78 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13767 0 0 0 496175 3 0 0 25 0 1 0 907726608 60407808 13707 33554432000 134512640 134556542 4287605648 18446744073709551615 134531562 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14748 13707 208 11 0 14082 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 67696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 9897
/proc/meminfo: memFree=28714368/32951132 swapFree=67061148/67111528
[pid=9705] ppid=9703 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/9705/stat : 9705 (ebglucose.sh) S 9703 9705 8795 0 -1 4202496 379 4560 0 0 0 0 57 1 15 0 1 0 907726549 8912896 255 33554432000 4194304 4922060 140736148290928 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9705/statm: 2176 255 211 178 0 69 0
[pid=9709] ppid=9705 vsize=59296 CPUtime=4999.48 cores=1,3,5,7
/proc/9709/stat : 9709 (ebglucose_stati) R 9705 9705 8795 0 -1 4202496 13834 0 0 0 499945 3 0 0 25 0 1 0 907726608 60719104 13774 33554432000 134512640 134556542 4287605648 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9709/statm: 14824 13774 208 11 0 14158 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 68000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.09
CPU user time (s): 5000.03
CPU system time (s): 0.057991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 68000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.03
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18785
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= 38
involuntary context switches= 6875

runsolver used 6.80797 second user time and 16.0446 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 12:34:29
IDJOB=3498603
IDBENCH=70849
IDSOLVER=1992
FILE ID=node129/3498603-1307961269
RUNJOBID= node129-1307961152-9630
PBS_JOBID= 13559699
Free space on /tmp= 74048 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498603-1307961269/watcher-3498603-1307961269 -o /tmp/evaluation-result-3498603-1307961269/solver-3498603-1307961269 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498603-1307961269.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1093353184

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:      28796180 kB
Buffers:        453200 kB
Cached:        3385152 kB
SwapCached:      13132 kB
Active:        1189500 kB
Inactive:      2681048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28796180 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:       29428 kB
Mapped:          10016 kB
Slab:           221016 kB
PageTables:       4400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190288 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= 74036 MiB
End job on node129 at 2011-06-13 13:57:51