Trace number 1064909

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 1817.01

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-22s-smv.xml
MD5SUM12b9f6423c9315112e1682a7a9e966a5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.8231
Satisfiable
(Un)Satisfiability was proved
Number of variables5985
Number of constraints15364
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15364
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c --- Preproc Stats ---
33.61/34.09	c start processing
33.71/34.10	c start relation processing
35.09/35.55	c start cnf exporting
152.21/153.65	c parsing time : 33.933
152.21/153.65	c preprocessing time : 153.49
152.21/153.66	
152.21/153.66	c Nary constraints - conflicts : 5838 supports : 0
152.21/153.66	c Binary constraints - conflicts : 9526 supports :0
152.21/153.66	c max arity constraint : 15
152.21/153.66	c Max Tuples generated 32768
152.21/153.66	c relations : 60
152.21/153.66	c relations BDD: 20
152.21/153.66	c sampling 17/20
152.21/153.66	c vars : 828766 - clauses :  2966681
152.21/153.66	
152.28/153.71	 
152.28/153.71	c --- SAT Solver Stats ---
152.28/153.71	 
152.28/153.71	c eSAT 0.1 : minisat core with additionnal features
152.28/153.71	c ============================[ Problem Statistics ]=============================
152.28/153.71	c |                                                                             |
152.28/153.71	c |  Number of variables:  828765                                               |
152.28/153.71	c |  Number of clauses:    2966681                                              |
155.75/157.23	c |  Parsing time:         3.10         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-1064909-1215144662/watcher-1064909-1215144662 -o /tmp/evaluation-result-1064909-1215144662/solver-1064909-1215144662 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1064909-1215144662.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 16713
/proc/meminfo: memFree=1366872/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=5192 CPUtime=0
/proc/16713/stat : 16713 (galacE.sh) D 16711 16713 12893 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 1993439108 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 264840642034 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16713/statm: 1298 80 59 79 0 108 0

[startup+0.013598 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 16713
/proc/meminfo: memFree=1366872/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=5192 CPUtime=0
/proc/16713/stat : 16713 (galacE.sh) D 16711 16713 12893 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 1993439108 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 264840642034 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16713/statm: 1298 80 59 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.107615 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 16713
/proc/meminfo: memFree=1366872/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302633 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 16713
/proc/meminfo: memFree=1366872/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702674 s]
/proc/loadavg: 1.99 1.98 1.99 4/74 16713
/proc/meminfo: memFree=1366872/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50176 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16735
/proc/meminfo: memFree=1323208/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16727] ppid=16713 vsize=812760 CPUtime=1.4
/proc/16727/stat : 16727 (java) S 16713 16713 12893 0 -1 0 14071 0 1 0 132 8 0 0 18 0 9 0 1993439115 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 203190 13296 2585 9 0 197171 0
[pid=16727/tid=16728] ppid=16713 vsize=812760 CPUtime=1.03
/proc/16727/task/16728/stat : 16728 (java) R 16713 16713 12893 0 -1 64 7931 0 1 0 99 4 0 0 25 0 9 0 1993439116 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4126820480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16713 vsize=812760 CPUtime=0.09
/proc/16727/task/16729/stat : 16729 (java) S 16713 16713 12893 0 -1 64 4586 0 0 0 7 2 0 0 16 0 9 0 1993439118 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16713 vsize=812760 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16713 16713 12893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993439118 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16713 vsize=812760 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16713 16713 12893 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993439118 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16713 vsize=812760 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16713 16713 12893 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993439120 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16713 vsize=812760 CPUtime=0.25
/proc/16727/task/16733/stat : 16733 (java) S 16713 16713 12893 0 -1 64 855 0 0 0 24 1 0 0 15 0 9 0 1993439120 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16713 vsize=812760 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993439120 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16713 vsize=812760 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993439120 832266240 13296 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860328

[startup+3.10192 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16735
/proc/meminfo: memFree=1322632/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16727] ppid=16713 vsize=812872 CPUtime=2.99
/proc/16727/stat : 16727 (java) S 16713 16713 12893 0 -1 0 14190 0 1 0 290 9 0 0 18 0 9 0 1993439115 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 203218 13400 2584 9 0 197199 0
[pid=16727/tid=16728] ppid=16713 vsize=812872 CPUtime=2.14
/proc/16727/task/16728/stat : 16728 (java) R 16713 16713 12893 0 -1 64 7943 0 1 0 210 4 0 0 25 0 9 0 1993439116 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16713 vsize=812872 CPUtime=0.53
/proc/16727/task/16729/stat : 16729 (java) R 16713 16713 12893 0 -1 64 4667 0 0 0 51 2 0 0 16 0 9 0 1993439118 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 102478684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16713 16713 12893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993439118 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16713 16713 12893 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993439118 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16713 16713 12893 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993439120 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16713 vsize=812872 CPUtime=0.29
/proc/16727/task/16733/stat : 16733 (java) S 16713 16713 12893 0 -1 64 881 0 0 0 28 1 0 0 15 0 9 0 1993439120 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993439120 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993439120 832380928 13400 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860440

[startup+6.30225 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16735
/proc/meminfo: memFree=1322120/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16727] ppid=16713 vsize=812872 CPUtime=6.15
/proc/16727/stat : 16727 (java) S 16713 16713 12893 0 -1 0 15873 0 1 0 606 9 0 0 18 0 9 0 1993439115 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 203218 15080 2584 9 0 197199 0
[pid=16727/tid=16728] ppid=16713 vsize=812872 CPUtime=5.27
/proc/16727/task/16728/stat : 16728 (java) R 16713 16713 12893 0 -1 64 9609 0 1 0 522 5 0 0 25 0 9 0 1993439116 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4126414908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16713 vsize=812872 CPUtime=0.56
/proc/16727/task/16729/stat : 16729 (java) S 16713 16713 12893 0 -1 64 4679 0 0 0 54 2 0 0 16 0 9 0 1993439118 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16713 16713 12893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993439118 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16713 16713 12893 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993439118 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16713 16713 12893 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993439120 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16713 vsize=812872 CPUtime=0.3
/proc/16727/task/16733/stat : 16733 (java) S 16713 16713 12893 0 -1 64 886 0 0 0 29 1 0 0 16 0 9 0 1993439120 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993439120 832380928 15080 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993439120 832380928 15080 996147200 134512640 134550740 4294955616 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) 860440

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16735
/proc/meminfo: memFree=1294472/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16727] ppid=16713 vsize=812872 CPUtime=12.5
/proc/16727/stat : 16727 (java) S 16713 16713 12893 0 -1 0 21098 0 1 0 1237 13 0 0 18 0 9 0 1993439115 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 203218 20304 2588 9 0 197199 0
[pid=16727/tid=16728] ppid=16713 vsize=812872 CPUtime=11.59
/proc/16727/task/16728/stat : 16728 (java) R 16713 16713 12893 0 -1 64 14600 0 1 0 1151 8 0 0 25 0 9 0 1993439116 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4126706514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16713 vsize=812872 CPUtime=0.58
/proc/16727/task/16729/stat : 16729 (java) S 16713 16713 12893 0 -1 64 4913 0 0 0 56 2 0 0 16 0 9 0 1993439118 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16713 16713 12893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993439118 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16713 16713 12893 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993439118 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16713 16713 12893 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993439120 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16713 vsize=812872 CPUtime=0.3
/proc/16727/task/16733/stat : 16733 (java) S 16713 16713 12893 0 -1 64 886 0 0 0 29 1 0 0 16 0 9 0 1993439120 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993439120 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993439120 832380928 20304 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 860440

[startup+25.5022 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 16735
/proc/meminfo: memFree=1292168/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16727] ppid=16713 vsize=812872 CPUtime=25.18
/proc/16727/stat : 16727 (java) S 16713 16713 12893 0 -1 0 21717 0 1 0 2504 14 0 0 18 0 9 0 1993439115 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 203218 20897 2591 9 0 197199 0
[pid=16727/tid=16728] ppid=16713 vsize=812872 CPUtime=23.04
/proc/16727/task/16728/stat : 16728 (java) R 16713 16713 12893 0 -1 64 14626 0 1 0 2295 9 0 0 25 0 9 0 1993439116 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16713 vsize=812872 CPUtime=1.79
/proc/16727/task/16729/stat : 16729 (java) R 16713 16713 12893 0 -1 64 5491 0 0 0 177 2 0 0 17 0 9 0 1993439118 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 102478733 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16713 16713 12893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993439118 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16713 16713 12893 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993439118 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16713 16713 12893 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993439120 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16713 vsize=812872 CPUtime=0.32
/proc/16727/task/16733/stat : 16733 (java) S 16713 16713 12893 0 -1 64 901 0 0 0 31 1 0 0 15 0 9 0 1993439120 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993439120 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16713 vsize=812872 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16713 16713 12893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993439120 832380928 20897 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860440

[startup+51.1029 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 16735
/proc/meminfo: memFree=1248968/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=0.01

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

/proc/16787/statm: 133174 122254 74 162 0 133009 0
Current children cumulated CPU time (s) 1111.81
Current children cumulated vsize (KiB) 580264

[startup+1182.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/76 16787
/proc/meminfo: memFree=349896/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=535464 CPUtime=1018.94
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2356809 0 0 0 100760 1134 0 0 25 0 1 0 1993454479 548315136 123006 996147200 134512640 135177480 4294955984 18446744073709551615 134538427 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 133866 123006 74 162 0 133701 0
Current children cumulated CPU time (s) 1171.24
Current children cumulated vsize (KiB) 583032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/76 16787
/proc/meminfo: memFree=347336/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=537496 CPUtime=1078.38
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2405791 0 0 0 106680 1158 0 0 25 0 1 0 1993454479 550395904 123528 996147200 134512640 135177480 4294955984 18446744073709551615 134538618 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 134374 123528 74 162 0 134209 0
Current children cumulated CPU time (s) 1230.68
Current children cumulated vsize (KiB) 585064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 16787
/proc/meminfo: memFree=344456/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=539492 CPUtime=1137.82
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2435659 0 0 0 112609 1173 0 0 25 0 1 0 1993454479 552439808 124049 996147200 134512640 135177480 4294955984 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 134873 124049 74 162 0 134708 0
Current children cumulated CPU time (s) 1290.12
Current children cumulated vsize (KiB) 587060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 16787
/proc/meminfo: memFree=341576/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=541668 CPUtime=1197.25
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2477129 0 0 0 118531 1194 0 0 25 0 1 0 1993454479 554668032 124608 996147200 134512640 135177480 4294955984 18446744073709551615 134538949 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 135417 124608 74 162 0 135252 0
Current children cumulated CPU time (s) 1349.55
Current children cumulated vsize (KiB) 589236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16787
/proc/meminfo: memFree=337992/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=544600 CPUtime=1256.7
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2520054 0 0 0 124454 1216 0 0 25 0 1 0 1993454479 557670400 125326 996147200 134512640 135177480 4294955984 18446744073709551615 134538886 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 136150 125326 74 162 0 135985 0
Current children cumulated CPU time (s) 1409
Current children cumulated vsize (KiB) 592168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16787
/proc/meminfo: memFree=334664/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=547008 CPUtime=1316.13
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2568634 0 0 0 130375 1238 0 0 25 0 1 0 1993454479 560136192 126045 996147200 134512640 135177480 4294955984 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 136752 126045 74 162 0 136587 0
Current children cumulated CPU time (s) 1468.43
Current children cumulated vsize (KiB) 594576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 16787
/proc/meminfo: memFree=331080/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=550160 CPUtime=1375.58
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2612951 0 0 0 136298 1260 0 0 25 0 1 0 1993454479 563363840 126840 996147200 134512640 135177480 4294955984 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 137540 126840 74 162 0 137375 0
Current children cumulated CPU time (s) 1527.88
Current children cumulated vsize (KiB) 597728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16787
/proc/meminfo: memFree=329160/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=551620 CPUtime=1435.02
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2669066 0 0 0 142215 1287 0 0 25 0 1 0 1993454479 564858880 127226 996147200 134512640 135177480 4294955984 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 137905 127226 74 162 0 137740 0
Current children cumulated CPU time (s) 1587.32
Current children cumulated vsize (KiB) 599188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=326728/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=553252 CPUtime=1494.45
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2739851 0 0 0 148122 1323 0 0 25 0 1 0 1993454479 566530048 127706 996147200 134512640 135177480 4294955984 18446744073709551615 134538930 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 138313 127706 74 162 0 138148 0
Current children cumulated CPU time (s) 1646.75
Current children cumulated vsize (KiB) 600820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=324168/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=554624 CPUtime=1553.89
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2808251 0 0 0 154032 1357 0 0 25 0 1 0 1993454479 567934976 128128 996147200 134512640 135177480 4294955984 18446744073709551615 134538618 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 138656 128128 74 162 0 138491 0
Current children cumulated CPU time (s) 1706.19
Current children cumulated vsize (KiB) 602192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=291208/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=584804 CPUtime=1613.33
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2857295 0 0 0 159948 1385 0 0 25 0 1 0 1993454479 598839296 136380 996147200 134512640 135177480 4294955984 18446744073709551615 134534565 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 146201 136380 74 162 0 146036 0
Current children cumulated CPU time (s) 1765.63
Current children cumulated vsize (KiB) 632372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16789
/proc/meminfo: memFree=246024/2055920 swapFree=4180396/4192956
[pid=16713] ppid=16711 vsize=47568 CPUtime=152.3
/proc/16713/stat : 16713 (galacE.sh) S 16711 16713 12893 0 -1 4194304 798 32359 0 1 0 0 15157 73 17 0 1 0 1993439108 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16713/statm: 11892 363 244 79 0 219 0
[pid=16787] ppid=16713 vsize=638976 CPUtime=1647.7
/proc/16787/stat : 16787 (eSAT_static) R 16713 16713 12893 0 -1 4194304 2868363 0 0 0 163376 1394 0 0 25 0 1 0 1993454479 654311424 147448 996147200 134512640 135177480 4294955984 18446744073709551615 134534792 0 0 4096 3 0 0 0 17 1 0 0
/proc/16787/statm: 159744 147448 74 162 0 159579 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 686544

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 16713 and gives
#  childrusage.ru_utime.tv_sec=151
#  childrusage.ru_utime.tv_usec=586955
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=739887
# CPU time returned by wait4() is 152.327
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.01
CPU time (s): 1800
CPU user time (s): 1785.33
CPU system time (s): 14.67
CPU usage (%): 99.0637
Max. virtual memory (cumulated for all children) (KiB): 860484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.587
system time used= 0.739887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33157
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= 6548
involuntary context switches= 7839

runsolver used 1.93771 second user time and 6.34703 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 06:11:03
IDJOB=1064909
IDBENCH=55008
IDSOLVER=351
FILE ID=node44/1064909-1215144662
PBS_JOBID= 7877287
Free space on /tmp= 66444 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-22s-smv.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064909-1215144662/watcher-1064909-1215144662 -o /tmp/evaluation-result-1064909-1215144662/solver-1064909-1215144662 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1064909-1215144662.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12b9f6423c9315112e1682a7a9e966a5
RANDOM SEED=629663292

node44.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.213
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.213
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:       1367416 kB
Buffers:         55540 kB
Cached:         316628 kB
SwapCached:       6524 kB
Active:         452348 kB
Inactive:       160176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367416 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:         247428 kB
Slab:            60608 kB
Committed_AS:  3714840 kB
PageTables:       2344 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= 66188 MiB
End job on node44 at 2008-07-04 06:41:22