Trace number 217847

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.04 1802.65

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-67-11-a3.xml
MD5SUMd7c2fefbd3266c439250439ebb1f1515
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark822.148
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.46	c start processing
1.46	c start relation processing
1.59	c start cnf exporting
29.86	c parsing time : 1.296
29.86	c preprocessing time : 29.696
29.86	
29.86	c Nary constraints - conflicts : 0 supports : 55
29.86	c Binary constraints - conflicts : 1485 supports :55
29.86	c max arity constraint : 3
29.86	c Max Tuples generated 309808
29.86	c relations : 3
29.86	c relations BDD: 1
29.86	c vars : 137094 - clauses :  773179
29.86	
29.90	 
29.90	c --- Minisat Stats ---
29.90	 

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/node23/watcher-217847-1168249629 -o ROOT/results/node23/solver-217847-1168249629 -C 1800 -M 900 /tmp/evaluation/217847-1168249629/galac.sh /tmp/evaluation/217847-1168249629/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.00 2.02 1.88 5/94 9883
/proc/meminfo: memFree=1787672/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=18540 CPUtime=0
/proc/9882/stat : 9882 (runsolver) R 9880 9882 9166 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 173357353 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9882/statm: 4635 279 244 17 0 2626 0

[startup+0.108081 s]
/proc/loadavg: 2.00 2.02 1.88 5/94 9883
/proc/meminfo: memFree=1787672/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.516146 s]
/proc/loadavg: 2.00 2.02 1.88 5/94 9883
/proc/meminfo: memFree=1787672/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.3373 s]
/proc/loadavg: 2.08 2.03 1.88 4/102 9903
/proc/meminfo: memFree=1744024/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9896] ppid=9882 vsize=860988 CPUtime=1.27
/proc/9896/stat : 9896 (java) R 9882 9882 9166 0 -1 0 12987 0 1 0 118 9 0 0 17 0 8 0 173357357 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072941855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9896/statm: 215247 12739 1995 14 0 201504 0
[pid=9896/tid=9897] ppid=9882 vsize=860988 CPUtime=0.08
/proc/9896/task/9897/stat : 9897 (java) S 9882 9882 9166 0 -1 64 3441 0 0 0 7 1 0 0 16 0 8 0 173357360 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9898] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9898/stat : 9898 (java) S 9882 9882 9166 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173357361 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9899] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9899/stat : 9899 (java) S 9882 9882 9166 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173357361 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9900] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9900/stat : 9900 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173357364 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9901] ppid=9882 vsize=860988 CPUtime=0.32
/proc/9896/task/9901/stat : 9901 (java) R 9882 9882 9166 0 -1 64 1066 0 0 0 31 1 0 0 21 0 8 0 173357364 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9902] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9902/stat : 9902 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 173357364 881651712 12739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9903] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9903/stat : 9903 (java) S 9882 9882 9166 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173357364 881651712 12739 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) 908560

[startup+2.98022 s]
/proc/loadavg: 2.08 2.03 1.88 4/102 9903
/proc/meminfo: memFree=1715608/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9896] ppid=9882 vsize=860988 CPUtime=2.9
/proc/9896/stat : 9896 (java) R 9882 9882 9166 0 -1 0 20271 0 1 0 277 13 0 0 25 0 8 0 173357357 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073467270 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9896/statm: 215247 20020 2019 14 0 201504 0
[pid=9896/tid=9897] ppid=9882 vsize=860988 CPUtime=0.11
/proc/9896/task/9897/stat : 9897 (java) S 9882 9882 9166 0 -1 64 4147 0 0 0 9 2 0 0 16 0 8 0 173357360 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9898] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9898/stat : 9898 (java) S 9882 9882 9166 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173357361 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9899] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9899/stat : 9899 (java) S 9882 9882 9166 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173357361 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9900] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9900/stat : 9900 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173357364 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9901] ppid=9882 vsize=860988 CPUtime=0.42
/proc/9896/task/9901/stat : 9901 (java) S 9882 9882 9166 0 -1 64 1140 0 0 0 41 1 0 0 22 0 8 0 173357364 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9902] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9902/stat : 9902 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 173357364 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9903] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9903/stat : 9903 (java) S 9882 9882 9166 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173357364 881651712 20020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908560

[startup+6.18024 s]
/proc/loadavg: 2.07 2.03 1.89 3/102 9903
/proc/meminfo: memFree=1711960/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9896] ppid=9882 vsize=860988 CPUtime=6.06
/proc/9896/stat : 9896 (java) R 9882 9882 9166 0 -1 0 20284 0 1 0 592 14 0 0 25 0 8 0 173357357 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073716642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9896/statm: 215247 20027 2019 14 0 201504 0
[pid=9896/tid=9897] ppid=9882 vsize=860988 CPUtime=0.15
/proc/9896/task/9897/stat : 9897 (java) S 9882 9882 9166 0 -1 64 4147 0 0 0 13 2 0 0 16 0 8 0 173357360 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9898] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9898/stat : 9898 (java) S 9882 9882 9166 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173357361 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9899] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9899/stat : 9899 (java) S 9882 9882 9166 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173357361 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9900] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9900/stat : 9900 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173357364 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9901] ppid=9882 vsize=860988 CPUtime=0.43
/proc/9896/task/9901/stat : 9901 (java) S 9882 9882 9166 0 -1 64 1147 0 0 0 42 1 0 0 16 0 8 0 173357364 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9902] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9902/stat : 9902 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 173357364 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9903] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9903/stat : 9903 (java) S 9882 9882 9166 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173357364 881651712 20027 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908560

[startup+12.6675 s]
/proc/loadavg: 2.07 2.03 1.89 3/102 9903
/proc/meminfo: memFree=1707032/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9896] ppid=9882 vsize=860988 CPUtime=12.47
/proc/9896/stat : 9896 (java) R 9882 9882 9166 0 -1 0 20646 0 1 0 1231 16 0 0 25 0 8 0 173357357 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074099354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9896/statm: 215247 20379 2019 14 0 201504 0
[pid=9896/tid=9897] ppid=9882 vsize=860988 CPUtime=0.22
/proc/9896/task/9897/stat : 9897 (java) S 9882 9882 9166 0 -1 64 4499 0 0 0 20 2 0 0 16 0 8 0 173357360 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9898] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9898/stat : 9898 (java) S 9882 9882 9166 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173357361 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9899] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9899/stat : 9899 (java) S 9882 9882 9166 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173357361 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9900] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9900/stat : 9900 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173357364 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9901] ppid=9882 vsize=860988 CPUtime=0.43
/proc/9896/task/9901/stat : 9901 (java) S 9882 9882 9166 0 -1 64 1147 0 0 0 42 1 0 0 16 0 8 0 173357364 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9902] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9902/stat : 9902 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 173357364 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9903] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9903/stat : 9903 (java) S 9882 9882 9166 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173357364 881651712 20379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 908560

[startup+25.559 s]
/proc/loadavg: 2.06 2.03 1.89 3/102 9903
/proc/meminfo: memFree=1700248/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=0.01
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9896] ppid=9882 vsize=860988 CPUtime=25.2
/proc/9896/stat : 9896 (java) R 9882 9882 9166 0 -1 0 20674 0 1 0 2499 21 0 0 25 0 8 0 173357357 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9896/statm: 215247 20386 2020 14 0 201504 0
[pid=9896/tid=9897] ppid=9882 vsize=860988 CPUtime=0.22
/proc/9896/task/9897/stat : 9897 (java) S 9882 9882 9166 0 -1 64 4499 0 0 0 20 2 0 0 16 0 8 0 173357360 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9898] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9898/stat : 9898 (java) S 9882 9882 9166 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173357361 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9899] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9899/stat : 9899 (java) S 9882 9882 9166 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173357361 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9900] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9900/stat : 9900 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173357364 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9901] ppid=9882 vsize=860988 CPUtime=0.43
/proc/9896/task/9901/stat : 9901 (java) S 9882 9882 9166 0 -1 64 1152 0 0 0 42 1 0 0 16 0 8 0 173357364 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9902] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9902/stat : 9902 (java) S 9882 9882 9166 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 173357364 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9896/tid=9903] ppid=9882 vsize=860988 CPUtime=0
/proc/9896/task/9903/stat : 9903 (java) S 9882 9882 9166 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173357364 881651712 20386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 908560

[startup+51.261 s]
/proc/loadavg: 2.03 2.03 1.89 3/95 9904
/proc/meminfo: memFree=1728592/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=45344 CPUtime=21.14
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 10860 0 0 0 2107 7 0 0 25 0 1 0 173360344 46432256 10842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9904/statm: 11336 10842 54 142 0 11192 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 92916

[startup+102.534 s]
/proc/loadavg: 2.01 2.02 1.89 3/95 9904
/proc/meminfo: memFree=1717264/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=56828 CPUtime=71.94
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 13723 0 0 0 7183 11 0 0 25 0 1 0 173360344 58191872 13705 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/9904/statm: 14207 13705 54 142 0 14063 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 104400

[startup+162.538 s]
/proc/loadavg: 2.00 2.02 1.90 3/95 9904
/proc/meminfo: memFree=1704144/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=70068 CPUtime=131.39
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 17007 0 0 0 13124 15 0 0 25 0 1 0 173360344 71749632 16989 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/9904/statm: 17517 16989 54 142 0 17373 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 117640


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

/proc/loadavg: 1.00 1.04 1.32 2/79 10201
/proc/meminfo: memFree=1590752/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=216888 CPUtime=1091.94
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 53573 0 0 0 109120 74 0 0 25 0 1 0 173360344 222093312 53555 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529658 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 54222 53555 54 142 0 54078 0
Current children cumulated CPU time (s) 1121.43
Current children cumulated vsize (KiB) 264460

[startup+1183.86 s]
/proc/loadavg: 1.00 1.03 1.29 2/79 10201
/proc/meminfo: memFree=1583584/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=223916 CPUtime=1152
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 55329 0 0 0 115124 76 0 0 25 0 1 0 173360344 229289984 55311 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525896 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 55979 55311 54 142 0 55835 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 271488

[startup+1243.94 s]
/proc/loadavg: 1.00 1.03 1.27 2/79 10201
/proc/meminfo: memFree=1576672/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=230684 CPUtime=1212.06
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 57032 0 0 0 121128 78 0 0 25 0 1 0 173360344 236220416 57014 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 57671 57014 54 142 0 57527 0
Current children cumulated CPU time (s) 1241.55
Current children cumulated vsize (KiB) 278256

[startup+1304.02 s]
/proc/loadavg: 1.00 1.02 1.25 2/79 10201
/proc/meminfo: memFree=1570656/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=236692 CPUtime=1272.12
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 58512 0 0 0 127132 80 0 0 25 0 1 0 173360344 242372608 58494 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 59173 58494 54 142 0 59029 0
Current children cumulated CPU time (s) 1301.61
Current children cumulated vsize (KiB) 284264

[startup+1364.1 s]
/proc/loadavg: 1.00 1.01 1.24 2/79 10201
/proc/meminfo: memFree=1564704/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=242368 CPUtime=1332.18
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 59970 0 0 0 133137 81 0 0 25 0 1 0 173360344 248184832 59952 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 60592 59952 54 142 0 60448 0
Current children cumulated CPU time (s) 1361.67
Current children cumulated vsize (KiB) 289940

[startup+1424.19 s]
/proc/loadavg: 1.00 1.01 1.22 2/79 10201
/proc/meminfo: memFree=1559072/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=247984 CPUtime=1392.25
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 61354 0 0 0 139143 82 0 0 25 0 1 0 173360344 253935616 61336 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 61996 61336 54 142 0 61852 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 295556

[startup+1484.28 s]
/proc/loadavg: 1.00 1.00 1.20 2/79 10201
/proc/meminfo: memFree=1553824/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=253192 CPUtime=1452.31
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 62641 0 0 0 145147 84 0 0 25 0 1 0 173360344 259268608 62623 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 63298 62623 54 142 0 63154 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 300764

[startup+1544.37 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 10201
/proc/meminfo: memFree=1548320/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=258684 CPUtime=1512.37
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 64011 0 0 0 151152 85 0 0 25 0 1 0 173360344 264892416 63993 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 64671 63993 54 142 0 64527 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 306256

[startup+1604.45 s]
/proc/loadavg: 1.00 1.00 1.17 2/79 10201
/proc/meminfo: memFree=1543840/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=263156 CPUtime=1572.43
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 65104 0 0 0 157157 86 0 0 25 0 1 0 173360344 269471744 65086 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 65789 65086 54 142 0 65645 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 310728

[startup+1664.53 s]
/proc/loadavg: 1.00 1.00 1.16 2/79 10201
/proc/meminfo: memFree=1539424/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=268012 CPUtime=1632.49
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 66192 0 0 0 163162 87 0 0 25 0 1 0 173360344 274444288 66174 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 67003 66174 54 142 0 66859 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 315584

[startup+1724.61 s]
/proc/loadavg: 1.00 1.00 1.15 3/79 10201
/proc/meminfo: memFree=1534880/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=272560 CPUtime=1692.55
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 67318 0 0 0 169167 88 0 0 25 0 1 0 173360344 279101440 67300 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 68140 67300 54 142 0 67996 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 320132

[startup+1784.69 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 10201
/proc/meminfo: memFree=1530720/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=276620 CPUtime=1752.61
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 68329 0 0 0 175172 89 0 0 25 0 1 0 173360344 283258880 68311 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 69155 68311 54 142 0 69011 0
Current children cumulated CPU time (s) 1782.1
Current children cumulated vsize (KiB) 324192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.63 s]
/proc/loadavg: 1.00 1.00 1.13 2/79 10201
/proc/meminfo: memFree=1529312/2055920 swapFree=4191880/4192956
[pid=9882] ppid=9880 vsize=47572 CPUtime=29.49
/proc/9882/stat : 9882 (galac.sh) S 9880 9882 9166 0 -1 4194304 800 22392 0 1 0 0 2924 25 17 0 1 0 173357353 48713728 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9882/statm: 11893 364 246 79 0 218 0
[pid=9904] ppid=9882 vsize=277848 CPUtime=1770.55
/proc/9904/stat : 9904 (minisat) R 9882 9882 9166 0 -1 4194304 68651 0 0 0 176966 89 0 0 25 0 1 0 173360344 284516352 68633 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528080 0 0 4096 3 0 0 0 17 0 0 0
/proc/9904/statm: 69462 68633 54 142 0 69318 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 325420

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 9882 and gives childrusage.ru_utime.tv_sec=29 childrusage.ru_utime.tv_usec=244554 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=265959
CPU time returned by wait4() is 29.5105
while last known CPU time is 1800.04

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

Real time (s): 1802.65
CPU time (s): 1800.04
CPU user time (s): 1798.9
CPU system time (s): 1.14
CPU usage (%): 99.8554
Max. virtual memory (cumulated for all children) (KiB): 908560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2446
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23192
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= 2138
involuntary context switches= 2595

runsolver used 2.01169 s user time and 4.67529 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan  8 09:47:10 UTC 2007


IDJOB= 217847
IDBENCH= 5175
FILE ID= node23/217847-1168249629

PBS_JOBID= 3481880

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-67-11-a3.xml
COMMAND LINE= /tmp/evaluation/217847-1168249629/galac.sh /tmp/evaluation/217847-1168249629/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-217847-1168249629 -o ROOT/results/node23/solver-217847-1168249629 -C 1800 -M 900  /tmp/evaluation/217847-1168249629/galac.sh /tmp/evaluation/217847-1168249629/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d7c2fefbd3266c439250439ebb1f1515

RANDOM SEED= 653750947

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.265
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.265
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:       1788088 kB
Buffers:         39876 kB
Cached:          84728 kB
SwapCached:        448 kB
Active:         142976 kB
Inactive:        70592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788088 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:         114456 kB
Slab:            38900 kB
Committed_AS:  3716204 kB
PageTables:       2412 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= 66547 MiB



End job on node23 on Mon Jan  8 10:17:13 UTC 2007