Trace number 234576

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? (MO) 0 586.121

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-5.xml
MD5SUMbdb39889c17d6882097149cacb54071c
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.030994
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
24.26	c start processing
24.26	c start relation processing
32.66	c start cnf exporting
110.81	c parsing time : 24.103
110.81	c preprocessing time : 110.656
110.81	
110.81	c Nary constraints - conflicts : 0 supports : 0
110.81	c Binary constraints - conflicts : 80 supports :20
110.81	c max arity constraint : 2
110.81	c Max Tuples generated 95172
110.81	c relations : 100
110.81	c relations BDD: 0
110.81	c vars : 6423 - clauses :  2631771
110.81	
110.89	 
110.89	c --- Minisat Stats ---
110.89	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-234576-1168717455 -o ROOT/results/node4/solver-234576-1168717455 -C 1800 -M 900 /tmp/evaluation/234576-1168717455/galac.sh /tmp/evaluation/234576-1168717455/unknown.xml 

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

/proc/loadavg: 1.26 1.62 1.83 4/94 1547
/proc/meminfo: memFree=956792/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=8652 CPUtime=0
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 220141259 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1546/statm: 2163 280 208 79 0 156 0
[pid=1548] ppid=1546 vsize=8688 CPUtime=0
/proc/1548/stat : 1548 (galac.sh) R 1546 1546 954 0 -1 4194368 50 244 0 0 0 0 0 0 18 0 1 0 220141259 8896512 288 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913214623 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/1548/statm: 2172 288 210 79 0 165 0
[pid=1550] ppid=1548 vsize=0 CPUtime=0
/proc/1550/stat : 1550 (galac.sh) R 1548 1546 954 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 220141260 0 0 18446744073709551615 0 0 0 18446744073709551615 259913215271 0 0 3674112 73728 0 0 0 17 0 0 0
/proc/1550/statm: 285 2 0 0 0 1 0

[startup+0.110882 s]
/proc/loadavg: 1.26 1.62 1.83 4/94 1547
/proc/meminfo: memFree=956792/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.518921 s]
/proc/loadavg: 1.26 1.62 1.83 4/94 1547
/proc/meminfo: memFree=956792/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.34201 s]
/proc/loadavg: 1.40 1.65 1.84 4/102 1567
/proc/meminfo: memFree=904952/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861280 CPUtime=1.29
/proc/1560/stat : 1560 (java) S 1546 1546 954 0 -1 0 14991 0 1 0 121 8 0 0 16 0 8 0 220141262 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215320 14700 1994 14 0 201525 0
[pid=1560/tid=1561] ppid=1546 vsize=861280 CPUtime=0.47
/proc/1560/task/1561/stat : 1561 (java) R 1546 1546 954 0 -1 64 6248 0 0 0 45 2 0 0 16 0 8 0 220141266 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523704 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861280 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861280 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861280 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861280 CPUtime=0.11
/proc/1560/task/1565/stat : 1565 (java) R 1546 1546 954 0 -1 64 913 0 0 0 11 0 0 0 20 0 8 0 220141270 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861280 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861280 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881950720 14700 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908836

[startup+2.99517 s]
/proc/loadavg: 1.40 1.65 1.84 3/102 1567
/proc/meminfo: memFree=893880/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=2.92
/proc/1560/stat : 1560 (java) S 1546 1546 954 0 -1 0 19885 0 1 0 282 10 0 0 16 0 8 0 220141262 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 19505 1994 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=1.64
/proc/1560/task/1561/stat : 1561 (java) R 1546 1546 954 0 -1 64 11127 0 0 0 160 4 0 0 25 0 8 0 220141266 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.11
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 919 0 0 0 11 0 0 0 16 0 8 0 220141270 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 19505 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908648

[startup+6.19947 s]
/proc/loadavg: 1.45 1.65 1.84 3/102 1567
/proc/meminfo: memFree=868088/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=6.1
/proc/1560/stat : 1560 (java) R 1546 1546 954 0 -1 0 25077 0 1 0 598 12 0 0 16 0 8 0 220141262 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073714164 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 24630 1994 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=4.21
/proc/1560/task/1561/stat : 1561 (java) R 1546 1546 954 0 -1 64 16297 0 0 0 415 6 0 0 25 0 8 0 220141266 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.12
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 923 0 0 0 12 0 0 0 16 0 8 0 220141270 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 24630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 908648

[startup+12.6829 s]
/proc/loadavg: 1.49 1.66 1.84 4/102 1567
/proc/meminfo: memFree=833976/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=12.55
/proc/1560/stat : 1560 (java) S 1546 1546 954 0 -1 0 32694 0 1 0 1240 15 0 0 16 0 8 0 220141262 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 32221 1994 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=9.78
/proc/1560/task/1561/stat : 1561 (java) R 1546 1546 954 0 -1 64 23878 0 0 0 970 8 0 0 25 0 8 0 220141266 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.15
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 933 0 0 0 14 1 0 0 16 0 8 0 220141270 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 32221 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908648

[startup+25.5701 s]
/proc/loadavg: 1.57 1.67 1.84 4/102 1567
/proc/meminfo: memFree=790008/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=25.38
/proc/1560/stat : 1560 (java) R 1546 1546 954 0 -1 0 43506 0 1 0 2519 19 0 0 17 0 8 0 220141262 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073880150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 42999 1995 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=20.16
/proc/1560/task/1561/stat : 1561 (java) R 1546 1546 954 0 -1 64 34638 0 0 0 2004 12 0 0 25 0 8 0 220141266 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.17
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 947 0 0 0 16 1 0 0 16 0 8 0 220141270 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 42999 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 908648

[startup+51.2176 s]
/proc/loadavg: 1.79 1.71 1.85 3/102 1567
/proc/meminfo: memFree=715640/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=50.88
/proc/1560/stat : 1560 (java) R 1546 1546 954 0 -1 0 56356 0 3 0 5056 32 0 0 25 0 8 0 220141262 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073888080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 55818 2016 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=20.35
/proc/1560/task/1561/stat : 1561 (java) S 1546 1546 954 0 -1 64 40277 0 0 0 2020 15 0 0 16 0 8 0 220141266 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.27
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 997 0 0 0 26 1 0 0 15 0 8 0 220141270 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 55818 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 908648

[startup+102.461 s]
/proc/loadavg: 2.01 1.79 1.87 3/102 1567
/proc/meminfo: memFree=678200/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=0.01
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 760 1704 0 0 0 0 0 1 23 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1560] ppid=1546 vsize=861092 CPUtime=101.87
/proc/1560/stat : 1560 (java) R 1546 1546 954 0 -1 0 56520 0 3 0 10138 49 0 0 25 0 8 0 220141262 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073941406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 215273 55907 2016 14 0 201478 0
[pid=1560/tid=1561] ppid=1546 vsize=861092 CPUtime=20.46
/proc/1560/task/1561/stat : 1561 (java) S 1546 1546 954 0 -1 64 40366 0 0 0 2031 15 0 0 16 0 8 0 220141266 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1562] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1562/stat : 1562 (java) S 1546 1546 954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220141266 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1563] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1546 1546 954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220141266 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1564] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1546 1546 954 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 220141270 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1546 vsize=861092 CPUtime=0.27
/proc/1560/task/1565/stat : 1565 (java) S 1546 1546 954 0 -1 64 997 0 0 0 26 1 0 0 16 0 8 0 220141270 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 220141270 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1560/tid=1567] ppid=1546 vsize=861092 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1546 1546 954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220141270 881758208 55907 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 908648

[startup+162.474 s]
/proc/loadavg: 2.00 1.82 1.87 3/95 1568
/proc/meminfo: memFree=624048/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=271516 CPUtime=51.34
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 66863 0 0 0 5098 36 0 0 25 0 1 0 220152348 278032384 66845 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 67879 66845 54 142 0 67735 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 319072

[startup+222.567 s]
/proc/loadavg: 2.12 1.88 1.89 3/95 1568
/proc/meminfo: memFree=499824/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=397068 CPUtime=111.14
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 98211 0 0 0 11062 52 0 0 25 0 1 0 220152348 406597632 98193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 99267 98193 54 142 0 99123 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 444624

[startup+282.665 s]
/proc/loadavg: 2.04 1.90 1.89 3/95 1568
/proc/meminfo: memFree=381552/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=512764 CPUtime=170.96
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 127118 0 0 0 17026 70 0 0 25 0 1 0 220152348 525070336 127100 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 128191 127100 54 142 0 128047 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 560320

[startup+342.76 s]
/proc/loadavg: 2.01 1.92 1.90 3/95 1568
/proc/meminfo: memFree=290864/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=603664 CPUtime=230.78
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 149747 0 0 0 22994 84 0 0 25 0 1 0 220152348 618151936 149729 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 150916 149729 54 142 0 150772 0
Current children cumulated CPU time (s) 341.02
Current children cumulated vsize (KiB) 651220

[startup+402.855 s]
/proc/loadavg: 2.00 1.93 1.91 3/95 1568
/proc/meminfo: memFree=207280/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=687684 CPUtime=290.6
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 170729 0 0 0 28964 96 0 0 25 0 1 0 220152348 704188416 170711 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525786 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 171921 170711 54 142 0 171777 0
Current children cumulated CPU time (s) 400.84
Current children cumulated vsize (KiB) 735240

[startup+462.948 s]
/proc/loadavg: 2.00 1.94 1.91 3/95 1568
/proc/meminfo: memFree=141424/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=752216 CPUtime=350.42
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 186868 0 0 0 34934 108 0 0 25 0 1 0 220152348 770269184 186850 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 188054 186850 54 142 0 187910 0
Current children cumulated CPU time (s) 460.66
Current children cumulated vsize (KiB) 799772

[startup+523.045 s]
/proc/loadavg: 2.00 1.95 1.91 3/95 1568
/proc/meminfo: memFree=78320/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=815972 CPUtime=410.22
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 202689 0 0 0 40902 120 0 0 25 0 1 0 220152348 835555328 202671 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 203993 202671 54 142 0 203849 0
Current children cumulated CPU time (s) 520.46
Current children cumulated vsize (KiB) 863528

[startup+583.137 s]
/proc/loadavg: 2.00 1.95 1.91 3/95 1568
/proc/meminfo: memFree=23728/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=871104 CPUtime=470.03
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 216416 0 0 0 46875 128 0 0 25 0 1 0 220152348 892010496 216398 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 217776 216398 54 142 0 217632 0
Current children cumulated CPU time (s) 580.27
Current children cumulated vsize (KiB) 918660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+586.11 s]
/proc/loadavg: 2.00 1.95 1.91 3/95 1568
/proc/meminfo: memFree=19824/2055920 swapFree=4182144/4192956
[pid=1546] ppid=1544 vsize=47556 CPUtime=110.24
/proc/1546/stat : 1546 (galac.sh) S 1544 1546 954 0 -1 4194304 798 58250 0 3 0 0 10968 56 17 0 1 0 220141259 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1546/statm: 11889 363 245 79 0 218 0
[pid=1568] ppid=1546 vsize=874272 CPUtime=473
/proc/1568/stat : 1568 (minisat) R 1546 1546 954 0 -1 4194304 217201 0 0 0 47171 129 0 0 25 0 1 0 220152348 895254528 217183 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1568/statm: 218568 217183 54 142 0 218424 0
Current children cumulated CPU time (s) 583.24
Current children cumulated vsize (KiB) 921828

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 1546 and gives childrusage.ru_utime.tv_sec=109 childrusage.ru_utime.tv_usec=691324 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=572912
CPU time returned by wait4() is 110.264
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 586.121
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.691
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59048
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4086
involuntary context switches= 7797

runsolver used 0.583911 s user time and 1.60176 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan 13 19:44:16 UTC 2007


IDJOB= 234576
IDBENCH= 6696
IDSOLVER= 78
FILE ID= node4/234576-1168717455

PBS_JOBID= 3547401

Free space on /tmp= 66557 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-100-5.xml
COMMAND LINE= /tmp/evaluation/234576-1168717455/galac.sh /tmp/evaluation/234576-1168717455/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-234576-1168717455 -o ROOT/results/node4/solver-234576-1168717455 -C 1800 -M 900  /tmp/evaluation/234576-1168717455/galac.sh /tmp/evaluation/234576-1168717455/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  bdb39889c17d6882097149cacb54071c

RANDOM SEED= 739674632

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        957528 kB
Buffers:         33412 kB
Cached:         288796 kB
SwapCached:       2220 kB
Active:         798468 kB
Inactive:       235688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        957528 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:         729612 kB
Slab:            47556 kB
Committed_AS:  7568192 kB
PageTables:       3792 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= 66518 MiB



End job on node4 on Sat Jan 13 19:54:04 UTC 2007