Trace number 3283271

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
priss 1.0UNSAT 285.888 72.5743

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15537
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 15984
0.00/0.34	c parsetime: 336559us
0.00/0.34	c parsed 1262609 clauses with 237336 variables
0.00/0.42	c NW started thread 0 successfully (1099938112)
0.00/0.49	c NW started thread 1 successfully (1087994176)
0.00/0.58	c NW started thread 2 successfully (1113602368)
0.00/0.68	c NW started thread 3 successfully (1124092224)
258.80/65.20	c preprocessor returned 237336 variables
258.80/65.20	c preprocessing returned UNKNOWN
258.80/65.20	c PP set 164178 variables
258.80/65.20	c pp time: 64734748us (64s)
258.80/65.26	c preprocessor returned 237336 variables
258.80/65.26	c preprocessing returned UNKNOWN
258.80/65.26	c PP set 164178 variables
258.80/65.26	c pp time: 64618377us (64s)
259.60/65.46	c preprocessor returned 237336 variables
259.60/65.46	c preprocessing returned UNKNOWN
259.60/65.46	c PP set 164178 variables
259.60/65.46	c pp time: 64730598us (64s)
260.39/65.65	c preprocessor returned 237336 variables
260.39/65.65	c preprocessing returned UNKNOWN
260.39/65.65	c PP set 164178 variables
260.39/65.65	c pp time: 65103941us (65s)
269.98/68.01	c HTE
278.37/70.11	c subsumption
278.77/70.29	c simplified formula contains 0 unit clauses
279.19/70.32	c received clause contains eliminated literal -43069
279.19/70.32	c received clause contains eliminated literal 146480
279.19/70.32	c received clause contains eliminated literal -183547
279.19/70.32	c received clause contains eliminated literal 145262
279.19/70.32	c received clause contains eliminated literal -51032
279.19/70.32	c received clause contains eliminated literal -142883
283.98/71.55	c HTE
284.36/71.65	c ====================
284.36/71.65	c implication/decision inf%(inf)
284.36/71.65	c decisions:           29009
284.36/71.65	c last level:          0
284.36/71.65	c conflicts:           7229
284.36/71.65	c restarts:            47
284.36/71.65	c rejected_restarts    0
284.36/71.65	c removals:            4
284.36/71.65	c removed clauses:     4280
284.36/71.65	c oft clauses:         0
284.36/71.68	c solvetime: 6419904us (6s)
284.36/71.68	c ====================
284.75/71.78	c sended clauses   | 404 | 486 | 435 | 26 |
284.75/71.78	c received clauses | 0 | 166 | 87 | 141 |
284.75/71.78	c join all other threads
285.07/71.83	c joined thread 0
285.07/71.83	c joined thread 1
285.07/71.83	c joined thread 2
285.80/72.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283271-1304043141/watcher-3283271-1304043141 -o /tmp/evaluation-result-3283271-1304043141/solver-3283271-1304043141 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3283271-1304043141.cnf 1015945430 4800 15500 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.86 8.06 7.91 5/182 15983
/proc/meminfo: memFree=16460464/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0

[startup+0.0765789 s]
/proc/loadavg: 7.86 8.06 7.91 5/182 15983
/proc/meminfo: memFree=16460464/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100574 s]
/proc/loadavg: 7.86 8.06 7.91 5/182 15983
/proc/meminfo: memFree=16460464/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300534 s]
/proc/loadavg: 7.86 8.06 7.91 5/182 15983
/proc/meminfo: memFree=16460464/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70043 s]
/proc/loadavg: 7.86 8.06 7.91 5/182 15983
/proc/meminfo: memFree=16460464/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 7.86 8.06 7.91 9/188 15989
/proc/meminfo: memFree=15845500/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=1137264 CPUtime=4.36 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 238296 0 0 0 388 48 0 0 18 0 5 0 594544744 1164558336 222447 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 284316 222447 344 389 0 280066 0
[pid=15984/tid=15986] ppid=15983 vsize=1137264 CPUtime=1.05 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 46827 0 0 0 99 6 0 0 18 0 5 0 594544786 1164558336 222447 33554432000 4194304 5787044 140734955166992 18446744073709551615 260020045004 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=1137264 CPUtime=0.95 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 43462 0 0 0 84 11 0 0 18 0 5 0 594544794 1164558336 222447 33554432000 4194304 5787044 140734955166992 18446744073709551615 4300980 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=1137264 CPUtime=0.87 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 43355 0 0 0 76 11 0 0 18 0 5 0 594544803 1164558336 222447 33554432000 4194304 5787044 140734955166992 18446744073709551615 260020086736 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=1137264 CPUtime=0.79 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 44155 0 0 0 69 10 0 0 18 0 5 0 594544813 1164558336 222447 33554432000 4194304 5787044 140734955166992 18446744073709551615 260020086754 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1145964

[startup+3.10099 s]
/proc/loadavg: 7.86 8.06 7.91 9/188 15989
/proc/meminfo: memFree=15873524/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=760196 CPUtime=10.75 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 250398 0 0 0 1024 51 0 0 18 0 5 0 594544744 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 190049 146261 349 389 0 185799 0
[pid=15984/tid=15986] ppid=15983 vsize=760196 CPUtime=2.65 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 49839 0 0 0 258 7 0 0 21 0 5 0 594544786 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=760196 CPUtime=2.55 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 46502 0 0 0 243 12 0 0 20 0 5 0 594544794 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=760196 CPUtime=2.47 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 46365 0 0 0 235 12 0 0 20 0 5 0 594544803 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=760196 CPUtime=2.38 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 47195 0 0 0 228 10 0 0 20 0 5 0 594544813 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330498 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 768896

[startup+6.3004 s]
/proc/loadavg: 7.87 8.06 7.91 9/188 15989
/proc/meminfo: memFree=15873152/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=760196 CPUtime=23.53 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 250398 0 0 0 2302 51 0 0 18 0 5 0 594544744 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 190049 146261 349 389 0 185799 0
[pid=15984/tid=15986] ppid=15983 vsize=760196 CPUtime=5.85 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 49839 0 0 0 578 7 0 0 25 0 5 0 594544786 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330549 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=760196 CPUtime=5.73 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 46502 0 0 0 561 12 0 0 25 0 5 0 594544794 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=760196 CPUtime=5.67 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 46365 0 0 0 555 12 0 0 25 0 5 0 594544803 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=760196 CPUtime=5.58 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 47195 0 0 0 548 10 0 0 25 0 5 0 594544813 778440704 146261 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 768896

[startup+12.7012 s]
/proc/loadavg: 7.88 8.06 7.91 9/188 15989
/proc/meminfo: memFree=15872640/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=760196 CPUtime=49.1 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 250399 0 0 0 4859 51 0 0 18 0 5 0 594544744 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 190049 146262 349 389 0 185799 0
[pid=15984/tid=15986] ppid=15983 vsize=760196 CPUtime=12.25 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 49839 0 0 0 1218 7 0 0 25 0 5 0 594544786 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=760196 CPUtime=12.09 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 46502 0 0 0 1197 12 0 0 25 0 5 0 594544794 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=760196 CPUtime=12.07 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 46365 0 0 0 1195 12 0 0 25 0 5 0 594544803 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=760196 CPUtime=11.98 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 47196 0 0 0 1188 10 0 0 25 0 5 0 594544813 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 768896

[startup+25.5009 s]
/proc/loadavg: 7.97 8.07 7.91 9/188 15989
/proc/meminfo: memFree=15871668/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=760196 CPUtime=100.23 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 250399 0 0 0 9972 51 0 0 18 0 5 0 594544744 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 190049 146262 349 389 0 185799 0
[pid=15984/tid=15986] ppid=15983 vsize=760196 CPUtime=25.05 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 49839 0 0 0 2498 7 0 0 25 0 5 0 594544786 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=760196 CPUtime=24.82 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 46502 0 0 0 2470 12 0 0 25 0 5 0 594544794 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=760196 CPUtime=24.87 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 46365 0 0 0 2475 12 0 0 25 0 5 0 594544803 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=760196 CPUtime=24.78 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 47196 0 0 0 2468 10 0 0 25 0 5 0 594544813 778440704 146262 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 768896

[startup+51.1012 s]
/proc/loadavg: 7.98 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15819768/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=884044 CPUtime=202.48 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 314385 0 0 0 20182 66 0 0 18 0 5 0 594544744 905261056 182856 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 221011 182856 353 389 0 216761 0
[pid=15984/tid=15986] ppid=15983 vsize=884044 CPUtime=50.65 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 64751 0 0 0 5055 10 0 0 18 0 5 0 594544786 905261056 182856 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=884044 CPUtime=50.28 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 62177 0 0 0 5011 17 0 0 18 0 5 0 594544794 905261056 182856 33554432000 4194304 5787044 140734955166992 18446744073709551615 4302112 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=884044 CPUtime=50.47 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 63410 0 0 0 5031 16 0 0 18 0 5 0 594544803 905261056 182856 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=884044 CPUtime=50.38 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 63551 0 0 0 5024 14 0 0 25 0 5 0 594544813 905261056 182857 33554432000 4194304 5787044 140734955166992 18446744073709551615 4306791 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 892744

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

[startup+63.9008 s]
/proc/loadavg: 7.98 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15754116/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=884044 CPUtime=253.61 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 317640 0 0 0 25294 67 0 0 18 0 5 0 594544744 905261056 175453 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 221011 175453 353 389 0 216761 0
[pid=15984/tid=15986] ppid=15983 vsize=884044 CPUtime=63.45 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 64751 0 0 0 6335 10 0 0 25 0 5 0 594544786 905261056 175453 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=884044 CPUtime=63.01 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 65430 0 0 0 6283 18 0 0 25 0 5 0 594544794 905261056 175453 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=884044 CPUtime=63.27 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 63410 0 0 0 6311 16 0 0 25 0 5 0 594544803 905261056 175453 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330553 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=884044 CPUtime=63.18 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 63552 0 0 0 6304 14 0 0 25 0 5 0 594544813 905261056 175453 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 253.61
Current children cumulated vsize (KiB) 892744

[startup+67.1072 s]
/proc/loadavg: 7.98 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15647972/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=1017876 CPUtime=266.41 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 349202 0 0 0 26570 71 0 0 18 0 5 0 594544744 1042305024 202093 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 254469 202093 417 389 0 250219 0
[pid=15984/tid=15986] ppid=15983 vsize=1017876 CPUtime=66.65 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 65327 0 0 0 6655 10 0 0 25 0 5 0 594544786 1042305024 202093 33554432000 4194304 5787044 140734955166992 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=1017876 CPUtime=66.2 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 74665 0 0 0 6601 19 0 0 25 0 5 0 594544794 1042305024 202093 33554432000 4194304 5787044 140734955166992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=1017876 CPUtime=66.48 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 74970 0 0 0 6630 18 0 0 25 0 5 0 594544803 1042305024 202093 33554432000 4194304 5787044 140734955166992 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=1017876 CPUtime=66.38 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 73743 0 0 0 6623 15 0 0 25 0 5 0 594544813 1042305024 202093 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330529 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 266.41
Current children cumulated vsize (KiB) 1026576

[startup+70.3006 s]
/proc/loadavg: 7.99 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15651440/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=1018792 CPUtime=279.19 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 360983 0 0 0 27845 74 0 0 18 0 5 0 594544744 1043243008 201044 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 254698 201044 417 389 0 250448 0
[pid=15984/tid=15986] ppid=15983 vsize=1018792 CPUtime=69.85 cores=1,3,5,7
/proc/15984/task/15986/stat : 15986 (priss) R 15983 15983 15086 0 -1 4202560 65573 0 0 0 6975 10 0 0 25 0 5 0 594544786 1043243008 201044 33554432000 4194304 5787044 140734955166992 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15984/tid=15987] ppid=15983 vsize=1018792 CPUtime=69.38 cores=1,3,5,7
/proc/15984/task/15987/stat : 15987 (priss) R 15983 15983 15086 0 -1 4202560 74841 0 0 0 6919 19 0 0 25 0 5 0 594544794 1043243008 201044 33554432000 4194304 5787044 140734955166992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15984/tid=15988] ppid=15983 vsize=1018792 CPUtime=69.67 cores=1,3,5,7
/proc/15984/task/15988/stat : 15988 (priss) R 15983 15983 15086 0 -1 4202560 75157 0 0 0 6949 18 0 0 25 0 5 0 594544803 1043243008 201044 33554432000 4194304 5787044 140734955166992 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15984/tid=15989] ppid=15983 vsize=1018792 CPUtime=69.59 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 84915 0 0 0 6941 18 0 0 25 0 5 0 594544813 1043243008 201044 33554432000 4194304 5787044 140734955166992 18446744073709551615 5526035 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 279.19
Current children cumulated vsize (KiB) 1027492

[startup+71.9004 s]
/proc/loadavg: 7.99 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15645612/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=960256 CPUtime=285.2 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 362655 0 0 0 28446 74 0 0 17 0 2 0 594544744 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 240064 191588 445 389 0 235814 0
[pid=15984/tid=15989] ppid=15983 vsize=960256 CPUtime=71.18 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 86491 0 0 0 7100 18 0 0 25 0 2 0 594544813 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 285.2
Current children cumulated vsize (KiB) 968956

[startup+72.3003 s]
/proc/loadavg: 7.99 8.06 7.91 9/188 15990
/proc/meminfo: memFree=15645612/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=960256 CPUtime=285.6 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 362655 0 0 0 28486 74 0 0 17 0 2 0 594544744 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 240064 191588 445 389 0 235814 0
[pid=15984/tid=15989] ppid=15983 vsize=960256 CPUtime=71.58 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 86491 0 0 0 7140 18 0 0 25 0 2 0 594544813 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 285.6
Current children cumulated vsize (KiB) 968956

[startup+72.5002 s]
/proc/loadavg: 7.99 8.06 7.91 6/185 15991
/proc/meminfo: memFree=15688664/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (priss.sh) S 15981 15983 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594544744 8908800 252 33554432000 4194304 4922060 140737302905856 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2175 252 211 178 0 68 0
[pid=15984] ppid=15983 vsize=960256 CPUtime=285.8 cores=1,3,5,7
/proc/15984/stat : 15984 (priss) S 15983 15983 15086 0 -1 4202496 362655 0 0 0 28506 74 0 0 17 0 2 0 594544744 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15984/statm: 240064 191588 445 389 0 235814 0
[pid=15984/tid=15989] ppid=15983 vsize=960256 CPUtime=71.79 cores=1,3,5,7
/proc/15984/task/15989/stat : 15989 (priss) R 15983 15983 15086 0 -1 4202560 86491 0 0 0 7161 18 0 0 25 0 2 0 594544813 983302144 191588 33554432000 4194304 5787044 140734955166992 18446744073709551615 47938138080426 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 285.8
Current children cumulated vsize (KiB) 968956

Child status: 20
Real time (s): 72.5743
CPU time (s): 285.888
CPU user time (s): 285.103
CPU system time (s): 0.78488
CPU usage (%): 393.924
Max. virtual memory (cumulated for all children) (KiB): 1145964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.103
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363034
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= 35662
involuntary context switches= 2191

runsolver used 0.111982 second user time and 0.293955 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 04:12:22
IDJOB=3283271
IDBENCH=71012
IDSOLVER=1603
FILE ID=node110/3283271-1304043141
RUNJOBID= node110-1304039990-15105
PBS_JOBID= 13170381
Free space on /tmp= 72812 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t0.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283271-1304043141/watcher-3283271-1304043141 -o /tmp/evaluation-result-3283271-1304043141/solver-3283271-1304043141 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3283271-1304043141.cnf 1015945430 4800 15500 4

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

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=1015945430

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16460860 kB
Buffers:       2333552 kB
Cached:       13281416 kB
SwapCached:          0 kB
Active:        8088816 kB
Inactive:      7829780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16460860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25128 kB
Writeback:           0 kB
AnonPages:      302816 kB
Mapped:          15676 kB
Slab:           507344 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   501540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72812 MiB
End job on node110 at 2011-04-29 04:13:34