Trace number 225236

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 1438.65 1439.41

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-23_ext.xml
MD5SUMf5042e2ed2d3e0b87ed40f3a4d9f65a1
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 benchmark15.7556
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.03	c --- Preproc Stats ---
2.18	c start processing
2.18	c start relation processing
4.17	c start cnf exporting
22.87	c parsing time : 2.026
22.87	c preprocessing time : 22.714
22.87	
22.87	c Nary constraints - conflicts : 0 supports : 0
22.87	c Binary constraints - conflicts : 0 supports :84
22.87	c max arity constraint : 2
22.87	c Max Tuples generated 0
22.87	c relations : 84
22.87	c relations BDD: 0
22.87	c vars : 7201 - clauses :  674680
22.87	
22.92	 
22.92	c --- Minisat Stats ---
22.92	 
1439.35	c restarts              : 15
1439.35	c conflicts             : 85863          (61 /sec)
1439.35	c decisions             : 138371         (1.49 % random) (98 /sec)
1439.35	c propagations          : 95259805       (67321 /sec)
1439.35	c conflict literals     : 51880314       (24.92 % deleted)
1439.35	c Memory used           : 297.99 MB
1439.35	c CPU time              : 1415.01 s
1439.35	
1439.35	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/node20/watcher-225236-1168271389 -o ROOT/results/node20/solver-225236-1168271389 -C 1800 -M 900 /tmp/evaluation/225236-1168271389/galac.sh /tmp/evaluation/225236-1168271389/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.54 1.15 1.19 2/86 23315
/proc/meminfo: memFree=865224/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=8560 CPUtime=0
/proc/23314/stat : 23314 (galac.sh) R 23312 23314 22716 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 175533413 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952786319 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23314/statm: 2140 253 197 79 0 133 0

[startup+0.10347 s]
/proc/loadavg: 1.54 1.15 1.19 2/86 23315
/proc/meminfo: memFree=865224/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.511519 s]
/proc/loadavg: 1.54 1.15 1.19 2/86 23315
/proc/meminfo: memFree=865224/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+1.33262 s]
/proc/loadavg: 1.54 1.15 1.19 3/94 23335
/proc/meminfo: memFree=786632/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23328] ppid=23314 vsize=861064 CPUtime=1.28
/proc/23328/stat : 23328 (java) R 23314 23314 22716 0 -1 0 22300 0 1 0 119 9 0 0 21 0 8 0 175533416 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073686161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23328/statm: 215266 22052 1969 14 0 201471 0
[pid=23328/tid=23329] ppid=23314 vsize=861064 CPUtime=0.07
/proc/23328/task/23329/stat : 23329 (java) S 23314 23314 22716 0 -1 64 6529 0 0 0 5 2 0 0 16 0 8 0 175533420 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23330] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23330/stat : 23330 (java) S 23314 23314 22716 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175533420 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23331] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23331/stat : 23331 (java) S 23314 23314 22716 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175533420 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23332] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23332/stat : 23332 (java) S 23314 23314 22716 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175533423 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23333] ppid=23314 vsize=861064 CPUtime=0.13
/proc/23328/task/23333/stat : 23333 (java) S 23314 23314 22716 0 -1 64 900 0 0 0 13 0 0 0 16 0 8 0 175533423 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23334] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23334/stat : 23334 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175533423 881729536 22052 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23335] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23335/stat : 23335 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175533423 881729536 22052 18446744073709551615 134512640 134570532 4294956112 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) 908620

[startup+2.97081 s]
/proc/loadavg: 1.54 1.15 1.19 3/94 23335
/proc/meminfo: memFree=776264/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23328] ppid=23314 vsize=861064 CPUtime=2.9
/proc/23328/stat : 23328 (java) R 23314 23314 22716 0 -1 0 24249 0 1 0 280 10 0 0 25 0 8 0 175533416 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073883158 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23328/statm: 215266 23998 1973 14 0 201471 0
[pid=23328/tid=23329] ppid=23314 vsize=861064 CPUtime=0.15
/proc/23328/task/23329/stat : 23329 (java) S 23314 23314 22716 0 -1 64 8439 0 0 0 11 4 0 0 16 0 8 0 175533420 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23330] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23330/stat : 23330 (java) S 23314 23314 22716 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175533420 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23331] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23331/stat : 23331 (java) S 23314 23314 22716 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175533420 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23332] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23332/stat : 23332 (java) S 23314 23314 22716 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175533423 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23333] ppid=23314 vsize=861064 CPUtime=0.17
/proc/23328/task/23333/stat : 23333 (java) S 23314 23314 22716 0 -1 64 925 0 0 0 17 0 0 0 16 0 8 0 175533423 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23334] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23334/stat : 23334 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175533423 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23335] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23335/stat : 23335 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175533423 881729536 23998 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908620

[startup+6.1742 s]
/proc/loadavg: 1.57 1.16 1.19 3/94 23335
/proc/meminfo: memFree=761160/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23328] ppid=23314 vsize=861064 CPUtime=6.09
/proc/23328/stat : 23328 (java) R 23314 23314 22716 0 -1 0 27806 0 1 0 597 12 0 0 25 0 8 0 175533416 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073947812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23328/statm: 215266 27551 1993 14 0 201471 0
[pid=23328/tid=23329] ppid=23314 vsize=861064 CPUtime=0.29
/proc/23328/task/23329/stat : 23329 (java) S 23314 23314 22716 0 -1 64 11912 0 0 0 24 5 0 0 16 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23330] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23330/stat : 23330 (java) S 23314 23314 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23331] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23331/stat : 23331 (java) S 23314 23314 22716 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23332] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23332/stat : 23332 (java) S 23314 23314 22716 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23333] ppid=23314 vsize=861064 CPUtime=0.22
/proc/23328/task/23333/stat : 23333 (java) S 23314 23314 22716 0 -1 64 967 0 0 0 22 0 0 0 16 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23334] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23334/stat : 23334 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23335] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23335/stat : 23335 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 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) 908620

[startup+12.656 s]
/proc/loadavg: 1.61 1.18 1.20 3/94 23335
/proc/meminfo: memFree=755792/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=0.02
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23328] ppid=23314 vsize=861064 CPUtime=12.54
/proc/23328/stat : 23328 (java) R 23314 23314 22716 0 -1 0 27819 0 1 0 1239 15 0 0 25 0 8 0 175533416 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073682824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23328/statm: 215266 27551 1993 14 0 201471 0
[pid=23328/tid=23329] ppid=23314 vsize=861064 CPUtime=0.29
/proc/23328/task/23329/stat : 23329 (java) S 23314 23314 22716 0 -1 64 11912 0 0 0 24 5 0 0 16 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23330] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23330/stat : 23330 (java) S 23314 23314 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23331] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23331/stat : 23331 (java) S 23314 23314 22716 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175533420 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23332] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23332/stat : 23332 (java) S 23314 23314 22716 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23333] ppid=23314 vsize=861064 CPUtime=0.22
/proc/23328/task/23333/stat : 23333 (java) S 23314 23314 22716 0 -1 64 967 0 0 0 22 0 0 0 16 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23334] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23334/stat : 23334 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23328/tid=23335] ppid=23314 vsize=861064 CPUtime=0
/proc/23328/task/23335/stat : 23335 (java) S 23314 23314 22716 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175533423 881729536 27551 18446744073709551615 134512640 134570532 4294956112 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) 908620

[startup+25.5385 s]
/proc/loadavg: 1.77 1.23 1.22 3/87 23562
/proc/meminfo: memFree=820680/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=34160 CPUtime=2.59
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 8400 0 0 0 254 5 0 0 25 0 1 0 175535705 34979840 8382 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 8540 8382 54 142 0 8396 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 81716

[startup+51.1936 s]
/proc/loadavg: 1.85 1.29 1.23 3/87 23562
/proc/meminfo: memFree=795600/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=58384 CPUtime=28.21
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 14467 0 0 0 2811 10 0 0 25 0 1 0 175535705 59785216 14449 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 14596 14449 54 142 0 14452 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 105940

[startup+102.394 s]
/proc/loadavg: 1.93 1.40 1.27 3/87 23562
/proc/meminfo: memFree=768208/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=86196 CPUtime=79.36
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 21368 0 0 0 7921 15 0 0 25 0 1 0 175535705 88264704 21350 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 21549 21350 54 142 0 21405 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 133752

[startup+162.409 s]
/proc/loadavg: 1.92 1.49 1.31 4/98 23687
/proc/meminfo: memFree=739640/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=105004 CPUtime=139.32
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 26032 0 0 0 13909 23 0 0 25 0 1 0 175535705 107524096 26014 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 26251 26014 54 142 0 26107 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 152560

[startup+222.464 s]
/proc/loadavg: 1.63 1.50 1.32 2/79 23759
/proc/meminfo: memFree=738584/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=128876 CPUtime=199.29
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 31941 0 0 0 19901 28 0 0 25 0 1 0 175535705 131969024 31923 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 32219 31923 54 142 0 32075 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 176432

[startup+282.553 s]
/proc/loadavg: 1.27 1.42 1.31 2/79 23759

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

Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 249012

[startup+643.047 s]
/proc/loadavg: 1.01 1.13 1.20 2/79 23759
/proc/meminfo: memFree=658200/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=211308 CPUtime=619.76
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 51881 0 0 0 61933 43 0 0 25 0 1 0 175535705 216379392 51863 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 52827 51863 54 142 0 52683 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 258864

[startup+703.148 s]
/proc/loadavg: 1.00 1.10 1.18 2/85 23877
/proc/meminfo: memFree=648808/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=219456 CPUtime=679.84
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 53867 0 0 0 67931 53 0 0 25 0 1 0 175535705 224722944 53849 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 54864 53849 54 142 0 54720 0
Current children cumulated CPU time (s) 702.59
Current children cumulated vsize (KiB) 267012

[startup+763.161 s]
/proc/loadavg: 1.00 1.08 1.17 2/85 23937
/proc/meminfo: memFree=640808/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=227624 CPUtime=739.84
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 55848 0 0 0 73919 65 0 0 25 0 1 0 175535705 233086976 55830 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 56906 55830 54 142 0 56762 0
Current children cumulated CPU time (s) 762.59
Current children cumulated vsize (KiB) 275180

[startup+823.247 s]
/proc/loadavg: 1.00 1.06 1.16 2/79 23957
/proc/meminfo: memFree=635352/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=234792 CPUtime=799.91
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 57542 0 0 0 79923 68 0 0 25 0 1 0 175535705 240427008 57524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 58698 57524 54 142 0 58554 0
Current children cumulated CPU time (s) 822.66
Current children cumulated vsize (KiB) 282348

[startup+883.33 s]
/proc/loadavg: 1.00 1.05 1.14 2/79 23957
/proc/meminfo: memFree=628440/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=242112 CPUtime=859.97
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 59240 0 0 0 85927 70 0 0 25 0 1 0 175535705 247922688 59222 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 60528 59222 54 142 0 60384 0
Current children cumulated CPU time (s) 882.72
Current children cumulated vsize (KiB) 289668

[startup+943.417 s]
/proc/loadavg: 1.04 1.05 1.14 2/79 23957
/proc/meminfo: memFree=623128/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=247896 CPUtime=920.04
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 60544 0 0 0 91933 71 0 0 25 0 1 0 175535705 253845504 60526 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 61974 60526 54 142 0 61830 0
Current children cumulated CPU time (s) 942.79
Current children cumulated vsize (KiB) 295452

[startup+1003.5 s]
/proc/loadavg: 1.01 1.04 1.13 2/79 23957
/proc/meminfo: memFree=615704/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=255640 CPUtime=980.1
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 62400 0 0 0 97937 73 0 0 25 0 1 0 175535705 261775360 62382 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 63910 62382 54 142 0 63766 0
Current children cumulated CPU time (s) 1002.85
Current children cumulated vsize (KiB) 303196

[startup+1063.58 s]
/proc/loadavg: 1.07 1.05 1.12 2/79 23957
/proc/meminfo: memFree=608024/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=263924 CPUtime=1040.17
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 64334 0 0 0 103943 74 0 0 25 0 1 0 175535705 270258176 64316 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 65981 64316 54 142 0 65837 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 311480

[startup+1123.67 s]
/proc/loadavg: 1.02 1.03 1.11 2/79 23957
/proc/meminfo: memFree=600984/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=271104 CPUtime=1100.23
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 66021 0 0 0 109948 75 0 0 25 0 1 0 175535705 277610496 66003 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 67776 66003 54 142 0 67632 0
Current children cumulated CPU time (s) 1122.98
Current children cumulated vsize (KiB) 318660

[startup+1183.75 s]
/proc/loadavg: 1.01 1.03 1.10 2/79 23957
/proc/meminfo: memFree=593240/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=279244 CPUtime=1160.29
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 67954 0 0 0 115953 76 0 0 25 0 1 0 175535705 285945856 67936 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 69811 67936 54 142 0 69667 0
Current children cumulated CPU time (s) 1183.04
Current children cumulated vsize (KiB) 326800

[startup+1243.83 s]
/proc/loadavg: 1.00 1.02 1.09 2/79 23957
/proc/meminfo: memFree=586840/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=285956 CPUtime=1220.35
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 69539 0 0 0 121958 77 0 0 25 0 1 0 175535705 292818944 69521 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 71489 69521 54 142 0 71345 0
Current children cumulated CPU time (s) 1243.1
Current children cumulated vsize (KiB) 333512

[startup+1303.92 s]
/proc/loadavg: 1.00 1.01 1.08 2/79 23957
/proc/meminfo: memFree=580888/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=292384 CPUtime=1280.43
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 71055 0 0 0 127964 79 0 0 25 0 1 0 175535705 299401216 71037 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 73096 71037 54 142 0 72952 0
Current children cumulated CPU time (s) 1303.18
Current children cumulated vsize (KiB) 339940

[startup+1364 s]
/proc/loadavg: 1.00 1.01 1.08 2/79 23957
/proc/meminfo: memFree=574488/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=298752 CPUtime=1340.5
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 72585 0 0 0 133970 80 0 0 25 0 1 0 175535705 305922048 72567 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 74688 72567 54 142 0 74544 0
Current children cumulated CPU time (s) 1363.25
Current children cumulated vsize (KiB) 346308

[startup+1424.09 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 23957
/proc/meminfo: memFree=569112/2055920 swapFree=4170192/4192956
[pid=23314] ppid=23312 vsize=47556 CPUtime=22.75
/proc/23314/stat : 23314 (galac.sh) S 23312 23314 22716 0 -1 4194304 800 29561 0 1 0 1 2251 23 17 0 1 0 175533413 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23314/statm: 11889 363 245 79 0 218 0
[pid=23347] ppid=23314 vsize=304408 CPUtime=1400.55
/proc/23347/stat : 23347 (minisat) R 23314 23314 22716 0 -1 4194304 73914 0 0 0 139974 81 0 0 25 0 1 0 175535705 311713792 73896 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/23347/statm: 76102 73896 54 142 0 75958 0
Current children cumulated CPU time (s) 1423.3
Current children cumulated vsize (KiB) 351964

Child status: 0
Real time (s): 1439.41
CPU time (s): 1438.65
CPU user time (s): 1437.53
CPU system time (s): 1.12083
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1437.53
system time used= 1.12083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104641
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= 1614
involuntary context switches= 9225

runsolver used 1.61475 s user time and 3.65444 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan  8 15:49:49 UTC 2007


IDJOB= 225236
IDBENCH= 5838
FILE ID= node20/225236-1168271389

PBS_JOBID= 3483206

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f5042e2ed2d3e0b87ed40f3a4d9f65a1

RANDOM SEED= 414228217

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.216
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.216
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:        865832 kB
Buffers:         10576 kB
Cached:        1091944 kB
SwapCached:       2684 kB
Active:         616064 kB
Inactive:       522068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        865832 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:          54472 kB
Slab:            36792 kB
Committed_AS:  3667488 kB
PageTables:       2356 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= 66554 MiB



End job on node20 on Mon Jan  8 16:13:48 UTC 2007