Trace number 1057195

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 M? (TO) 1800.03 1816.91

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-10_ext.xml
MD5SUMbf18611143afc06b8e4788fb89aa7ca2
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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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 ---
3.02/3.10	c start processing
3.02/3.10	c start relation processing
9.37/9.55	c start cnf exporting
39.77/40.21	c parsing time : 2.969
39.77/40.22	c preprocessing time : 40.087
39.77/40.22	
39.77/40.22	c Nary constraints - conflicts : 0 supports : 76
39.77/40.22	c Binary constraints - conflicts : 0 supports :0
39.77/40.22	c max arity constraint : 3
39.77/40.22	c Max Tuples generated 0
39.77/40.22	c relations : 76
39.77/40.22	c relations BDD: 76
39.77/40.22	c sampling 0/0
39.77/40.22	c vars : 302735 - clauses :  955877
39.77/40.22	
39.77/40.27	 
39.77/40.27	c --- SAT Solver Stats ---
39.77/40.27	 

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-1057195-1215109398/watcher-1057195-1215109398 -o /tmp/evaluation-result-1057195-1215109398/solver-1057195-1215109398 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1057195-1215109398.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.87 1.97 1.95 4/80 1631
/proc/meminfo: memFree=1407536/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=8652 CPUtime=0
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 633876961 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 2163 280 208 79 0 156 0
[pid=1632] ppid=1631 vsize=8688 CPUtime=0
/proc/1632/stat : 1632 (galacM.sh) S 1631 1631 1428 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 633876962 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1632/statm: 2172 286 209 79 0 165 0
[pid=1633] ppid=1632 vsize=3612 CPUtime=0
/proc/1633/stat : 1633 (id) R 1632 1631 1428 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 633876962 3698688 99 996147200 4194304 4211724 548682068848 18446744073709551615 226913648114 0 0 3674112 0 0 0 0 17 0 0 0
/proc/1633/statm: 903 99 81 4 0 44 0

[startup+0.0256879 s]
/proc/loadavg: 1.87 1.97 1.95 4/80 1631
/proc/meminfo: memFree=1407536/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=8784 CPUtime=0
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 586 1320 0 0 0 0 0 0 20 0 1 0 633876961 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1631/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.102527 s]
/proc/loadavg: 1.87 1.97 1.95 4/80 1631
/proc/meminfo: memFree=1407536/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301559 s]
/proc/loadavg: 1.87 1.97 1.95 4/80 1631
/proc/meminfo: memFree=1407536/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701637 s]
/proc/loadavg: 1.87 1.97 1.95 4/80 1631
/proc/meminfo: memFree=1407536/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50279 s]
/proc/loadavg: 1.87 1.97 1.95 3/90 1656
/proc/meminfo: memFree=1336800/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1647] ppid=1631 vsize=812628 CPUtime=1.43
/proc/1647/stat : 1647 (java) S 1631 1631 1428 0 -1 0 22478 0 1 0 131 12 0 0 18 0 9 0 633876965 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1647/statm: 203157 21902 1881 9 0 197138 0
[pid=1647/tid=1648] ppid=1631 vsize=812628 CPUtime=1.2
/proc/1647/task/1648/stat : 1648 (java) R 1631 1631 1428 0 -1 64 14457 0 1 0 112 8 0 0 25 0 9 0 633876966 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4126657447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1649] ppid=1631 vsize=812628 CPUtime=0.08
/proc/1647/task/1649/stat : 1649 (java) S 1631 1631 1428 0 -1 64 6572 0 0 0 6 2 0 0 16 0 9 0 633876967 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1650] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1650/stat : 1650 (java) S 1631 1631 1428 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 633876968 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1651] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1651/stat : 1651 (java) S 1631 1631 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 633876968 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1652] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1652/stat : 1652 (java) S 1631 1631 1428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 633876970 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1653] ppid=1631 vsize=812628 CPUtime=0.12
/proc/1647/task/1653/stat : 1653 (java) S 1631 1631 1428 0 -1 64 750 0 0 0 12 0 0 0 16 0 9 0 633876970 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1655] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1655/stat : 1655 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 633876970 832131072 21902 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1656] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1656/stat : 1656 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633876970 832131072 21902 996147200 134512640 134550740 4294955616 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) 860192

[startup+3.10109 s]
/proc/loadavg: 1.87 1.97 1.95 3/90 1656
/proc/meminfo: memFree=1319136/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1647] ppid=1631 vsize=812628 CPUtime=3.01
/proc/1647/stat : 1647 (java) S 1631 1631 1428 0 -1 0 26065 0 1 0 287 14 0 0 18 0 9 0 633876965 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1647/statm: 203157 25483 1883 9 0 197138 0
[pid=1647/tid=1648] ppid=1631 vsize=812628 CPUtime=2.61
/proc/1647/task/1648/stat : 1648 (java) R 1631 1631 1428 0 -1 64 14470 0 1 0 252 9 0 0 25 0 9 0 633876966 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4125956580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1649] ppid=1631 vsize=812628 CPUtime=0.24
/proc/1647/task/1649/stat : 1649 (java) S 1631 1631 1428 0 -1 64 10130 0 0 0 20 4 0 0 16 0 9 0 633876967 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1650] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1650/stat : 1650 (java) S 1631 1631 1428 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 633876968 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1651] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1651/stat : 1651 (java) S 1631 1631 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 633876968 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1652] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1652/stat : 1652 (java) S 1631 1631 1428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 633876970 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1653] ppid=1631 vsize=812628 CPUtime=0.14
/proc/1647/task/1653/stat : 1653 (java) S 1631 1631 1428 0 -1 64 766 0 0 0 14 0 0 0 16 0 9 0 633876970 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1655] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1655/stat : 1655 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 633876970 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1656] ppid=1631 vsize=812628 CPUtime=0
/proc/1647/task/1656/stat : 1656 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633876970 832131072 25483 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860192

[startup+6.30271 s]
/proc/loadavg: 1.88 1.97 1.95 3/90 1656
/proc/meminfo: memFree=1272544/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1647] ppid=1631 vsize=812748 CPUtime=6.18
/proc/1647/stat : 1647 (java) S 1631 1631 1428 0 -1 0 34372 0 1 0 600 18 0 0 18 0 9 0 633876965 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1647/statm: 203187 33786 1889 9 0 197168 0
[pid=1647/tid=1648] ppid=1631 vsize=812748 CPUtime=5.33
/proc/1647/task/1648/stat : 1648 (java) R 1631 1631 1428 0 -1 64 14493 0 1 0 524 9 0 0 25 0 9 0 633876966 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4126821239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1649] ppid=1631 vsize=812748 CPUtime=0.66
/proc/1647/task/1649/stat : 1649 (java) S 1631 1631 1428 0 -1 64 18395 0 0 0 58 8 0 0 16 0 9 0 633876967 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1650] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1650/stat : 1650 (java) S 1631 1631 1428 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 633876968 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1651] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1651/stat : 1651 (java) S 1631 1631 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 633876968 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1652] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1652/stat : 1652 (java) S 1631 1631 1428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 633876970 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1653] ppid=1631 vsize=812748 CPUtime=0.17
/proc/1647/task/1653/stat : 1653 (java) S 1631 1631 1428 0 -1 64 785 0 0 0 17 0 0 0 16 0 9 0 633876970 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1655] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1655/stat : 1655 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 633876970 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1656] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1656/stat : 1656 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633876970 832253952 33786 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860312

[startup+12.7019 s]
/proc/loadavg: 1.89 1.97 1.95 4/90 1656
/proc/meminfo: memFree=1186848/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1647] ppid=1631 vsize=812748 CPUtime=12.52
/proc/1647/stat : 1647 (java) S 1631 1631 1428 0 -1 0 55539 0 1 0 1222 30 0 0 18 0 9 0 633876965 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1647/statm: 203187 54944 1909 9 0 197168 0
[pid=1647/tid=1648] ppid=1631 vsize=812748 CPUtime=10.51
/proc/1647/task/1648/stat : 1648 (java) R 1631 1631 1428 0 -1 64 14544 0 1 0 1040 11 0 0 25 0 9 0 633876966 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 103232512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1649] ppid=1631 vsize=812748 CPUtime=1.76
/proc/1647/task/1649/stat : 1649 (java) S 1631 1631 1428 0 -1 64 39474 0 0 0 158 18 0 0 16 0 9 0 633876967 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1650] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1650/stat : 1650 (java) S 1631 1631 1428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 633876968 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1651] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1651/stat : 1651 (java) S 1631 1631 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 633876968 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1652] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1652/stat : 1652 (java) S 1631 1631 1428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1653] ppid=1631 vsize=812748 CPUtime=0.23
/proc/1647/task/1653/stat : 1653 (java) S 1631 1631 1428 0 -1 64 822 0 0 0 23 0 0 0 15 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1655] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1655/stat : 1655 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1656] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1656/stat : 1656 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860312

[startup+25.5024 s]
/proc/loadavg: 1.91 1.97 1.95 3/90 1656
/proc/meminfo: memFree=1179616/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=0.01
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1647] ppid=1631 vsize=812748 CPUtime=25.2
/proc/1647/stat : 1647 (java) S 1631 1631 1428 0 -1 0 55562 0 1 0 2485 35 0 0 18 0 9 0 633876965 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1647/statm: 203187 54944 1909 9 0 197168 0
[pid=1647/tid=1648] ppid=1631 vsize=812748 CPUtime=23.16
/proc/1647/task/1648/stat : 1648 (java) R 1631 1631 1428 0 -1 64 14567 0 1 0 2301 15 0 0 25 0 9 0 633876966 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4126913459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1649] ppid=1631 vsize=812748 CPUtime=1.78
/proc/1647/task/1649/stat : 1649 (java) S 1631 1631 1428 0 -1 64 39474 0 0 0 160 18 0 0 16 0 9 0 633876967 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1650] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1650/stat : 1650 (java) S 1631 1631 1428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 633876968 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1651] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1651/stat : 1651 (java) S 1631 1631 1428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 633876968 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1652] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1652/stat : 1652 (java) S 1631 1631 1428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1653] ppid=1631 vsize=812748 CPUtime=0.23
/proc/1647/task/1653/stat : 1653 (java) S 1631 1631 1428 0 -1 64 822 0 0 0 23 0 0 0 15 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1655] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1655/stat : 1655 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1647/tid=1656] ppid=1631 vsize=812748 CPUtime=0
/proc/1647/task/1656/stat : 1656 (java) S 1631 1631 1428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633876970 832253952 54944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/1657/statm: 40939 40311 57 152 0 40784 0
Current children cumulated CPU time (s) 1171.14
Current children cumulated vsize (KiB) 211320

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1217824/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=167452 CPUtime=1190.74
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 41268 0 0 0 119029 45 0 0 25 0 1 0 633880989 171470848 41249 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 41863 41249 57 152 0 41708 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 215016

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1214112/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=171164 CPUtime=1250.19
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 42190 0 0 0 124973 46 0 0 25 0 1 0 633880989 175271936 42171 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 42791 42171 57 152 0 42636 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 218728

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1211104/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=174208 CPUtime=1309.62
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 42944 0 0 0 130915 47 0 0 25 0 1 0 633880989 178388992 42925 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 43552 42925 57 152 0 43397 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 221772

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1207904/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=177244 CPUtime=1369.07
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 43725 0 0 0 136859 48 0 0 25 0 1 0 633880989 181497856 43706 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 44311 43706 57 152 0 44156 0
Current children cumulated CPU time (s) 1408.9
Current children cumulated vsize (KiB) 224808

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1204768/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=180412 CPUtime=1428.5
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 44509 0 0 0 142801 49 0 0 25 0 1 0 633880989 184741888 44490 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 45103 44490 57 152 0 44948 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 227976

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1202144/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=182940 CPUtime=1487.94
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 45149 0 0 0 148744 50 0 0 25 0 1 0 633880989 187330560 45130 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 45735 45130 57 152 0 45580 0
Current children cumulated CPU time (s) 1527.77
Current children cumulated vsize (KiB) 230504

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1199904/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=185200 CPUtime=1547.4
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 45711 0 0 0 154689 51 0 0 25 0 1 0 633880989 189644800 45692 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 46300 45692 57 152 0 46145 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 232764

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1195552/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=189580 CPUtime=1606.83
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 46819 0 0 0 160630 53 0 0 25 0 1 0 633880989 194129920 46800 996147200 134512640 135136200 4294955968 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 47395 46800 57 152 0 47240 0
Current children cumulated CPU time (s) 1646.66
Current children cumulated vsize (KiB) 237144

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/82 1657
/proc/meminfo: memFree=1192288/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=193152 CPUtime=1666.28
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 47603 0 0 0 166574 54 0 0 25 0 1 0 633880989 197787648 47584 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 48288 47584 57 152 0 48133 0
Current children cumulated CPU time (s) 1706.11
Current children cumulated vsize (KiB) 240716

[startup+1782.3 s]
/proc/loadavg: 1.91 1.95 1.95 2/69 1678
/proc/meminfo: memFree=1303944/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=196100 CPUtime=1725.81
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 48356 0 0 0 172525 56 0 0 25 0 1 0 633880989 200806400 48337 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/1657/statm: 49025 48337 57 152 0 48870 0
Current children cumulated CPU time (s) 1765.64
Current children cumulated vsize (KiB) 243664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 1.90 1.94 1.94 3/83 1703
/proc/meminfo: memFree=508432/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=197832 CPUtime=1760.2
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 48795 0 0 0 175963 57 0 0 25 0 1 0 633880989 202579968 48776 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 49458 48776 57 152 0 49303 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 245396

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

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

[startup+1816.9 s]
/proc/loadavg: 1.90 1.94 1.94 3/83 1703
/proc/meminfo: memFree=508432/2055920 swapFree=4175520/4192956
[pid=1631] ppid=1629 vsize=47564 CPUtime=39.83
/proc/1631/stat : 1631 (galacM.sh) S 1629 1631 1428 0 -1 4194304 799 57298 0 1 0 0 3938 45 17 0 1 0 633876961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1631/statm: 11891 364 245 79 0 219 0
[pid=1657] ppid=1631 vsize=197832 CPUtime=1760.2
/proc/1657/stat : 1657 (minisat) R 1631 1631 1428 0 -1 4194304 48795 0 0 0 175963 57 0 0 25 0 1 0 633880989 202579968 48776 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1657/statm: 49458 48776 57 152 0 49303 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 245396

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1631 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=389011
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=456930
# CPU time returned by wait4() is 39.8459
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.91
CPU time (s): 1800.03
CPU user time (s): 1799.01
CPU system time (s): 1.02
CPU usage (%): 99.0708
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.389
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58097
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= 2341
involuntary context switches= 3964

runsolver used 2.6206 second user time and 5.42817 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-03 20:23:18
IDJOB=1057195
IDBENCH=54004
IDSOLVER=350
FILE ID=node5/1057195-1215109398
PBS_JOBID= 7877194
Free space on /tmp= 66532 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-10_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057195-1215109398/watcher-1057195-1215109398 -o /tmp/evaluation-result-1057195-1215109398/solver-1057195-1215109398 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1057195-1215109398.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf18611143afc06b8e4788fb89aa7ca2
RANDOM SEED=1970313283

node5.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.279
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.279
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:       1408016 kB
Buffers:         65500 kB
Cached:         391792 kB
SwapCached:      11364 kB
Active:         296032 kB
Inactive:       275536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408016 kB
SwapTotal:     4192956 kB
SwapFree:      4175520 kB
Dirty:           14692 kB
Writeback:           0 kB
Mapped:         122904 kB
Slab:            61368 kB
Committed_AS:  1670572 kB
PageTables:       1972 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= 66520 MiB
End job on node5 at 2008-07-03 20:53:37