Trace number 1059128

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.07 1817.31

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-25_ext.xml
MD5SUM0495c388dd957a0ac86fa598c5baf4f0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.28	c --- Preproc Stats ---
5.45/5.85	c start processing
5.45/5.85	c start relation processing
18.83/19.32	c start cnf exporting
74.66/75.71	c parsing time : 5.468
74.66/75.71	c preprocessing time : 75.328
74.66/75.71	
74.66/75.71	c Nary constraints - conflicts : 0 supports : 93
74.66/75.71	c Binary constraints - conflicts : 0 supports :0
74.66/75.71	c max arity constraint : 3
74.66/75.71	c Max Tuples generated 0
74.66/75.71	c relations : 93
74.66/75.71	c relations BDD: 93
74.66/75.71	c sampling 0/0
74.66/75.71	c vars : 598533 - clauses :  1875471
74.66/75.71	
74.73/75.81	 
74.73/75.81	c --- SAT Solver Stats ---
74.73/75.81	 
74.73/75.81	c eSAT 0.1 : minisat core with additionnal features
74.73/75.81	c ============================[ Problem Statistics ]=============================
74.73/75.81	c |                                                                             |
74.73/75.81	c |  Number of variables:  598532                                               |
74.73/75.81	c |  Number of clauses:    1875471                                              |
76.80/77.92	c |  Parsing time:         1.86         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-1059128-1215121262/watcher-1059128-1215121262 -o /tmp/evaluation-result-1059128-1215121262/solver-1059128-1215121262 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1059128-1215121262.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 1.98 1.99 4/74 17589
/proc/meminfo: memFree=1719936/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=18572 CPUtime=0
/proc/17589/stat : 17589 (runsolver) D 17587 17589 16084 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1541793039 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17589/statm: 4643 292 257 25 0 2626 0

[startup+0.00980891 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 17589
/proc/meminfo: memFree=1719936/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=18572 CPUtime=0
/proc/17589/stat : 17589 (runsolver) D 17587 17589 16084 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1541793039 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17589/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101827 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 17589
/proc/meminfo: memFree=1719936/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=8652 CPUtime=0
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 345 0 1 0 0 0 0 0 17 0 1 0 1541793039 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301865 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 17589
/proc/meminfo: memFree=1719936/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.701937 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 17589
/proc/meminfo: memFree=1719936/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50107 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1681584/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17603] ppid=17589 vsize=812416 CPUtime=1.18
/proc/17603/stat : 17603 (java) S 17589 17589 16084 0 -1 0 21606 0 1 0 107 11 0 0 18 0 9 0 1541793067 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 203104 21029 1884 9 0 197138 0
[pid=17603/tid=17604] ppid=17589 vsize=812416 CPUtime=0.98
/proc/17603/task/17604/stat : 17604 (java) R 17589 17589 16084 0 -1 64 14455 0 1 0 91 7 0 0 24 0 9 0 1541793069 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4126735759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17605] ppid=17589 vsize=812416 CPUtime=0.05
/proc/17603/task/17605/stat : 17605 (java) S 17589 17589 16084 0 -1 64 5693 0 0 0 4 1 0 0 16 0 9 0 1541793070 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17606/stat : 17606 (java) S 17589 17589 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541793070 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17589 17589 16084 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541793070 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541793072 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17589 vsize=812416 CPUtime=0.11
/proc/17603/task/17609/stat : 17609 (java) S 17589 17589 16084 0 -1 64 752 0 0 0 11 0 0 0 16 0 9 0 1541793072 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17610/stat : 17610 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541793072 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541793072 831913984 21029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 860000

[startup+3.10235 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1636976/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17603] ppid=17589 vsize=812416 CPUtime=2.77
/proc/17603/stat : 17603 (java) S 17589 17589 16084 0 -1 0 25267 0 1 0 265 12 0 0 18 0 9 0 1541793067 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 203104 24684 1884 9 0 197138 0
[pid=17603/tid=17604] ppid=17589 vsize=812416 CPUtime=2.41
/proc/17603/task/17604/stat : 17604 (java) R 17589 17589 16084 0 -1 64 14461 0 1 0 234 7 0 0 25 0 9 0 1541793069 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4126670566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17605] ppid=17589 vsize=812416 CPUtime=0.19
/proc/17603/task/17605/stat : 17605 (java) S 17589 17589 16084 0 -1 64 9344 0 0 0 17 2 0 0 16 0 9 0 1541793070 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17606/stat : 17606 (java) S 17589 17589 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541793070 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17589 17589 16084 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541793070 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541793072 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17589 vsize=812416 CPUtime=0.12
/proc/17603/task/17609/stat : 17609 (java) S 17589 17589 16084 0 -1 64 756 0 0 0 12 0 0 0 16 0 9 0 1541793072 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17610/stat : 17610 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541793072 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541793072 831913984 24684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 860000

[startup+6.30191 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1607920/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17603] ppid=17589 vsize=812416 CPUtime=5.94
/proc/17603/stat : 17603 (java) S 17589 17589 16084 0 -1 0 30665 0 1 0 580 14 0 0 18 0 9 0 1541793067 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 203104 30071 1891 9 0 197138 0
[pid=17603/tid=17604] ppid=17589 vsize=812416 CPUtime=5.29
/proc/17603/task/17604/stat : 17604 (java) R 17589 17589 16084 0 -1 64 14484 0 1 0 521 8 0 0 25 0 9 0 1541793069 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4126887449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17605] ppid=17589 vsize=812416 CPUtime=0.41
/proc/17603/task/17605/stat : 17605 (java) S 17589 17589 16084 0 -1 64 14672 0 0 0 38 3 0 0 16 0 9 0 1541793070 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17606/stat : 17606 (java) S 17589 17589 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541793070 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17589 17589 16084 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541793070 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541793072 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17589 vsize=812416 CPUtime=0.2
/proc/17603/task/17609/stat : 17609 (java) S 17589 17589 16084 0 -1 64 803 0 0 0 20 0 0 0 16 0 9 0 1541793072 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17610/stat : 17610 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541793072 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541793072 831913984 30071 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 860000

[startup+12.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1516016/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17603] ppid=17589 vsize=812416 CPUtime=12.27
/proc/17603/stat : 17603 (java) S 17589 17589 16084 0 -1 0 52976 0 1 0 1202 25 0 0 18 0 9 0 1541793067 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 203104 52379 1892 9 0 197138 0
[pid=17603/tid=17604] ppid=17589 vsize=812416 CPUtime=10.53
/proc/17603/task/17604/stat : 17604 (java) R 17589 17589 16084 0 -1 64 14487 0 1 0 1045 8 0 0 25 0 9 0 1541793069 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4126890139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17605] ppid=17589 vsize=812416 CPUtime=1.51
/proc/17603/task/17605/stat : 17605 (java) S 17589 17589 16084 0 -1 64 36979 0 0 0 136 15 0 0 16 0 9 0 1541793070 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17606/stat : 17606 (java) S 17589 17589 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541793070 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17589 17589 16084 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541793070 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541793072 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17589 vsize=812416 CPUtime=0.2
/proc/17603/task/17609/stat : 17609 (java) S 17589 17589 16084 0 -1 64 804 0 0 0 20 0 0 0 16 0 9 0 1541793072 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17610/stat : 17610 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541793072 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541793072 831913984 52379 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 860000

[startup+25.5012 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1373232/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 764 1698 1 0 0 0 0 1 18 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17603] ppid=17589 vsize=812416 CPUtime=24.95
/proc/17603/stat : 17603 (java) S 17589 17589 16084 0 -1 0 87905 0 1 0 2452 43 0 0 18 0 9 0 1541793067 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17603/statm: 203104 87292 1911 9 0 197138 0
[pid=17603/tid=17604] ppid=17589 vsize=812416 CPUtime=21.47
/proc/17603/task/17604/stat : 17604 (java) R 17589 17589 16084 0 -1 64 14541 0 1 0 2136 11 0 0 25 0 9 0 1541793069 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4126979664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17605] ppid=17589 vsize=812416 CPUtime=3.19
/proc/17603/task/17605/stat : 17605 (java) S 17589 17589 16084 0 -1 64 71816 0 0 0 289 30 0 0 16 0 9 0 1541793070 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17606] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17606/stat : 17606 (java) S 17589 17589 16084 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541793070 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17607] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17607/stat : 17607 (java) S 17589 17589 16084 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541793070 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17608] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17608/stat : 17608 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541793072 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17609] ppid=17589 vsize=812416 CPUtime=0.25
/proc/17603/task/17609/stat : 17609 (java) S 17589 17589 16084 0 -1 64 842 0 0 0 25 0 0 0 15 0 9 0 1541793072 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17610] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17610/stat : 17610 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541793072 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17603/tid=17611] ppid=17589 vsize=812416 CPUtime=0
/proc/17603/task/17611/stat : 17611 (java) S 17589 17589 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541793072 831913984 87292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 860000

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 17611
/proc/meminfo: memFree=1357872/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=0.01

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

/proc/17612/statm: 90759 86518 79 162 0 90594 0
Current children cumulated CPU time (s) 1166.75
Current children cumulated vsize (KiB) 410620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 17675
/proc/meminfo: memFree=1323288/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=363036 CPUtime=1150.82
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 96933 0 0 0 115024 58 0 0 25 0 1 0 1541800620 371748864 86518 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/17612/statm: 90759 86518 79 162 0 90594 0
Current children cumulated CPU time (s) 1225.56
Current children cumulated vsize (KiB) 410620

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1406424/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=363036 CPUtime=1210.55
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 96933 0 0 0 120997 58 0 0 25 0 1 0 1541800620 371748864 86518 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 90759 86518 79 162 0 90594 0
Current children cumulated CPU time (s) 1285.29
Current children cumulated vsize (KiB) 410620

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1406168/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=363036 CPUtime=1270.53
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97013 0 0 0 126994 59 0 0 25 0 1 0 1541800620 371748864 86598 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 90759 86598 79 162 0 90594 0
Current children cumulated CPU time (s) 1345.27
Current children cumulated vsize (KiB) 410620

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1405016/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=363876 CPUtime=1330.5
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97290 0 0 0 132991 59 0 0 25 0 1 0 1541800620 372609024 86875 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 90969 86875 79 162 0 90804 0
Current children cumulated CPU time (s) 1405.24
Current children cumulated vsize (KiB) 411460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1402840/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=365856 CPUtime=1390.47
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97806 0 0 0 138987 60 0 0 25 0 1 0 1541800620 374636544 87391 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91464 87391 79 162 0 91299 0
Current children cumulated CPU time (s) 1465.21
Current children cumulated vsize (KiB) 413440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1402776/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=365856 CPUtime=1450.44
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97806 0 0 0 144984 60 0 0 25 0 1 0 1541800620 374636544 87391 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91464 87391 79 162 0 91299 0
Current children cumulated CPU time (s) 1525.18
Current children cumulated vsize (KiB) 413440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1402648/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=366028 CPUtime=1510.41
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97843 0 0 0 150981 60 0 0 25 0 1 0 1541800620 374812672 87428 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91507 87428 79 162 0 91342 0
Current children cumulated CPU time (s) 1585.15
Current children cumulated vsize (KiB) 413612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1402520/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=366028 CPUtime=1570.39
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97845 0 0 0 156979 60 0 0 25 0 1 0 1541800620 374812672 87430 996147200 134512640 135177480 4294955984 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91507 87430 79 162 0 91342 0
Current children cumulated CPU time (s) 1645.13
Current children cumulated vsize (KiB) 413612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1402456/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=366028 CPUtime=1630.36
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 97847 0 0 0 162976 60 0 0 25 0 1 0 1541800620 374812672 87432 996147200 134512640 135177480 4294955984 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91507 87432 79 162 0 91342 0
Current children cumulated CPU time (s) 1705.1
Current children cumulated vsize (KiB) 413612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1401496/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=367164 CPUtime=1690.34
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 98097 0 0 0 168973 61 0 0 25 0 1 0 1541800620 375975936 87682 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 91791 87682 79 162 0 91626 0
Current children cumulated CPU time (s) 1765.08
Current children cumulated vsize (KiB) 414748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1399320/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=369168 CPUtime=1725.33
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 98622 0 0 0 172471 62 0 0 25 0 1 0 1541800620 378028032 88207 996147200 134512640 135177480 4294955984 18446744073709551615 134548385 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 92292 88207 79 162 0 92127 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 416752

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

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

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17678
/proc/meminfo: memFree=1399320/2055920 swapFree=4180408/4192956
[pid=17589] ppid=17587 vsize=47584 CPUtime=74.74
/proc/17589/stat : 17589 (galacE.sh) S 17587 17589 16084 0 -1 4194304 798 89709 1 1 0 0 7405 69 17 0 1 0 1541793039 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17589/statm: 11896 364 245 79 0 219 0
[pid=17612] ppid=17589 vsize=369168 CPUtime=1725.33
/proc/17612/stat : 17612 (eSAT_static) R 17589 17589 16084 0 -1 4194304 98622 0 0 0 172471 62 0 0 25 0 1 0 1541800620 378028032 88207 996147200 134512640 135177480 4294955984 18446744073709551615 134548385 0 0 4096 3 0 0 0 17 0 0 0
/proc/17612/statm: 92292 88207 79 162 0 92127 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 416752

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17589 and gives
#  childrusage.ru_utime.tv_sec=74
#  childrusage.ru_utime.tv_usec=55741
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=706892
# CPU time returned by wait4() is 74.7626
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.31
CPU time (s): 1800.07
CPU user time (s): 1798.76
CPU system time (s): 1.31
CPU usage (%): 99.0511
Max. virtual memory (cumulated for all children) (KiB): 860000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0557
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90507
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3459
involuntary context switches= 4983

runsolver used 2.21566 second user time and 5.8891 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-03 23:41:02
IDJOB=1059128
IDBENCH=54209
IDSOLVER=351
FILE ID=node55/1059128-1215121262
PBS_JOBID= 7877095
Free space on /tmp= 66524 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-25_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059128-1215121262/watcher-1059128-1215121262 -o /tmp/evaluation-result-1059128-1215121262/solver-1059128-1215121262 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1059128-1215121262.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0495c388dd957a0ac86fa598c5baf4f0
RANDOM SEED=1585020731

node55.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.261
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.261
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:       1720416 kB
Buffers:         13088 kB
Cached:         128356 kB
SwapCached:       6728 kB
Active:         246424 kB
Inactive:        37060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720416 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            8904 kB
Writeback:           0 kB
Mapped:         148408 kB
Slab:            36972 kB
Committed_AS:  3218876 kB
PageTables:       2220 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= 66472 MiB
End job on node55 at 2008-07-04 00:11:22