Trace number 195874

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 1813.38

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-24_ext.xml
MD5SUM8a6c35ac29af9ac1f4913548b5e28443
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 constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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 ---
2.93	c start processing
2.93	c start relation processing
9.23	c start cnf exporting
39.86	c parsing time : 2.77
39.86	c preprocessing time : 39.698
39.86	
39.86	c Nary constraints - conflicts : 0 supports : 72
39.86	c Binary constraints - conflicts : 0 supports :0
39.86	c max arity constraint : 3
39.86	c Max Tuples generated 0
39.86	c relations : 72
39.86	c relations BDD: 72
39.86	c vars : 276926 - clauses :  876076
39.86	
39.94	 
39.94	c --- Minisat Stats ---
39.94	 

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/node72/watcher-195874-1168115479 -o ROOT/results/node72/solver-195874-1168115479 -C 1800 -M 900 /tmp/evaluation/195874-1168115479/galac.sh /tmp/evaluation/195874-1168115479/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: 0.93 1.38 1.73 5/86 10796
/proc/meminfo: memFree=1352880/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=8560 CPUtime=0
/proc/10795/stat : 10795 (galac.sh) R 10793 10795 10665 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 159956854 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517940111 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10795/statm: 2140 253 197 79 0 133 0

[startup+0.108846 s]
/proc/loadavg: 0.93 1.38 1.73 5/86 10796
/proc/meminfo: memFree=1352880/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.51688 s]
/proc/loadavg: 0.93 1.38 1.73 5/86 10796
/proc/meminfo: memFree=1352880/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33995 s]
/proc/loadavg: 0.93 1.38 1.73 4/105 10827
/proc/meminfo: memFree=1258968/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10814] ppid=10795 vsize=861064 CPUtime=1.27
/proc/10814/stat : 10814 (java) R 10795 10795 10665 0 -1 0 21581 0 1 0 116 11 0 0 20 0 8 0 159956857 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10814/statm: 215266 21333 1967 14 0 201471 0
[pid=10814/tid=10821] ppid=10795 vsize=861064 CPUtime=0.07
/proc/10814/task/10821/stat : 10821 (java) S 10795 10795 10665 0 -1 64 5825 0 0 0 5 2 0 0 16 0 8 0 159956861 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10822] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10822/stat : 10822 (java) S 10795 10795 10665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159956861 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10823] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10823/stat : 10823 (java) S 10795 10795 10665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159956861 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10824] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10824/stat : 10824 (java) S 10795 10795 10665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159956865 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10825] ppid=10795 vsize=861064 CPUtime=0.13
/proc/10814/task/10825/stat : 10825 (java) S 10795 10795 10665 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 159956865 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10826] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10826/stat : 10826 (java) S 10795 10795 10665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159956865 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10827] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10827/stat : 10827 (java) S 10795 10795 10665 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159956865 881729536 21333 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908624

[startup+2.99311 s]
/proc/loadavg: 0.93 1.38 1.73 3/105 10827
/proc/meminfo: memFree=1183256/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10814] ppid=10795 vsize=861064 CPUtime=2.91
/proc/10814/stat : 10814 (java) R 10795 10795 10665 0 -1 0 25275 0 1 0 278 13 0 0 25 0 8 0 159956857 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073873660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10814/statm: 215266 25022 1974 14 0 201471 0
[pid=10814/tid=10821] ppid=10795 vsize=861064 CPUtime=0.22
/proc/10814/task/10821/stat : 10821 (java) S 10795 10795 10665 0 -1 64 9468 0 0 0 18 4 0 0 16 0 8 0 159956861 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10822] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10822/stat : 10822 (java) S 10795 10795 10665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159956861 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10823] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10823/stat : 10823 (java) S 10795 10795 10665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159956861 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10824] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10824/stat : 10824 (java) S 10795 10795 10665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159956865 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10825] ppid=10795 vsize=861064 CPUtime=0.19
/proc/10814/task/10825/stat : 10825 (java) S 10795 10795 10665 0 -1 64 920 0 0 0 18 1 0 0 16 0 8 0 159956865 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10826] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10826/stat : 10826 (java) S 10795 10795 10665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159956865 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10827] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10827/stat : 10827 (java) S 10795 10795 10665 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159956865 881729536 25022 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908624

[startup+6.29441 s]
/proc/loadavg: 1.18 1.42 1.74 3/106 10828
/proc/meminfo: memFree=1107216/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10814] ppid=10795 vsize=861064 CPUtime=6.19
/proc/10814/stat : 10814 (java) R 10795 10795 10665 0 -1 0 31547 0 1 0 603 16 0 0 25 0 8 0 159956857 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073873284 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10814/statm: 215266 31292 1975 14 0 201471 0
[pid=10814/tid=10821] ppid=10795 vsize=861064 CPUtime=0.5
/proc/10814/task/10821/stat : 10821 (java) S 10795 10795 10665 0 -1 64 15722 0 0 0 44 6 0 0 16 0 8 0 159956861 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10822] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10822/stat : 10822 (java) S 10795 10795 10665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159956861 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10823] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10823/stat : 10823 (java) S 10795 10795 10665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159956861 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10824] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10824/stat : 10824 (java) S 10795 10795 10665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159956865 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10825] ppid=10795 vsize=861064 CPUtime=0.21
/proc/10814/task/10825/stat : 10825 (java) S 10795 10795 10665 0 -1 64 934 0 0 0 20 1 0 0 15 0 8 0 159956865 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10826] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10826/stat : 10826 (java) S 10795 10795 10665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159956865 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10827] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10827/stat : 10827 (java) S 10795 10795 10665 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159956865 881729536 31292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 908624

[startup+12.791 s]
/proc/loadavg: 1.25 1.43 1.74 3/106 10828
/proc/meminfo: memFree=1022352/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10814] ppid=10795 vsize=861064 CPUtime=12.63
/proc/10814/stat : 10814 (java) R 10795 10795 10665 0 -1 0 52519 0 1 0 1236 27 0 0 25 0 8 0 159956857 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073956327 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10814/statm: 215266 52257 1996 14 0 201471 0
[pid=10814/tid=10821] ppid=10795 vsize=861064 CPUtime=1.48
/proc/10814/task/10821/stat : 10821 (java) S 10795 10795 10665 0 -1 64 36611 0 0 0 133 15 0 0 16 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10822] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10822/stat : 10822 (java) S 10795 10795 10665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10823] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10823/stat : 10823 (java) S 10795 10795 10665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10824] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10824/stat : 10824 (java) S 10795 10795 10665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10825] ppid=10795 vsize=861064 CPUtime=0.28
/proc/10814/task/10825/stat : 10825 (java) S 10795 10795 10665 0 -1 64 969 0 0 0 27 1 0 0 15 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10826] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10826/stat : 10826 (java) S 10795 10795 10665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10827] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10827/stat : 10827 (java) S 10795 10795 10665 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 908624

[startup+25.6582 s]
/proc/loadavg: 1.41 1.46 1.74 5/106 10828
/proc/meminfo: memFree=1016144/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=0.01
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10814] ppid=10795 vsize=861064 CPUtime=25.37
/proc/10814/stat : 10814 (java) R 10795 10795 10665 0 -1 0 52540 0 1 0 2505 32 0 0 25 0 8 0 159956857 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155439709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10814/statm: 215266 52257 1996 14 0 201471 0
[pid=10814/tid=10821] ppid=10795 vsize=861064 CPUtime=1.51
/proc/10814/task/10821/stat : 10821 (java) S 10795 10795 10665 0 -1 64 36611 0 0 0 135 16 0 0 16 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10822] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10822/stat : 10822 (java) S 10795 10795 10665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10823] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10823/stat : 10823 (java) S 10795 10795 10665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159956861 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10824] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10824/stat : 10824 (java) S 10795 10795 10665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10825] ppid=10795 vsize=861064 CPUtime=0.28
/proc/10814/task/10825/stat : 10825 (java) S 10795 10795 10665 0 -1 64 969 0 0 0 27 1 0 0 15 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10826] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10826/stat : 10826 (java) S 10795 10795 10665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10814/tid=10827] ppid=10795 vsize=861064 CPUtime=0
/proc/10814/task/10827/stat : 10827 (java) S 10795 10795 10665 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159956865 881729536 52257 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908624

[startup+51.3245 s]
/proc/loadavg: 1.61 1.50 1.75 3/99 10829
/proc/meminfo: memFree=1123720/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=58536 CPUtime=11.21
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 13601 0 0 0 1113 8 0 0 25 0 1 0 159960848 59940864 13583 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 14634 13583 54 142 0 14490 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 106096

[startup+102.562 s]
/proc/loadavg: 1.83 1.58 1.76 3/99 10829
/proc/meminfo: memFree=1096264/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=64112 CPUtime=62.21
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 15028 0 0 0 6211 10 0 0 25 0 1 0 159960848 65650688 15010 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 16028 15010 54 142 0 15884 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 111672

[startup+162.634 s]
/proc/loadavg: 1.93 1.65 1.77 3/99 10829
/proc/meminfo: memFree=1063176/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=70628 CPUtime=121.63
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 16664 0 0 0 12151 12 0 0 25 0 1 0 159960848 72323072 16646 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 17657 16646 54 142 0 17513 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 118188


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

/proc/loadavg: 2.02 2.00 1.91 3/99 10829
/proc/meminfo: memFree=747784/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=192284 CPUtime=1073.09
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 47074 0 0 0 107257 52 0 0 25 0 1 0 159960848 196898816 47056 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 48071 47056 54 142 0 47927 0
Current children cumulated CPU time (s) 1112.54
Current children cumulated vsize (KiB) 239844

[startup+1183.67 s]
/proc/loadavg: 2.01 2.00 1.91 4/99 10829
/proc/meminfo: memFree=715912/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=195584 CPUtime=1132.56
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 47879 0 0 0 113203 53 0 0 25 0 1 0 159960848 200278016 47861 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 48896 47861 54 142 0 48752 0
Current children cumulated CPU time (s) 1172.01
Current children cumulated vsize (KiB) 243144

[startup+1243.74 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=712840/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=198624 CPUtime=1192.06
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 48639 0 0 0 119151 55 0 0 25 0 1 0 159960848 203390976 48621 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 49656 48621 54 142 0 49512 0
Current children cumulated CPU time (s) 1231.51
Current children cumulated vsize (KiB) 246184

[startup+1303.82 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=680840/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=201688 CPUtime=1251.64
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 49415 0 0 0 125108 56 0 0 25 0 1 0 159960848 206528512 49397 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 50422 49397 54 142 0 50278 0
Current children cumulated CPU time (s) 1291.09
Current children cumulated vsize (KiB) 249248

[startup+1363.89 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=676680/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=205700 CPUtime=1311.66
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 50445 0 0 0 131108 58 0 0 25 0 1 0 159960848 210636800 50427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529310 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 51425 50427 54 142 0 51281 0
Current children cumulated CPU time (s) 1351.11
Current children cumulated vsize (KiB) 253260

[startup+1423.96 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=672840/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=209440 CPUtime=1371.67
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 51385 0 0 0 137107 60 0 0 25 0 1 0 159960848 214466560 51367 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 52360 51367 54 142 0 52216 0
Current children cumulated CPU time (s) 1411.12
Current children cumulated vsize (KiB) 257000

[startup+1484.04 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=639624/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=213832 CPUtime=1431.68
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 52376 0 0 0 143107 61 0 0 25 0 1 0 159960848 218963968 52358 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 53458 52358 54 142 0 53314 0
Current children cumulated CPU time (s) 1471.13
Current children cumulated vsize (KiB) 261392

[startup+1544.12 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=635272/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=218072 CPUtime=1491.71
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 53445 0 0 0 149109 62 0 0 25 0 1 0 159960848 223305728 53427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 54518 53427 54 142 0 54374 0
Current children cumulated CPU time (s) 1531.16
Current children cumulated vsize (KiB) 265632

[startup+1604.19 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=631752/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=221636 CPUtime=1551.71
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 54334 0 0 0 155108 63 0 0 25 0 1 0 159960848 226955264 54316 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 55409 54316 54 142 0 55265 0
Current children cumulated CPU time (s) 1591.16
Current children cumulated vsize (KiB) 269196

[startup+1664.27 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 10829
/proc/meminfo: memFree=628808/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=224540 CPUtime=1611.72
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 55070 0 0 0 161108 64 0 0 25 0 1 0 159960848 229928960 55052 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 56135 55052 54 142 0 55991 0
Current children cumulated CPU time (s) 1651.17
Current children cumulated vsize (KiB) 272100

[startup+1724.35 s]
/proc/loadavg: 2.03 2.01 1.91 3/99 10829
/proc/meminfo: memFree=596232/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=227972 CPUtime=1671.69
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 55942 0 0 0 167103 66 0 0 25 0 1 0 159960848 233443328 55924 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 56993 55924 54 142 0 56849 0
Current children cumulated CPU time (s) 1711.14
Current children cumulated vsize (KiB) 275532

[startup+1784.43 s]
/proc/loadavg: 2.01 2.01 1.91 3/105 10893
/proc/meminfo: memFree=591488/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=231272 CPUtime=1731.68
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 56762 0 0 0 173098 70 0 0 25 0 1 0 159960848 236822528 56744 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 57818 56744 54 142 0 57674 0
Current children cumulated CPU time (s) 1771.13
Current children cumulated vsize (KiB) 278832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.36 s]
/proc/loadavg: 2.08 2.02 1.92 3/100 11006
/proc/meminfo: memFree=1023536/2055920 swapFree=4192812/4192956
[pid=10795] ppid=10793 vsize=47560 CPUtime=39.45
/proc/10795/stat : 10795 (galac.sh) S 10793 10795 10665 0 -1 4194304 801 54277 0 1 0 0 3904 41 17 0 1 0 159956854 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10795/statm: 11890 365 247 79 0 218 0
[pid=10829] ppid=10795 vsize=233252 CPUtime=1760.56
/proc/10829/stat : 10829 (minisat) R 10795 10795 10665 0 -1 4194304 57249 0 0 0 175977 79 0 0 25 0 1 0 159960848 238850048 57231 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10829/statm: 58313 57231 54 142 0 58169 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 280812

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 10795 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=47063 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=425935
CPU time returned by wait4() is 39.473
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): 1813.38
CPU time (s): 1800.01
CPU user time (s): 1798.81
CPU system time (s): 1.2
CPU usage (%): 99.2629
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.0471
system time used= 0.425935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55078
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= 2159
involuntary context switches= 3852

runsolver used 2.34664 s user time and 6.71298 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 20:31:20 UTC 2007


IDJOB= 195874
IDBENCH= 3308
FILE ID= node72/195874-1168115479

PBS_JOBID= 3477426

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8a6c35ac29af9ac1f4913548b5e28443

RANDOM SEED= 281690187

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.223
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.223
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:       1355864 kB
Buffers:         47784 kB
Cached:         529876 kB
SwapCached:          0 kB
Active:         204184 kB
Inactive:       422536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10860 kB
Writeback:           0 kB
Mapped:          70860 kB
Slab:            58264 kB
Committed_AS:  2796400 kB
PageTables:       2240 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= 66528 MiB



End job on node72 on Sat Jan  6 21:01:35 UTC 2007