Trace number 3498752

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.06 5001.51

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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 |   91575   234144 |   27472       0        0     nan |  0.000 % |
0.00/0.31	c |         0 |   62993   231746 |      --       0       --      -- |     --   | -28582/-2398
0.00/0.31	c ==============================================================================
0.00/0.31	c Result  :   #vars: 11426   #clauses: 62993   #literals: 231746
0.00/0.31	c CPU time:   0.299954 s
0.00/0.31	c ==============================================================================
0.00/0.35	c
0.00/0.35	c Starting glucose
0.00/0.35	c
0.00/0.35	
0.00/0.35	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.35	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.35	
0.00/0.35	c ============================[ Problem Statistics ]=============================
0.00/0.35	c |                                                                             |
0.00/0.35	c |  Number of variables:  11426                                                |
0.00/0.35	c |  Number of clauses:    62993                                                |
0.00/0.37	c |  Parsing time:         0.02         s                                       |
5000.03/5001.51	HOME/ebglucose.sh: line 57: 13683 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-3498752-1307967607/watcher-3498752-1307967607 -o /tmp/evaluation-result-3498752-1307967607/solver-3498752-1307967607 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498752-1307967607.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: 2.00 2.00 1.97 4/176 13679
/proc/meminfo: memFree=31131772/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 355 234 0 0 0 0 0 0 25 0 1 0 908359388 8912896 253 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13679/statm: 2176 253 211 178 0 69 0

[startup+0.0281279 s]
/proc/loadavg: 2.00 2.00 1.97 4/176 13679
/proc/meminfo: memFree=31131772/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 355 234 0 0 0 0 0 0 25 0 1 0 908359388 8912896 253 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13679/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101105 s]
/proc/loadavg: 2.00 2.00 1.97 4/176 13679
/proc/meminfo: memFree=31131772/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 355 234 0 0 0 0 0 0 25 0 1 0 908359388 8912896 253 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13679/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301068 s]
/proc/loadavg: 2.00 2.00 1.97 4/176 13679
/proc/meminfo: memFree=31131772/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 355 234 0 0 0 0 0 0 25 0 1 0 908359388 8912896 253 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13679/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701011 s]
/proc/loadavg: 2.00 2.00 1.97 4/176 13679
/proc/meminfo: memFree=31131772/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 8704

[startup+1.50087 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13683
/proc/meminfo: memFree=31120408/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=11888 CPUtime=1.13 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 2491 0 0 0 113 0 0 0 19 0 1 0 908359423 12173312 2432 33554432000 134512640 134556542 4286648112 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 2972 2432 214 11 0 2306 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20592

[startup+3.1006 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13683
/proc/meminfo: memFree=31117928/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=13036 CPUtime=2.73 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 2780 0 0 0 273 0 0 0 23 0 1 0 908359423 13348864 2721 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 3259 2721 214 11 0 2593 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21740

[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13683
/proc/meminfo: memFree=31115416/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=14920 CPUtime=5.94 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 3274 0 0 0 593 1 0 0 25 0 1 0 908359423 15278080 3215 33554432000 134512640 134556542 4286648112 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 3730 3215 214 11 0 3064 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23624

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13684
/proc/meminfo: memFree=31114036/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=16616 CPUtime=12.34 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 3657 0 0 0 1233 1 0 0 25 0 1 0 908359423 17014784 3598 33554432000 134512640 134556542 4286648112 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 4154 3598 214 11 0 3488 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25320

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13685
/proc/meminfo: memFree=31111068/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=18604 CPUtime=25.14 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 4182 0 0 0 2513 1 0 0 25 0 1 0 908359423 19050496 4123 33554432000 134512640 134556542 4286648112 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 4651 4123 214 11 0 3985 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27308

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 13685
/proc/meminfo: memFree=31107980/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=21372 CPUtime=50.74 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 4842 0 0 0 5073 1 0 0 25 0 1 0 908359423 21884928 4783 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 5343 4783 214 11 0 4677 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30076

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 13687
/proc/meminfo: memFree=31103252/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=24472 CPUtime=101.94 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 5606 0 0 0 10193 1 0 0 25 0 1 0 908359423 25059328 5547 33554432000 134512640 134556542 4286648112 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 6118 5547 214 11 0 5452 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33176

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 13688
/proc/meminfo: memFree=31098392/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=28068 CPUtime=161.94 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 6487 0 0 0 16193 1 0 0 25 0 1 0 908359423 28741632 6428 33554432000 134512640 134556542 4286648112 18446744073709551615 134537421 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 7017 6428 214 11 0 6351 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 36772

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 1.98 3/178 13689
/proc/meminfo: memFree=31094788/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=31256 CPUtime=221.94 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 7253 0 0 0 22193 1 0 0 25 0 1 0 908359423 32006144 7194 33554432000 134512640 134556542 4286648112 18446744073709551615 134530924 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 7814 7194 214 11 0 7148 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 39960

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 13691
/proc/meminfo: memFree=31090804/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=33904 CPUtime=281.95 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 7901 0 0 0 28193 2 0 0 25 0 1 0 908359423 34717696 7842 33554432000 134512640 134556542 4286648112 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 8476 7842 214 11 0 7810 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 42608

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 13693
/proc/meminfo: memFree=31087696/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=35000 CPUtime=341.95 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 8194 0 0 0 34193 2 0 0 25 0 1 0 908359423 35840000 8135 33554432000 134512640 134556542 4286648112 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 8750 8135 214 11 0 8084 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 43704

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 13695
/proc/meminfo: memFree=31084580/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7

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

[pid=13683] ppid=13679 vsize=91568 CPUtime=4302.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 21481 0 0 0 430196 6 0 0 25 0 1 0 908359423 93765632 21406 33554432000 134512640 134556542 4286648112 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 22892 21406 214 11 0 22226 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 100272

[startup+4362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13812
/proc/meminfo: memFree=30994176/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=92536 CPUtime=4362.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 21556 0 0 0 436196 6 0 0 25 0 1 0 908359423 94756864 21481 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 23134 21481 214 11 0 22468 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 101240

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13813
/proc/meminfo: memFree=30991072/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=95836 CPUtime=4422.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22401 0 0 0 442196 6 0 0 25 0 1 0 908359423 98136064 22326 33554432000 134512640 134556542 4286648112 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 23959 22326 214 11 0 23293 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 104540

[startup+4482.3 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 13857
/proc/meminfo: memFree=31066076/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=96536 CPUtime=4482.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22561 0 0 0 448196 6 0 0 25 0 1 0 908359423 98852864 22486 33554432000 134512640 134556542 4286648112 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24134 22486 214 11 0 23468 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 105240

[startup+4542.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 13945
/proc/meminfo: memFree=31063152/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=96536 CPUtime=4542.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22563 0 0 0 454196 6 0 0 25 0 1 0 908359423 98852864 22488 33554432000 134512640 134556542 4286648112 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24134 22488 214 11 0 23468 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 105240

[startup+4602.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 13947
/proc/meminfo: memFree=31049100/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=96536 CPUtime=4602.03 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22566 0 0 0 460197 6 0 0 25 0 1 0 908359423 98852864 22491 33554432000 134512640 134556542 4286648112 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24134 22491 214 11 0 23468 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 105240

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13948
/proc/meminfo: memFree=31038672/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98000 CPUtime=4662.02 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22922 0 0 0 466196 6 0 0 25 0 1 0 908359423 100352000 22847 33554432000 134512640 134556542 4286648112 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24500 22847 214 11 0 23834 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 106704

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13949
/proc/meminfo: memFree=31031720/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=97960 CPUtime=4722.03 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22924 0 0 0 472197 6 0 0 25 0 1 0 908359423 100311040 22849 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24490 22849 214 11 0 23824 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 106664

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13951
/proc/meminfo: memFree=31026376/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=97960 CPUtime=4782.03 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 22928 0 0 0 478197 6 0 0 25 0 1 0 908359423 100311040 22853 33554432000 134512640 134556542 4286648112 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24490 22853 214 11 0 23824 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 106664

[startup+4842.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 13953
/proc/meminfo: memFree=31021160/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98820 CPUtime=4842.03 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 23108 0 0 0 484197 6 0 0 25 0 1 0 908359423 101191680 23033 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24705 23033 214 11 0 24039 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 107524

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13955
/proc/meminfo: memFree=31017048/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98820 CPUtime=4902.03 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 23108 0 0 0 490197 6 0 0 25 0 1 0 908359423 101191680 23033 33554432000 134512640 134556542 4286648112 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13683/statm: 24705 23033 214 11 0 24039 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 107524

[startup+4962.3 s]
/proc/loadavg: 3.64 2.39 2.13 3/178 14171
/proc/meminfo: memFree=30499960/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98820 CPUtime=4960.49 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 23110 0 0 0 496037 12 0 0 25 0 1 0 908359423 101191680 23035 33554432000 134512640 134556542 4286648112 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 24705 23035 214 11 0 24039 0
Current children cumulated CPU time (s) 4960.83
Current children cumulated vsize (KiB) 107524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 3.40 2.52 2.18 3/178 14172
/proc/meminfo: memFree=30504172/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98928 CPUtime=4999.69 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 23130 0 0 0 499957 12 0 0 25 0 1 0 908359423 101302272 23055 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 24732 23055 214 11 0 24066 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 107632

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

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

[startup+5001.5 s]
/proc/loadavg: 3.40 2.52 2.18 3/178 14172
/proc/meminfo: memFree=30504172/32951132 swapFree=67052544/67111528
[pid=13679] ppid=13677 vsize=8704 CPUtime=0.34 cores=1,3,5,7
/proc/13679/stat : 13679 (ebglucose.sh) S 13677 13679 12590 0 -1 4202496 380 4313 0 0 0 0 33 1 22 0 1 0 908359388 8912896 256 33554432000 4194304 4922060 140736353458272 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13679/statm: 2176 256 211 178 0 69 0
[pid=13683] ppid=13679 vsize=98928 CPUtime=4999.69 cores=1,3,5,7
/proc/13683/stat : 13683 (ebglucose_stati) R 13679 13679 12590 0 -1 4202496 23130 0 0 0 499957 12 0 0 25 0 1 0 908359423 101302272 23055 33554432000 134512640 134556542 4286648112 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/13683/statm: 24732 23055 214 11 0 24066 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 107632

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.06
CPU user time (s): 4999.92
CPU system time (s): 0.139978
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 107632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27835
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= 31
involuntary context switches= 7204

runsolver used 7.2129 second user time and 16.2915 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 14:20:07
IDJOB=3498752
IDBENCH=83130
IDSOLVER=1992
FILE ID=node128/3498752-1307967607
RUNJOBID= node128-1307961960-13177
PBS_JOBID= 13559700
Free space on /tmp= 74064 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498752-1307967607/watcher-3498752-1307967607 -o /tmp/evaluation-result-3498752-1307967607/solver-3498752-1307967607 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498752-1307967607.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1686738659

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.75
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31132540 kB
Buffers:        326056 kB
Cached:        1201620 kB
SwapCached:      11368 kB
Active:         582504 kB
Inactive:      1006868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31132540 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:            2364 kB
Writeback:           8 kB
AnonPages:       59560 kB
Mapped:          11056 kB
Slab:           164792 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   249304 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= 73960 MiB
End job on node128 at 2011-06-13 15:43:31