Trace number 195913

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, and are wall clock time (not CPU 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 1? (TO) 1800.01 1806.43

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-40_ext.xml
MD5SUM2935e3d0ce040fb7a21269106e8b439b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.05	c start processing
3.05	c start relation processing
9.38	c start cnf exporting
41.22	c parsing time : 2.885
41.22	c preprocessing time : 41.054
41.22	
41.22	c Nary constraints - conflicts : 0 supports : 75
41.22	c Binary constraints - conflicts : 0 supports :0
41.22	c max arity constraint : 3
41.22	c Max Tuples generated 0
41.22	c relations : 75
41.22	c relations BDD: 75
41.22	c vars : 296285 - clauses :  935935
41.22	
41.27	 
41.27	c --- Minisat Stats ---
41.27	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-195913-1168116354 -o ROOT/results/node3/solver-195913-1168116354 -C 1800 -M 900 /tmp/evaluation/195913-1168116354/galac.sh /tmp/evaluation/195913-1168116354/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.98 1.99 5/86 8471
/proc/meminfo: memFree=1775888/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=18540 CPUtime=0
/proc/8470/stat : 8470 (runsolver) R 8468 8470 7060 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160031029 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8470/statm: 4635 279 244 17 0 2626 0

[startup+0.110864 s]
/proc/loadavg: 1.92 1.98 1.99 5/86 8471
/proc/meminfo: memFree=1775888/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.518931 s]
/proc/loadavg: 1.92 1.98 1.99 5/86 8471
/proc/meminfo: memFree=1775888/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34406 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 8491
/proc/meminfo: memFree=1697296/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8484] ppid=8470 vsize=861064 CPUtime=1.29
/proc/8484/stat : 8484 (java) R 8470 8470 7060 0 -1 0 22264 0 1 0 119 10 0 0 21 0 8 0 160031033 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073693870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8484/statm: 215266 22016 1964 14 0 201471 0
[pid=8484/tid=8485] ppid=8470 vsize=861064 CPUtime=0.07
/proc/8484/task/8485/stat : 8485 (java) S 8470 8470 7060 0 -1 64 6512 0 0 0 5 2 0 0 16 0 8 0 160031037 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8486] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8486/stat : 8486 (java) S 8470 8470 7060 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160031037 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8487] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8487/stat : 8487 (java) S 8470 8470 7060 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160031037 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8488] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8488/stat : 8488 (java) S 8470 8470 7060 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160031041 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8489] ppid=8470 vsize=861064 CPUtime=0.13
/proc/8484/task/8489/stat : 8489 (java) S 8470 8470 7060 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 160031041 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8490] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8490/stat : 8490 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160031041 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8491] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8491/stat : 8491 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160031041 881729536 22016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908624

[startup+2.98633 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 8491
/proc/meminfo: memFree=1685200/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8484] ppid=8470 vsize=861064 CPUtime=2.92
/proc/8484/stat : 8484 (java) R 8470 8470 7060 0 -1 0 25840 0 1 0 280 12 0 0 25 0 8 0 160031033 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651631 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8484/statm: 215266 25587 1964 14 0 201471 0
[pid=8484/tid=8485] ppid=8470 vsize=861064 CPUtime=0.21
/proc/8484/task/8485/stat : 8485 (java) S 8470 8470 7060 0 -1 64 10072 0 0 0 17 4 0 0 16 0 8 0 160031037 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8486] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8486/stat : 8486 (java) S 8470 8470 7060 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160031037 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8487] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8487/stat : 8487 (java) S 8470 8470 7060 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160031037 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8488] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8488/stat : 8488 (java) S 8470 8470 7060 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160031041 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8489] ppid=8470 vsize=861064 CPUtime=0.15
/proc/8484/task/8489/stat : 8489 (java) S 8470 8470 7060 0 -1 64 904 0 0 0 15 0 0 0 16 0 8 0 160031041 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8490] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8490/stat : 8490 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160031041 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8491] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8491/stat : 8491 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160031041 881729536 25587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908624

[startup+6.28887 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 8491
/proc/meminfo: memFree=1639120/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8484] ppid=8470 vsize=861064 CPUtime=6.21
/proc/8484/stat : 8484 (java) R 8470 8470 7060 0 -1 0 36135 0 1 0 605 16 0 0 25 0 8 0 160031033 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073884086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8484/statm: 215266 35879 1972 14 0 201471 0
[pid=8484/tid=8485] ppid=8470 vsize=861064 CPUtime=0.68
/proc/8484/task/8485/stat : 8485 (java) S 8470 8470 7060 0 -1 64 20311 0 0 0 60 8 0 0 21 0 8 0 160031037 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8486] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8486/stat : 8486 (java) S 8470 8470 7060 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160031037 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8487] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8487/stat : 8487 (java) S 8470 8470 7060 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160031037 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8488] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8488/stat : 8488 (java) S 8470 8470 7060 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160031041 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8489] ppid=8470 vsize=861064 CPUtime=0.22
/proc/8484/task/8489/stat : 8489 (java) S 8470 8470 7060 0 -1 64 936 0 0 0 21 1 0 0 15 0 8 0 160031041 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8490] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8490/stat : 8490 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160031041 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8491] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8491/stat : 8491 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160031041 881729536 35879 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 908624

[startup+12.7779 s]
/proc/loadavg: 1.93 1.98 1.99 4/94 8491
/proc/meminfo: memFree=1563856/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8484] ppid=8470 vsize=861064 CPUtime=12.66
/proc/8484/stat : 8484 (java) R 8470 8470 7060 0 -1 0 54632 0 1 0 1242 24 0 0 25 0 8 0 160031033 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074078240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8484/statm: 215266 54370 1993 14 0 201471 0
[pid=8484/tid=8485] ppid=8470 vsize=861064 CPUtime=1.48
/proc/8484/task/8485/stat : 8485 (java) S 8470 8470 7060 0 -1 64 38726 0 0 0 134 14 0 0 16 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8486] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8486/stat : 8486 (java) S 8470 8470 7060 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8487] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8487/stat : 8487 (java) S 8470 8470 7060 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8488] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8488/stat : 8488 (java) S 8470 8470 7060 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8489] ppid=8470 vsize=861064 CPUtime=0.27
/proc/8484/task/8489/stat : 8489 (java) S 8470 8470 7060 0 -1 64 971 0 0 0 26 1 0 0 15 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8490] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8490/stat : 8490 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8491] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8491/stat : 8491 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 908624

[startup+25.65 s]
/proc/loadavg: 1.95 1.98 1.99 3/94 8491
/proc/meminfo: memFree=1557392/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=0.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8484] ppid=8470 vsize=861064 CPUtime=25.47
/proc/8484/stat : 8484 (java) R 8470 8470 7060 0 -1 0 54653 0 1 0 2519 28 0 0 25 0 8 0 160031033 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073516300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8484/statm: 215266 54370 1993 14 0 201471 0
[pid=8484/tid=8485] ppid=8470 vsize=861064 CPUtime=1.51
/proc/8484/task/8485/stat : 8485 (java) S 8470 8470 7060 0 -1 64 38726 0 0 0 136 15 0 0 16 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8486] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8486/stat : 8486 (java) S 8470 8470 7060 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8487] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8487/stat : 8487 (java) S 8470 8470 7060 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160031037 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8488] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8488/stat : 8488 (java) S 8470 8470 7060 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8489] ppid=8470 vsize=861064 CPUtime=0.27
/proc/8484/task/8489/stat : 8489 (java) S 8470 8470 7060 0 -1 64 971 0 0 0 26 1 0 0 15 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8490] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8490/stat : 8490 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8484/tid=8491] ppid=8470 vsize=861064 CPUtime=0
/proc/8484/task/8491/stat : 8491 (java) S 8470 8470 7060 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160031041 881729536 54370 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 908624

[startup+51.2702 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 8492
/proc/meminfo: memFree=1701896/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=59492 CPUtime=9.94
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 14253 0 0 0 986 8 0 0 25 0 1 0 160035156 60919808 14235 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/8492/statm: 14873 14235 54 142 0 14729 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 107052

[startup+102.507 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 8492
/proc/meminfo: memFree=1695752/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=65756 CPUtime=60.94
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 15816 0 0 0 6083 11 0 0 25 0 1 0 160035156 67334144 15798 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/8492/statm: 16439 15798 54 142 0 16295 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 113316

[startup+162.572 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 8492
/proc/meminfo: memFree=1689032/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=72540 CPUtime=120.71
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 17502 0 0 0 12059 12 0 0 25 0 1 0 160035156 74280960 17484 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529632 0 0 4096 3 0 0 0 17 1 0 0
/proc/8492/statm: 18135 17484 54 142 0 17991 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 120100


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

/proc/loadavg: 2.00 2.00 1.99 3/94 8747
/proc/meminfo: memFree=1536784/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=147824 CPUtime=1079.42
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 36306 0 0 0 107880 62 0 0 25 0 1 0 160035156 151371776 36288 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 36956 36288 54 142 0 36812 0
Current children cumulated CPU time (s) 1120.43
Current children cumulated vsize (KiB) 195384

[startup+1183.73 s]
/proc/loadavg: 2.05 2.01 2.00 3/94 8747
/proc/meminfo: memFree=1534480/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=150216 CPUtime=1139.18
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 36895 0 0 0 113855 63 0 0 25 0 1 0 160035156 153821184 36877 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 37554 36877 54 142 0 37410 0
Current children cumulated CPU time (s) 1180.19
Current children cumulated vsize (KiB) 197776

[startup+1243.78 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 8747
/proc/meminfo: memFree=1532048/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=152860 CPUtime=1198.96
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 37496 0 0 0 119832 64 0 0 25 0 1 0 160035156 156528640 37478 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 38215 37478 54 142 0 38071 0
Current children cumulated CPU time (s) 1239.97
Current children cumulated vsize (KiB) 200420

[startup+1303.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1530000/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=154840 CPUtime=1258.74
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 37998 0 0 0 125809 65 0 0 25 0 1 0 160035156 158556160 37980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 38710 37980 54 142 0 38566 0
Current children cumulated CPU time (s) 1299.75
Current children cumulated vsize (KiB) 202400

[startup+1363.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1527760/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=157096 CPUtime=1318.5
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 38574 0 0 0 131784 66 0 0 25 0 1 0 160035156 160866304 38556 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 39274 38556 54 142 0 39130 0
Current children cumulated CPU time (s) 1359.51
Current children cumulated vsize (KiB) 204656

[startup+1423.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1525200/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=159744 CPUtime=1378.27
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 39216 0 0 0 137760 67 0 0 25 0 1 0 160035156 163577856 39198 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 39936 39198 54 142 0 39792 0
Current children cumulated CPU time (s) 1419.28
Current children cumulated vsize (KiB) 207304

[startup+1483.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1522896/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=162004 CPUtime=1438.06
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 39778 0 0 0 143738 68 0 0 25 0 1 0 160035156 165892096 39760 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 40501 39760 54 142 0 40357 0
Current children cumulated CPU time (s) 1479.07
Current children cumulated vsize (KiB) 209564

[startup+1544.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1520720/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=164120 CPUtime=1497.81
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 40321 0 0 0 149711 70 0 0 25 0 1 0 160035156 168058880 40303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 41030 40303 54 142 0 40886 0
Current children cumulated CPU time (s) 1538.82
Current children cumulated vsize (KiB) 211680

[startup+1604.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1518160/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=166664 CPUtime=1557.58
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 40944 0 0 0 155688 70 0 0 25 0 1 0 160035156 170663936 40926 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 41666 40926 54 142 0 41522 0
Current children cumulated CPU time (s) 1598.59
Current children cumulated vsize (KiB) 214224

[startup+1664.14 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 8747
/proc/meminfo: memFree=1516240/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=168516 CPUtime=1617.38
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 41410 0 0 0 161667 71 0 0 25 0 1 0 160035156 172560384 41392 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 42129 41392 54 142 0 41985 0
Current children cumulated CPU time (s) 1658.39
Current children cumulated vsize (KiB) 216076

[startup+1724.19 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 8747
/proc/meminfo: memFree=1514192/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=170516 CPUtime=1677.13
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 41923 0 0 0 167641 72 0 0 25 0 1 0 160035156 174608384 41905 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 42629 41905 54 142 0 42485 0
Current children cumulated CPU time (s) 1718.14
Current children cumulated vsize (KiB) 218076

[startup+1784.24 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1512272/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=172452 CPUtime=1736.9
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 42389 0 0 0 173618 72 0 0 25 0 1 0 160035156 176590848 42371 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 43113 42371 54 142 0 42969 0
Current children cumulated CPU time (s) 1777.91
Current children cumulated vsize (KiB) 220012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 8747
/proc/meminfo: memFree=1511632/2055920 swapFree=4192812/4192956
[pid=8470] ppid=8468 vsize=47560 CPUtime=41.01
/proc/8470/stat : 8470 (galac.sh) S 8468 8470 7060 0 -1 4194304 799 56391 0 1 0 0 4063 38 17 0 1 0 160031029 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8470/statm: 11890 363 245 79 0 218 0
[pid=8492] ppid=8470 vsize=172996 CPUtime=1759
/proc/8492/stat : 8492 (minisat) R 8470 8470 7060 0 -1 4194304 42558 0 0 0 175827 73 0 0 25 0 1 0 160035156 177147904 42540 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8492/statm: 43249 42540 54 142 0 43105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 220556

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 8470 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=641821 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=395939
CPU time returned by wait4() is 41.0378
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1806.43
CPU time (s): 1800.01
CPU user time (s): 1798.9
CPU system time (s): 1.11
CPU usage (%): 99.6445
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6418
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57190
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= 2255
involuntary context switches= 2675

runsolver used 1.82972 s user time and 4.93025 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 20:45:54 UTC 2007


IDJOB= 195913
IDBENCH= 3311
FILE ID= node3/195913-1168116354

PBS_JOBID= 3477105

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-40_ext.xml
COMMAND LINE= /tmp/evaluation/195913-1168116354/galac.sh /tmp/evaluation/195913-1168116354/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-195913-1168116354 -o ROOT/results/node3/solver-195913-1168116354 -C 1800 -M 900  /tmp/evaluation/195913-1168116354/galac.sh /tmp/evaluation/195913-1168116354/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  2935e3d0ce040fb7a21269106e8b439b

RANDOM SEED= 225515401

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776304 kB
Buffers:         41324 kB
Cached:         119904 kB
SwapCached:          0 kB
Active:         147056 kB
Inactive:        79336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5732 kB
Writeback:           0 kB
Mapped:          87568 kB
Slab:            38228 kB
Committed_AS:  3926272 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB



End job on node3 on Sat Jan  6 21:16:01 UTC 2007