Trace number 204205

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.05 1800.85

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-8.xml
MD5SUMc2219ff7683bca61a6607e0b2453e947
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
22.07	c start processing
22.07	c start relation processing
22.59	c start cnf exporting
42.49	c parsing time : 21.902
42.49	c preprocessing time : 42.331
42.49	
42.49	c Nary constraints - conflicts : 0 supports : 0
42.49	c Binary constraints - conflicts : 265 supports :0
42.49	c max arity constraint : 2
42.49	c Max Tuples generated 14641
42.49	c relations : 264
42.49	c relations BDD: 0
42.49	c vars : 5401 - clauses :  859100
42.49	
42.55	 
42.55	c --- Minisat Stats ---
42.55	 

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/node56/watcher-204205-1168165413 -o ROOT/results/node56/solver-204205-1168165413 -C 1800 -M 900 /tmp/evaluation/204205-1168165413/galac.sh /tmp/evaluation/204205-1168165413/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.72 1.07 1.49 4/84 2185
/proc/meminfo: memFree=1492080/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=6348 CPUtime=0
/proc/2184/stat : 2184 (galac.sh) R 2182 2184 1825 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 164939442 6500352 215 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253307396313 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2184/statm: 1587 215 165 79 0 123 0

[startup+0.110429 s]
/proc/loadavg: 0.72 1.07 1.49 4/84 2185
/proc/meminfo: memFree=1492080/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.518471 s]
/proc/loadavg: 0.72 1.07 1.49 4/84 2185
/proc/meminfo: memFree=1492080/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+1.34156 s]
/proc/loadavg: 0.72 1.07 1.49 4/92 2205
/proc/meminfo: memFree=1438960/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2198] ppid=2184 vsize=861016 CPUtime=1.29
/proc/2198/stat : 2198 (java) R 2184 2184 1825 0 -1 0 13502 0 1 0 122 7 0 0 23 0 8 0 164939446 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2198/statm: 215254 13237 1990 14 0 201459 0
[pid=2198/tid=2199] ppid=2184 vsize=861016 CPUtime=0.66
/proc/2198/task/2199/stat : 2199 (java) R 2184 2184 1825 0 -1 64 4975 0 0 0 65 1 0 0 18 0 8 0 164939449 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155526211 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2200/stat : 2200 (java) S 2184 2184 1825 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164939450 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2184 2184 1825 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 164939450 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2184 2184 1825 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164939453 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2184 vsize=861016 CPUtime=0.12
/proc/2198/task/2203/stat : 2203 (java) S 2184 2184 1825 0 -1 64 911 0 0 0 12 0 0 0 16 0 8 0 164939453 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2204] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2204/stat : 2204 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164939453 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2184 2184 1825 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164939453 881680384 13237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908576

[startup+2.99472 s]
/proc/loadavg: 0.72 1.07 1.49 3/93 2206
/proc/meminfo: memFree=1427432/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2198] ppid=2184 vsize=861016 CPUtime=2.93
/proc/2198/stat : 2198 (java) S 2184 2184 1825 0 -1 0 15165 0 1 0 285 8 0 0 16 0 8 0 164939446 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2198/statm: 215254 14872 1990 14 0 201459 0
[pid=2198/tid=2199] ppid=2184 vsize=861016 CPUtime=2.13
/proc/2198/task/2199/stat : 2199 (java) R 2184 2184 1825 0 -1 64 6606 0 0 0 211 2 0 0 17 0 8 0 164939449 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523582 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2200/stat : 2200 (java) S 2184 2184 1825 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164939450 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2184 2184 1825 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 164939450 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2184 2184 1825 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164939453 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2184 vsize=861016 CPUtime=0.12
/proc/2198/task/2203/stat : 2203 (java) S 2184 2184 1825 0 -1 64 915 0 0 0 12 0 0 0 16 0 8 0 164939453 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2204] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2204/stat : 2204 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164939453 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2184 2184 1825 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164939453 881680384 14872 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 908576

[startup+6.29304 s]
/proc/loadavg: 0.74 1.07 1.49 3/76 2217
/proc/meminfo: memFree=1544688/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2198] ppid=2184 vsize=861016 CPUtime=6.22
/proc/2198/stat : 2198 (java) S 2184 2184 1825 0 -1 0 16291 0 1 0 613 9 0 0 15 0 8 0 164939446 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2198/statm: 215254 15949 1990 14 0 201459 0
[pid=2198/tid=2199] ppid=2184 vsize=861016 CPUtime=5.16
/proc/2198/task/2199/stat : 2199 (java) R 2184 2184 1825 0 -1 64 7662 0 0 0 513 3 0 0 17 0 8 0 164939449 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155581675 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2200/stat : 2200 (java) S 2184 2184 1825 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164939450 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2184 2184 1825 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 164939450 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2184 2184 1825 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164939453 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2184 vsize=861016 CPUtime=0.16
/proc/2198/task/2203/stat : 2203 (java) S 2184 2184 1825 0 -1 64 936 0 0 0 15 1 0 0 15 0 8 0 164939453 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2198/tid=2204] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2204/stat : 2204 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164939453 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2184 2184 1825 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164939453 881680384 15949 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 908576

[startup+12.7787 s]
/proc/loadavg: 0.76 1.07 1.49 2/76 2441
/proc/meminfo: memFree=1534576/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2198] ppid=2184 vsize=861016 CPUtime=12.69
/proc/2198/stat : 2198 (java) S 2184 2184 1825 0 -1 0 18093 0 1 0 1259 10 0 0 15 0 8 0 164939446 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2198/statm: 215254 17671 1990 14 0 201459 0
[pid=2198/tid=2199] ppid=2184 vsize=861016 CPUtime=11.23
/proc/2198/task/2199/stat : 2199 (java) R 2184 2184 1825 0 -1 64 9364 0 0 0 1118 5 0 0 17 0 8 0 164939449 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155715378 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2200/stat : 2200 (java) S 2184 2184 1825 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164939450 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2184 2184 1825 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 164939450 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2184 2184 1825 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164939453 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2184 vsize=861016 CPUtime=0.19
/proc/2198/task/2203/stat : 2203 (java) S 2184 2184 1825 0 -1 64 956 0 0 0 18 1 0 0 15 0 8 0 164939453 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2198/tid=2204] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2204/stat : 2204 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164939453 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2184 vsize=861016 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2184 2184 1825 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164939453 881680384 17671 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 908576

[startup+25.6587 s]
/proc/loadavg: 1.05 1.11 1.49 4/89 2506
/proc/meminfo: memFree=1435016/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=0.02
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 761 1704 0 0 0 1 0 1 18 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2198] ppid=2184 vsize=862040 CPUtime=25.53
/proc/2198/stat : 2198 (java) R 2184 2184 1825 0 -1 0 27569 0 1 0 2533 20 0 0 19 0 8 0 164939446 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074029784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2198/statm: 215510 27055 2012 14 0 201715 0
[pid=2198/tid=2199] ppid=2184 vsize=862040 CPUtime=20.02
/proc/2198/task/2199/stat : 2199 (java) S 2184 2184 1825 0 -1 64 11345 0 0 0 1996 6 0 0 24 0 8 0 164939449 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2184 vsize=862040 CPUtime=0
/proc/2198/task/2200/stat : 2200 (java) S 2184 2184 1825 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164939450 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2184 vsize=862040 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2184 2184 1825 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 164939450 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2184 vsize=862040 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2184 2184 1825 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164939453 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2184 vsize=862040 CPUtime=0.29
/proc/2198/task/2203/stat : 2203 (java) S 2184 2184 1825 0 -1 64 1008 0 0 0 27 2 0 0 15 0 8 0 164939453 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2204] ppid=2184 vsize=862040 CPUtime=0
/proc/2198/task/2204/stat : 2204 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164939453 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2184 vsize=862040 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2184 2184 1825 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164939453 882728960 27055 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 909600

[startup+51.2932 s]
/proc/loadavg: 1.43 1.20 1.51 2/69 2524
/proc/meminfo: memFree=1527792/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=59384 CPUtime=8.69
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 14542 0 0 0 861 8 0 0 25 0 1 0 164943698 60809216 14524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 14846 14524 54 142 0 14702 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 106944

[startup+102.504 s]
/proc/loadavg: 1.58 1.26 1.51 3/82 2812
/proc/meminfo: memFree=1475352/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=99604 CPUtime=59.84
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 24539 0 0 0 5966 18 0 0 25 0 1 0 164943698 101994496 24521 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 24901 24521 54 142 0 24757 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 147164

[startup+162.548 s]
/proc/loadavg: 1.84 1.39 1.54 3/82 2812
/proc/meminfo: memFree=1447256/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=128264 CPUtime=119.86
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 31611 0 0 0 11962 24 0 0 25 0 1 0 164943698 131342336 31593 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 32066 31593 54 142 0 31922 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 175824


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

/proc/loadavg: 2.00 1.97 1.82 3/82 2812
/proc/meminfo: memFree=1237272/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=342248 CPUtime=1080.42
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 83985 0 0 0 107972 70 0 0 25 0 1 0 164943698 350461952 83934 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 85562 83934 54 142 0 85418 0
Current children cumulated CPU time (s) 1122.74
Current children cumulated vsize (KiB) 389808

[startup+1183.37 s]
/proc/loadavg: 2.00 1.97 1.83 3/82 2812
/proc/meminfo: memFree=1201304/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=377768 CPUtime=1140.43
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 92887 0 0 0 113965 78 0 0 25 0 1 0 164943698 386834432 92836 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 94442 92836 54 142 0 94298 0
Current children cumulated CPU time (s) 1182.75
Current children cumulated vsize (KiB) 425328

[startup+1243.42 s]
/proc/loadavg: 2.00 1.97 1.83 3/82 2812
/proc/meminfo: memFree=1182744/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=399104 CPUtime=1200.46
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 97710 0 0 0 119965 81 0 0 25 0 1 0 164943698 408682496 97491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 99776 97491 54 142 0 99632 0
Current children cumulated CPU time (s) 1242.78
Current children cumulated vsize (KiB) 446664

[startup+1303.44 s]
/proc/loadavg: 2.00 1.97 1.84 3/82 2812
/proc/meminfo: memFree=1177368/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=405068 CPUtime=1260.47
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 99068 0 0 0 125965 82 0 0 25 0 1 0 164943698 414789632 98807 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 101267 98807 54 142 0 101123 0
Current children cumulated CPU time (s) 1302.79
Current children cumulated vsize (KiB) 452628

[startup+1363.52 s]
/proc/loadavg: 2.00 1.97 1.85 3/82 2812
/proc/meminfo: memFree=1173912/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=407984 CPUtime=1320.53
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 99885 0 0 0 131970 83 0 0 25 0 1 0 164943698 417775616 99624 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 101996 99624 54 142 0 101852 0
Current children cumulated CPU time (s) 1362.85
Current children cumulated vsize (KiB) 455544

[startup+1423.53 s]
/proc/loadavg: 2.00 1.97 1.85 3/82 2812
/proc/meminfo: memFree=1171224/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=410948 CPUtime=1380.52
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 100564 0 0 0 137968 84 0 0 25 0 1 0 164943698 420810752 100303 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 102737 100303 54 142 0 102593 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 458508

[startup+1483.63 s]
/proc/loadavg: 2.07 2.00 1.87 3/82 2812
/proc/meminfo: memFree=1168472/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=413632 CPUtime=1440.6
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 101238 0 0 0 143975 85 0 0 25 0 1 0 164943698 423559168 100977 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 103408 100977 54 142 0 103264 0
Current children cumulated CPU time (s) 1482.92
Current children cumulated vsize (KiB) 461192

[startup+1543.72 s]
/proc/loadavg: 2.02 2.00 1.87 3/82 2812
/proc/meminfo: memFree=1166040/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=416412 CPUtime=1500.68
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 101832 0 0 0 149982 86 0 0 25 0 1 0 164943698 426405888 101571 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 104103 101571 54 142 0 103959 0
Current children cumulated CPU time (s) 1543
Current children cumulated vsize (KiB) 463972

[startup+1603.82 s]
/proc/loadavg: 2.01 2.00 1.88 3/82 2812
/proc/meminfo: memFree=1163224/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=419220 CPUtime=1560.77
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 102540 0 0 0 155990 87 0 0 25 0 1 0 164943698 429281280 102279 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 104805 102279 54 142 0 104661 0
Current children cumulated CPU time (s) 1603.09
Current children cumulated vsize (KiB) 466780

[startup+1663.83 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 2812
/proc/meminfo: memFree=1160024/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=422480 CPUtime=1620.76
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 103336 0 0 0 161988 88 0 0 25 0 1 0 164943698 432619520 103075 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 105620 103075 54 142 0 105476 0
Current children cumulated CPU time (s) 1663.08
Current children cumulated vsize (KiB) 470040

[startup+1723.89 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 2812
/proc/meminfo: memFree=1156952/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=425584 CPUtime=1680.8
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 104106 0 0 0 167991 89 0 0 25 0 1 0 164943698 435798016 103845 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 106396 103845 54 142 0 106252 0
Current children cumulated CPU time (s) 1723.12
Current children cumulated vsize (KiB) 473144

[startup+1783.91 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 2812
/proc/meminfo: memFree=1151576/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=431680 CPUtime=1740.8
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 105450 0 0 0 173990 90 0 0 25 0 1 0 164943698 442040320 105189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 107920 105189 54 142 0 107776 0
Current children cumulated CPU time (s) 1783.12
Current children cumulated vsize (KiB) 479240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.84 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 2812
/proc/meminfo: memFree=1149912/2055920 swapFree=4184772/4192956
[pid=2184] ppid=2182 vsize=47560 CPUtime=42.32
/proc/2184/stat : 2184 (galac.sh) S 2182 2184 1825 0 -1 4194304 799 29373 0 1 0 1 4202 29 17 0 1 0 164939442 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2184/statm: 11890 364 246 79 0 218 0
[pid=2508] ppid=2184 vsize=434164 CPUtime=1757.73
/proc/2508/stat : 2508 (minisat) R 2184 2184 1825 0 -1 4194304 105831 0 0 0 175683 90 0 0 25 0 1 0 164943698 444583936 105570 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/2508/statm: 108541 105570 54 142 0 108397 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 481724

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 2184 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=27610 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=304953
CPU time returned by wait4() is 42.3326
while last known CPU time is 1800.05

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

Real time (s): 1800.85
CPU time (s): 1800.05
CPU user time (s): 1798.85
CPU system time (s): 1.2
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 909600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0276
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30172
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= 2656
involuntary context switches= 2409

runsolver used 1.74373 s user time and 5.09223 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 10:23:33 UTC 2007


IDJOB= 204205
IDBENCH= 4007
FILE ID= node56/204205-1168165413

PBS_JOBID= 3478641

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-8.xml
COMMAND LINE= /tmp/evaluation/204205-1168165413/galac.sh /tmp/evaluation/204205-1168165413/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-204205-1168165413 -o ROOT/results/node56/solver-204205-1168165413 -C 1800 -M 900  /tmp/evaluation/204205-1168165413/galac.sh /tmp/evaluation/204205-1168165413/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c2219ff7683bca61a6607e0b2453e947

RANDOM SEED= 990185396

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.232
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.232
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:       1492688 kB
Buffers:         35816 kB
Cached:         335740 kB
SwapCached:       2104 kB
Active:         246708 kB
Inactive:       244488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492688 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            5324 kB
Writeback:           0 kB
Mapped:         137092 kB
Slab:            57080 kB
Committed_AS:  3885140 kB
PageTables:       2120 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= 66543 MiB



End job on node56 on Sun Jan  7 10:53:38 UTC 2007