Trace number 1093242

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 1813.21

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-25.xml
MD5SUM023732cc0721336f3d429756d01d8832
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.2501
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
23.29/23.71	c start processing
23.29/23.71	c start relation processing
44.64/45.40	c start cnf exporting
73.07/74.38	c parsing time : 23.576
73.07/74.38	c preprocessing time : 74.25
73.07/74.38	
73.07/74.38	c Nary constraints - conflicts : 0 supports : 56
73.07/74.38	c Binary constraints - conflicts : 0 supports :0
73.07/74.38	c max arity constraint : 7
73.07/74.38	c Max Tuples generated 0
73.07/74.38	c relations : 56
73.07/74.38	c relations BDD: 56
73.07/74.38	c sampling 0/0
73.07/74.38	c vars : 205054 - clauses :  800503
73.07/74.38	
73.16/74.48	 
73.16/74.48	c --- SAT Solver Stats ---
73.16/74.48	 
73.16/74.48	c eSAT 0.1 : minisat core with additionnal features
73.16/74.48	c ============================[ Problem Statistics ]=============================
73.16/74.48	c |                                                                             |
73.16/74.49	c |  Number of variables:  205053                                               |
73.16/74.49	c |  Number of clauses:    800503                                               |
74.24/75.51	c |  Parsing time:         0.89         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-1093242-1215249137/watcher-1093242-1215249137 -o /tmp/evaluation-result-1093242-1215249137/solver-1093242-1215249137 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1093242-1215249137.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: 2.00 2.00 2.00 4/80 18606
/proc/meminfo: memFree=1536872/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=18572 CPUtime=0
/proc/18606/stat : 18606 (runsolver) R 18604 18606 17174 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2003888751 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18606/statm: 4643 292 257 25 0 2626 0

[startup+0.0672351 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18606
/proc/meminfo: memFree=1536872/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10184 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18606
/proc/meminfo: memFree=1536872/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302893 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18606
/proc/meminfo: memFree=1536872/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701307 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 18606
/proc/meminfo: memFree=1536872/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18628
/proc/meminfo: memFree=1457688/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18620] ppid=18606 vsize=812628 CPUtime=1.43
/proc/18620/stat : 18620 (java) S 18606 18606 17174 0 -1 0 24359 0 1 0 130 13 0 0 18 0 9 0 2003888755 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 203157 23785 1882 9 0 197138 0
[pid=18620/tid=18621] ppid=18606 vsize=812628 CPUtime=1.2
/proc/18620/task/18621/stat : 18621 (java) R 18606 18606 17174 0 -1 64 14451 0 1 0 112 8 0 0 25 0 9 0 2003888756 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4126752545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18622] ppid=18606 vsize=812628 CPUtime=0.09
/proc/18620/task/18622/stat : 18622 (java) S 18606 18606 17174 0 -1 64 8452 0 0 0 5 4 0 0 16 0 9 0 2003888758 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18623/stat : 18623 (java) S 18606 18606 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003888758 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18624] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18624/stat : 18624 (java) S 18606 18606 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003888758 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18625] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18625/stat : 18625 (java) S 18606 18606 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003888760 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18626] ppid=18606 vsize=812628 CPUtime=0.12
/proc/18620/task/18626/stat : 18626 (java) S 18606 18606 17174 0 -1 64 758 0 0 0 12 0 0 0 16 0 9 0 2003888760 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18627] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18627/stat : 18627 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003888760 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18628] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18628/stat : 18628 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003888760 832131072 23785 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860200

[startup+3.1033 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 18628
/proc/meminfo: memFree=1440408/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18620] ppid=18606 vsize=812628 CPUtime=3
/proc/18620/stat : 18620 (java) S 18606 18606 17174 0 -1 0 28501 0 1 0 285 15 0 0 18 0 9 0 2003888755 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 203157 27922 1882 9 0 197138 0
[pid=18620/tid=18621] ppid=18606 vsize=812628 CPUtime=2.64
/proc/18620/task/18621/stat : 18621 (java) R 18606 18606 17174 0 -1 64 14456 0 1 0 256 8 0 0 25 0 9 0 2003888756 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4126735814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18622] ppid=18606 vsize=812628 CPUtime=0.22
/proc/18620/task/18622/stat : 18622 (java) S 18606 18606 17174 0 -1 64 12589 0 0 0 16 6 0 0 16 0 9 0 2003888758 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18623/stat : 18623 (java) S 18606 18606 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003888758 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18624] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18624/stat : 18624 (java) S 18606 18606 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003888758 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18625] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18625/stat : 18625 (java) S 18606 18606 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003888760 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18626] ppid=18606 vsize=812628 CPUtime=0.12
/proc/18620/task/18626/stat : 18626 (java) S 18606 18606 17174 0 -1 64 758 0 0 0 12 0 0 0 16 0 9 0 2003888760 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18627] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18627/stat : 18627 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003888760 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18628] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18628/stat : 18628 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003888760 832131072 27922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860200

[startup+6.30197 s]
/proc/loadavg: 2.08 2.02 2.01 4/90 18628
/proc/meminfo: memFree=1410456/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18620] ppid=18606 vsize=812628 CPUtime=6.15
/proc/18620/stat : 18620 (java) S 18606 18606 17174 0 -1 0 36432 0 1 0 595 20 0 0 18 0 9 0 2003888755 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 203157 35843 1882 9 0 197138 0
[pid=18620/tid=18621] ppid=18606 vsize=812628 CPUtime=5.54
/proc/18620/task/18621/stat : 18621 (java) R 18606 18606 17174 0 -1 64 14466 0 1 0 545 9 0 0 25 0 9 0 2003888756 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18622] ppid=18606 vsize=812628 CPUtime=0.44
/proc/18620/task/18622/stat : 18622 (java) R 18606 18606 17174 0 -1 64 20505 0 0 0 35 9 0 0 16 0 9 0 2003888758 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18623/stat : 18623 (java) S 18606 18606 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003888758 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18624] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18624/stat : 18624 (java) S 18606 18606 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003888758 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18625] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18625/stat : 18625 (java) S 18606 18606 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003888760 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18626] ppid=18606 vsize=812628 CPUtime=0.13
/proc/18620/task/18626/stat : 18626 (java) S 18606 18606 17174 0 -1 64 763 0 0 0 13 0 0 0 16 0 9 0 2003888760 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18627] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18627/stat : 18627 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003888760 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18628] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18628/stat : 18628 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003888760 832131072 35843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 860200

[startup+12.7017 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 18628
/proc/meminfo: memFree=1342040/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18620] ppid=18606 vsize=812628 CPUtime=12.45
/proc/18620/stat : 18620 (java) S 18606 18606 17174 0 -1 0 52904 0 1 0 1216 29 0 0 18 0 9 0 2003888755 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 203157 52298 1883 9 0 197138 0
[pid=18620/tid=18621] ppid=18606 vsize=812628 CPUtime=11.35
/proc/18620/task/18621/stat : 18621 (java) R 18606 18606 17174 0 -1 64 14483 0 1 0 1125 10 0 0 25 0 9 0 2003888756 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4126632092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18622] ppid=18606 vsize=812628 CPUtime=0.92
/proc/18620/task/18622/stat : 18622 (java) S 18606 18606 17174 0 -1 64 36947 0 0 0 74 18 0 0 16 0 9 0 2003888758 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18623/stat : 18623 (java) S 18606 18606 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003888758 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18624] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18624/stat : 18624 (java) S 18606 18606 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003888758 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18625] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18625/stat : 18625 (java) S 18606 18606 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003888760 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18626] ppid=18606 vsize=812628 CPUtime=0.16
/proc/18620/task/18626/stat : 18626 (java) S 18606 18606 17174 0 -1 64 776 0 0 0 16 0 0 0 16 0 9 0 2003888760 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18627] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18627/stat : 18627 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003888760 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18628] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18628/stat : 18628 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003888760 832131072 52298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 860200

[startup+25.5022 s]
/proc/loadavg: 2.12 2.03 2.01 4/90 18628
/proc/meminfo: memFree=1220440/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18620] ppid=18606 vsize=812628 CPUtime=25.05
/proc/18620/stat : 18620 (java) S 18606 18606 17174 0 -1 0 81262 0 1 0 2459 46 0 0 18 0 9 0 2003888755 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18620/statm: 203157 80621 1890 9 0 197138 0
[pid=18620/tid=18621] ppid=18606 vsize=812628 CPUtime=23.05
/proc/18620/task/18621/stat : 18621 (java) R 18606 18606 17174 0 -1 64 14535 0 1 0 2293 12 0 0 25 0 9 0 2003888756 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4126886161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18622] ppid=18606 vsize=812628 CPUtime=1.78
/proc/18620/task/18622/stat : 18622 (java) S 18606 18606 17174 0 -1 64 65226 0 0 0 145 33 0 0 17 0 9 0 2003888758 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18623] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18623/stat : 18623 (java) S 18606 18606 17174 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003888758 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18624] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18624/stat : 18624 (java) S 18606 18606 17174 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003888758 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18625] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18625/stat : 18625 (java) S 18606 18606 17174 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003888760 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18626] ppid=18606 vsize=812628 CPUtime=0.21
/proc/18620/task/18626/stat : 18626 (java) S 18606 18606 17174 0 -1 64 803 0 0 0 21 0 0 0 15 0 9 0 2003888760 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18627] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18627/stat : 18627 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003888760 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18620/tid=18628] ppid=18606 vsize=812628 CPUtime=0
/proc/18620/task/18628/stat : 18628 (java) S 18606 18606 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003888760 832131072 80621 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 860200

[startup+51.1032 s]
/proc/loadavg: 2.08 2.03 2.01 3/90 18628
/proc/meminfo: memFree=1120728/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=0.01

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

/proc/18629/statm: 27949 27280 79 162 0 27784 0
Current children cumulated CPU time (s) 1112
Current children cumulated vsize (KiB) 159368

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1590352/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1098.74
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31054 0 0 0 109852 22 0 0 25 0 1 0 2003896200 114479104 27280 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27280 79 162 0 27784 0
Current children cumulated CPU time (s) 1171.98
Current children cumulated vsize (KiB) 159368

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18670
/proc/meminfo: memFree=1590160/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1158.71
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31055 0 0 0 115849 22 0 0 25 0 1 0 2003896200 114479104 27281 996147200 134512640 135177480 4294955968 18446744073709551615 134565225 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27281 79 162 0 27784 0
Current children cumulated CPU time (s) 1231.95
Current children cumulated vsize (KiB) 159368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1590160/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1218.47
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31055 0 0 0 121825 22 0 0 25 0 1 0 2003896200 114479104 27281 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27281 79 162 0 27784 0
Current children cumulated CPU time (s) 1291.71
Current children cumulated vsize (KiB) 159368

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589776/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1278.17
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31057 0 0 0 127795 22 0 0 25 0 1 0 2003896200 114479104 27283 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27283 79 162 0 27784 0
Current children cumulated CPU time (s) 1351.41
Current children cumulated vsize (KiB) 159368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589776/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1337.87
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31059 0 0 0 133765 22 0 0 25 0 1 0 2003896200 114479104 27285 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27285 79 162 0 27784 0
Current children cumulated CPU time (s) 1411.11
Current children cumulated vsize (KiB) 159368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589776/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1397.57
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31061 0 0 0 139735 22 0 0 25 0 1 0 2003896200 114479104 27287 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27287 79 162 0 27784 0
Current children cumulated CPU time (s) 1470.81
Current children cumulated vsize (KiB) 159368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589776/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1457.27
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31061 0 0 0 145705 22 0 0 25 0 1 0 2003896200 114479104 27287 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27287 79 162 0 27784 0
Current children cumulated CPU time (s) 1530.51
Current children cumulated vsize (KiB) 159368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589712/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1516.97
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31061 0 0 0 151675 22 0 0 25 0 1 0 2003896200 114479104 27287 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27287 79 162 0 27784 0
Current children cumulated CPU time (s) 1590.21
Current children cumulated vsize (KiB) 159368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589712/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=111796 CPUtime=1576.67
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31061 0 0 0 157645 22 0 0 25 0 1 0 2003896200 114479104 27287 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 27949 27287 79 162 0 27784 0
Current children cumulated CPU time (s) 1649.91
Current children cumulated vsize (KiB) 159368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589456/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=112040 CPUtime=1636.38
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31102 0 0 0 163616 22 0 0 25 0 1 0 2003896200 114728960 27328 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 28010 27328 79 162 0 27845 0
Current children cumulated CPU time (s) 1709.62
Current children cumulated vsize (KiB) 159612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589392/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=112040 CPUtime=1696.07
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31103 0 0 0 169585 22 0 0 25 0 1 0 2003896200 114728960 27329 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 28010 27329 79 162 0 27845 0
Current children cumulated CPU time (s) 1769.31
Current children cumulated vsize (KiB) 159612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18670
/proc/meminfo: memFree=1589392/2055920 swapFree=4179968/4192956
[pid=18606] ppid=18604 vsize=47572 CPUtime=73.24
/proc/18606/stat : 18606 (galacE.sh) S 18604 18606 17174 0 -1 4194304 799 107359 0 1 0 0 7244 80 17 0 1 0 2003888751 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18606/statm: 11893 364 245 79 0 219 0
[pid=18629] ppid=18606 vsize=112040 CPUtime=1726.82
/proc/18629/stat : 18629 (eSAT_static) R 18606 18606 17174 0 -1 4194304 31103 0 0 0 172660 22 0 0 25 0 1 0 2003896200 114728960 27329 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 0 0 0
/proc/18629/statm: 28010 27329 79 162 0 27845 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 159612

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18606 and gives
#  childrusage.ru_utime.tv_sec=72
#  childrusage.ru_utime.tv_usec=443986
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=811876
# CPU time returned by wait4() is 73.2559
# 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): 1813.21
CPU time (s): 1800.06
CPU user time (s): 1799.04
CPU system time (s): 1.02
CPU usage (%): 99.2746
Max. virtual memory (cumulated for all children) (KiB): 860200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.444
system time used= 0.811876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108158
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3487
involuntary context switches= 5067

runsolver used 2.34564 second user time and 6.16106 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 11:12:19
IDJOB=1093242
IDBENCH=58693
IDSOLVER=351
FILE ID=node11/1093242-1215249137
PBS_JOBID= 7882016
Free space on /tmp= 66496 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-25.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093242-1215249137/watcher-1093242-1215249137 -o /tmp/evaluation-result-1093242-1215249137/solver-1093242-1215249137 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1093242-1215249137.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 023732cc0721336f3d429756d01d8832
RANDOM SEED=2029685053

node11.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.224
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.224
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:       1537352 kB
Buffers:         11428 kB
Cached:         212872 kB
SwapCached:       7036 kB
Active:         364584 kB
Inactive:       100660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537352 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           33760 kB
Writeback:           0 kB
Mapped:         257304 kB
Slab:            38132 kB
Committed_AS:  4113456 kB
PageTables:       2316 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= 66508 MiB
End job on node11 at 2008-07-05 11:42:34