Trace number 234787

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 679.245

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-3.xml
MD5SUM762302597bb1453c6a57a834ad5bc6ef
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.163974
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size306
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.92	c start processing
24.92	c start relation processing
33.64	c start cnf exporting
113.45	c parsing time : 24.745
113.45	c preprocessing time : 113.28
113.45	
113.45	c Nary constraints - conflicts : 0 supports : 0
113.45	c Binary constraints - conflicts : 79 supports :21
113.45	c max arity constraint : 2
113.45	c Max Tuples generated 85514
113.45	c relations : 100
113.45	c relations BDD: 0
113.45	c vars : 6350 - clauses :  2635320
113.45	
113.52	 
113.52	c --- Minisat Stats ---
113.52	 

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/node1/watcher-234787-1168717650 -o ROOT/results/node1/solver-234787-1168717650 -C 1800 -M 900 /tmp/evaluation/234787-1168717650/galac.sh /tmp/evaluation/234787-1168717650/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.97 1.71 1.82 5/87 9349
/proc/meminfo: memFree=1270624/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=18540 CPUtime=0
/proc/9348/stat : 9348 (runsolver) R 9346 9348 9277 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 220160776 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9348/statm: 4635 279 244 17 0 2626 0

[startup+0.110835 s]
/proc/loadavg: 1.97 1.71 1.82 5/87 9349
/proc/meminfo: memFree=1270624/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.518883 s]
/proc/loadavg: 1.97 1.71 1.82 5/87 9349
/proc/meminfo: memFree=1270624/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.34298 s]
/proc/loadavg: 1.97 1.71 1.82 4/95 9369
/proc/meminfo: memFree=1215520/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=1.27
/proc/9362/stat : 9362 (java) S 9348 9348 9277 0 -1 0 15285 0 1 0 119 8 0 0 16 0 8 0 220160780 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 14997 1994 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=0.47
/proc/9362/task/9363/stat : 9363 (java) R 9348 9348 9277 0 -1 64 6327 0 0 0 45 2 0 0 16 0 8 0 220160783 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525244 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.12
/proc/9362/task/9367/stat : 9367 (java) R 9348 9348 9277 0 -1 64 913 0 0 0 12 0 0 0 20 0 8 0 220160787 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 14997 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 14997 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) 908456

[startup+2.99917 s]
/proc/loadavg: 2.06 1.73 1.83 3/95 9369
/proc/meminfo: memFree=1199200/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=2.92
/proc/9362/stat : 9362 (java) R 9348 9348 9277 0 -1 0 20449 0 1 0 281 11 0 0 16 0 8 0 220160780 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073714096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 20068 1994 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=1.67
/proc/9362/task/9363/stat : 9363 (java) R 9348 9348 9277 0 -1 64 11475 0 0 0 163 4 0 0 25 0 8 0 220160783 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.12
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 919 0 0 0 12 0 0 0 15 0 8 0 220160787 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 20068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 20068 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) 908456

[startup+6.28056 s]
/proc/loadavg: 2.06 1.73 1.83 4/95 9369
/proc/meminfo: memFree=1159584/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=6.17
/proc/9362/stat : 9362 (java) R 9348 9348 9277 0 -1 0 26121 0 1 0 603 14 0 0 16 0 8 0 220160780 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153372287 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 25650 1994 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=4.29
/proc/9362/task/9363/stat : 9363 (java) R 9348 9348 9277 0 -1 64 17125 0 0 0 422 7 0 0 25 0 8 0 220160783 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.13
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 923 0 0 0 13 0 0 0 16 0 8 0 220160787 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908456

[startup+12.7811 s]
/proc/loadavg: 2.12 1.75 1.83 3/95 9369
/proc/meminfo: memFree=1111528/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=12.64
/proc/9362/stat : 9362 (java) S 9348 9348 9277 0 -1 0 34183 0 1 0 1247 17 0 0 16 0 8 0 220160780 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 33687 1994 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=9.89
/proc/9362/task/9363/stat : 9363 (java) R 9348 9348 9277 0 -1 64 25152 0 0 0 979 10 0 0 25 0 8 0 220160783 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772417 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.15
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 933 0 0 0 14 1 0 0 16 0 8 0 220160787 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 33687 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 908456

[startup+25.6346 s]
/proc/loadavg: 2.10 1.76 1.83 4/95 9369
/proc/meminfo: memFree=1047400/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=25.43
/proc/9362/stat : 9362 (java) R 9348 9348 9277 0 -1 0 44492 0 1 0 2522 21 0 0 16 0 8 0 220160780 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073880470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 43962 1995 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=20.87
/proc/9362/task/9363/stat : 9363 (java) R 9348 9348 9277 0 -1 64 35409 0 0 0 2073 14 0 0 25 0 8 0 220160783 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.18
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 947 0 0 0 17 1 0 0 16 0 8 0 220160787 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 43962 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 908456

[startup+51.2746 s]
/proc/loadavg: 2.12 1.79 1.84 3/95 9369
/proc/meminfo: memFree=897000/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=50.94
/proc/9362/stat : 9362 (java) R 9348 9348 9277 0 -1 0 57536 0 1 0 5061 33 0 0 25 0 8 0 220160780 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073923139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 56973 2016 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=21.06
/proc/9362/task/9363/stat : 9363 (java) S 9348 9348 9277 0 -1 64 41459 0 0 0 2090 16 0 0 16 0 8 0 220160783 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220160784 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.25
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 994 0 0 0 24 1 0 0 16 0 8 0 220160787 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 56973 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 908456

[startup+102.551 s]
/proc/loadavg: 2.05 1.83 1.85 3/95 9369
/proc/meminfo: memFree=741032/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=0.01
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9362] ppid=9348 vsize=860884 CPUtime=101.95
/proc/9362/stat : 9362 (java) R 9348 9348 9277 0 -1 0 57691 0 1 0 10146 49 0 0 25 0 8 0 220160780 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074025709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9362/statm: 215221 57053 2016 14 0 201478 0
[pid=9362/tid=9363] ppid=9348 vsize=860884 CPUtime=21.19
/proc/9362/task/9363/stat : 9363 (java) S 9348 9348 9277 0 -1 64 41536 0 0 0 2102 17 0 0 16 0 8 0 220160783 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9364] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9364/stat : 9364 (java) S 9348 9348 9277 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220160784 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9365] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9365/stat : 9365 (java) S 9348 9348 9277 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220160784 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9366] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9366/stat : 9366 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 220160787 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9367] ppid=9348 vsize=860884 CPUtime=0.26
/proc/9362/task/9367/stat : 9367 (java) S 9348 9348 9277 0 -1 64 997 0 0 0 25 1 0 0 16 0 8 0 220160787 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9368] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9368/stat : 9368 (java) S 9348 9348 9277 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 220160787 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9362/tid=9369] ppid=9348 vsize=860884 CPUtime=0
/proc/9362/task/9369/stat : 9369 (java) S 9348 9348 9277 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220160788 881545216 57053 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 908456

[startup+162.641 s]
/proc/loadavg: 2.02 1.85 1.85 3/88 9370
/proc/meminfo: memFree=578784/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=268632 CPUtime=48.88
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 66139 0 0 0 4850 38 0 0 25 0 1 0 220172128 275079168 66121 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 67158 66121 54 142 0 67014 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 316204

[startup+222.73 s]
/proc/loadavg: 2.00 1.88 1.86 3/88 9370
/proc/meminfo: memFree=372960/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=378152 CPUtime=108.68
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 93517 0 0 0 10814 54 0 0 25 0 1 0 220172128 387227648 93499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 94538 93499 54 142 0 94394 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 425724

[startup+282.788 s]
/proc/loadavg: 2.00 1.90 1.86 3/88 9370
/proc/meminfo: memFree=189664/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=462368 CPUtime=168.45
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 114528 0 0 0 16778 67 0 0 25 0 1 0 220172128 473464832 114510 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529420 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 115592 114510 54 142 0 115448 0
Current children cumulated CPU time (s) 281.29
Current children cumulated vsize (KiB) 509940

[startup+342.843 s]
/proc/loadavg: 2.00 1.91 1.87 3/88 9370
/proc/meminfo: memFree=15848/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=545016 CPUtime=228.22
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 135193 0 0 0 22740 82 0 0 25 0 1 0 220172128 558096384 135175 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 136254 135175 54 142 0 136110 0
Current children cumulated CPU time (s) 341.06
Current children cumulated vsize (KiB) 592588

[startup+402.893 s]
/proc/loadavg: 2.17 1.96 1.89 2/87 9598
/proc/meminfo: memFree=16192/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=614924 CPUtime=287.94
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 152576 0 0 0 28690 104 0 0 25 0 1 0 220172128 629682176 152558 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 153731 152558 54 142 0 153587 0
Current children cumulated CPU time (s) 400.78
Current children cumulated vsize (KiB) 662496

[startup+462.978 s]
/proc/loadavg: 2.29 2.05 1.92 3/95 9703
/proc/meminfo: memFree=1148872/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=686836 CPUtime=347.82
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 170567 0 0 0 34654 128 0 0 25 0 1 0 220172128 703320064 170549 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 171709 170549 54 142 0 171565 0
Current children cumulated CPU time (s) 460.66
Current children cumulated vsize (KiB) 734408

[startup+522.995 s]
/proc/loadavg: 2.17 2.06 1.92 3/95 9703
/proc/meminfo: memFree=1035720/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=745620 CPUtime=407.83
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 185195 0 0 0 40645 138 0 0 25 0 1 0 220172128 763514880 185177 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 186405 185177 54 142 0 186261 0
Current children cumulated CPU time (s) 520.67
Current children cumulated vsize (KiB) 793192

[startup+583.083 s]
/proc/loadavg: 2.06 2.04 1.92 3/95 9703
/proc/meminfo: memFree=938696/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=802972 CPUtime=467.89
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 199424 0 0 0 46642 147 0 0 25 0 1 0 220172128 822243328 199406 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 200743 199406 54 142 0 200599 0
Current children cumulated CPU time (s) 580.73
Current children cumulated vsize (KiB) 850544

[startup+643.184 s]
/proc/loadavg: 2.07 2.05 1.93 3/95 9703
/proc/meminfo: memFree=865160/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=845576 CPUtime=527.98
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 210023 0 0 0 52643 155 0 0 25 0 1 0 220172128 865869824 210005 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 211394 210005 54 142 0 211250 0
Current children cumulated CPU time (s) 640.82
Current children cumulated vsize (KiB) 893148



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+679.228 s]
/proc/loadavg: 2.11 2.06 1.94 3/95 9703
/proc/meminfo: memFree=820936/2055920 swapFree=4165612/4192956
[pid=9348] ppid=9346 vsize=47572 CPUtime=112.84
/proc/9348/stat : 9348 (galac.sh) S 9346 9348 9277 0 -1 4194304 798 59437 0 1 0 0 11227 57 17 0 1 0 220160776 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9348/statm: 11893 363 245 79 0 218 0
[pid=9370] ppid=9348 vsize=874040 CPUtime=564.02
/proc/9370/stat : 9370 (minisat) R 9348 9348 9277 0 -1 4194304 217128 0 0 0 56242 160 0 0 25 0 1 0 220172128 895016960 217110 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9370/statm: 218510 217110 54 142 0 218366 0
Current children cumulated CPU time (s) 676.86
Current children cumulated vsize (KiB) 921612

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 9348 and gives childrusage.ru_utime.tv_sec=112 childrusage.ru_utime.tv_usec=286929 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=586910
CPU time returned by wait4() is 112.874
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 679.245
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): 921612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.287
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60235
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= 4180
involuntary context switches= 5518

runsolver used 0.673897 s user time and 1.9607 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan 13 19:47:30 UTC 2007


IDJOB= 234787
IDBENCH= 6712
IDSOLVER= 78
FILE ID= node1/234787-1168717650

PBS_JOBID= 3547406

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  762302597bb1453c6a57a834ad5bc6ef

RANDOM SEED= 923319555

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.234
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.234
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:       1271168 kB
Buffers:         29368 kB
Cached:         508740 kB
SwapCached:       3784 kB
Active:         283132 kB
Inactive:       447884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271168 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:         203776 kB
Slab:            38224 kB
Committed_AS:  7188288 kB
PageTables:       2668 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 node1 on Sat Jan 13 19:58:50 UTC 2007