Trace number 199820

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.03 1813.69

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-29_ext.xml
MD5SUM9c6a9349bdd157e01642ecaeb6b5556a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of 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.10	c start processing
3.10	c start relation processing
9.87	c start cnf exporting
41.05	c parsing time : 2.931
41.05	c preprocessing time : 40.886
41.05	
41.05	c Nary constraints - conflicts : 0 supports : 74
41.05	c Binary constraints - conflicts : 0 supports :0
41.05	c max arity constraint : 3
41.05	c Max Tuples generated 0
41.05	c relations : 74
41.05	c relations BDD: 74
41.05	c vars : 289910 - clauses :  916227
41.05	
41.10	 
41.10	c --- Minisat Stats ---
41.10	 

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/node16/watcher-199820-1168136669 -o ROOT/results/node16/solver-199820-1168136669 -C 1800 -M 900 /tmp/evaluation/199820-1168136669/galac.sh /tmp/evaluation/199820-1168136669/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.04 2.02 1.97 5/87 7736
/proc/meminfo: memFree=864600/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=8560 CPUtime=0
/proc/7735/stat : 7735 (galac.sh) R 7733 7735 7665 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 162061722 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231962560399 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7735/statm: 2140 253 197 79 0 133 0

[startup+0.107317 s]
/proc/loadavg: 2.04 2.02 1.97 5/87 7736
/proc/meminfo: memFree=864600/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515242 s]
/proc/loadavg: 2.04 2.02 1.97 5/87 7736
/proc/meminfo: memFree=864600/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33909 s]
/proc/loadavg: 2.04 2.02 1.97 3/95 7756
/proc/meminfo: memFree=785744/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7749] ppid=7735 vsize=860856 CPUtime=1.27
/proc/7749/stat : 7749 (java) R 7735 7735 7665 0 -1 0 21637 0 1 0 113 14 0 0 23 0 8 0 162061726 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073767531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 215214 21390 1965 14 0 201471 0
[pid=7749/tid=7750] ppid=7735 vsize=860856 CPUtime=0.05
/proc/7749/task/7750/stat : 7750 (java) S 7735 7735 7665 0 -1 64 5884 0 0 0 3 2 0 0 16 0 8 0 162061730 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7751] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7751/stat : 7751 (java) S 7735 7735 7665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162061730 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7752] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7752/stat : 7752 (java) S 7735 7735 7665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162061730 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7753] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7753/stat : 7753 (java) S 7735 7735 7665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162061734 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7754] ppid=7735 vsize=860856 CPUtime=0.13
/proc/7749/task/7754/stat : 7754 (java) S 7735 7735 7665 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 162061734 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7755] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7755/stat : 7755 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162061734 881516544 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7756] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7756/stat : 7756 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162061734 881516544 21390 18446744073709551615 134512640 134570532 4294956096 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) 908408

[startup+2.9908 s]
/proc/loadavg: 2.04 2.02 1.97 4/95 7756
/proc/meminfo: memFree=775952/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7749] ppid=7735 vsize=860856 CPUtime=2.91
/proc/7749/stat : 7749 (java) R 7735 7735 7665 0 -1 0 25889 0 1 0 273 18 0 0 25 0 8 0 162061726 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073734694 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 215214 25636 1965 14 0 201471 0
[pid=7749/tid=7750] ppid=7735 vsize=860856 CPUtime=0.23
/proc/7749/task/7750/stat : 7750 (java) S 7735 7735 7665 0 -1 64 10121 0 0 0 18 5 0 0 16 0 8 0 162061730 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7751] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7751/stat : 7751 (java) S 7735 7735 7665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162061730 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7752] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7752/stat : 7752 (java) S 7735 7735 7665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162061730 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7753] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7753/stat : 7753 (java) S 7735 7735 7665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162061734 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7754] ppid=7735 vsize=860856 CPUtime=0.15
/proc/7749/task/7754/stat : 7754 (java) S 7735 7735 7665 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 162061734 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7755] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7755/stat : 7755 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162061734 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7756] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7756/stat : 7756 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162061734 881516544 25636 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908408

[startup+6.2702 s]
/proc/loadavg: 2.04 2.02 1.97 3/95 7756
/proc/meminfo: memFree=758744/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7749] ppid=7735 vsize=860856 CPUtime=6.16
/proc/7749/stat : 7749 (java) R 7735 7735 7665 0 -1 0 35772 0 1 0 591 25 0 0 25 0 8 0 162061726 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 215214 35517 1973 14 0 201471 0
[pid=7749/tid=7750] ppid=7735 vsize=860856 CPUtime=0.72
/proc/7749/task/7750/stat : 7750 (java) R 7735 7735 7665 0 -1 64 19949 0 0 0 61 11 0 0 18 0 8 0 162061730 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968436 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7751] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7751/stat : 7751 (java) S 7735 7735 7665 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162061730 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7752] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7752/stat : 7752 (java) S 7735 7735 7665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162061730 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7753] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7753/stat : 7753 (java) S 7735 7735 7665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162061734 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7754] ppid=7735 vsize=860856 CPUtime=0.21
/proc/7749/task/7754/stat : 7754 (java) S 7735 7735 7665 0 -1 64 933 0 0 0 20 1 0 0 15 0 8 0 162061734 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7755] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7755/stat : 7755 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162061734 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7756] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7756/stat : 7756 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162061734 881516544 35517 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908408

[startup+12.7678 s]
/proc/loadavg: 2.10 2.04 1.98 3/95 7756
/proc/meminfo: memFree=652192/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7749] ppid=7735 vsize=860856 CPUtime=12.62
/proc/7749/stat : 7749 (java) R 7735 7735 7665 0 -1 0 53932 0 1 0 1226 36 0 0 25 0 8 0 162061726 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073944635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 215214 53671 1993 14 0 201471 0
[pid=7749/tid=7750] ppid=7735 vsize=860856 CPUtime=1.54
/proc/7749/task/7750/stat : 7750 (java) S 7735 7735 7665 0 -1 64 38027 0 0 0 132 22 0 0 16 0 8 0 162061730 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7751] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7751/stat : 7751 (java) S 7735 7735 7665 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 162061730 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7752] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7752/stat : 7752 (java) S 7735 7735 7665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162061730 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7753] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7753/stat : 7753 (java) S 7735 7735 7665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162061734 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7754] ppid=7735 vsize=860856 CPUtime=0.28
/proc/7749/task/7754/stat : 7754 (java) S 7735 7735 7665 0 -1 64 969 0 0 0 26 2 0 0 15 0 8 0 162061734 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7755] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7755/stat : 7755 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162061734 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7756] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7756/stat : 7756 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162061734 881516544 53671 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 908408

[startup+25.6145 s]
/proc/loadavg: 2.09 2.04 1.98 3/95 7756
/proc/meminfo: memFree=641440/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=0.01
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7749] ppid=7735 vsize=860856 CPUtime=25.41
/proc/7749/stat : 7749 (java) R 7735 7735 7665 0 -1 0 53954 0 1 0 2500 41 0 0 25 0 8 0 162061726 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7749/statm: 215214 53672 1994 14 0 201471 0
[pid=7749/tid=7750] ppid=7735 vsize=860856 CPUtime=1.56
/proc/7749/task/7750/stat : 7750 (java) S 7735 7735 7665 0 -1 64 38028 0 0 0 134 22 0 0 16 0 8 0 162061730 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7751] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7751/stat : 7751 (java) S 7735 7735 7665 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 162061730 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7752] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7752/stat : 7752 (java) S 7735 7735 7665 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162061730 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7753] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7753/stat : 7753 (java) S 7735 7735 7665 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162061734 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7754] ppid=7735 vsize=860856 CPUtime=0.28
/proc/7749/task/7754/stat : 7754 (java) S 7735 7735 7665 0 -1 64 969 0 0 0 26 2 0 0 15 0 8 0 162061734 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7755] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7755/stat : 7755 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162061734 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7749/tid=7756] ppid=7735 vsize=860856 CPUtime=0
/proc/7749/task/7756/stat : 7756 (java) S 7735 7735 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162061734 881516544 53672 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 908408

[startup+51.2239 s]
/proc/loadavg: 2.06 2.03 1.98 3/88 7757
/proc/meminfo: memFree=779864/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=58700 CPUtime=10.06
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 13958 0 0 0 997 9 0 0 25 0 1 0 162065833 60108800 13940 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7757/statm: 14675 13940 54 142 0 14531 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 106252

[startup+102.444 s]
/proc/loadavg: 2.02 2.02 1.98 3/88 7757
/proc/meminfo: memFree=763800/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=65088 CPUtime=61.04
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 15498 0 0 0 6093 11 0 0 25 0 1 0 162065833 66650112 15480 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7757/statm: 16272 15480 54 142 0 16128 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 112640

[startup+162.486 s]
/proc/loadavg: 2.04 2.03 1.98 3/87 7820
/proc/meminfo: memFree=1358688/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=74020 CPUtime=120.8
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 17719 0 0 0 12063 17 0 0 25 0 1 0 162065833 75796480 17701 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 18505 17701 54 142 0 18361 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 121572


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

/proc/loadavg: 2.06 2.01 2.00 3/89 7822
/proc/meminfo: memFree=1135440/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=156012 CPUtime=1074.38
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 38183 0 0 0 107394 44 0 0 25 0 1 0 162065833 159756288 38165 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 39003 38165 54 142 0 38859 0
Current children cumulated CPU time (s) 1115.2
Current children cumulated vsize (KiB) 203564

[startup+1183.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 7822
/proc/meminfo: memFree=1131856/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=159460 CPUtime=1133.9
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 39063 0 0 0 113345 45 0 0 25 0 1 0 162065833 163287040 39045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 39865 39045 54 142 0 39721 0
Current children cumulated CPU time (s) 1174.72
Current children cumulated vsize (KiB) 207012

[startup+1243.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7822
/proc/meminfo: memFree=1127696/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=163428 CPUtime=1193.48
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 40065 0 0 0 119301 47 0 0 25 0 1 0 162065833 167350272 40047 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 40857 40047 54 142 0 40713 0
Current children cumulated CPU time (s) 1234.3
Current children cumulated vsize (KiB) 210980

[startup+1303.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7822
/proc/meminfo: memFree=1123536/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=167684 CPUtime=1253.04
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 41112 0 0 0 125256 48 0 0 25 0 1 0 162065833 171708416 41094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 41921 41094 54 142 0 41777 0
Current children cumulated CPU time (s) 1293.86
Current children cumulated vsize (KiB) 215236

[startup+1363.22 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 7822
/proc/meminfo: memFree=1116176/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=174864 CPUtime=1312.57
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 42937 0 0 0 131207 50 0 0 25 0 1 0 162065833 179060736 42919 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 43716 42919 54 142 0 43572 0
Current children cumulated CPU time (s) 1353.39
Current children cumulated vsize (KiB) 222416

[startup+1423.26 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 7822
/proc/meminfo: memFree=1110096/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=180952 CPUtime=1372.13
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 44454 0 0 0 137161 52 0 0 25 0 1 0 162065833 185294848 44436 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 45238 44436 54 142 0 45094 0
Current children cumulated CPU time (s) 1412.95
Current children cumulated vsize (KiB) 228504

[startup+1483.29 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 7822
/proc/meminfo: memFree=1106320/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=184652 CPUtime=1431.68
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 45366 0 0 0 143115 53 0 0 25 0 1 0 162065833 189083648 45348 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 46163 45348 54 142 0 46019 0
Current children cumulated CPU time (s) 1472.5
Current children cumulated vsize (KiB) 232204

[startup+1543.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7822
/proc/meminfo: memFree=1100624/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=190196 CPUtime=1491.22
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 46767 0 0 0 149067 55 0 0 25 0 1 0 162065833 194760704 46749 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 47549 46749 54 142 0 47405 0
Current children cumulated CPU time (s) 1532.04
Current children cumulated vsize (KiB) 237748

[startup+1603.37 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1097032/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=193764 CPUtime=1550.75
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 47662 0 0 0 155019 56 0 0 25 0 1 0 162065833 198414336 47644 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 48441 47644 54 142 0 48297 0
Current children cumulated CPU time (s) 1591.57
Current children cumulated vsize (KiB) 241316

[startup+1663.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1094216/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=196460 CPUtime=1610.28
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 48355 0 0 0 160970 58 0 0 25 0 1 0 162065833 201175040 48337 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 49115 48337 54 142 0 48971 0
Current children cumulated CPU time (s) 1651.1
Current children cumulated vsize (KiB) 244012

[startup+1723.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1091848/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=198848 CPUtime=1669.79
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 48937 0 0 0 166921 58 0 0 25 0 1 0 162065833 203620352 48919 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 49712 48919 54 142 0 49568 0
Current children cumulated CPU time (s) 1710.61
Current children cumulated vsize (KiB) 246400

[startup+1783.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 7823
/proc/meminfo: memFree=1089096/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=201948 CPUtime=1729.32
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 49614 0 0 0 172872 60 0 0 25 0 1 0 162065833 206794752 49596 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520027 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 50487 49596 54 142 0 50343 0
Current children cumulated CPU time (s) 1770.14
Current children cumulated vsize (KiB) 249500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.67 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 7823
/proc/meminfo: memFree=1087560/2055920 swapFree=4191880/4192956
[pid=7735] ppid=7733 vsize=47552 CPUtime=40.82
/proc/7735/stat : 7735 (galac.sh) S 7733 7735 7665 0 -1 4194304 799 55693 0 1 0 0 4031 51 17 0 1 0 162061722 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7735/statm: 11888 363 245 79 0 218 0
[pid=7757] ppid=7735 vsize=203532 CPUtime=1759.21
/proc/7757/stat : 7757 (minisat) R 7735 7735 7665 0 -1 4194304 49994 0 0 0 175861 60 0 0 25 0 1 0 162065833 208416768 49976 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7757/statm: 50883 49976 54 142 0 50739 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 251084

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 7735 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=321870 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=524920
CPU time returned by wait4() is 40.8468
while last known CPU time is 1800.03

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

Real time (s): 1813.69
CPU time (s): 1800.03
CPU user time (s): 1798.92
CPU system time (s): 1.11
CPU usage (%): 99.2471
Max. virtual memory (cumulated for all children) (KiB): 908408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.3219
system time used= 0.52492
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56492
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= 2220
involuntary context switches= 2670

runsolver used 1.9907 s user time and 4.88926 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 02:24:29 UTC 2007


IDJOB= 199820
IDBENCH= 3638
FILE ID= node16/199820-1168136669

PBS_JOBID= 3477804

Free space on /tmp= 66414 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9c6a9349bdd157e01642ecaeb6b5556a

RANDOM SEED= 569674253

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.220
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.220
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:        865080 kB
Buffers:         59548 kB
Cached:         411380 kB
SwapCached:        448 kB
Active:         834628 kB
Inactive:       297536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        865080 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5816 kB
Writeback:           0 kB
Mapped:         680508 kB
Slab:            42220 kB
Committed_AS:  4785968 kB
PageTables:       3628 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= 66475 MiB



End job on node16 on Sun Jan  7 02:54:43 UTC 2007