Trace number 1048439

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 MUNSAT 521.031 521.495

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.686895
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.10	c --- Preproc Stats ---
1.16/1.32	c start processing
1.16/1.32	c start relation processing
2.65/2.80	c start cnf exporting
19.88/20.22	c parsing time : 1.114
19.88/20.22	c preprocessing time : 20.016
19.88/20.22	
19.88/20.22	c Nary constraints - conflicts : 0 supports : 5
19.88/20.22	c Binary constraints - conflicts : 0 supports :0
19.88/20.22	c max arity constraint : 10
19.88/20.22	c Max Tuples generated 0
19.88/20.22	c relations : 5
19.88/20.22	c relations BDD: 5
19.88/20.22	c sampling 0/0
19.88/20.22	c vars : 169893 - clauses :  559946
19.88/20.22	
19.88/20.25	 
19.88/20.25	c --- SAT Solver Stats ---
19.88/20.25	 
520.91/521.47	c restarts              : 11
520.91/521.47	c conflicts             : 12045          (24 /sec)
520.91/521.47	c decisions             : 27400          (1.52 % random) (55 /sec)
520.91/521.47	c propagations          : 716755445      (1430730 /sec)
520.91/521.47	c conflict literals     : 448039         (32.22 % deleted)
520.91/521.47	c Memory used           : 39.52 MB
520.91/521.47	c CPU time              : 500.972 s
520.91/521.47	
520.91/521.47	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048439-1215043167/watcher-1048439-1215043167 -o /tmp/evaluation-result-1048439-1215043167/solver-1048439-1215043167 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048439-1215043167.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.05 1.95 4/82 14286
/proc/meminfo: memFree=1830736/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=5192 CPUtime=0
/proc/14286/stat : 14286 (galacM.sh) D 14284 14286 12708 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 616572408 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 254613880306 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14286/statm: 1298 80 59 79 0 108 0

[startup+0.0272211 s]
/proc/loadavg: 2.09 2.05 1.95 4/82 14286
/proc/meminfo: memFree=1830736/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=5192 CPUtime=0
/proc/14286/stat : 14286 (galacM.sh) D 14284 14286 12708 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 616572408 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 254613880306 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14286/statm: 1298 80 59 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.10161 s]
/proc/loadavg: 2.09 2.05 1.95 4/82 14286
/proc/meminfo: memFree=1830736/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47512 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) R 14284 14286 12708 0 -1 4194304 748 1697 0 0 0 0 0 1 16 0 1 0 616572408 48652288 359 996147200 4194304 4520092 548682068832 18446744073709551615 254613880306 0 2147483391 4096 73728 0 0 0 17 0 0 0
/proc/14286/statm: 11878 359 245 79 0 202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47512

[startup+0.301265 s]
/proc/loadavg: 2.09 2.05 1.95 4/82 14286
/proc/meminfo: memFree=1830736/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701308 s]
/proc/loadavg: 2.09 2.05 1.95 4/82 14286
/proc/meminfo: memFree=1830736/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50241 s]
/proc/loadavg: 2.08 2.05 1.95 3/92 14308
/proc/meminfo: memFree=1757824/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14300] ppid=14286 vsize=812660 CPUtime=1.35
/proc/14300/stat : 14300 (java) S 14286 14286 12708 0 -1 0 20849 0 1 0 123 12 0 0 18 0 9 0 616572419 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14300/statm: 203165 20274 1887 9 0 197146 0
[pid=14300/tid=14301] ppid=14286 vsize=812660 CPUtime=1.13
/proc/14300/task/14301/stat : 14301 (java) R 14286 14286 12708 0 -1 64 14477 0 1 0 105 8 0 0 25 0 9 0 616572421 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14302] ppid=14286 vsize=812660 CPUtime=0.05
/proc/14300/task/14302/stat : 14302 (java) R 14286 14286 12708 0 -1 64 4908 0 0 0 3 2 0 0 16 0 9 0 616572422 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14303] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14303/stat : 14303 (java) S 14286 14286 12708 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 616572423 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14304] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14304/stat : 14304 (java) S 14286 14286 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 616572423 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14305] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14305/stat : 14305 (java) S 14286 14286 12708 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 616572425 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14306] ppid=14286 vsize=812660 CPUtime=0.13
/proc/14300/task/14306/stat : 14306 (java) S 14286 14286 12708 0 -1 64 766 0 0 0 13 0 0 0 16 0 9 0 616572425 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14307] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14307/stat : 14307 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 616572425 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14308] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14308/stat : 14308 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 616572425 832163840 20274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 860240

[startup+3.10158 s]
/proc/loadavg: 2.08 2.05 1.95 4/92 14308
/proc/meminfo: memFree=1747648/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14300] ppid=14286 vsize=812660 CPUtime=2.93
/proc/14300/stat : 14300 (java) S 14286 14286 12708 0 -1 0 32324 0 1 0 273 20 0 0 18 0 9 0 616572419 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14300/statm: 203165 31745 1906 9 0 197146 0
[pid=14300/tid=14301] ppid=14286 vsize=812660 CPUtime=2.21
/proc/14300/task/14301/stat : 14301 (java) R 14286 14286 12708 0 -1 64 14521 0 1 0 212 9 0 0 25 0 9 0 616572421 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4126632938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14302] ppid=14286 vsize=812660 CPUtime=0.49
/proc/14300/task/14302/stat : 14302 (java) S 14286 14286 12708 0 -1 64 16292 0 0 0 40 9 0 0 20 0 9 0 616572422 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14303] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14303/stat : 14303 (java) S 14286 14286 12708 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 616572423 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14304] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14304/stat : 14304 (java) S 14286 14286 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 616572423 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14305] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14305/stat : 14305 (java) S 14286 14286 12708 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 616572425 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14306] ppid=14286 vsize=812660 CPUtime=0.19
/proc/14300/task/14306/stat : 14306 (java) S 14286 14286 12708 0 -1 64 813 0 0 0 19 0 0 0 16 0 9 0 616572425 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14307] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14307/stat : 14307 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 616572425 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14308] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14308/stat : 14308 (java) R 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 616572425 832163840 31745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 860240

[startup+6.30293 s]
/proc/loadavg: 2.08 2.05 1.95 3/92 14308
/proc/meminfo: memFree=1675008/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14300] ppid=14286 vsize=812660 CPUtime=6.1
/proc/14300/stat : 14300 (java) S 14286 14286 12708 0 -1 0 40465 0 1 0 584 26 0 0 18 0 9 0 616572419 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14300/statm: 203165 39879 1907 9 0 197146 0
[pid=14300/tid=14301] ppid=14286 vsize=812660 CPUtime=5.02
/proc/14300/task/14301/stat : 14301 (java) R 14286 14286 12708 0 -1 64 14528 0 1 0 492 10 0 0 25 0 9 0 616572421 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4126850288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14302] ppid=14286 vsize=812660 CPUtime=0.86
/proc/14300/task/14302/stat : 14302 (java) S 14286 14286 12708 0 -1 64 24424 0 0 0 72 14 0 0 16 0 9 0 616572422 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14303] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14303/stat : 14303 (java) S 14286 14286 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 616572423 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14304] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14304/stat : 14304 (java) S 14286 14286 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 616572423 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14305] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14305/stat : 14305 (java) S 14286 14286 12708 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 616572425 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14306] ppid=14286 vsize=812660 CPUtime=0.2
/proc/14300/task/14306/stat : 14306 (java) S 14286 14286 12708 0 -1 64 815 0 0 0 20 0 0 0 15 0 9 0 616572425 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14307] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14307/stat : 14307 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 616572425 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14308] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14308/stat : 14308 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 616572425 832163840 39879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 860240

[startup+12.7016 s]
/proc/loadavg: 2.07 2.05 1.95 3/92 14308
/proc/meminfo: memFree=1671360/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=0.01
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 765 1697 0 0 0 0 0 1 16 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14300] ppid=14286 vsize=812660 CPUtime=12.44
/proc/14300/stat : 14300 (java) S 14286 14286 12708 0 -1 0 40479 0 1 0 1216 28 0 0 18 0 9 0 616572419 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14300/statm: 203165 39881 1907 9 0 197146 0
[pid=14300/tid=14301] ppid=14286 vsize=812660 CPUtime=11.34
/proc/14300/task/14301/stat : 14301 (java) R 14286 14286 12708 0 -1 64 14540 0 1 0 1122 12 0 0 25 0 9 0 616572421 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 2073564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14302] ppid=14286 vsize=812660 CPUtime=0.87
/proc/14300/task/14302/stat : 14302 (java) S 14286 14286 12708 0 -1 64 24424 0 0 0 73 14 0 0 16 0 9 0 616572422 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14303] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14303/stat : 14303 (java) S 14286 14286 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 616572423 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14304] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14304/stat : 14304 (java) S 14286 14286 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 616572423 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14305] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14305/stat : 14305 (java) S 14286 14286 12708 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 616572425 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14306] ppid=14286 vsize=812660 CPUtime=0.2
/proc/14300/task/14306/stat : 14306 (java) S 14286 14286 12708 0 -1 64 817 0 0 0 20 0 0 0 16 0 9 0 616572425 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14307] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14307/stat : 14307 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 616572425 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14300/tid=14308] ppid=14286 vsize=812660 CPUtime=0
/proc/14300/task/14308/stat : 14308 (java) S 14286 14286 12708 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 616572425 832163840 39881 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 860240

[startup+25.5011 s]
/proc/loadavg: 2.06 2.05 1.95 3/84 14309
/proc/meminfo: memFree=1785024/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=37624 CPUtime=5.23
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 8513 0 0 0 517 6 0 0 25 0 1 0 616574434 38526976 8486 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9406 8486 57 152 0 9251 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 85204

[startup+51.1019 s]
/proc/loadavg: 2.04 2.04 1.95 3/84 14309
/proc/meminfo: memFree=1784768/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=38020 CPUtime=30.82
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 8600 0 0 0 3076 6 0 0 25 0 1 0 616574434 38932480 8573 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9505 8573 57 152 0 9350 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 85600

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 1.95 3/84 14315
/proc/meminfo: memFree=1784256/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=38284 CPUtime=82
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 8672 0 0 0 8193 7 0 0 25 0 1 0 616574434 39202816 8645 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0

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


[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.95 3/84 14315
/proc/meminfo: memFree=1783680/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=38960 CPUtime=201.96
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 8856 0 0 0 20189 7 0 0 25 0 1 0 616574434 39895040 8829 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9740 8829 57 152 0 9585 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 86540

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 1.95 3/84 14315
/proc/meminfo: memFree=1783296/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=39252 CPUtime=261.95
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 8931 0 0 0 26187 8 0 0 25 0 1 0 616574434 40194048 8904 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9813 8904 57 152 0 9658 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 86832

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/84 14315
/proc/meminfo: memFree=1782976/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=39648 CPUtime=321.93
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9011 0 0 0 32185 8 0 0 25 0 1 0 616574434 40599552 8984 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9912 8984 57 152 0 9757 0
Current children cumulated CPU time (s) 341.86
Current children cumulated vsize (KiB) 87228

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782656/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=39912 CPUtime=381.91
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9086 0 0 0 38183 8 0 0 25 0 1 0 616574434 40869888 9059 996147200 134512640 135136200 4294955968 18446744073709551615 134529872 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 9978 9059 57 152 0 9823 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 87492

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782272/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40176 CPUtime=441.89
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9158 0 0 0 44181 8 0 0 25 0 1 0 616574434 41140224 9131 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10044 9131 57 152 0 9889 0
Current children cumulated CPU time (s) 461.82
Current children cumulated vsize (KiB) 87756

Solver just ended. Dumping a history of the last processes samples

[startup+486.302 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782080/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=465.88
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9204 0 0 0 46580 8 0 0 25 0 1 0 616574434 41431040 9177 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9177 57 152 0 9960 0
Current children cumulated CPU time (s) 485.81
Current children cumulated vsize (KiB) 88040

[startup+499.102 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782080/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=478.68
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 47860 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 498.61
Current children cumulated vsize (KiB) 88040

[startup+511.901 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782080/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=491.48
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 49140 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 511.41
Current children cumulated vsize (KiB) 88040

[startup+518.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=497.87
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 49779 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 88040

[startup+519.901 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=499.47
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 49939 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (KiB) 88040

[startup+520.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=500.27
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 50019 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 520.2
Current children cumulated vsize (KiB) 88040

[startup+521.101 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=500.67
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 50059 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 520.6
Current children cumulated vsize (KiB) 88040

[startup+521.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=500.88
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 50080 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134527363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 520.81
Current children cumulated vsize (KiB) 88040

[startup+521.406 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 14315
/proc/meminfo: memFree=1782016/2055920 swapFree=4179400/4192956
[pid=14286] ppid=14284 vsize=47580 CPUtime=19.93
/proc/14286/stat : 14286 (galacM.sh) S 14284 14286 12708 0 -1 4194304 799 42203 0 1 0 0 1957 36 17 0 1 0 616572408 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14286/statm: 11895 364 245 79 0 219 0
[pid=14309] ppid=14286 vsize=40460 CPUtime=500.98
/proc/14309/stat : 14309 (minisat) R 14286 14286 12708 0 -1 4194304 9211 0 0 0 50090 8 0 0 25 0 1 0 616574434 41431040 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14309/statm: 10115 9184 57 152 0 9960 0
Current children cumulated CPU time (s) 520.91
Current children cumulated vsize (KiB) 88040

Child status: 0
Real time (s): 521.495
CPU time (s): 521.031
CPU user time (s): 520.555
CPU system time (s): 0.475927
CPU usage (%): 99.911
Max. virtual memory (cumulated for all children) (KiB): 860240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 520.555
system time used= 0.475927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52431
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= 1879
involuntary context switches= 12378

runsolver used 0.470928 second user time and 1.45978 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 01:59:27
IDJOB=1048439
IDBENCH=54362
IDSOLVER=350
FILE ID=node87/1048439-1215043167
PBS_JOBID= 7875003
Free space on /tmp= 66532 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-0_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048439-1215043167/watcher-1048439-1215043167 -o /tmp/evaluation-result-1048439-1215043167/solver-1048439-1215043167 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1048439-1215043167.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=1837847295

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831152 kB
Buffers:         16628 kB
Cached:         113016 kB
SwapCached:       7648 kB
Active:          54004 kB
Inactive:       104548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831152 kB
SwapTotal:     4192956 kB
SwapFree:      4179400 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:          44896 kB
Slab:            51196 kB
Committed_AS:  1507560 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2008-07-03 02:08:09