Trace number 1095264

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.02 1815.31

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-38_ext.xml
MD5SUMfd1bdad770f250a39b8232a65f612f71
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.00/0.03	c --- Preproc Stats ---
5.51/5.63	c start processing
5.51/5.63	c start relation processing
19.28/19.57	c start cnf exporting
75.46/76.37	c parsing time : 5.508
75.46/76.37	c preprocessing time : 76.245
75.46/76.37	
75.46/76.37	c Nary constraints - conflicts : 0 supports : 93
75.46/76.37	c Binary constraints - conflicts : 0 supports :0
75.46/76.37	c max arity constraint : 3
75.46/76.37	c Max Tuples generated 0
75.46/76.37	c relations : 93
75.46/76.37	c relations BDD: 93
75.46/76.37	c sampling 0/0
75.46/76.37	c vars : 597935 - clauses :  1873646
75.46/76.37	
75.55/76.44	 
75.55/76.44	c --- SAT Solver Stats ---
75.55/76.44	 
75.55/76.45	c eSAT 0.1 : minisat core with additionnal features
75.55/76.45	c ============================[ Problem Statistics ]=============================
75.55/76.45	c |                                                                             |
75.55/76.45	c |  Number of variables:  597934                                               |
75.55/76.45	c |  Number of clauses:    1873646                                              |
77.62/78.58	c |  Parsing time:         1.88         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-1095264-1215253457/watcher-1095264-1215253457 -o /tmp/evaluation-result-1095264-1215253457/solver-1095264-1215253457 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095264-1215253457.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/72 26717
/proc/meminfo: memFree=1729296/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=18572 CPUtime=0
/proc/26717/stat : 26717 (runsolver) R 26715 26717 25851 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2004319966 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26717/statm: 4643 292 257 25 0 2626 0

[startup+0.0133179 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 26717
/proc/meminfo: memFree=1729296/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=8652 CPUtime=0
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2004319966 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101331 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 26717
/proc/meminfo: memFree=1729296/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.30135 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 26717
/proc/meminfo: memFree=1729296/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.7014 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 26717
/proc/meminfo: memFree=1729296/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50249 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 26739
/proc/meminfo: memFree=1658304/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26731] ppid=26717 vsize=812420 CPUtime=1.43
/proc/26731/stat : 26731 (java) S 26717 26717 25851 0 -1 0 22160 0 1 0 131 12 0 0 18 0 9 0 2004319970 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26731/statm: 203105 21582 1885 9 0 197138 0
[pid=26731/tid=26732] ppid=26717 vsize=812420 CPUtime=1.21
/proc/26731/task/26732/stat : 26732 (java) R 26717 26717 25851 0 -1 64 14458 0 1 0 112 9 0 0 25 0 9 0 2004319971 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4126738383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26733] ppid=26717 vsize=812420 CPUtime=0.08
/proc/26731/task/26733/stat : 26733 (java) S 26717 26717 25851 0 -1 64 6245 0 0 0 6 2 0 0 16 0 9 0 2004319973 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26734] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26734/stat : 26734 (java) S 26717 26717 25851 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004319973 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26735] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26735/stat : 26735 (java) S 26717 26717 25851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004319973 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26736] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26736/stat : 26736 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004319975 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26737] ppid=26717 vsize=812420 CPUtime=0.12
/proc/26731/task/26737/stat : 26737 (java) S 26717 26717 25851 0 -1 64 751 0 0 0 12 0 0 0 16 0 9 0 2004319975 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26738] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26738/stat : 26738 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004319975 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26739] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26739/stat : 26739 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004319975 831918080 21582 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 859996

[startup+3.10268 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 26739
/proc/meminfo: memFree=1644480/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26731] ppid=26717 vsize=812420 CPUtime=3.03
/proc/26731/stat : 26731 (java) S 26717 26717 25851 0 -1 0 25252 0 1 0 289 14 0 0 18 0 9 0 2004319970 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26731/statm: 203105 24669 1885 9 0 197138 0
[pid=26731/tid=26732] ppid=26717 vsize=812420 CPUtime=2.66
/proc/26731/task/26732/stat : 26732 (java) R 26717 26717 25851 0 -1 64 14463 0 1 0 257 9 0 0 25 0 9 0 2004319971 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4126738545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26733] ppid=26717 vsize=812420 CPUtime=0.21
/proc/26731/task/26733/stat : 26733 (java) S 26717 26717 25851 0 -1 64 9328 0 0 0 17 4 0 0 16 0 9 0 2004319973 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26734] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26734/stat : 26734 (java) S 26717 26717 25851 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004319973 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26735] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26735/stat : 26735 (java) S 26717 26717 25851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004319973 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26736] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26736/stat : 26736 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004319975 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26737] ppid=26717 vsize=812420 CPUtime=0.13
/proc/26731/task/26737/stat : 26737 (java) S 26717 26717 25851 0 -1 64 755 0 0 0 13 0 0 0 16 0 9 0 2004319975 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26738] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26738/stat : 26738 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004319975 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26739] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26739/stat : 26739 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004319975 831918080 24669 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 859996

[startup+6.30205 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 26739
/proc/meminfo: memFree=1615360/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26731] ppid=26717 vsize=812420 CPUtime=6.19
/proc/26731/stat : 26731 (java) S 26717 26717 25851 0 -1 0 33071 0 1 0 601 18 0 0 18 0 9 0 2004319970 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26731/statm: 203105 32476 1893 9 0 197138 0
[pid=26731/tid=26732] ppid=26717 vsize=812420 CPUtime=5.43
/proc/26731/task/26732/stat : 26732 (java) R 26717 26717 25851 0 -1 64 14487 0 1 0 533 10 0 0 25 0 9 0 2004319971 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4126938370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26733] ppid=26717 vsize=812420 CPUtime=0.54
/proc/26731/task/26733/stat : 26733 (java) S 26717 26717 25851 0 -1 64 17077 0 0 0 47 7 0 0 16 0 9 0 2004319973 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26734] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26734/stat : 26734 (java) S 26717 26717 25851 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004319973 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26735] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26735/stat : 26735 (java) S 26717 26717 25851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004319973 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26736] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26736/stat : 26736 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004319975 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26737] ppid=26717 vsize=812420 CPUtime=0.2
/proc/26731/task/26737/stat : 26737 (java) S 26717 26717 25851 0 -1 64 801 0 0 0 20 0 0 0 16 0 9 0 2004319975 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26738] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26738/stat : 26738 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004319975 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26739] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26739/stat : 26739 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004319975 831918080 32476 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 859996

[startup+12.7028 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 26739
/proc/meminfo: memFree=1525504/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26731] ppid=26717 vsize=812420 CPUtime=12.53
/proc/26731/stat : 26731 (java) S 26717 26717 25851 0 -1 0 53048 0 1 0 1225 28 0 0 18 0 9 0 2004319970 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26731/statm: 203105 52451 1893 9 0 197138 0
[pid=26731/tid=26732] ppid=26717 vsize=812420 CPUtime=10.75
/proc/26731/task/26732/stat : 26732 (java) R 26717 26717 25851 0 -1 64 14489 0 1 0 1065 10 0 0 25 0 9 0 2004319971 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4126878711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26733] ppid=26717 vsize=812420 CPUtime=1.55
/proc/26731/task/26733/stat : 26733 (java) S 26717 26717 25851 0 -1 64 37051 0 0 0 138 17 0 0 16 0 9 0 2004319973 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26734] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26734/stat : 26734 (java) S 26717 26717 25851 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004319973 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26735] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26735/stat : 26735 (java) S 26717 26717 25851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004319973 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26736] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26736/stat : 26736 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004319975 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26737] ppid=26717 vsize=812420 CPUtime=0.2
/proc/26731/task/26737/stat : 26737 (java) S 26717 26717 25851 0 -1 64 802 0 0 0 20 0 0 0 16 0 9 0 2004319975 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26738] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26738/stat : 26738 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004319975 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26739] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26739/stat : 26739 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004319975 831918080 52451 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 859996

[startup+25.5012 s]
/proc/loadavg: 2.14 2.02 2.00 3/82 26739
/proc/meminfo: memFree=1383232/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26731] ppid=26717 vsize=812420 CPUtime=25.2
/proc/26731/stat : 26731 (java) S 26717 26717 25851 0 -1 0 87849 0 1 0 2473 47 0 0 18 0 9 0 2004319970 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26731/statm: 203105 87237 1912 9 0 197138 0
[pid=26731/tid=26732] ppid=26717 vsize=812420 CPUtime=21.64
/proc/26731/task/26732/stat : 26732 (java) R 26717 26717 25851 0 -1 64 14542 0 1 0 2152 12 0 0 25 0 9 0 2004319971 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4126637618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26733] ppid=26717 vsize=812420 CPUtime=3.28
/proc/26731/task/26733/stat : 26733 (java) S 26717 26717 25851 0 -1 64 71763 0 0 0 294 34 0 0 16 0 9 0 2004319973 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26734] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26734/stat : 26734 (java) S 26717 26717 25851 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004319973 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26735] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26735/stat : 26735 (java) S 26717 26717 25851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004319973 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26736] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26736/stat : 26736 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004319975 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26737] ppid=26717 vsize=812420 CPUtime=0.26
/proc/26731/task/26737/stat : 26737 (java) S 26717 26717 25851 0 -1 64 838 0 0 0 26 0 0 0 15 0 9 0 2004319975 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26738] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26738/stat : 26738 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004319975 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26731/tid=26739] ppid=26717 vsize=812420 CPUtime=0
/proc/26731/task/26739/stat : 26739 (java) S 26717 26717 25851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004319975 831918080 87237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 859996

[startup+51.1011 s]
/proc/loadavg: 2.09 2.01 2.00 3/82 26739
/proc/meminfo: memFree=1368000/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=0.01

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

/proc/26740/statm: 91436 87188 79 162 0 91271 0
Current children cumulated CPU time (s) 1171.22
Current children cumulated vsize (KiB) 413320

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1343744/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=365744 CPUtime=1155.06
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 96880 0 0 0 115449 57 0 0 25 0 1 0 2004327611 374521856 87188 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 91436 87188 79 162 0 91271 0
Current children cumulated CPU time (s) 1230.66
Current children cumulated vsize (KiB) 413320

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1342976/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=366288 CPUtime=1214.52
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97089 0 0 0 121395 57 0 0 25 0 1 0 2004327611 375078912 87397 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 91572 87397 79 162 0 91407 0
Current children cumulated CPU time (s) 1290.12
Current children cumulated vsize (KiB) 413864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1340736/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368140 CPUtime=1273.96
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97639 0 0 0 127339 57 0 0 25 0 1 0 2004327611 376975360 87947 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 92035 87947 79 162 0 91870 0
Current children cumulated CPU time (s) 1349.56
Current children cumulated vsize (KiB) 415716

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1340672/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368140 CPUtime=1333.41
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97639 0 0 0 133283 58 0 0 25 0 1 0 2004327611 376975360 87947 996147200 134512640 135177480 4294955968 18446744073709551615 134565545 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 92035 87947 79 162 0 91870 0
Current children cumulated CPU time (s) 1409.01
Current children cumulated vsize (KiB) 415716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1340672/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368140 CPUtime=1392.86
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97639 0 0 0 139228 58 0 0 25 0 1 0 2004327611 376975360 87947 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 92035 87947 79 162 0 91870 0
Current children cumulated CPU time (s) 1468.46
Current children cumulated vsize (KiB) 415716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1340608/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368140 CPUtime=1452.3
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97639 0 0 0 145172 58 0 0 25 0 1 0 2004327611 376975360 87947 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 92035 87947 79 162 0 91870 0
Current children cumulated CPU time (s) 1527.9
Current children cumulated vsize (KiB) 415716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26742
/proc/meminfo: memFree=1340480/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368140 CPUtime=1511.76
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97639 0 0 0 151118 58 0 0 25 0 1 0 2004327611 376975360 87947 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/26740/statm: 92035 87947 79 162 0 91870 0
Current children cumulated CPU time (s) 1587.36
Current children cumulated vsize (KiB) 415716

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26791
/proc/meminfo: memFree=1031408/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=368504 CPUtime=1571.48
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 97706 0 0 0 157089 59 0 0 25 0 1 0 2004327611 377348096 88014 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26740/statm: 92126 88014 79 162 0 91961 0
Current children cumulated CPU time (s) 1647.08
Current children cumulated vsize (KiB) 416080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26792
/proc/meminfo: memFree=1231024/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=370364 CPUtime=1631.45
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 98198 0 0 0 163084 61 0 0 25 0 1 0 2004327611 379252736 88506 996147200 134512640 135177480 4294955968 18446744073709551615 134546782 0 0 4096 3 0 0 0 17 0 0 0
/proc/26740/statm: 92591 88506 79 162 0 92426 0
Current children cumulated CPU time (s) 1707.05
Current children cumulated vsize (KiB) 417940

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26792
/proc/meminfo: memFree=1224304/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=374200 CPUtime=1691.42
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 99152 0 0 0 169080 62 0 0 25 0 1 0 2004327611 383180800 89460 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/26740/statm: 93550 89460 79 162 0 93385 0
Current children cumulated CPU time (s) 1767.02
Current children cumulated vsize (KiB) 421776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26792
/proc/meminfo: memFree=1221040/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=376056 CPUtime=1724.42
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 99625 0 0 0 172379 63 0 0 25 0 1 0 2004327611 385081344 89933 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26740/statm: 94014 89933 79 162 0 93849 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 423632

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

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

[startup+1815.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26792
/proc/meminfo: memFree=1221040/2055920 swapFree=4180004/4192956
[pid=26717] ppid=26715 vsize=47576 CPUtime=75.6
/proc/26717/stat : 26717 (galacE.sh) S 26715 26717 25851 0 -1 4194304 800 89654 0 1 0 0 7485 75 17 0 1 0 2004319966 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26717/statm: 11894 365 246 79 0 219 0
[pid=26740] ppid=26717 vsize=376056 CPUtime=1724.42
/proc/26740/stat : 26740 (eSAT_static) R 26717 26717 25851 0 -1 4194304 99625 0 0 0 172379 63 0 0 25 0 1 0 2004327611 385081344 89933 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26740/statm: 94014 89933 79 162 0 93849 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 423632

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1815.31
CPU time (s): 1800.02
CPU user time (s): 1798.64
CPU system time (s): 1.38
CPU usage (%): 99.1575
Max. virtual memory (cumulated for all children) (KiB): 859996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.8586
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90454
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= 3503
involuntary context switches= 5038

runsolver used 2.50462 second user time and 5.76012 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 12:24:18
IDJOB=1095264
IDBENCH=58890
IDSOLVER=351
FILE ID=node23/1095264-1215253457
PBS_JOBID= 7882031
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd1bdad770f250a39b8232a65f612f71
RANDOM SEED=827303694

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729776 kB
Buffers:         14016 kB
Cached:         209288 kB
SwapCached:       7012 kB
Active:         150832 kB
Inactive:       122764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729776 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            8912 kB
Writeback:           0 kB
Mapped:          57784 kB
Slab:            37472 kB
Committed_AS:  3577372 kB
PageTables:       2128 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= 66460 MiB
End job on node23 at 2008-07-05 12:54:35