Trace number 200041

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

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-25_ext.xml
MD5SUMd115ab789f4700fd86830e23be121f9b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark308.313
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c --- Preproc Stats ---
3.22	c start processing
3.22	c start relation processing
9.67	c start cnf exporting
42.72	c parsing time : 2.986
42.72	c preprocessing time : 42.487
42.72	
42.72	c Nary constraints - conflicts : 0 supports : 76
42.72	c Binary constraints - conflicts : 0 supports :0
42.72	c max arity constraint : 3
42.72	c Max Tuples generated 0
42.72	c relations : 76
42.72	c relations BDD: 76
42.72	c vars : 302958 - clauses :  956559
42.72	
42.76	 
42.76	c --- Minisat Stats ---
42.76	 

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/node50/watcher-200041-1168140015 -o ROOT/results/node50/solver-200041-1168140015 -C 1800 -M 900 /tmp/evaluation/200041-1168140015/galac.sh /tmp/evaluation/200041-1168140015/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: 2.01 2.02 2.00 2/81 26059
/proc/meminfo: memFree=1523392/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=8560 CPUtime=0
/proc/26058/stat : 26058 (galac.sh) R 26056 26058 25072 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 162400049 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577660815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26058/statm: 2140 253 197 79 0 133 0

[startup+0.10291 s]
/proc/loadavg: 2.01 2.02 2.00 2/81 26059
/proc/meminfo: memFree=1523392/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=8784 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 636 1485 0 0 0 0 0 1 23 0 1 0 162400049 8994816 320 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577642578 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26058/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.510979 s]
/proc/loadavg: 2.01 2.02 2.00 2/81 26059
/proc/meminfo: memFree=1523392/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33412 s]
/proc/loadavg: 2.01 2.02 2.00 4/89 26079
/proc/meminfo: memFree=1447872/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26072] ppid=26058 vsize=861064 CPUtime=1.2
/proc/26072/stat : 26072 (java) R 26058 26058 25072 0 -1 0 21636 0 1 0 110 10 0 0 21 0 8 0 162400060 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073486950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26072/statm: 215266 21389 1965 14 0 201471 0
[pid=26072/tid=26073] ppid=26058 vsize=861064 CPUtime=0.05
/proc/26072/task/26073/stat : 26073 (java) S 26058 26058 25072 0 -1 64 5883 0 0 0 3 2 0 0 16 0 8 0 162400063 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26074] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26074/stat : 26074 (java) S 26058 26058 25072 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162400064 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26075] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26075/stat : 26075 (java) S 26058 26058 25072 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162400064 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26076] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26076/stat : 26076 (java) S 26058 26058 25072 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162400067 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26077] ppid=26058 vsize=861064 CPUtime=0.13
/proc/26072/task/26077/stat : 26077 (java) S 26058 26058 25072 0 -1 64 893 0 0 0 12 1 0 0 16 0 8 0 162400067 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26078] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26078/stat : 26078 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162400067 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26079] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26079/stat : 26079 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162400067 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 908640

[startup+2.98039 s]
/proc/loadavg: 2.01 2.02 2.00 4/89 26079
/proc/meminfo: memFree=1433600/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26072] ppid=26058 vsize=861064 CPUtime=2.83
/proc/26072/stat : 26072 (java) R 26058 26058 25072 0 -1 0 25835 0 1 0 271 12 0 0 25 0 8 0 162400060 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073651631 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26072/statm: 215266 25582 1965 14 0 201471 0
[pid=26072/tid=26073] ppid=26058 vsize=861064 CPUtime=0.21
/proc/26072/task/26073/stat : 26073 (java) S 26058 26058 25072 0 -1 64 10067 0 0 0 17 4 0 0 16 0 8 0 162400063 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26074] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26074/stat : 26074 (java) S 26058 26058 25072 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162400064 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26075] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26075/stat : 26075 (java) S 26058 26058 25072 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162400064 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26076] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26076/stat : 26076 (java) S 26058 26058 25072 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162400067 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26077] ppid=26058 vsize=861064 CPUtime=0.16
/proc/26072/task/26077/stat : 26077 (java) S 26058 26058 25072 0 -1 64 902 0 0 0 15 1 0 0 16 0 8 0 162400067 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26078] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26078/stat : 26078 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162400067 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26079] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26079/stat : 26079 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162400067 881729536 25582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 908640

[startup+6.27695 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 26079
/proc/meminfo: memFree=1393536/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26072] ppid=26058 vsize=861064 CPUtime=6.1
/proc/26072/stat : 26072 (java) R 26058 26058 25072 0 -1 0 34480 0 1 0 594 16 0 0 25 0 8 0 162400060 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073946192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26072/statm: 215266 34224 1973 14 0 201471 0
[pid=26072/tid=26073] ppid=26058 vsize=861064 CPUtime=0.61
/proc/26072/task/26073/stat : 26073 (java) S 26058 26058 25072 0 -1 64 18652 0 0 0 53 8 0 0 20 0 8 0 162400063 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26074] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26074/stat : 26074 (java) S 26058 26058 25072 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162400064 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26075] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26075/stat : 26075 (java) S 26058 26058 25072 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162400064 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26076] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26076/stat : 26076 (java) S 26058 26058 25072 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162400067 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26077] ppid=26058 vsize=861064 CPUtime=0.21
/proc/26072/task/26077/stat : 26077 (java) S 26058 26058 25072 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 162400067 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26078] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26078/stat : 26078 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162400067 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26079] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26079/stat : 26079 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162400067 881729536 34224 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 908640

[startup+12.771 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 26079
/proc/meminfo: memFree=1308992/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26072] ppid=26058 vsize=861064 CPUtime=12.53
/proc/26072/stat : 26072 (java) R 26058 26058 25072 0 -1 0 55342 0 1 0 1227 26 0 0 25 0 8 0 162400060 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073683806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26072/statm: 215266 55080 1993 14 0 201471 0
[pid=26072/tid=26073] ppid=26058 vsize=861064 CPUtime=1.56
/proc/26072/task/26073/stat : 26073 (java) S 26058 26058 25072 0 -1 64 39432 0 0 0 140 16 0 0 16 0 8 0 162400063 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26074] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26074/stat : 26074 (java) S 26058 26058 25072 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162400064 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26075] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26075/stat : 26075 (java) S 26058 26058 25072 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162400064 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26076] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26076/stat : 26076 (java) S 26058 26058 25072 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26077] ppid=26058 vsize=861064 CPUtime=0.27
/proc/26072/task/26077/stat : 26077 (java) S 26058 26058 25072 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26078] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26078/stat : 26078 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26079] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26079/stat : 26079 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 908640

[startup+25.6372 s]
/proc/loadavg: 2.14 2.05 2.00 3/89 26079
/proc/meminfo: memFree=1302656/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=0.01
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26072] ppid=26058 vsize=861064 CPUtime=25.27
/proc/26072/stat : 26072 (java) R 26058 26058 25072 0 -1 0 55363 0 1 0 2497 30 0 0 25 0 8 0 162400060 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074054125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26072/statm: 215266 55080 1993 14 0 201471 0
[pid=26072/tid=26073] ppid=26058 vsize=861064 CPUtime=1.58
/proc/26072/task/26073/stat : 26073 (java) S 26058 26058 25072 0 -1 64 39432 0 0 0 142 16 0 0 16 0 8 0 162400063 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26074] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26074/stat : 26074 (java) S 26058 26058 25072 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162400064 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26075] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26075/stat : 26075 (java) S 26058 26058 25072 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162400064 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26076] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26076/stat : 26076 (java) S 26058 26058 25072 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26077] ppid=26058 vsize=861064 CPUtime=0.27
/proc/26072/task/26077/stat : 26077 (java) S 26058 26058 25072 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26078] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26078/stat : 26078 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26072/tid=26079] ppid=26058 vsize=861064 CPUtime=0
/proc/26072/task/26079/stat : 26079 (java) S 26058 26058 25072 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162400067 881729536 55080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 908640

[startup+51.2615 s]
/proc/loadavg: 2.16 2.06 2.01 3/82 26080
/proc/meminfo: memFree=1447608/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=60820 CPUtime=8.4
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 14620 0 0 0 832 8 0 0 25 0 1 0 162404326 62279680 14602 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 15205 14602 54 142 0 15061 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 108396

[startup+102.519 s]
/proc/loadavg: 2.15 2.08 2.01 3/82 26080
/proc/meminfo: memFree=1443896/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=64532 CPUtime=59.18
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 15583 0 0 0 5909 9 0 0 25 0 1 0 162404326 66080768 15565 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 16133 15565 54 142 0 15989 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 112108

[startup+162.538 s]
/proc/loadavg: 2.82 2.28 2.08 5/88 30692
/proc/meminfo: memFree=1431408/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=68788 CPUtime=109.11
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 16639 0 0 0 10899 12 0 0 25 0 1 0 162404326 70438912 16621 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 17197 16621 54 142 0 17053 0
Current children cumulated CPU time (s) 151.35
Current children cumulated vsize (KiB) 116364


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

/proc/loadavg: 2.00 2.09 2.18 3/82 28359
/proc/meminfo: memFree=1277688/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=188896 CPUtime=1071.48
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 46651 0 0 0 107094 54 0 0 25 0 1 0 162404326 193429504 46633 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 47224 46633 54 142 0 47080 0
Current children cumulated CPU time (s) 1113.72
Current children cumulated vsize (KiB) 236472

[startup+1243.67 s]
/proc/loadavg: 2.00 2.07 2.17 3/82 28359
/proc/meminfo: memFree=1274616/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=191944 CPUtime=1131.5
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 47409 0 0 0 113095 55 0 0 25 0 1 0 162404326 196550656 47391 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 47986 47391 54 142 0 47842 0
Current children cumulated CPU time (s) 1173.74
Current children cumulated vsize (KiB) 239520

[startup+1303.72 s]
/proc/loadavg: 2.00 2.05 2.16 3/82 28359
/proc/meminfo: memFree=1271032/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=195508 CPUtime=1191.54
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 48306 0 0 0 119097 57 0 0 25 0 1 0 162404326 200200192 48288 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 48877 48288 54 142 0 48733 0
Current children cumulated CPU time (s) 1233.78
Current children cumulated vsize (KiB) 243084

[startup+1363.75 s]
/proc/loadavg: 2.00 2.04 2.14 3/82 28359
/proc/meminfo: memFree=1267384/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=199080 CPUtime=1251.54
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 49217 0 0 0 125096 58 0 0 25 0 1 0 162404326 203857920 49199 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 49770 49199 54 142 0 49626 0
Current children cumulated CPU time (s) 1293.78
Current children cumulated vsize (KiB) 246656

[startup+1423.78 s]
/proc/loadavg: 2.05 2.05 2.14 3/82 28359
/proc/meminfo: memFree=1261624/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=204908 CPUtime=1311.56
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 50648 0 0 0 131097 59 0 0 25 0 1 0 162404326 209825792 50630 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 51227 50630 54 142 0 51083 0
Current children cumulated CPU time (s) 1353.8
Current children cumulated vsize (KiB) 252484

[startup+1483.83 s]
/proc/loadavg: 2.06 2.05 2.13 3/82 28359
/proc/meminfo: memFree=1257464/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=208940 CPUtime=1371.59
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 51675 0 0 0 137098 61 0 0 25 0 1 0 162404326 213954560 51657 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 52235 51657 54 142 0 52091 0
Current children cumulated CPU time (s) 1413.83
Current children cumulated vsize (KiB) 256516

[startup+1543.86 s]
/proc/loadavg: 2.02 2.04 2.12 3/82 28359
/proc/meminfo: memFree=1255032/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=211448 CPUtime=1431.6
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 52288 0 0 0 143099 61 0 0 25 0 1 0 162404326 216522752 52270 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 52862 52270 54 142 0 52718 0
Current children cumulated CPU time (s) 1473.84
Current children cumulated vsize (KiB) 259024

[startup+1603.93 s]
/proc/loadavg: 2.01 2.03 2.11 3/82 28359
/proc/meminfo: memFree=1251640/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=215020 CPUtime=1491.66
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 53114 0 0 0 149103 63 0 0 25 0 1 0 162404326 220180480 53096 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 53755 53096 54 142 0 53611 0
Current children cumulated CPU time (s) 1533.9
Current children cumulated vsize (KiB) 262596

[startup+1663.98 s]
/proc/loadavg: 2.08 2.04 2.10 3/82 28359
/proc/meminfo: memFree=1249336/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=217396 CPUtime=1551.68
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 53701 0 0 0 155105 63 0 0 25 0 1 0 162404326 222613504 53683 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 54349 53683 54 142 0 54205 0
Current children cumulated CPU time (s) 1593.92
Current children cumulated vsize (KiB) 264972

[startup+1724.02 s]
/proc/loadavg: 2.03 2.03 2.09 3/82 28359
/proc/meminfo: memFree=1246392/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=220320 CPUtime=1611.7
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 54438 0 0 0 161106 64 0 0 25 0 1 0 162404326 225607680 54420 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 55080 54420 54 142 0 54936 0
Current children cumulated CPU time (s) 1653.94
Current children cumulated vsize (KiB) 267896

[startup+1784.06 s]
/proc/loadavg: 2.01 2.02 2.08 3/82 28359
/proc/meminfo: memFree=1243768/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=222844 CPUtime=1671.72
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 55087 0 0 0 167107 65 0 0 25 0 1 0 162404326 228192256 55069 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 55711 55069 54 142 0 55567 0
Current children cumulated CPU time (s) 1713.96
Current children cumulated vsize (KiB) 270420

[startup+1844.15 s]
/proc/loadavg: 1.98 2.02 2.08 2/70 28636
/proc/meminfo: memFree=1276512/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=225232 CPUtime=1731.41
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 55690 0 0 0 173074 67 0 0 25 0 1 0 162404326 230637568 55672 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26080/statm: 56308 55672 54 142 0 56164 0
Current children cumulated CPU time (s) 1773.65
Current children cumulated vsize (KiB) 272808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1870.6 s]
/proc/loadavg: 1.64 1.93 2.05 2/66 28881
/proc/meminfo: memFree=1284768/2055920 swapFree=4191892/4192956
[pid=26058] ppid=26056 vsize=47576 CPUtime=42.24
/proc/26058/stat : 26058 (galac.sh) S 26056 26058 25072 0 -1 4194304 800 57103 0 1 0 0 4182 42 17 0 1 0 162400049 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26058/statm: 11894 364 246 79 0 218 0
[pid=26080] ppid=26058 vsize=226424 CPUtime=1757.84
/proc/26080/stat : 26080 (minisat) R 26058 26058 25072 0 -1 4194304 55969 0 0 0 175715 69 0 0 25 0 1 0 162404326 231858176 55951 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/26080/statm: 56606 55951 54 142 0 56462 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 274000

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 26058 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=827641 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=435933
CPU time returned by wait4() is 42.2636
while last known CPU time is 1800.08

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

Real time (s): 1870.62
CPU time (s): 1800.08
CPU user time (s): 1798.97
CPU system time (s): 1.11
CPU usage (%): 96.2293
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.8276
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57903
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= 2263
involuntary context switches= 3921

runsolver used 1.9687 s user time and 5.45417 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 03:20:15 UTC 2007


IDJOB= 200041
IDBENCH= 3684
FILE ID= node50/200041-1168140015

PBS_JOBID= 3478054

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d115ab789f4700fd86830e23be121f9b

RANDOM SEED= 628797882

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.263
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	: 5931.00
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.263
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:       1524000 kB
Buffers:         36320 kB
Cached:         386516 kB
SwapCached:        396 kB
Active:         227676 kB
Inactive:       250824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524000 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            9072 kB
Writeback:           0 kB
Mapped:          72060 kB
Slab:            38596 kB
Committed_AS:  3749460 kB
PageTables:       1988 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= 66540 MiB



End job on node50 on Sun Jan  7 03:51:26 UTC 2007