Trace number 3498602

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.08 5000.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.4984
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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 |   94910   223744 |   28472       0        0     nan |  0.000 % |
0.00/0.55	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.00/0.55	c CPU time:   0.543917 s
0.00/0.55	c ==============================================================================
0.00/0.58	c
0.00/0.58	c Starting glucose
0.00/0.58	c
0.00/0.58	
0.00/0.58	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.58	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.58	
0.00/0.58	c ============================[ Problem Statistics ]=============================
0.00/0.58	c |                                                                             |
0.00/0.58	c |  Number of variables:  13864                                                |
0.00/0.58	c |  Number of clauses:    57628                                                |
0.57/0.60	c |  Parsing time:         0.02         s                                       |
5000.05/5000.01	HOME/ebglucose.sh: line 57:  9664 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-3498602-1307961152/watcher-3498602-1307961152 -o /tmp/evaluation-result-3498602-1307961152/solver-3498602-1307961152 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498602-1307961152.cnf 

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

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.06 1.01 1.02 2/171 9656
/proc/meminfo: memFree=28814568/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 907714791 8912896 253 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9656/statm: 2176 253 211 178 0 69 0

[startup+0.0157569 s]
/proc/loadavg: 1.06 1.01 1.02 2/171 9656
/proc/meminfo: memFree=28814568/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 907714791 8912896 253 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9656/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100755 s]
/proc/loadavg: 1.06 1.01 1.02 2/171 9656
/proc/meminfo: memFree=28814568/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 907714791 8912896 253 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9656/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300718 s]
/proc/loadavg: 1.06 1.01 1.02 2/171 9656
/proc/meminfo: memFree=28814568/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 354 233 0 0 0 0 0 0 20 0 1 0 907714791 8912896 253 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9656/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700659 s]
/proc/loadavg: 1.06 1.01 1.02 2/171 9656
/proc/meminfo: memFree=28814568/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 8704

[startup+1.50053 s]
/proc/loadavg: 1.13 1.03 1.02 4/175 9664
/proc/meminfo: memFree=28791028/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=9444 CPUtime=0.91 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 1862 0 0 0 91 0 0 0 19 0 1 0 907714849 9670656 1803 33554432000 134512640 134556542 4286750656 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9664/statm: 2361 1803 208 11 0 1695 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18148

[startup+3.10027 s]
/proc/loadavg: 1.13 1.03 1.02 4/175 9664
/proc/meminfo: memFree=28790036/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=9576 CPUtime=2.5 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 1912 0 0 0 250 0 0 0 22 0 1 0 907714849 9805824 1853 33554432000 134512640 134556542 4286750656 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 2394 1853 208 11 0 1728 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18280

[startup+6.30072 s]
/proc/loadavg: 1.13 1.03 1.02 4/175 9664
/proc/meminfo: memFree=28788688/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=10104 CPUtime=5.7 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 2019 0 0 0 570 0 0 0 25 0 1 0 907714849 10346496 1960 33554432000 134512640 134556542 4286750656 18446744073709551615 134538307 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 2526 1960 208 11 0 1860 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18808

[startup+12.7006 s]
/proc/loadavg: 1.34 1.08 1.04 4/175 9664
/proc/meminfo: memFree=28786976/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=11036 CPUtime=12.1 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 2272 0 0 0 1210 0 0 0 25 0 1 0 907714849 11300864 2213 33554432000 134512640 134556542 4286750656 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 2759 2213 208 11 0 2093 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19740

[startup+25.5005 s]
/proc/loadavg: 1.44 1.11 1.04 4/175 9664
/proc/meminfo: memFree=28785020/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=12272 CPUtime=24.9 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 2578 0 0 0 2490 0 0 0 25 0 1 0 907714849 12566528 2519 33554432000 134512640 134556542 4286750656 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 3068 2519 208 11 0 2402 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20976

[startup+51.1012 s]
/proc/loadavg: 1.63 1.18 1.07 4/175 9664
/proc/meminfo: memFree=28782228/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=13732 CPUtime=50.51 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 2941 0 0 0 5050 1 0 0 25 0 1 0 907714849 14061568 2882 33554432000 134512640 134556542 4286750656 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 3433 2882 208 11 0 2767 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22436

[startup+102.307 s]
/proc/loadavg: 1.85 1.31 1.12 4/175 9666
/proc/meminfo: memFree=28778876/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=15792 CPUtime=101.71 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 3446 0 0 0 10170 1 0 0 25 0 1 0 907714849 16171008 3387 33554432000 134512640 134556542 4286750656 18446744073709551615 134531186 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 3948 3387 208 11 0 3282 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24496

[startup+162.3 s]
/proc/loadavg: 1.94 1.44 1.17 3/175 9711
/proc/meminfo: memFree=28777892/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=16776 CPUtime=161.71 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 3674 0 0 0 16170 1 0 0 25 0 1 0 907714849 17178624 3615 33554432000 134512640 134556542 4286750656 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 4194 3615 208 11 0 3528 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25480

[startup+222.3 s]
/proc/loadavg: 1.98 1.54 1.22 3/175 9713
/proc/meminfo: memFree=28775136/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=17880 CPUtime=221.71 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 3963 0 0 0 22170 1 0 0 25 0 1 0 907714849 18309120 3904 33554432000 134512640 134556542 4286750656 18446744073709551615 134530998 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 4470 3904 208 11 0 3804 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 26584

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.27 3/175 9713
/proc/meminfo: memFree=28772516/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=19060 CPUtime=281.71 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 4220 0 0 0 28170 1 0 0 25 0 1 0 907714849 19517440 4161 33554432000 134512640 134556542 4286750656 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 4765 4161 208 11 0 4099 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 27764

[startup+342.301 s]
/proc/loadavg: 2.05 1.70 1.32 3/175 9715
/proc/meminfo: memFree=28770148/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=20168 CPUtime=341.71 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 4483 0 0 0 34170 1 0 0 25 0 1 0 907714849 20652032 4424 33554432000 134512640 134556542 4286750656 18446744073709551615 134536897 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 5042 4424 208 11 0 4376 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 28872

[startup+402.301 s]
/proc/loadavg: 2.02 1.75 1.36 3/175 9717
/proc/meminfo: memFree=28768156/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6

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

[pid=9664] ppid=9656 vsize=49040 CPUtime=4241.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11205 0 0 0 424169 8 0 0 25 0 1 0 907714849 50216960 11146 33554432000 134512640 134556542 4286750656 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12260 11146 208 11 0 11594 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 57744

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 9833
/proc/meminfo: memFree=28710480/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=49304 CPUtime=4301.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11244 0 0 0 430169 8 0 0 25 0 1 0 907714849 50487296 11185 33554432000 134512640 134556542 4286750656 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12326 11185 208 11 0 11660 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 58008

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 9835
/proc/meminfo: memFree=28709236/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=49480 CPUtime=4361.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11299 0 0 0 436169 8 0 0 25 0 1 0 907714849 50667520 11240 33554432000 134512640 134556542 4286750656 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12370 11240 208 11 0 11704 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 58184

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 9837
/proc/meminfo: memFree=28709096/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=49636 CPUtime=4421.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11339 0 0 0 442169 8 0 0 25 0 1 0 907714849 50827264 11280 33554432000 134512640 134556542 4286750656 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12409 11280 208 11 0 11743 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 58340

[startup+4482.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/175 9837
/proc/meminfo: memFree=28707716/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=49828 CPUtime=4481.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11360 0 0 0 448169 8 0 0 25 0 1 0 907714849 51023872 11301 33554432000 134512640 134556542 4286750656 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12457 11301 208 11 0 11791 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 58532

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 9839
/proc/meminfo: memFree=28706712/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=50820 CPUtime=4541.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11607 0 0 0 454169 8 0 0 25 0 1 0 907714849 52039680 11548 33554432000 134512640 134556542 4286750656 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12705 11548 208 11 0 12039 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 59524

[startup+4602.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/175 9841
/proc/meminfo: memFree=28706080/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=51224 CPUtime=4601.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11700 0 0 0 460170 8 0 0 25 0 1 0 907714849 52453376 11641 33554432000 134512640 134556542 4286750656 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12806 11641 208 11 0 12140 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 59928

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/175 9843
/proc/meminfo: memFree=28705948/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=51436 CPUtime=4661.77 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11746 0 0 0 466168 9 0 0 25 0 1 0 907714849 52670464 11687 33554432000 134512640 134556542 4286750656 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12859 11687 208 11 0 12193 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 60140

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 1.94 3/175 9845
/proc/meminfo: memFree=28705692/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=51436 CPUtime=4721.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11751 0 0 0 472169 9 0 0 25 0 1 0 907714849 52670464 11692 33554432000 134512640 134556542 4286750656 18446744073709551615 134532087 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12859 11692 208 11 0 12193 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 60140

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 9845
/proc/meminfo: memFree=28704808/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=51916 CPUtime=4781.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11867 0 0 0 478169 9 0 0 25 0 1 0 907714849 53161984 11808 33554432000 134512640 134556542 4286750656 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 12979 11808 208 11 0 12313 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 60620

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/175 9847
/proc/meminfo: memFree=28703940/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=52344 CPUtime=4841.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11974 0 0 0 484169 9 0 0 25 0 1 0 907714849 53600256 11915 33554432000 134512640 134556542 4286750656 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 13086 11915 208 11 0 12420 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 61048

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 9849
/proc/meminfo: memFree=28702064/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=52344 CPUtime=4901.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 11974 0 0 0 490169 9 0 0 25 0 1 0 907714849 53600256 11915 33554432000 134512640 134556542 4286750656 18446744073709551615 134531300 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 13086 11915 208 11 0 12420 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 61048

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 9851
/proc/meminfo: memFree=28701804/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=52632 CPUtime=4961.78 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 12037 0 0 0 496169 9 0 0 25 0 1 0 907714849 53895168 11978 33554432000 134512640 134556542 4286750656 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 13158 11978 208 11 0 12492 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 61336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 9851
/proc/meminfo: memFree=28701796/32951132 swapFree=67061148/67111528
[pid=9656] ppid=9652 vsize=8704 CPUtime=0.57 cores=0,2,4,6
/proc/9656/stat : 9656 (ebglucose.sh) S 9652 9656 8795 0 -1 4202496 379 4383 0 0 0 0 57 0 16 0 1 0 907714791 8912896 256 33554432000 4194304 4922060 140733471506768 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9656/statm: 2176 256 211 178 0 69 0
[pid=9664] ppid=9656 vsize=52764 CPUtime=4999.48 cores=0,2,4,6
/proc/9664/stat : 9664 (ebglucose_stati) R 9656 9656 8795 0 -1 4202496 12059 0 0 0 499939 9 0 0 25 0 1 0 907714849 54030336 12000 33554432000 134512640 134556542 4286750656 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9664/statm: 13191 12000 208 11 0 12525 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 61468

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.08
CPU user time (s): 4999.98
CPU system time (s): 0.105983
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 61468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16834
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= 39
involuntary context switches= 14829

runsolver used 7.46387 second user time and 15.5936 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 12:32:32
IDJOB=3498602
IDBENCH=70848
IDSOLVER=1992
FILE ID=node129/3498602-1307961152
RUNJOBID= node129-1307961152-9629
PBS_JOBID= 13559699
Free space on /tmp= 74052 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=786368484

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:      28815052 kB
Buffers:        453148 kB
Cached:        3379064 kB
SwapCached:      13132 kB
Active:        1173400 kB
Inactive:      2676848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28815052 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:       14756 kB
Mapped:           8828 kB
Slab:           221356 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   155748 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= 74040 MiB
End job on node129 at 2011-06-13 13:55:54