Trace number 225669

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 1UNSAT 1778.86 1784.51

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-39_ext.xml
MD5SUMb5edf3320e80bd6231b487f32cfb536c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.11361
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c --- Preproc Stats ---
2.05	c start processing
2.06	c start relation processing
3.90	c start cnf exporting
21.66	c parsing time : 1.886
21.66	c preprocessing time : 21.493
21.66	
21.66	c Nary constraints - conflicts : 0 supports : 0
21.66	c Binary constraints - conflicts : 0 supports :84
21.66	c max arity constraint : 2
21.66	c Max Tuples generated 0
21.66	c relations : 84
21.66	c relations BDD: 0
21.66	c vars : 7201 - clauses :  674680
21.66	
21.69	 
21.69	c --- Minisat Stats ---
21.69	 
1784.45	c restarts              : 16
1784.45	c conflicts             : 110029         (63 /sec)
1784.45	c decisions             : 204810         (1.48 % random) (117 /sec)
1784.45	c propagations          : 113407378      (64562 /sec)
1784.45	c conflict literals     : 60229970       (24.42 % deleted)
1784.45	c Memory used           : 331.06 MB
1784.45	c CPU time              : 1756.58 s
1784.45	
1784.45	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-225669-1168273034 -o ROOT/results/node59/solver-225669-1168273034 -C 1800 -M 900 /tmp/evaluation/225669-1168273034/galac.sh /tmp/evaluation/225669-1168273034/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.85 1.11 1.57 5/73 14396
/proc/meminfo: memFree=1828552/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=8560 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) R 14393 14395 14268 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 175701363 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051809679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14395/statm: 2140 253 197 79 0 133 0

[startup+0.105166 s]
/proc/loadavg: 0.85 1.11 1.57 5/73 14396
/proc/meminfo: memFree=1828552/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+0.514206 s]
/proc/loadavg: 0.85 1.11 1.57 5/73 14396
/proc/meminfo: memFree=1828552/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47556

[startup+1.3353 s]
/proc/loadavg: 0.85 1.11 1.57 3/81 14416
/proc/meminfo: memFree=1748872/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14409] ppid=14395 vsize=861064 CPUtime=1.26
/proc/14409/stat : 14409 (java) R 14395 14395 14268 0 -1 0 22283 0 1 0 115 11 0 0 25 0 8 0 175701368 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073751605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14409/statm: 215266 22035 1970 14 0 201471 0
[pid=14409/tid=14410] ppid=14395 vsize=861064 CPUtime=0.07
/proc/14409/task/14410/stat : 14410 (java) S 14395 14395 14268 0 -1 64 6517 0 0 0 5 2 0 0 16 0 8 0 175701372 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14411] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14395 14395 14268 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 175701372 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14412] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14395 14395 14268 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175701372 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14413] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175701376 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14414] ppid=14395 vsize=861064 CPUtime=0.12
/proc/14409/task/14414/stat : 14414 (java) S 14395 14395 14268 0 -1 64 899 0 0 0 12 0 0 0 16 0 8 0 175701376 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14415] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14415/stat : 14415 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175701376 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14416] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175701376 881729536 22035 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 908620

[startup+2.97147 s]
/proc/loadavg: 0.85 1.11 1.57 3/81 14416
/proc/meminfo: memFree=1737608/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14409] ppid=14395 vsize=861064 CPUtime=2.88
/proc/14409/stat : 14409 (java) R 14395 14395 14268 0 -1 0 24225 0 1 0 276 12 0 0 25 0 8 0 175701368 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073883202 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14409/statm: 215266 23973 1974 14 0 201471 0
[pid=14409/tid=14410] ppid=14395 vsize=861064 CPUtime=0.13
/proc/14409/task/14410/stat : 14410 (java) S 14395 14395 14268 0 -1 64 8419 0 0 0 10 3 0 0 17 0 8 0 175701372 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14411] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14395 14395 14268 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 175701372 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14412] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14395 14395 14268 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175701372 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14413] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175701376 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14414] ppid=14395 vsize=861064 CPUtime=0.16
/proc/14409/task/14414/stat : 14414 (java) S 14395 14395 14268 0 -1 64 924 0 0 0 15 1 0 0 16 0 8 0 175701376 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14415] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14415/stat : 14415 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175701376 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14416] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175701376 881729536 23973 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 908620

[startup+6.26784 s]
/proc/loadavg: 0.94 1.13 1.57 3/81 14416
/proc/meminfo: memFree=1716752/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14409] ppid=14395 vsize=861064 CPUtime=6.16
/proc/14409/stat : 14409 (java) R 14395 14395 14268 0 -1 0 28415 0 1 0 600 16 0 0 25 0 8 0 175701368 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073933078 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14409/statm: 215266 28158 1993 14 0 201471 0
[pid=14409/tid=14410] ppid=14395 vsize=861064 CPUtime=0.27
/proc/14409/task/14410/stat : 14410 (java) S 14395 14395 14268 0 -1 64 12524 0 0 0 22 5 0 0 16 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14411] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14395 14395 14268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14412] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14395 14395 14268 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14413] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14414] ppid=14395 vsize=861064 CPUtime=0.21
/proc/14409/task/14414/stat : 14414 (java) S 14395 14395 14268 0 -1 64 966 0 0 0 20 1 0 0 16 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14415] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14415/stat : 14415 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14416] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908620

[startup+12.7476 s]
/proc/loadavg: 1.03 1.14 1.57 3/81 14416
/proc/meminfo: memFree=1696408/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=0
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 763 1704 0 0 0 0 0 0 19 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14409] ppid=14395 vsize=861064 CPUtime=12.58
/proc/14409/stat : 14409 (java) R 14395 14395 14268 0 -1 0 28429 0 1 0 1239 19 0 0 25 0 8 0 175701368 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073994105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14409/statm: 215266 28158 1993 14 0 201471 0
[pid=14409/tid=14410] ppid=14395 vsize=861064 CPUtime=0.29
/proc/14409/task/14410/stat : 14410 (java) S 14395 14395 14268 0 -1 64 12524 0 0 0 23 6 0 0 16 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14411] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14411/stat : 14411 (java) S 14395 14395 14268 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14412] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14412/stat : 14412 (java) S 14395 14395 14268 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175701372 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14413] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14413/stat : 14413 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14414] ppid=14395 vsize=861064 CPUtime=0.21
/proc/14409/task/14414/stat : 14414 (java) S 14395 14395 14268 0 -1 64 966 0 0 0 20 1 0 0 16 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14415] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14415/stat : 14415 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14409/tid=14416] ppid=14395 vsize=861064 CPUtime=0
/proc/14409/task/14416/stat : 14416 (java) S 14395 14395 14268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175701376 881729536 28158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908620

[startup+25.616 s]
/proc/loadavg: 1.24 1.18 1.58 3/74 14417
/proc/meminfo: memFree=1762384/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=36668 CPUtime=3.9
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 9039 0 0 0 384 6 0 0 25 0 1 0 175703533 37548032 9021 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 9167 9021 54 142 0 9023 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 84224

[startup+51.2658 s]
/proc/loadavg: 1.44 1.23 1.58 3/74 14643
/proc/meminfo: memFree=1749072/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=59380 CPUtime=29.46
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 14730 0 0 0 2934 12 0 0 25 0 1 0 175703533 60805120 14712 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14417/statm: 14845 14712 54 142 0 14701 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 106936

[startup+102.483 s]
/proc/loadavg: 1.75 1.35 1.60 3/74 14645
/proc/meminfo: memFree=1719112/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=89540 CPUtime=80.45
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 22237 0 0 0 8029 16 0 0 25 0 1 0 175703533 91688960 22219 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/14417/statm: 22385 22219 54 142 0 22241 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 137096

[startup+162.519 s]
/proc/loadavg: 1.87 1.45 1.62 2/69 14730
/proc/meminfo: memFree=1703976/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=114560 CPUtime=140.22
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 28385 0 0 0 13997 25 0 0 25 0 1 0 175703533 117309440 28367 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/14417/statm: 28640 28367 54 142 0 28496 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 162116

[startup+222.573 s]
/proc/loadavg: 1.88 1.53 1.64 3/74 14832
/proc/meminfo: memFree=1627256/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=135156 CPUtime=199.99
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 33413 0 0 0 19964 35 0 0 25 0 1 0 175703533 138399744 33395 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/14417/statm: 33789 33395 54 142 0 33645 0
Current children cumulated CPU time (s) 221.43
Current children cumulated vsize (KiB) 182712

[startup+282.61 s]
/proc/loadavg: 1.95 1.61 1.66 3/74 14832

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

Current children cumulated CPU time (s) 937.6
Current children cumulated vsize (KiB) 299084

[startup+1003.1 s]
/proc/loadavg: 1.04 1.49 1.63 2/66 14860
/proc/meminfo: memFree=1565336/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=257020 CPUtime=976.2
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 63313 0 0 0 97560 60 0 0 25 0 1 0 175703533 263188480 63295 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 64255 63295 54 142 0 64111 0
Current children cumulated CPU time (s) 997.64
Current children cumulated vsize (KiB) 304576

[startup+1063.15 s]
/proc/loadavg: 1.01 1.40 1.59 2/66 14860
/proc/meminfo: memFree=1558104/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=264372 CPUtime=1036.24
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 65113 0 0 0 103562 62 0 0 25 0 1 0 175703533 270716928 65095 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 66093 65095 54 142 0 65949 0
Current children cumulated CPU time (s) 1057.68
Current children cumulated vsize (KiB) 311928

[startup+1123.21 s]
/proc/loadavg: 1.00 1.32 1.55 2/66 14860
/proc/meminfo: memFree=1550360/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=272520 CPUtime=1096.26
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 67047 0 0 0 109563 63 0 0 25 0 1 0 175703533 279060480 67029 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 68130 67029 54 142 0 67986 0
Current children cumulated CPU time (s) 1117.7
Current children cumulated vsize (KiB) 320076

[startup+1183.22 s]
/proc/loadavg: 1.00 1.26 1.52 2/66 14860
/proc/meminfo: memFree=1544088/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=279080 CPUtime=1156.26
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 68616 0 0 0 115561 65 0 0 25 0 1 0 175703533 285777920 68598 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 69770 68598 54 142 0 69626 0
Current children cumulated CPU time (s) 1177.7
Current children cumulated vsize (KiB) 326636

[startup+1243.26 s]
/proc/loadavg: 1.00 1.21 1.48 2/66 14860
/proc/meminfo: memFree=1539864/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=283644 CPUtime=1216.29
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 69693 0 0 0 121564 65 0 0 25 0 1 0 175703533 290451456 69675 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 70911 69675 54 142 0 70767 0
Current children cumulated CPU time (s) 1237.73
Current children cumulated vsize (KiB) 331200

[startup+1303.32 s]
/proc/loadavg: 1.00 1.17 1.45 2/66 14860
/proc/meminfo: memFree=1532376/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=291372 CPUtime=1276.33
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 71517 0 0 0 127566 67 0 0 25 0 1 0 175703533 298364928 71499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 72843 71499 54 142 0 72699 0
Current children cumulated CPU time (s) 1297.77
Current children cumulated vsize (KiB) 338928

[startup+1363.37 s]
/proc/loadavg: 1.00 1.14 1.42 2/66 14860
/proc/meminfo: memFree=1523928/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=300608 CPUtime=1336.36
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 73635 0 0 0 133568 68 0 0 25 0 1 0 175703533 307822592 73617 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 75152 73617 54 142 0 75008 0
Current children cumulated CPU time (s) 1357.8
Current children cumulated vsize (KiB) 348164

[startup+1423.42 s]
/proc/loadavg: 1.00 1.11 1.39 2/66 14860
/proc/meminfo: memFree=1519256/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=305664 CPUtime=1396.39
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 74781 0 0 0 139570 69 0 0 25 0 1 0 175703533 312999936 74755 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 76416 74755 54 142 0 76272 0
Current children cumulated CPU time (s) 1417.83
Current children cumulated vsize (KiB) 353220

[startup+1483.48 s]
/proc/loadavg: 1.00 1.09 1.36 2/66 14860
/proc/meminfo: memFree=1515160/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=310132 CPUtime=1456.44
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 75812 0 0 0 145573 71 0 0 25 0 1 0 175703533 317575168 75786 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 77533 75786 54 142 0 77389 0
Current children cumulated CPU time (s) 1477.88
Current children cumulated vsize (KiB) 357688

[startup+1543.53 s]
/proc/loadavg: 1.00 1.07 1.34 2/66 14860
/proc/meminfo: memFree=1510936/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=314460 CPUtime=1516.47
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 76856 0 0 0 151576 71 0 0 25 0 1 0 175703533 322007040 76830 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 78615 76830 54 142 0 78471 0
Current children cumulated CPU time (s) 1537.91
Current children cumulated vsize (KiB) 362016

[startup+1603.59 s]
/proc/loadavg: 1.00 1.05 1.31 2/66 14860
/proc/meminfo: memFree=1506648/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=319040 CPUtime=1576.51
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 77928 0 0 0 157579 72 0 0 25 0 1 0 175703533 326696960 77902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 79760 77902 54 142 0 79616 0
Current children cumulated CPU time (s) 1597.95
Current children cumulated vsize (KiB) 366596

[startup+1663.64 s]
/proc/loadavg: 1.00 1.04 1.29 2/66 14860
/proc/meminfo: memFree=1501720/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=324240 CPUtime=1636.54
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 79158 0 0 0 163581 73 0 0 25 0 1 0 175703533 332021760 79132 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 81060 79132 54 142 0 80916 0
Current children cumulated CPU time (s) 1657.98
Current children cumulated vsize (KiB) 371796

[startup+1723.69 s]
/proc/loadavg: 1.00 1.03 1.27 2/66 14860
/proc/meminfo: memFree=1496024/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=330380 CPUtime=1696.58
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 80594 0 0 0 169584 74 0 0 25 0 1 0 175703533 338309120 80534 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 82595 80534 54 142 0 82451 0
Current children cumulated CPU time (s) 1718.02
Current children cumulated vsize (KiB) 377936

[startup+1783.75 s]
/proc/loadavg: 1.00 1.02 1.25 2/66 14860
/proc/meminfo: memFree=1488728/2055920 swapFree=4192812/4192956
[pid=14395] ppid=14393 vsize=47556 CPUtime=21.44
/proc/14395/stat : 14395 (galac.sh) S 14393 14395 14268 0 -1 4194304 801 30172 0 1 0 0 2119 25 17 0 1 0 175701363 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14395/statm: 11889 364 246 79 0 218 0
[pid=14417] ppid=14395 vsize=339004 CPUtime=1756.62
/proc/14417/stat : 14417 (minisat) R 14395 14395 14268 0 -1 4194304 82509 0 0 0 175587 75 0 0 25 0 1 0 175703533 347140096 82350 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/14417/statm: 84751 82350 54 142 0 84607 0
Current children cumulated CPU time (s) 1778.06
Current children cumulated vsize (KiB) 386560

Child status: 0
Real time (s): 1784.51
CPU time (s): 1778.86
CPU user time (s): 1777.78
CPU system time (s): 1.07584
CPU usage (%): 99.683
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.78
system time used= 1.07584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113704
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= 1736
involuntary context switches= 18157

runsolver used 1.36379 s user time and 4.18436 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Jan  8 16:17:14 UTC 2007


IDJOB= 225669
IDBENCH= 5885
FILE ID= node59/225669-1168273034

PBS_JOBID= 3483238

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-39_ext.xml
COMMAND LINE= /tmp/evaluation/225669-1168273034/galac.sh /tmp/evaluation/225669-1168273034/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-225669-1168273034 -o ROOT/results/node59/solver-225669-1168273034 -C 1800 -M 900  /tmp/evaluation/225669-1168273034/galac.sh /tmp/evaluation/225669-1168273034/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  b5edf3320e80bd6231b487f32cfb536c

RANDOM SEED= 133060837

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.239
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.239
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:       1829512 kB
Buffers:         42772 kB
Cached:         109820 kB
SwapCached:          0 kB
Active:         103696 kB
Inactive:        69276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6820 kB
Writeback:           0 kB
Mapped:          31092 kB
Slab:            38936 kB
Committed_AS:  3648464 kB
PageTables:       1784 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= 66556 MiB



End job on node59 on Mon Jan  8 16:46:59 UTC 2007