Trace number 1060436

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
galac E? (TO) 1800.06 1817.71

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-80.xml
MD5SUM6db1170e4794f8db50d7ec9410af70a0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.24	c --- Preproc Stats ---
2.23/2.58	c start processing
2.23/2.58	c start relation processing
2.52/2.87	c start cnf exporting
93.89/95.51	c parsing time : 2.253
93.89/95.51	c preprocessing time : 95.178
93.89/95.51	
93.89/95.51	c Nary constraints - conflicts : 0 supports : 79
93.89/95.51	c Binary constraints - conflicts : 6241 supports :0
93.89/95.51	c max arity constraint : 3
93.89/95.51	c Max Tuples generated 505600
93.89/95.51	c relations : 3
93.89/95.51	c relations BDD: 1
93.89/95.51	c sampling 1/1
93.89/95.51	c vars : 524483 - clauses :  2897800
93.89/95.51	
93.89/95.56	 
93.89/95.56	c --- SAT Solver Stats ---
93.89/95.56	 
93.89/95.56	c eSAT 0.1 : minisat core with additionnal features
93.89/95.56	c ============================[ Problem Statistics ]=============================
93.89/95.56	c |                                                                             |
93.89/95.56	c |  Number of variables:  524482                                               |
93.89/95.56	c |  Number of clauses:    2897800                                              |
96.83/98.59	c |  Parsing time:         2.69         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060436-1215126747/watcher-1060436-1215126747 -o /tmp/evaluation-result-1060436-1215126747/solver-1060436-1215126747 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060436-1215126747.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17051
/proc/meminfo: memFree=1844912/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=18572 CPUtime=0
/proc/17051/stat : 17051 (runsolver) D 17049 17051 15432 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 635597812 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17051/statm: 4643 292 257 25 0 2626 0

[startup+0.0357841 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17051
/proc/meminfo: memFree=1844912/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=5192 CPUtime=0
/proc/17051/stat : 17051 (galacE.sh) D 17049 17051 15432 0 -1 4194304 111 0 3 0 0 0 0 0 19 0 1 0 635597812 5316608 85 996147200 4194304 4520092 548682068832 18446744073709551615 271894454444 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/17051/statm: 1298 85 63 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.103793 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17051
/proc/meminfo: memFree=1844912/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=8700 CPUtime=0
/proc/17051/stat : 17051 (galacE.sh) D 17049 17051 15432 0 -1 4194304 391 832 4 1 0 0 0 0 16 0 1 0 635597812 8908800 302 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/17051/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302399 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17051
/proc/meminfo: memFree=1844912/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701858 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17051
/proc/meminfo: memFree=1844912/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50393 s]
/proc/loadavg: 1.99 2.00 2.00 4/90 17073
/proc/meminfo: memFree=1803360/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17065] ppid=17051 vsize=812824 CPUtime=1.24
/proc/17065/stat : 17065 (java) S 17051 17051 15432 0 -1 0 13423 0 1 0 117 7 0 0 18 0 9 0 635597837 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203206 12650 2584 9 0 197187 0
[pid=17065/tid=17066] ppid=17051 vsize=812824 CPUtime=0.89
/proc/17065/task/17066/stat : 17066 (java) R 17051 17051 15432 0 -1 64 7473 0 1 0 85 4 0 0 22 0 9 0 635597838 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 102593633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17067] ppid=17051 vsize=812824 CPUtime=0.04
/proc/17065/task/17067/stat : 17067 (java) S 17051 17051 15432 0 -1 64 4407 0 0 0 3 1 0 0 16 0 9 0 635597839 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17051 vsize=812824 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17051 17051 15432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635597839 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17051 vsize=812824 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17051 17051 15432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635597839 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17051 vsize=812824 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17051 17051 15432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635597841 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17051 vsize=812824 CPUtime=0.27
/proc/17065/task/17071/stat : 17071 (java) S 17051 17051 15432 0 -1 64 843 0 0 0 27 0 0 0 16 0 9 0 635597841 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17051 vsize=812824 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635597842 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17051 vsize=812824 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635597842 832331776 12650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 860396

[startup+3.10109 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 17073
/proc/meminfo: memFree=1794592/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17065] ppid=17051 vsize=812920 CPUtime=2.81
/proc/17065/stat : 17065 (java) S 17051 17051 15432 0 -1 0 18386 0 1 0 271 10 0 0 18 0 9 0 635597837 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203230 17608 2586 9 0 197211 0
[pid=17065/tid=17066] ppid=17051 vsize=812920 CPUtime=2.32
/proc/17065/task/17066/stat : 17066 (java) R 17051 17051 15432 0 -1 64 12243 0 1 0 225 7 0 0 25 0 9 0 635597838 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4125924747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17067] ppid=17051 vsize=812920 CPUtime=0.09
/proc/17065/task/17067/stat : 17067 (java) S 17051 17051 15432 0 -1 64 4536 0 0 0 8 1 0 0 16 0 9 0 635597839 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17051 17051 15432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635597839 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17051 17051 15432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635597839 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17051 17051 15432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635597841 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17051 vsize=812920 CPUtime=0.37
/proc/17065/task/17071/stat : 17071 (java) S 17051 17051 15432 0 -1 64 907 0 0 0 37 0 0 0 15 0 9 0 635597841 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635597842 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635597842 832430080 17608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 860492

[startup+6.30298 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 17073
/proc/meminfo: memFree=1763552/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17065] ppid=17051 vsize=812920 CPUtime=5.97
/proc/17065/stat : 17065 (java) S 17051 17051 15432 0 -1 0 22695 0 1 0 583 14 0 0 18 0 9 0 635597837 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203230 21910 2590 9 0 197211 0
[pid=17065/tid=17066] ppid=17051 vsize=812920 CPUtime=5.41
/proc/17065/task/17066/stat : 17066 (java) R 17051 17051 15432 0 -1 64 14649 0 1 0 532 9 0 0 25 0 9 0 635597838 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4127377760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17067] ppid=17051 vsize=812920 CPUtime=0.15
/proc/17065/task/17067/stat : 17067 (java) S 17051 17051 15432 0 -1 64 6439 0 0 0 13 2 0 0 16 0 9 0 635597839 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17051 17051 15432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635597839 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17051 17051 15432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635597839 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17051 17051 15432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635597841 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17051 vsize=812920 CPUtime=0.37
/proc/17065/task/17071/stat : 17071 (java) S 17051 17051 15432 0 -1 64 907 0 0 0 37 0 0 0 15 0 9 0 635597841 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635597842 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635597842 832430080 21910 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 860492

[startup+12.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 17073
/proc/meminfo: memFree=1758112/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17065] ppid=17051 vsize=812920 CPUtime=12.28
/proc/17065/stat : 17065 (java) S 17051 17051 15432 0 -1 0 22711 0 1 0 1212 16 0 0 18 0 9 0 635597837 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203230 21913 2590 9 0 197211 0
[pid=17065/tid=17066] ppid=17051 vsize=812920 CPUtime=11.72
/proc/17065/task/17066/stat : 17066 (java) R 17051 17051 15432 0 -1 64 14662 0 1 0 1160 12 0 0 25 0 9 0 635597838 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4126658877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17067] ppid=17051 vsize=812920 CPUtime=0.15
/proc/17065/task/17067/stat : 17067 (java) S 17051 17051 15432 0 -1 64 6439 0 0 0 13 2 0 0 16 0 9 0 635597839 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17051 17051 15432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635597839 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17051 17051 15432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635597839 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17051 17051 15432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635597841 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17051 vsize=812920 CPUtime=0.37
/proc/17065/task/17071/stat : 17071 (java) S 17051 17051 15432 0 -1 64 910 0 0 0 37 0 0 0 16 0 9 0 635597841 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635597842 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635597842 832430080 21913 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 860492

[startup+25.5029 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 17073
/proc/meminfo: memFree=1751008/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 760 1696 5 1 0 1 0 0 18 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17065] ppid=17051 vsize=812920 CPUtime=24.91
/proc/17065/stat : 17065 (java) S 17051 17051 15432 0 -1 0 22736 0 1 0 2471 20 0 0 18 0 9 0 635597837 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203230 21917 2590 9 0 197211 0
[pid=17065/tid=17066] ppid=17051 vsize=812920 CPUtime=24.33
/proc/17065/task/17066/stat : 17066 (java) R 17051 17051 15432 0 -1 64 14684 0 1 0 2418 15 0 0 25 0 9 0 635597838 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 102064825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17067] ppid=17051 vsize=812920 CPUtime=0.16
/proc/17065/task/17067/stat : 17067 (java) S 17051 17051 15432 0 -1 64 6439 0 0 0 14 2 0 0 16 0 9 0 635597839 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17051 17051 15432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635597839 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17051 17051 15432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635597839 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17051 17051 15432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 635597841 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17051 vsize=812920 CPUtime=0.38
/proc/17065/task/17071/stat : 17071 (java) S 17051 17051 15432 0 -1 64 913 0 0 0 38 0 0 0 15 0 9 0 635597841 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635597842 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17051 vsize=812920 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17051 17051 15432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635597842 832430080 21917 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 860492

[startup+51.1028 s]
/proc/loadavg: 2.13 2.03 2.01 3/90 17073
/proc/meminfo: memFree=1737248/2055920 swapFree=4157720/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=0.01

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

/proc/17074/statm: 88701 85013 79 162 0 88536 0
Current children cumulated CPU time (s) 1170.61
Current children cumulated vsize (KiB) 402376

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/76 17159
/proc/meminfo: memFree=1165264/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=354804 CPUtime=1136.12
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 95392 0 0 0 113555 57 0 0 25 0 1 0 635607368 363319296 85013 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 88701 85013 79 162 0 88536 0
Current children cumulated CPU time (s) 1230.05
Current children cumulated vsize (KiB) 402376

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1159120/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=354804 CPUtime=1195.57
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 95392 0 0 0 119499 58 0 0 25 0 1 0 635607368 363319296 85013 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 88701 85013 79 162 0 88536 0
Current children cumulated CPU time (s) 1289.5
Current children cumulated vsize (KiB) 402376

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1146704/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=360676 CPUtime=1255
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 96865 0 0 0 125441 59 0 0 25 0 1 0 635607368 369332224 86486 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 90169 86486 79 162 0 90004 0
Current children cumulated CPU time (s) 1348.93
Current children cumulated vsize (KiB) 408248

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1132048/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=370192 CPUtime=1314.44
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 99240 0 0 0 131382 62 0 0 25 0 1 0 635607368 379076608 88861 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 92548 88861 79 162 0 92383 0
Current children cumulated CPU time (s) 1408.37
Current children cumulated vsize (KiB) 417764

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1122704/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=373948 CPUtime=1373.88
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100168 0 0 0 137325 63 0 0 25 0 1 0 635607368 382922752 89789 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 93487 89789 79 162 0 93322 0
Current children cumulated CPU time (s) 1467.81
Current children cumulated vsize (KiB) 421520

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1115728/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=373948 CPUtime=1433.31
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100168 0 0 0 143268 63 0 0 25 0 1 0 635607368 382922752 89789 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 93487 89789 79 162 0 93322 0
Current children cumulated CPU time (s) 1527.24
Current children cumulated vsize (KiB) 421520

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1110992/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=373948 CPUtime=1492.75
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100168 0 0 0 149212 63 0 0 25 0 1 0 635607368 382922752 89789 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 93487 89789 79 162 0 93322 0
Current children cumulated CPU time (s) 1586.68
Current children cumulated vsize (KiB) 421520

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1106768/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=373948 CPUtime=1552.19
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100168 0 0 0 155156 63 0 0 25 0 1 0 635607368 382922752 89789 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 93487 89789 79 162 0 93322 0
Current children cumulated CPU time (s) 1646.12
Current children cumulated vsize (KiB) 421520

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1103376/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=373948 CPUtime=1611.62
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100168 0 0 0 161099 63 0 0 25 0 1 0 635607368 382922752 89789 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 93487 89789 79 162 0 93322 0
Current children cumulated CPU time (s) 1705.55
Current children cumulated vsize (KiB) 421520

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1098000/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=376036 CPUtime=1671.07
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100676 0 0 0 167043 64 0 0 25 0 1 0 635607368 385060864 90297 996147200 134512640 135177480 4294955984 18446744073709551615 134565534 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 94009 90297 79 162 0 93844 0
Current children cumulated CPU time (s) 1765
Current children cumulated vsize (KiB) 423608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1096080/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=376036 CPUtime=1706.13
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100676 0 0 0 170549 64 0 0 25 0 1 0 635607368 385060864 90297 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 94009 90297 79 162 0 93844 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 423608

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

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

[startup+1817.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17159
/proc/meminfo: memFree=1096080/2055920 swapFree=4157732/4192956
[pid=17051] ppid=17049 vsize=47572 CPUtime=93.93
/proc/17051/stat : 17051 (galacE.sh) S 17049 17051 15432 0 -1 4194304 794 24558 5 2 0 1 9346 46 17 0 1 0 635597812 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17051/statm: 11893 364 245 79 0 219 0
[pid=17074] ppid=17051 vsize=376036 CPUtime=1706.13
/proc/17074/stat : 17074 (eSAT_static) R 17051 17051 15432 0 -1 4194304 100676 0 0 0 170549 64 0 0 25 0 1 0 635607368 385060864 90297 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17074/statm: 94009 90297 79 162 0 93844 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 423608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17051 and gives
#  childrusage.ru_utime.tv_sec=93
#  childrusage.ru_utime.tv_usec=473789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=481926
# CPU time returned by wait4() is 93.9557
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.71
CPU time (s): 1800.06
CPU user time (s): 1798.95
CPU system time (s): 1.11
CPU usage (%): 99.0288
Max. virtual memory (cumulated for all children) (KiB): 860492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.4738
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25352
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4334
involuntary context switches= 5893

runsolver used 2.22366 second user time and 6.13207 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 01:12:27
IDJOB=1060436
IDBENCH=54450
IDSOLVER=351
FILE ID=node60/1060436-1215126747
PBS_JOBID= 7877086
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-80.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060436-1215126747/watcher-1060436-1215126747 -o /tmp/evaluation-result-1060436-1215126747/solver-1060436-1215126747 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1060436-1215126747.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6db1170e4794f8db50d7ec9410af70a0
RANDOM SEED=513817715

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1845392 kB
Buffers:          4508 kB
Cached:          82812 kB
SwapCached:      28824 kB
Active:         112392 kB
Inactive:        46576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845392 kB
SwapTotal:     4192956 kB
SwapFree:      4157720 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          88072 kB
Slab:            36620 kB
Committed_AS:  1822168 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node60 at 2008-07-04 01:42:47