Trace number 199924

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

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-13_ext.xml
MD5SUM9218fc67fa27071b7eb56be3ad2fdb47
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 benchmark1220.64
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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.50	c start cnf exporting
40.69	c parsing time : 2.89
40.69	c preprocessing time : 40.526
40.69	
40.69	c Nary constraints - conflicts : 0 supports : 74
40.69	c Binary constraints - conflicts : 0 supports :0
40.69	c max arity constraint : 3
40.69	c Max Tuples generated 0
40.69	c relations : 74
40.69	c relations BDD: 74
40.69	c vars : 289704 - clauses :  915609
40.69	
40.75	 
40.75	c --- Minisat Stats ---
40.75	 

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/node4/watcher-199924-1168138331 -o ROOT/results/node4/solver-199924-1168138331 -C 1800 -M 900 /tmp/evaluation/199924-1168138331/galac.sh /tmp/evaluation/199924-1168138331/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.91 1.97 1.99 5/87 32689
/proc/meminfo: memFree=1584176/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=8560 CPUtime=0
/proc/32688/stat : 32688 (galac.sh) R 32686 32688 32618 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 162228636 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913402255 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32688/statm: 2140 253 197 79 0 133 0

[startup+0.106777 s]
/proc/loadavg: 1.91 1.97 1.99 5/87 32689
/proc/meminfo: memFree=1584176/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.514815 s]
/proc/loadavg: 1.91 1.97 1.99 5/87 32689
/proc/meminfo: memFree=1584176/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+1.3379 s]
/proc/loadavg: 1.91 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1505520/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32702] ppid=32688 vsize=861064 CPUtime=1.27
/proc/32702/stat : 32702 (java) R 32688 32688 32618 0 -1 0 21638 0 1 0 118 9 0 0 22 0 8 0 162228639 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 215266 21391 1965 14 0 201471 0
[pid=32702/tid=32703] ppid=32688 vsize=861064 CPUtime=0.05
/proc/32702/task/32703/stat : 32703 (java) S 32688 32688 32618 0 -1 64 5885 0 0 0 3 2 0 0 16 0 8 0 162228643 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32704] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32704/stat : 32704 (java) S 32688 32688 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162228644 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32705/stat : 32705 (java) S 32688 32688 32618 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162228644 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32688 32688 32618 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162228647 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32688 vsize=861064 CPUtime=0.13
/proc/32702/task/32707/stat : 32707 (java) S 32688 32688 32618 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 162228647 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32688 32688 32618 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162228647 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32709/stat : 32709 (java) S 32688 32688 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162228647 881729536 21391 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908620

[startup+2.99114 s]
/proc/loadavg: 1.91 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1493360/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32702] ppid=32688 vsize=861064 CPUtime=2.92
/proc/32702/stat : 32702 (java) R 32688 32688 32618 0 -1 0 25865 0 1 0 281 11 0 0 25 0 8 0 162228639 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652485 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 215266 25612 1965 14 0 201471 0
[pid=32702/tid=32703] ppid=32688 vsize=861064 CPUtime=0.21
/proc/32702/task/32703/stat : 32703 (java) S 32688 32688 32618 0 -1 64 10096 0 0 0 18 3 0 0 16 0 8 0 162228643 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32704] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32704/stat : 32704 (java) S 32688 32688 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162228644 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32705/stat : 32705 (java) S 32688 32688 32618 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162228644 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32688 32688 32618 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162228647 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32688 vsize=861064 CPUtime=0.15
/proc/32702/task/32707/stat : 32707 (java) S 32688 32688 32618 0 -1 64 903 0 0 0 15 0 0 0 16 0 8 0 162228647 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32688 32688 32618 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162228647 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32709/stat : 32709 (java) S 32688 32688 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162228647 881729536 25612 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908620

[startup+6.28537 s]
/proc/loadavg: 1.92 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1479792/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32702] ppid=32688 vsize=861064 CPUtime=6.2
/proc/32702/stat : 32702 (java) R 32688 32688 32618 0 -1 0 38014 0 1 0 604 16 0 0 25 0 8 0 162228639 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073874525 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 215266 37759 1973 14 0 201471 0
[pid=32702/tid=32703] ppid=32688 vsize=861064 CPUtime=0.77
/proc/32702/task/32703/stat : 32703 (java) S 32688 32688 32618 0 -1 64 22191 0 0 0 69 8 0 0 21 0 8 0 162228643 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32704] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32704/stat : 32704 (java) S 32688 32688 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162228644 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32705/stat : 32705 (java) S 32688 32688 32618 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162228644 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32688 32688 32618 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162228647 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32688 vsize=861064 CPUtime=0.2
/proc/32702/task/32707/stat : 32707 (java) S 32688 32688 32618 0 -1 64 934 0 0 0 20 0 0 0 15 0 8 0 162228647 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32688 32688 32618 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162228647 881729536 37759 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32709/stat : 32709 (java) S 32688 32688 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162228647 881729536 37759 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) 908620

[startup+12.687 s]
/proc/loadavg: 1.93 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1375024/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32702] ppid=32688 vsize=861064 CPUtime=12.56
/proc/32702/stat : 32702 (java) R 32688 32688 32618 0 -1 0 53912 0 1 0 1233 23 0 0 25 0 8 0 162228639 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155239744 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 215266 53650 1994 14 0 201471 0
[pid=32702/tid=32703] ppid=32688 vsize=861064 CPUtime=1.46
/proc/32702/task/32703/stat : 32703 (java) S 32688 32688 32618 0 -1 64 38007 0 0 0 132 14 0 0 16 0 8 0 162228643 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32704] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32704/stat : 32704 (java) S 32688 32688 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162228644 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32705/stat : 32705 (java) S 32688 32688 32618 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162228644 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32688 32688 32618 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32688 vsize=861064 CPUtime=0.26
/proc/32702/task/32707/stat : 32707 (java) S 32688 32688 32618 0 -1 64 969 0 0 0 26 0 0 0 15 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32688 32688 32618 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32709/stat : 32709 (java) S 32688 32688 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908620

[startup+25.5462 s]
/proc/loadavg: 1.94 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1368624/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=0.02
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32702] ppid=32688 vsize=861064 CPUtime=25.36
/proc/32702/stat : 32702 (java) R 32688 32688 32618 0 -1 0 53933 0 1 0 2508 28 0 0 25 0 8 0 162228639 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074044799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 215266 53650 1994 14 0 201471 0
[pid=32702/tid=32703] ppid=32688 vsize=861064 CPUtime=1.48
/proc/32702/task/32703/stat : 32703 (java) S 32688 32688 32618 0 -1 64 38007 0 0 0 134 14 0 0 16 0 8 0 162228643 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32704] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32704/stat : 32704 (java) S 32688 32688 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162228644 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32705/stat : 32705 (java) S 32688 32688 32618 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162228644 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32688 32688 32618 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32688 vsize=861064 CPUtime=0.26
/proc/32702/task/32707/stat : 32707 (java) S 32688 32688 32618 0 -1 64 969 0 0 0 26 0 0 0 15 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32688 32688 32618 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32688 vsize=861064 CPUtime=0
/proc/32702/task/32709/stat : 32709 (java) S 32688 32688 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162228647 881729536 53650 18446744073709551615 134512640 134570532 4294956096 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) 908620

[startup+51.1707 s]
/proc/loadavg: 1.96 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1511272/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=59388 CPUtime=10.35
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 14034 0 0 0 1028 7 0 0 25 0 1 0 162232711 60813312 14016 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 14847 14016 54 142 0 14703 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 106944

[startup+102.417 s]
/proc/loadavg: 1.98 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1507048/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=63656 CPUtime=61.35
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 15130 0 0 0 6126 9 0 0 25 0 1 0 162232711 65183744 15112 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 15914 15112 54 142 0 15770 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 111212

[startup+162.491 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1496040/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=74956 CPUtime=121.14
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 17928 0 0 0 12101 13 0 0 25 0 1 0 162232711 76754944 17910 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 18739 17910 54 142 0 18595 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 122512


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

/proc/loadavg: 2.01 2.03 2.00 3/89 921
/proc/meminfo: memFree=1340448/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=197500 CPUtime=1074.54
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 48568 0 0 0 107398 56 0 0 25 0 1 0 162232711 202240000 48550 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 49375 48550 54 142 0 49231 0
Current children cumulated CPU time (s) 1115.03
Current children cumulated vsize (KiB) 245056

[startup+1183.76 s]
/proc/loadavg: 2.00 2.02 2.00 4/89 921
/proc/meminfo: memFree=1333600/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=204236 CPUtime=1134.34
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 50266 0 0 0 113376 58 0 0 25 0 1 0 162232711 209137664 50248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 51059 50248 54 142 0 50915 0
Current children cumulated CPU time (s) 1174.83
Current children cumulated vsize (KiB) 251792

[startup+1243.83 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 921
/proc/meminfo: memFree=1328864/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=209048 CPUtime=1194.13
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 51455 0 0 0 119354 59 0 0 25 0 1 0 162232711 214065152 51437 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 52262 51437 54 142 0 52118 0
Current children cumulated CPU time (s) 1234.62
Current children cumulated vsize (KiB) 256604

[startup+1303.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 922
/proc/meminfo: memFree=1324056/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=213672 CPUtime=1253.92
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 52627 0 0 0 125331 61 0 0 25 0 1 0 162232711 218800128 52609 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 53418 52609 54 142 0 53274 0
Current children cumulated CPU time (s) 1294.41
Current children cumulated vsize (KiB) 261228

[startup+1363.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1319896/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=217768 CPUtime=1313.72
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 53663 0 0 0 131309 63 0 0 25 0 1 0 162232711 222994432 53645 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 54442 53645 54 142 0 54298 0
Current children cumulated CPU time (s) 1354.21
Current children cumulated vsize (KiB) 265324

[startup+1424.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1314136/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=223448 CPUtime=1373.52
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 55099 0 0 0 137286 66 0 0 25 0 1 0 162232711 228810752 55081 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 55862 55081 54 142 0 55718 0
Current children cumulated CPU time (s) 1414.01
Current children cumulated vsize (KiB) 271004

[startup+1484.14 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1309208/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=228340 CPUtime=1433.3
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 56321 0 0 0 143263 67 0 0 25 0 1 0 162232711 233820160 56303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529310 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 57085 56303 54 142 0 56941 0
Current children cumulated CPU time (s) 1473.79
Current children cumulated vsize (KiB) 275896

[startup+1544.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1304664/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=233264 CPUtime=1493.1
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 57444 0 0 0 149241 69 0 0 25 0 1 0 162232711 238862336 57426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 58316 57426 54 142 0 58172 0
Current children cumulated CPU time (s) 1533.59
Current children cumulated vsize (KiB) 280820

[startup+1604.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 924
/proc/meminfo: memFree=1301144/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=236568 CPUtime=1552.9
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 58277 0 0 0 155220 70 0 0 25 0 1 0 162232711 242245632 58259 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 59142 58259 54 142 0 58998 0
Current children cumulated CPU time (s) 1593.39
Current children cumulated vsize (KiB) 284124

[startup+1664.37 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 1155
/proc/meminfo: memFree=1539504/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=238432 CPUtime=1612.69
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 58749 0 0 0 161196 73 0 0 25 0 1 0 162232711 244154368 58731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32710/statm: 59608 58731 54 142 0 59464 0
Current children cumulated CPU time (s) 1653.18
Current children cumulated vsize (KiB) 285988

[startup+1724.38 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 1155
/proc/meminfo: memFree=1537904/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=240560 CPUtime=1672.66
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 59264 0 0 0 167191 75 0 0 25 0 1 0 162232711 246333440 59246 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32710/statm: 60140 59246 54 142 0 59996 0
Current children cumulated CPU time (s) 1713.15
Current children cumulated vsize (KiB) 288116

[startup+1784.39 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 1155
/proc/meminfo: memFree=1534064/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=244388 CPUtime=1732.6
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 60233 0 0 0 173184 76 0 0 25 0 1 0 162232711 250253312 60215 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32710/statm: 61097 60215 54 142 0 60953 0
Current children cumulated CPU time (s) 1773.09
Current children cumulated vsize (KiB) 291944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.26 s]
/proc/loadavg: 2.39 2.08 2.02 5/94 3542
/proc/meminfo: memFree=1527160/2055920 swapFree=4182144/4192956
[pid=32688] ppid=32686 vsize=47556 CPUtime=40.49
/proc/32688/stat : 32688 (galac.sh) S 32686 32688 32618 0 -1 4194304 799 55671 0 1 0 1 4010 38 17 0 1 0 162228636 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32688/statm: 11889 363 245 79 0 218 0
[pid=32710] ppid=32688 vsize=245972 CPUtime=1759.53
/proc/32710/stat : 32710 (minisat) R 32688 32688 32618 0 -1 4194304 60638 0 0 0 175875 78 0 0 25 0 1 0 162232711 251875328 60620 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32710/statm: 61493 60620 54 142 0 61349 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 293528

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 32688 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=106902 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=397939
CPU time returned by wait4() is 40.5048
while last known CPU time is 1800.02

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

Real time (s): 1814.28
CPU time (s): 1800.02
CPU user time (s): 1798.85
CPU system time (s): 1.17
CPU usage (%): 99.2139
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1069
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56470
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= 2217
involuntary context switches= 3524

runsolver used 2.15767 s user time and 5.79612 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 02:52:11 UTC 2007


IDJOB= 199924
IDBENCH= 3659
FILE ID= node4/199924-1168138331

PBS_JOBID= 3477812

Free space on /tmp= 66297 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9218fc67fa27071b7eb56be3ad2fdb47

RANDOM SEED= 57668133

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:       1584592 kB
Buffers:         26800 kB
Cached:          97092 kB
SwapCached:       2520 kB
Active:         363960 kB
Inactive:        52324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584592 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:         303092 kB
Slab:            39020 kB
Committed_AS:  4415280 kB
PageTables:       3088 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= 66283 MiB



End job on node4 on Sun Jan  7 03:22:25 UTC 2007