Trace number 1048347

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 732.757 737.834

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-5_ext.xml
MD5SUMdedcb79b74d97a272ff3a128bc6fbd80
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 benchmark1.00185
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.23	c --- Preproc Stats ---
1.11/1.31	c start processing
1.11/1.31	c start relation processing
2.42/2.65	c start cnf exporting
20.94/21.22	c parsing time : 0.999
20.94/21.22	c preprocessing time : 20.914
20.94/21.22	
20.94/21.22	c Nary constraints - conflicts : 0 supports : 5
20.94/21.22	c Binary constraints - conflicts : 0 supports :0
20.94/21.22	c max arity constraint : 10
20.94/21.22	c Max Tuples generated 0
20.94/21.22	c relations : 5
20.94/21.22	c relations BDD: 5
20.94/21.22	c sampling 0/0
20.94/21.22	c vars : 169682 - clauses :  559313
20.94/21.22	
20.94/21.27	 
20.94/21.27	c --- SAT Solver Stats ---
20.94/21.27	 
732.69/737.81	c restarts              : 12
732.69/737.81	c conflicts             : 19921          (28 /sec)
732.69/737.81	c decisions             : 40520          (1.56 % random) (57 /sec)
732.69/737.81	c propagations          : 1148890259     (1614447 /sec)
732.69/737.81	c conflict literals     : 1029898        (37.03 % deleted)
732.69/737.81	c Memory used           : 42.70 MB
732.69/737.81	c CPU time              : 711.631 s
732.69/737.81	
732.69/737.81	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-1048347-1215471476/watcher-1048347-1215471476 -o /tmp/evaluation-result-1048347-1215471476/solver-1048347-1215471476 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048347-1215471476.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: 0.06 0.06 0.02 2/82 4135
/proc/meminfo: memFree=1156752/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=18572 CPUtime=0
/proc/4135/stat : 4135 (runsolver) D 4133 4135 2689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3849702 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 221236489511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4135/statm: 4643 292 257 25 0 2626 0

[startup+0.022807 s]
/proc/loadavg: 0.06 0.06 0.02 2/82 4135
/proc/meminfo: memFree=1156752/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=544 CPUtime=0
/proc/4135/stat : 4135 (galacM.sh) D 4133 4135 2689 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 3849702 557056 1 996147200 0 0 548682069581 18446744073709551615 221236489511 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/4135/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+0.101825 s]
/proc/loadavg: 0.06 0.06 0.02 2/82 4135
/proc/meminfo: memFree=1156752/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=8652 CPUtime=0
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 341 0 5 0 0 0 0 0 17 0 1 0 3849702 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301869 s]
/proc/loadavg: 0.06 0.06 0.02 2/82 4135
/proc/meminfo: memFree=1156752/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70194 s]
/proc/loadavg: 0.06 0.06 0.02 2/82 4135
/proc/meminfo: memFree=1156752/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50109 s]
/proc/loadavg: 0.06 0.06 0.02 2/92 4157
/proc/meminfo: memFree=1083248/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4149] ppid=4135 vsize=813060 CPUtime=1.31
/proc/4149/stat : 4149 (java) S 4135 4135 2689 0 -1 0 22626 0 1 0 119 12 0 0 18 0 9 0 3849725 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4149/statm: 203265 22050 1886 9 0 197246 0
[pid=4149/tid=4150] ppid=4135 vsize=813060 CPUtime=1.11
/proc/4149/task/4150/stat : 4150 (java) R 4135 4135 2689 0 -1 64 14522 0 1 0 103 8 0 0 16 0 9 0 3849726 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4126781075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4135 vsize=813060 CPUtime=0.05
/proc/4149/task/4151/stat : 4151 (java) S 4135 4135 2689 0 -1 64 6671 0 0 0 2 3 0 0 16 0 9 0 3849728 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4152] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4135 4135 2689 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 3849728 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4153] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4135 4135 2689 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3849728 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4154] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4135 4135 2689 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 3849730 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4155] ppid=4135 vsize=813060 CPUtime=0.12
/proc/4149/task/4155/stat : 4155 (java) S 4135 4135 2689 0 -1 64 733 0 0 0 12 0 0 0 16 0 9 0 3849730 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4156] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4135 4135 2689 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 3849730 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4157] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4135 4135 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3849730 832573440 22050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 860628

[startup+3.1024 s]
/proc/loadavg: 0.06 0.06 0.02 2/92 4157
/proc/meminfo: memFree=1066800/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4149] ppid=4135 vsize=813060 CPUtime=2.96
/proc/4149/stat : 4149 (java) S 4135 4135 2689 0 -1 0 34955 0 1 0 278 18 0 0 18 0 9 0 3849725 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4149/statm: 203265 34375 1906 9 0 197246 0
[pid=4149/tid=4150] ppid=4135 vsize=813060 CPUtime=2.16
/proc/4149/task/4150/stat : 4150 (java) S 4135 4135 2689 0 -1 64 14567 0 1 0 208 8 0 0 18 0 9 0 3849726 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4135 vsize=813060 CPUtime=0.58
/proc/4149/task/4151/stat : 4151 (java) R 4135 4135 2689 0 -1 64 18907 0 0 0 50 8 0 0 17 0 9 0 3849728 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4152] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4135 4135 2689 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 3849728 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4153] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4135 4135 2689 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3849728 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4154] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4135 4135 2689 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 3849730 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4155] ppid=4135 vsize=813060 CPUtime=0.19
/proc/4149/task/4155/stat : 4155 (java) S 4135 4135 2689 0 -1 64 781 0 0 0 19 0 0 0 15 0 9 0 3849730 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4156] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4135 4135 2689 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 3849730 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4157] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4135 4135 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3849730 832573440 34375 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 860628

[startup+6.302 s]
/proc/loadavg: 0.21 0.09 0.03 2/92 4157
/proc/meminfo: memFree=1000496/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4149] ppid=4135 vsize=813060 CPUtime=6.15
/proc/4149/stat : 4149 (java) S 4135 4135 2689 0 -1 0 40461 0 1 0 594 21 0 0 18 0 9 0 3849725 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4149/statm: 203265 39874 1906 9 0 197246 0
[pid=4149/tid=4150] ppid=4135 vsize=813060 CPUtime=5.15
/proc/4149/task/4150/stat : 4150 (java) R 4135 4135 2689 0 -1 64 14574 0 1 0 506 9 0 0 18 0 9 0 3849726 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4126726288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4135 vsize=813060 CPUtime=0.78
/proc/4149/task/4151/stat : 4151 (java) S 4135 4135 2689 0 -1 64 24406 0 0 0 68 10 0 0 16 0 9 0 3849728 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4152] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4135 4135 2689 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 3849728 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4153] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4135 4135 2689 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3849728 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4154] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4135 4135 2689 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 3849730 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4155] ppid=4135 vsize=813060 CPUtime=0.19
/proc/4149/task/4155/stat : 4155 (java) S 4135 4135 2689 0 -1 64 781 0 0 0 19 0 0 0 15 0 9 0 3849730 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4156] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4135 4135 2689 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 3849730 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4157] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4135 4135 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3849730 832573440 39874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 860628

[startup+12.7023 s]
/proc/loadavg: 0.36 0.12 0.04 2/92 4157
/proc/meminfo: memFree=996856/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=0.01
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 758 1698 6 0 0 0 0 1 18 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4149] ppid=4135 vsize=813060 CPUtime=12.49
/proc/4149/stat : 4149 (java) S 4135 4135 2689 0 -1 0 40473 0 1 0 1226 23 0 0 18 0 9 0 3849725 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4149/statm: 203265 39875 1906 9 0 197246 0
[pid=4149/tid=4150] ppid=4135 vsize=813060 CPUtime=11.49
/proc/4149/task/4150/stat : 4150 (java) R 4135 4135 2689 0 -1 64 14585 0 1 0 1138 11 0 0 18 0 9 0 3849726 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4149/tid=4151] ppid=4135 vsize=813060 CPUtime=0.8
/proc/4149/task/4151/stat : 4151 (java) S 4135 4135 2689 0 -1 64 24406 0 0 0 69 11 0 0 15 0 9 0 3849728 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4152] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4152/stat : 4152 (java) S 4135 4135 2689 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 3849728 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4153] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4153/stat : 4153 (java) S 4135 4135 2689 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 3849728 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4154] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4154/stat : 4154 (java) S 4135 4135 2689 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 3849730 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4155] ppid=4135 vsize=813060 CPUtime=0.19
/proc/4149/task/4155/stat : 4155 (java) S 4135 4135 2689 0 -1 64 782 0 0 0 19 0 0 0 16 0 9 0 3849730 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4156] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4156/stat : 4156 (java) S 4135 4135 2689 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 3849730 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4149/tid=4157] ppid=4135 vsize=813060 CPUtime=0
/proc/4149/task/4157/stat : 4157 (java) S 4135 4135 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3849730 832573440 39875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 860628

[startup+25.5018 s]
/proc/loadavg: 0.50 0.16 0.05 2/84 4158
/proc/meminfo: memFree=1110208/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=37612 CPUtime=4.19
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 8499 0 0 0 415 4 0 0 25 0 1 0 3851830 38514688 8480 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 9403 8480 54 152 0 9248 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 85180

[startup+51.102 s]
/proc/loadavg: 0.67 0.23 0.08 2/84 4158
/proc/meminfo: memFree=1109696/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=38140 CPUtime=29.61
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 8623 0 0 0 2957 4 0 0 25 0 1 0 3851830 39055360 8604 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 9535 8604 57 152 0 9380 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 85708

[startup+102.306 s]
/proc/loadavg: 0.90 0.36 0.13 2/84 4158
/proc/meminfo: memFree=1109312/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=38604 CPUtime=80.47
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 8749 0 0 0 8043 4 0 0 25 0 1 0 3851830 39530496 8730 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0

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


[startup+402.301 s]
/proc/loadavg: 1.12 0.83 0.39 2/84 4164
/proc/meminfo: memFree=1106624/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=41164 CPUtime=378.53
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9388 0 0 0 37847 6 0 0 25 0 1 0 3851830 42151936 9369 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10291 9369 57 152 0 10136 0
Current children cumulated CPU time (s) 399.53
Current children cumulated vsize (KiB) 88732

[startup+462.302 s]
/proc/loadavg: 1.11 0.88 0.43 2/84 4164
/proc/meminfo: memFree=1106048/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=41856 CPUtime=438.11
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9536 0 0 0 43805 6 0 0 25 0 1 0 3851830 42860544 9517 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10464 9517 57 152 0 10309 0
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (KiB) 89424

[startup+522.301 s]
/proc/loadavg: 1.10 0.91 0.47 2/84 4164
/proc/meminfo: memFree=1105600/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=42120 CPUtime=497.69
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9629 0 0 0 49762 7 0 0 25 0 1 0 3851830 43130880 9610 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10530 9610 57 152 0 10375 0
Current children cumulated CPU time (s) 518.69
Current children cumulated vsize (KiB) 89688

[startup+582.302 s]
/proc/loadavg: 1.09 0.94 0.50 2/84 4164
/proc/meminfo: memFree=1105152/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=42664 CPUtime=557.26
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9746 0 0 0 55719 7 0 0 25 0 1 0 3851830 43687936 9727 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10666 9727 57 152 0 10511 0
Current children cumulated CPU time (s) 578.26
Current children cumulated vsize (KiB) 90232

[startup+642.302 s]
/proc/loadavg: 1.13 0.98 0.54 2/84 4164
/proc/meminfo: memFree=1104768/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=42932 CPUtime=616.85
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9828 0 0 0 61678 7 0 0 25 0 1 0 3851830 43962368 9809 996147200 134512640 135136200 4294955968 18446744073709551615 134520011 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10733 9809 57 152 0 10578 0
Current children cumulated CPU time (s) 637.85
Current children cumulated vsize (KiB) 90500

[startup+702.302 s]
/proc/loadavg: 1.09 0.99 0.57 2/84 4164
/proc/meminfo: memFree=1104192/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43592 CPUtime=676.44
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9971 0 0 0 67636 8 0 0 25 0 1 0 3851830 44638208 9952 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10898 9952 57 152 0 10743 0
Current children cumulated CPU time (s) 697.44
Current children cumulated vsize (KiB) 91160

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

[startup+716.702 s]
/proc/loadavg: 1.07 0.99 0.58 2/84 4164
/proc/meminfo: memFree=1104064/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43592 CPUtime=690.74
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9986 0 0 0 69066 8 0 0 25 0 1 0 3851830 44638208 9967 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10898 9967 57 152 0 10743 0
Current children cumulated CPU time (s) 711.74
Current children cumulated vsize (KiB) 91160

[startup+729.501 s]
/proc/loadavg: 1.13 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1104000/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=703.45
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 70337 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 724.45
Current children cumulated vsize (KiB) 91292

[startup+732.702 s]
/proc/loadavg: 1.13 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=706.62
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 70654 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 727.62
Current children cumulated vsize (KiB) 91292

[startup+735.905 s]
/proc/loadavg: 1.12 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=709.8
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 70972 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 730.8
Current children cumulated vsize (KiB) 91292

[startup+736.702 s]
/proc/loadavg: 1.12 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=710.6
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 71052 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 731.6
Current children cumulated vsize (KiB) 91292

[startup+737.502 s]
/proc/loadavg: 1.12 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=711.39
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 71131 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 732.39
Current children cumulated vsize (KiB) 91292

[startup+737.702 s]
/proc/loadavg: 1.12 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=711.59
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 71151 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529847 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 732.59
Current children cumulated vsize (KiB) 91292

[startup+737.802 s]
/proc/loadavg: 1.12 1.01 0.59 2/84 4164
/proc/meminfo: memFree=1103936/2055920 swapFree=4192812/4192956
[pid=4135] ppid=4133 vsize=47568 CPUtime=21
/proc/4135/stat : 4135 (galacM.sh) S 4133 4135 2689 0 -1 4194304 792 42197 6 1 0 0 2069 31 16 0 1 0 3849702 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4135/statm: 11892 363 244 79 0 219 0
[pid=4158] ppid=4135 vsize=43724 CPUtime=711.69
/proc/4158/stat : 4158 (minisat) R 4135 4135 2689 0 -1 4194304 9996 0 0 0 71161 8 0 0 25 0 1 0 3851830 44773376 9977 996147200 134512640 135136200 4294955968 18446744073709551615 134529625 0 0 4096 3 0 0 0 17 1 0 0
/proc/4158/statm: 10931 9977 57 152 0 10776 0
Current children cumulated CPU time (s) 732.69
Current children cumulated vsize (KiB) 91292

Child status: 0
Real time (s): 737.834
CPU time (s): 732.757
CPU user time (s): 732.335
CPU system time (s): 0.421935
CPU usage (%): 99.3119
Max. virtual memory (cumulated for all children) (KiB): 860628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 732.335
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53202
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1188
involuntary context switches= 14558

runsolver used 0.711891 second user time and 1.9997 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-08 00:57:56
IDJOB=1048347
IDBENCH=54358
IDSOLVER=350
FILE ID=node21/1048347-1215471476
PBS_JOBID= 7888604
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dedcb79b74d97a272ff3a128bc6fbd80
RANDOM SEED=509037981

node21.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.257
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.257
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:       1157232 kB
Buffers:         13428 kB
Cached:          88232 kB
SwapCached:          0 kB
Active:         803420 kB
Inactive:        59892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4004 kB
Writeback:           0 kB
Mapped:         781812 kB
Slab:            19236 kB
Committed_AS:   864060 kB
PageTables:       3268 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= 66476 MiB
End job on node21 at 2008-07-08 01:10:14