Trace number 1048163

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 506.88 511.795

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-17_ext.xml
MD5SUM64283c6e0cfc7dd65c2ff684d7d20483
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.640902
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.00/0.03	c --- Preproc Stats ---
1.15/1.21	c start processing
1.15/1.21	c start relation processing
2.54/2.62	c start cnf exporting
20.53/20.87	c parsing time : 1.089
20.53/20.87	c preprocessing time : 20.743
20.53/20.87	
20.53/20.87	c Nary constraints - conflicts : 0 supports : 5
20.53/20.87	c Binary constraints - conflicts : 0 supports :0
20.53/20.87	c max arity constraint : 10
20.53/20.87	c Max Tuples generated 0
20.53/20.87	c relations : 5
20.53/20.87	c relations BDD: 5
20.53/20.87	c sampling 0/0
20.53/20.87	c vars : 169638 - clauses :  559181
20.53/20.87	
20.53/20.90	 
20.53/20.90	c --- SAT Solver Stats ---
20.53/20.90	 
506.75/511.77	c restarts              : 11
506.75/511.77	c conflicts             : 11934          (25 /sec)
506.75/511.77	c decisions             : 27691          (1.83 % random) (57 /sec)
506.75/511.77	c propagations          : 731511850      (1504849 /sec)
506.75/511.77	c conflict literals     : 481191         (27.17 % deleted)
506.75/511.77	c Memory used           : 39.43 MB
506.75/511.77	c CPU time              : 486.103 s
506.75/511.77	
506.75/511.77	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-1048163-1215042268/watcher-1048163-1215042268 -o /tmp/evaluation-result-1048163-1215042268/solver-1048163-1215042268 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048163-1215042268.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.00 2.02 1.91 4/81 12350
/proc/meminfo: memFree=1101512/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=8652 CPUtime=0
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983198289 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 2163 280 208 79 0 156 0
[pid=12351] ppid=12350 vsize=8688 CPUtime=0
/proc/12351/stat : 12351 (galacM.sh) S 12350 12350 11897 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983198289 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12351/statm: 2172 286 209 79 0 165 0
[pid=12352] ppid=12351 vsize=128 CPUtime=0
/proc/12352/stat : 12352 (id) R 12351 12350 11897 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 1983198289 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 218073423248 0 0 3674112 0 0 0 0 17 1 0 0
/proc/12352/statm: 32 22 16 4 0 3 0

[startup+0.0938831 s]
/proc/loadavg: 2.00 2.02 1.91 4/81 12350
/proc/meminfo: memFree=1101512/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.101881 s]
/proc/loadavg: 2.00 2.02 1.91 4/81 12350
/proc/meminfo: memFree=1101512/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.30192 s]
/proc/loadavg: 2.00 2.02 1.91 4/81 12350
/proc/meminfo: memFree=1101512/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701983 s]
/proc/loadavg: 2.00 2.02 1.91 4/81 12350
/proc/meminfo: memFree=1101512/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50213 s]
/proc/loadavg: 2.00 2.02 1.91 3/91 12372
/proc/meminfo: memFree=1029176/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12364] ppid=12350 vsize=812628 CPUtime=1.44
/proc/12364/stat : 12364 (java) S 12350 12350 11897 0 -1 0 22610 0 1 0 131 13 0 0 18 0 9 0 1983198292 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12364/statm: 203157 22034 1886 9 0 197138 0
[pid=12364/tid=12365] ppid=12350 vsize=812628 CPUtime=1.21
/proc/12364/task/12365/stat : 12365 (java) R 12350 12350 11897 0 -1 64 14475 0 1 0 113 8 0 0 25 0 9 0 1983198293 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4126763157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12366] ppid=12350 vsize=812628 CPUtime=0.06
/proc/12364/task/12366/stat : 12366 (java) S 12350 12350 11897 0 -1 64 6671 0 0 0 4 2 0 0 16 0 9 0 1983198295 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12367] ppid=12350 vsize=812628 CPUtime=0
/proc/12364/task/12367/stat : 12367 (java) S 12350 12350 11897 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983198295 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12368] ppid=12350 vsize=812628 CPUtime=0
/proc/12364/task/12368/stat : 12368 (java) S 12350 12350 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983198295 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12369] ppid=12350 vsize=812628 CPUtime=0
/proc/12364/task/12369/stat : 12369 (java) S 12350 12350 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983198297 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12370] ppid=12350 vsize=812628 CPUtime=0.14
/proc/12364/task/12370/stat : 12370 (java) S 12350 12350 11897 0 -1 64 765 0 0 0 14 0 0 0 16 0 9 0 1983198297 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12371] ppid=12350 vsize=812628 CPUtime=0
/proc/12364/task/12371/stat : 12371 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983198297 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12372] ppid=12350 vsize=812628 CPUtime=0
/proc/12364/task/12372/stat : 12372 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983198297 832131072 22034 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860216

[startup+3.10239 s]
/proc/loadavg: 2.08 2.03 1.91 5/91 12372
/proc/meminfo: memFree=1007608/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12364] ppid=12350 vsize=812760 CPUtime=3.02
/proc/12364/stat : 12364 (java) S 12350 12350 11897 0 -1 0 34300 0 1 0 284 18 0 0 18 0 9 0 1983198292 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12364/statm: 203190 33719 1906 9 0 197171 0
[pid=12364/tid=12365] ppid=12350 vsize=812760 CPUtime=2.19
/proc/12364/task/12365/stat : 12365 (java) R 12350 12350 11897 0 -1 64 14520 0 1 0 211 8 0 0 25 0 9 0 1983198293 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12366] ppid=12350 vsize=812760 CPUtime=0.59
/proc/12364/task/12366/stat : 12366 (java) R 12350 12350 11897 0 -1 64 18270 0 0 0 52 7 0 0 16 0 9 0 1983198295 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12367] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12367/stat : 12367 (java) S 12350 12350 11897 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983198295 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12368] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12368/stat : 12368 (java) S 12350 12350 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983198295 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12369] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12369/stat : 12369 (java) S 12350 12350 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983198297 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12370] ppid=12350 vsize=812760 CPUtime=0.21
/proc/12364/task/12370/stat : 12370 (java) S 12350 12350 11897 0 -1 64 811 0 0 0 20 1 0 0 15 0 9 0 1983198297 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12371] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12371/stat : 12371 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983198297 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12372] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12372/stat : 12372 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983198297 832266240 33719 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860348

[startup+6.30293 s]
/proc/loadavg: 2.08 2.03 1.91 3/91 12372
/proc/meminfo: memFree=943608/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12364] ppid=12350 vsize=812760 CPUtime=6.2
/proc/12364/stat : 12364 (java) S 12350 12350 11897 0 -1 0 40436 0 1 0 598 22 0 0 18 0 9 0 1983198292 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12364/statm: 203190 39849 1906 9 0 197171 0
[pid=12364/tid=12365] ppid=12350 vsize=812760 CPUtime=5.14
/proc/12364/task/12365/stat : 12365 (java) R 12350 12350 11897 0 -1 64 14526 0 1 0 504 10 0 0 25 0 9 0 1983198293 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 103568645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12366] ppid=12350 vsize=812760 CPUtime=0.83
/proc/12364/task/12366/stat : 12366 (java) S 12350 12350 11897 0 -1 64 24400 0 0 0 73 10 0 0 16 0 9 0 1983198295 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12367] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12367/stat : 12367 (java) S 12350 12350 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983198295 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12368] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12368/stat : 12368 (java) S 12350 12350 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983198295 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12369] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12369/stat : 12369 (java) S 12350 12350 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983198297 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12370] ppid=12350 vsize=812760 CPUtime=0.21
/proc/12364/task/12370/stat : 12370 (java) S 12350 12350 11897 0 -1 64 811 0 0 0 20 1 0 0 15 0 9 0 1983198297 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12371] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12371/stat : 12371 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983198297 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12372] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12372/stat : 12372 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983198297 832266240 39849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860348

[startup+12.703 s]
/proc/loadavg: 2.07 2.03 1.91 3/91 12372
/proc/meminfo: memFree=935288/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=0.01
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12364] ppid=12350 vsize=812760 CPUtime=12.51
/proc/12364/stat : 12364 (java) S 12350 12350 11897 0 -1 0 40449 0 1 0 1226 25 0 0 18 0 9 0 1983198292 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12364/statm: 203190 39851 1906 9 0 197171 0
[pid=12364/tid=12365] ppid=12350 vsize=812760 CPUtime=11.43
/proc/12364/task/12365/stat : 12365 (java) R 12350 12350 11897 0 -1 64 14537 0 1 0 1131 12 0 0 25 0 9 0 1983198293 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4126860411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12366] ppid=12350 vsize=812760 CPUtime=0.84
/proc/12364/task/12366/stat : 12366 (java) S 12350 12350 11897 0 -1 64 24400 0 0 0 74 10 0 0 16 0 9 0 1983198295 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12367] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12367/stat : 12367 (java) S 12350 12350 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983198295 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12368] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12368/stat : 12368 (java) S 12350 12350 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983198295 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12369] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12369/stat : 12369 (java) S 12350 12350 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983198297 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12370] ppid=12350 vsize=812760 CPUtime=0.21
/proc/12364/task/12370/stat : 12370 (java) S 12350 12350 11897 0 -1 64 813 0 0 0 20 1 0 0 16 0 9 0 1983198297 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12371] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12371/stat : 12371 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983198297 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12364/tid=12372] ppid=12350 vsize=812760 CPUtime=0
/proc/12364/task/12372/stat : 12372 (java) S 12350 12350 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983198297 832266240 39851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860348

[startup+25.5012 s]
/proc/loadavg: 2.06 2.03 1.91 3/83 12373
/proc/meminfo: memFree=1039480/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=37708 CPUtime=4.54
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8505 0 0 0 450 4 0 0 25 0 1 0 1983200379 38612992 8486 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9427 8486 57 152 0 9272 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 85296

[startup+51.1015 s]
/proc/loadavg: 2.04 2.03 1.91 3/83 12373
/proc/meminfo: memFree=1022456/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=37840 CPUtime=29.91
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8565 0 0 0 2986 5 0 0 25 0 1 0 1983200379 38748160 8546 996147200 134512640 135136200 4294955968 18446744073709551615 134529853 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9460 8546 57 152 0 9305 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 85428

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 1.91 3/83 12373

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


[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.91 3/83 12373
/proc/meminfo: memFree=947576/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=38508 CPUtime=140.05
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8734 0 0 0 13998 7 0 0 25 0 1 0 1983200379 39432192 8715 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9627 8715 57 152 0 9472 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 86096

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.91 3/83 12373
/proc/meminfo: memFree=906872/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=38904 CPUtime=199.48
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8822 0 0 0 19940 8 0 0 25 0 1 0 1983200379 39837696 8803 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9726 8803 57 152 0 9571 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 86492

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=864568/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=39176 CPUtime=258.91
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8903 0 0 0 25882 9 0 0 25 0 1 0 1983200379 40116224 8884 996147200 134512640 135136200 4294955968 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9794 8884 57 152 0 9639 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 86764

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=820216/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=39440 CPUtime=318.35
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 8965 0 0 0 31825 10 0 0 25 0 1 0 1983200379 40386560 8946 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9860 8946 57 152 0 9705 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 87028

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=776568/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=39844 CPUtime=377.77
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9063 0 0 0 37767 10 0 0 25 0 1 0 1983200379 40800256 9044 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 9961 9044 57 152 0 9806 0
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (KiB) 87432

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 12373
/proc/meminfo: memFree=732152/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=437.2
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 43709 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 457.82
Current children cumulated vsize (KiB) 87960

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

[startup+486.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=714552/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=460.97
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 46086 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 481.59
Current children cumulated vsize (KiB) 87960

[startup+499.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=705720/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=473.65
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 47354 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 494.27
Current children cumulated vsize (KiB) 87960

[startup+505.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=700856/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=480
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 47989 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 500.62
Current children cumulated vsize (KiB) 87960

[startup+508.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=697976/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=483.16
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 48305 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 503.78
Current children cumulated vsize (KiB) 87960

[startup+510.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=696312/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=484.75
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 48464 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 505.37
Current children cumulated vsize (KiB) 87960

[startup+511.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=696312/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=485.54
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 48543 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529482 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 506.16
Current children cumulated vsize (KiB) 87960

[startup+511.507 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=696120/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=485.94
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 48583 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 506.56
Current children cumulated vsize (KiB) 87960

[startup+511.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12373
/proc/meminfo: memFree=696120/2055920 swapFree=4180724/4192956
[pid=12350] ppid=12348 vsize=47588 CPUtime=20.62
/proc/12350/stat : 12350 (galacM.sh) S 12348 12350 11897 0 -1 4194304 798 42175 0 1 0 0 2030 32 17 0 1 0 1983198289 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/12350/statm: 11897 363 244 79 0 219 0
[pid=12373] ppid=12350 vsize=40372 CPUtime=486.13
/proc/12373/stat : 12373 (minisat) R 12350 12350 11897 0 -1 4194304 9183 0 0 0 48602 11 0 0 25 0 1 0 1983200379 41340928 9164 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/12373/statm: 10093 9164 57 152 0 9938 0
Current children cumulated CPU time (s) 506.75
Current children cumulated vsize (KiB) 87960

Child status: 0
Real time (s): 511.795
CPU time (s): 506.88
CPU user time (s): 506.414
CPU system time (s): 0.465929
CPU usage (%): 99.0397
Max. virtual memory (cumulated for all children) (KiB): 860348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 506.414
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52373
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= 1688
involuntary context switches= 21932

runsolver used 0.624905 second user time and 1.71174 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 01:44:28
IDJOB=1048163
IDBENCH=54350
IDSOLVER=350
FILE ID=node57/1048163-1215042268
PBS_JOBID= 7875061
Free space on /tmp= 65936 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64283c6e0cfc7dd65c2ff684d7d20483
RANDOM SEED=1545052771

node57.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.258
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.258
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:       1101992 kB
Buffers:         31808 kB
Cached:         755820 kB
SwapCached:       5864 kB
Active:         511160 kB
Inactive:       364372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1101992 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:           24980 kB
Writeback:           0 kB
Mapped:         101780 kB
Slab:            63560 kB
Committed_AS:  4598092 kB
PageTables:       2044 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= 65592 MiB
End job on node57 at 2008-07-03 01:53:00