Trace number 1058622

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.08 1813.42

General information on the benchmark

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

Solver Data (download as text)

0.01/0.24	c --- Preproc Stats ---
5.40/5.78	c start processing
5.40/5.78	c start relation processing
19.27/19.79	c start cnf exporting
77.32/78.39	c parsing time : 5.445
77.32/78.39	c preprocessing time : 78.057
77.32/78.39	
77.32/78.39	c Nary constraints - conflicts : 0 supports : 93
77.32/78.39	c Binary constraints - conflicts : 0 supports :0
77.32/78.39	c max arity constraint : 3
77.32/78.39	c Max Tuples generated 0
77.32/78.39	c relations : 93
77.32/78.39	c relations BDD: 93
77.32/78.39	c sampling 0/0
77.32/78.39	c vars : 598406 - clauses :  1875072
77.32/78.39	
77.41/78.49	 
77.41/78.49	c --- SAT Solver Stats ---
77.41/78.49	 
77.41/78.49	c eSAT 0.1 : minisat core with additionnal features
77.41/78.49	c ============================[ Problem Statistics ]=============================
77.41/78.49	c |                                                                             |
77.41/78.49	c |  Number of variables:  598405                                               |
77.41/78.49	c |  Number of clauses:    1875072                                              |
79.57/80.65	c |  Parsing time:         1.86         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058622-1215116644/watcher-1058622-1215116644 -o /tmp/evaluation-result-1058622-1215116644/solver-1058622-1215116644 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1058622-1215116644.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 12469
/proc/meminfo: memFree=1835672/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=18572 CPUtime=0
/proc/12469/stat : 12469 (runsolver) D 12467 12469 11756 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990639112 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12469/statm: 4643 292 257 25 0 2626 0

[startup+0.103943 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 12469
/proc/meminfo: memFree=1835672/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=8700 CPUtime=0
/proc/12469/stat : 12469 (galacE.sh) D 12467 12469 11756 0 -1 4194304 391 833 4 0 0 0 0 0 17 0 1 0 1990639112 8908800 302 996147200 4194304 4520092 548682068832 18446744073709551615 231962542162 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/12469/statm: 2175 302 217 79 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.202919 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 12469
/proc/meminfo: memFree=1835672/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47552 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) D 12467 12469 11756 0 -1 4194304 744 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48693248 360 996147200 4194304 4520092 548682068832 18446744073709551615 231962358046 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/12469/statm: 11888 360 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.302896 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 12469
/proc/meminfo: memFree=1835672/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702794 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 12469
/proc/meminfo: memFree=1835672/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50159 s]
/proc/loadavg: 2.09 2.02 2.01 4/82 12491
/proc/meminfo: memFree=1763976/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12483] ppid=12469 vsize=812420 CPUtime=1.23
/proc/12483/stat : 12483 (java) S 12469 12469 11756 0 -1 0 21605 0 1 0 112 11 0 0 18 0 9 0 1990639137 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12483/statm: 203105 21028 1883 9 0 197138 0
[pid=12483/tid=12484] ppid=12469 vsize=812420 CPUtime=1.03
/proc/12483/task/12484/stat : 12484 (java) R 12469 12469 11756 0 -1 64 14457 0 1 0 95 8 0 0 25 0 9 0 1990639138 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4126632965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12485] ppid=12469 vsize=812420 CPUtime=0.05
/proc/12483/task/12485/stat : 12485 (java) S 12469 12469 11756 0 -1 64 5693 0 0 0 4 1 0 0 16 0 9 0 1990639139 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12486] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12486/stat : 12486 (java) S 12469 12469 11756 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990639140 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12487] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12487/stat : 12487 (java) S 12469 12469 11756 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990639140 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12488] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12488/stat : 12488 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990639142 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12489] ppid=12469 vsize=812420 CPUtime=0.11
/proc/12483/task/12489/stat : 12489 (java) S 12469 12469 11756 0 -1 64 749 0 0 0 11 0 0 0 16 0 9 0 1990639142 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12490] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12490/stat : 12490 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990639142 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12491] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12491/stat : 12491 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990639142 831918080 21028 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 859976

[startup+3.10116 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 12491
/proc/meminfo: memFree=1750152/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12483] ppid=12469 vsize=812420 CPUtime=2.81
/proc/12483/stat : 12483 (java) S 12469 12469 11756 0 -1 0 25250 0 1 0 268 13 0 0 18 0 9 0 1990639137 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12483/statm: 203105 24667 1883 9 0 197138 0
[pid=12483/tid=12484] ppid=12469 vsize=812420 CPUtime=2.45
/proc/12483/task/12484/stat : 12484 (java) R 12469 12469 11756 0 -1 64 14463 0 1 0 237 8 0 0 25 0 9 0 1990639138 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4126739486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12485] ppid=12469 vsize=812420 CPUtime=0.21
/proc/12483/task/12485/stat : 12485 (java) S 12469 12469 11756 0 -1 64 9328 0 0 0 18 3 0 0 16 0 9 0 1990639139 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12486] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12486/stat : 12486 (java) S 12469 12469 11756 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990639140 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12487] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12487/stat : 12487 (java) S 12469 12469 11756 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990639140 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12488] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12488/stat : 12488 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990639142 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12489] ppid=12469 vsize=812420 CPUtime=0.13
/proc/12483/task/12489/stat : 12489 (java) S 12469 12469 11756 0 -1 64 753 0 0 0 13 0 0 0 16 0 9 0 1990639142 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12490] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12490/stat : 12490 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990639142 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12491] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12491/stat : 12491 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990639142 831918080 24667 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 859976

[startup+6.30234 s]
/proc/loadavg: 2.08 2.02 2.00 4/82 12491
/proc/meminfo: memFree=1723336/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12483] ppid=12469 vsize=812420 CPUtime=5.98
/proc/12483/stat : 12483 (java) S 12469 12469 11756 0 -1 0 30658 0 1 0 582 16 0 0 18 0 9 0 1990639137 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12483/statm: 203105 30064 1890 9 0 197138 0
[pid=12483/tid=12484] ppid=12469 vsize=812420 CPUtime=5.31
/proc/12483/task/12484/stat : 12484 (java) R 12469 12469 11756 0 -1 64 14486 0 1 0 523 8 0 0 25 0 9 0 1990639138 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4126878839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12485] ppid=12469 vsize=812420 CPUtime=0.44
/proc/12483/task/12485/stat : 12485 (java) S 12469 12469 11756 0 -1 64 14667 0 0 0 38 6 0 0 16 0 9 0 1990639139 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12486] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12486/stat : 12486 (java) S 12469 12469 11756 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990639140 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12487] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12487/stat : 12487 (java) S 12469 12469 11756 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990639140 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12488] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12488/stat : 12488 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990639142 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12489] ppid=12469 vsize=812420 CPUtime=0.2
/proc/12483/task/12489/stat : 12489 (java) S 12469 12469 11756 0 -1 64 799 0 0 0 20 0 0 0 16 0 9 0 1990639142 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12490] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12490/stat : 12490 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990639142 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12491] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12491/stat : 12491 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990639142 831918080 30064 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 859976

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 12491
/proc/meminfo: memFree=1631048/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12483] ppid=12469 vsize=812420 CPUtime=12.32
/proc/12483/stat : 12483 (java) S 12469 12469 11756 0 -1 0 53070 0 1 0 1205 27 0 0 18 0 9 0 1990639137 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12483/statm: 203105 52473 1891 9 0 197138 0
[pid=12483/tid=12484] ppid=12469 vsize=812420 CPUtime=10.53
/proc/12483/task/12484/stat : 12484 (java) R 12469 12469 11756 0 -1 64 14489 0 1 0 1045 8 0 0 25 0 9 0 1990639138 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4126890139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12485] ppid=12469 vsize=812420 CPUtime=1.56
/proc/12483/task/12485/stat : 12485 (java) S 12469 12469 11756 0 -1 64 37075 0 0 0 139 17 0 0 16 0 9 0 1990639139 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12486] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12486/stat : 12486 (java) S 12469 12469 11756 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990639140 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12487] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12487/stat : 12487 (java) S 12469 12469 11756 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990639140 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12488] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12488/stat : 12488 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990639142 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12489] ppid=12469 vsize=812420 CPUtime=0.2
/proc/12483/task/12489/stat : 12489 (java) S 12469 12469 11756 0 -1 64 800 0 0 0 20 0 0 0 16 0 9 0 1990639142 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12490] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12490/stat : 12490 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990639142 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12491] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12491/stat : 12491 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990639142 831918080 52473 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 859976

[startup+25.5023 s]
/proc/loadavg: 2.21 2.05 2.01 3/82 12491
/proc/meminfo: memFree=1489032/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12483] ppid=12469 vsize=812420 CPUtime=25.01
/proc/12483/stat : 12483 (java) S 12469 12469 11756 0 -1 0 87887 0 1 0 2452 49 0 0 18 0 9 0 1990639137 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12483/statm: 203105 87275 1910 9 0 197138 0
[pid=12483/tid=12484] ppid=12469 vsize=812420 CPUtime=21.43
/proc/12483/task/12484/stat : 12484 (java) R 12469 12469 11756 0 -1 64 14542 0 1 0 2132 11 0 0 25 0 9 0 1990639138 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4126773417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12485] ppid=12469 vsize=812420 CPUtime=3.28
/proc/12483/task/12485/stat : 12485 (java) S 12469 12469 11756 0 -1 64 71803 0 0 0 293 35 0 0 16 0 9 0 1990639139 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12486] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12486/stat : 12486 (java) S 12469 12469 11756 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990639140 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12487] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12487/stat : 12487 (java) S 12469 12469 11756 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990639140 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12488] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12488/stat : 12488 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990639142 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12489] ppid=12469 vsize=812420 CPUtime=0.26
/proc/12483/task/12489/stat : 12489 (java) S 12469 12469 11756 0 -1 64 836 0 0 0 26 0 0 0 15 0 9 0 1990639142 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12490] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12490/stat : 12490 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990639142 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12483/tid=12491] ppid=12469 vsize=812420 CPUtime=0
/proc/12483/task/12491/stat : 12491 (java) S 12469 12469 11756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990639142 831918080 87275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 859976

[startup+51.1027 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 12491
/proc/meminfo: memFree=1474248/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=0.01

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

/proc/12492/statm: 90980 86741 79 162 0 90815 0
Current children cumulated CPU time (s) 1171.36
Current children cumulated vsize (KiB) 411476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12492
/proc/meminfo: memFree=1451336/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1153.33
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 96917 0 0 0 115274 59 0 0 25 0 1 0 1990646961 372654080 86741 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12492/statm: 90980 86741 79 162 0 90815 0
Current children cumulated CPU time (s) 1230.82
Current children cumulated vsize (KiB) 411476

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12492
/proc/meminfo: memFree=1451272/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1212.79
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 96917 0 0 0 121220 59 0 0 25 0 1 0 1990646961 372654080 86741 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12492/statm: 90980 86741 79 162 0 90815 0
Current children cumulated CPU time (s) 1290.28
Current children cumulated vsize (KiB) 411476

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12492
/proc/meminfo: memFree=1451208/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1272.25
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 96933 0 0 0 127166 59 0 0 25 0 1 0 1990646961 372654080 86757 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12492/statm: 90980 86757 79 162 0 90815 0
Current children cumulated CPU time (s) 1349.74
Current children cumulated vsize (KiB) 411476

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12492
/proc/meminfo: memFree=1450568/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1331.71
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97028 0 0 0 133112 59 0 0 25 0 1 0 1990646961 372654080 86852 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/12492/statm: 90980 86852 79 162 0 90815 0
Current children cumulated CPU time (s) 1409.2
Current children cumulated vsize (KiB) 411476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12520
/proc/meminfo: memFree=1476992/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1391.5
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97096 0 0 0 139088 62 0 0 25 0 1 0 1990646961 372654080 86920 996147200 134512640 135177480 4294955984 18446744073709551615 134548385 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 90980 86920 79 162 0 90815 0
Current children cumulated CPU time (s) 1468.99
Current children cumulated vsize (KiB) 411476

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12520
/proc/meminfo: memFree=1476864/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1451.5
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97096 0 0 0 145088 62 0 0 25 0 1 0 1990646961 372654080 86920 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 90980 86920 79 162 0 90815 0
Current children cumulated CPU time (s) 1528.99
Current children cumulated vsize (KiB) 411476

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 12520
/proc/meminfo: memFree=1476800/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1511.49
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97096 0 0 0 151087 62 0 0 25 0 1 0 1990646961 372654080 86920 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 90980 86920 79 162 0 90815 0
Current children cumulated CPU time (s) 1588.98
Current children cumulated vsize (KiB) 411476

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 12520
/proc/meminfo: memFree=1476800/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=363920 CPUtime=1571.49
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97097 0 0 0 157087 62 0 0 25 0 1 0 1990646961 372654080 86921 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 90980 86921 79 162 0 90815 0
Current children cumulated CPU time (s) 1648.98
Current children cumulated vsize (KiB) 411476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12522
/proc/meminfo: memFree=1475968/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=364844 CPUtime=1631.49
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 97348 0 0 0 163087 62 0 0 25 0 1 0 1990646961 373600256 87172 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 91211 87172 79 162 0 91046 0
Current children cumulated CPU time (s) 1708.98
Current children cumulated vsize (KiB) 412400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12522
/proc/meminfo: memFree=1471048/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=369768 CPUtime=1691.48
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 98581 0 0 0 169085 63 0 0 25 0 1 0 1990646961 378642432 88405 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 92442 88405 79 162 0 92277 0
Current children cumulated CPU time (s) 1768.97
Current children cumulated vsize (KiB) 417324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12522
/proc/meminfo: memFree=1468680/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=372308 CPUtime=1722.59
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 99168 0 0 0 172195 64 0 0 25 0 1 0 1990646961 381243392 88992 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 93077 88992 79 162 0 92912 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 419864

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

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

[startup+1813.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 12522
/proc/meminfo: memFree=1468680/2055920 swapFree=4180096/4192956
[pid=12469] ppid=12467 vsize=47556 CPUtime=77.49
/proc/12469/stat : 12469 (galacE.sh) S 12467 12469 11756 0 -1 4194304 794 89692 5 1 0 1 7671 77 17 0 1 0 1990639112 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12469/statm: 11889 364 245 79 0 219 0
[pid=12492] ppid=12469 vsize=372308 CPUtime=1722.59
/proc/12492/stat : 12492 (eSAT_static) R 12469 12469 11756 0 -1 4194304 99168 0 0 0 172195 64 0 0 25 0 1 0 1990646961 381243392 88992 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/12492/statm: 93077 88992 79 162 0 92912 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 419864

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12469 and gives
#  childrusage.ru_utime.tv_sec=76
#  childrusage.ru_utime.tv_usec=715337
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=785880
# CPU time returned by wait4() is 77.5012
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.42
CPU time (s): 1800.08
CPU user time (s): 1798.66
CPU system time (s): 1.42
CPU usage (%): 99.2646
Max. virtual memory (cumulated for all children) (KiB): 859976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7153
system time used= 0.78588
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90486
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3588
involuntary context switches= 5134

runsolver used 2.44263 second user time and 5.47817 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 22:24:05
IDJOB=1058622
IDBENCH=54173
IDSOLVER=351
FILE ID=node16/1058622-1215116644
PBS_JOBID= 7877171
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46ed804fdcb0b73d2182e6878d1ca1ef
RANDOM SEED=1496481432

node16.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:       1836152 kB
Buffers:          9192 kB
Cached:         104588 kB
SwapCached:       6648 kB
Active:         134332 kB
Inactive:        30668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836152 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            8936 kB
Writeback:           0 kB
Mapped:          58928 kB
Slab:            39712 kB
Committed_AS:  3493856 kB
PageTables:       2200 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node16 at 2008-07-03 22:54:21