Trace number 1048232

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 489.974 492.476

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-6_ext.xml
MD5SUMa8736b8eca2da578fba03ddaf96c50c0
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.675896
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.25/1.33	c start processing
1.25/1.33	c start relation processing
2.65/2.75	c start cnf exporting
20.45/20.70	c parsing time : 1.208
20.45/20.70	c preprocessing time : 20.571
20.45/20.70	
20.45/20.70	c Nary constraints - conflicts : 0 supports : 5
20.45/20.70	c Binary constraints - conflicts : 0 supports :0
20.45/20.70	c max arity constraint : 10
20.45/20.70	c Max Tuples generated 0
20.45/20.70	c relations : 5
20.45/20.70	c relations BDD: 5
20.45/20.70	c sampling 0/0
20.45/20.70	c vars : 169697 - clauses :  559357
20.45/20.70	
20.55/20.74	 
20.55/20.74	c --- SAT Solver Stats ---
20.55/20.74	 
489.87/492.45	c restarts              : 11
489.87/492.45	c conflicts             : 14224          (30 /sec)
489.87/492.45	c decisions             : 33017          (1.44 % random) (70 /sec)
489.87/492.45	c propagations          : 773267538      (1648018 /sec)
489.87/492.45	c conflict literals     : 1465142        (45.63 % deleted)
489.87/492.45	c Memory used           : 43.65 MB
489.87/492.45	c CPU time              : 469.211 s
489.87/492.45	
489.87/492.45	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-1048232-1215042524/watcher-1048232-1215042524 -o /tmp/evaluation-result-1048232-1215042524/solver-1048232-1215042524 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048232-1215042524.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.01 2.02 1.93 4/81 12371
/proc/meminfo: memFree=997188/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=18572 CPUtime=0
/proc/12371/stat : 12371 (runsolver) R 12369 12371 11897 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983225333 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12371/statm: 4643 292 257 25 0 2626 0

[startup+0.0640839 s]
/proc/loadavg: 2.01 2.02 1.93 4/81 12371
/proc/meminfo: memFree=997188/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.101157 s]
/proc/loadavg: 2.01 2.02 1.93 4/81 12371
/proc/meminfo: memFree=997188/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301176 s]
/proc/loadavg: 2.01 2.02 1.93 4/81 12371
/proc/meminfo: memFree=997188/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701216 s]
/proc/loadavg: 2.01 2.02 1.93 4/81 12371
/proc/meminfo: memFree=997188/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.5023 s]
/proc/loadavg: 2.01 2.02 1.93 3/91 12393
/proc/meminfo: memFree=924724/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12385] ppid=12371 vsize=812420 CPUtime=1.44
/proc/12385/stat : 12385 (java) S 12371 12371 11897 0 -1 0 20171 0 1 0 134 10 0 0 18 0 9 0 1983225337 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12385/statm: 203105 19597 1886 9 0 197138 0
[pid=12385/tid=12386] ppid=12371 vsize=812420 CPUtime=1.26
/proc/12385/task/12386/stat : 12386 (java) R 12371 12371 11897 0 -1 64 14475 0 1 0 119 7 0 0 25 0 9 0 1983225338 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4125925088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12387] ppid=12371 vsize=812420 CPUtime=0.03
/proc/12385/task/12387/stat : 12387 (java) S 12371 12371 11897 0 -1 64 4238 0 0 0 2 1 0 0 16 0 9 0 1983225339 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12388] ppid=12371 vsize=812420 CPUtime=0
/proc/12385/task/12388/stat : 12388 (java) S 12371 12371 11897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983225339 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12389] ppid=12371 vsize=812420 CPUtime=0
/proc/12385/task/12389/stat : 12389 (java) S 12371 12371 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983225339 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12390] ppid=12371 vsize=812420 CPUtime=0
/proc/12385/task/12390/stat : 12390 (java) S 12371 12371 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983225342 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12391] ppid=12371 vsize=812420 CPUtime=0.12
/proc/12385/task/12391/stat : 12391 (java) S 12371 12371 11897 0 -1 64 759 0 0 0 12 0 0 0 16 0 9 0 1983225342 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12392] ppid=12371 vsize=812420 CPUtime=0
/proc/12385/task/12392/stat : 12392 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983225342 831918080 19597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12393] ppid=12371 vsize=812420 CPUtime=0
/proc/12385/task/12393/stat : 12393 (java) R 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983225342 831918080 19597 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) 860008

[startup+3.10246 s]
/proc/loadavg: 2.00 2.02 1.93 3/91 12393
/proc/meminfo: memFree=914036/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12385] ppid=12371 vsize=812552 CPUtime=3.03
/proc/12385/stat : 12385 (java) S 12371 12371 11897 0 -1 0 32325 0 1 0 286 17 0 0 18 0 9 0 1983225337 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12385/statm: 203138 31746 1906 9 0 197171 0
[pid=12385/tid=12386] ppid=12371 vsize=812552 CPUtime=2.34
/proc/12385/task/12386/stat : 12386 (java) R 12371 12371 11897 0 -1 64 14521 0 1 0 226 8 0 0 25 0 9 0 1983225338 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4126869710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12387] ppid=12371 vsize=812552 CPUtime=0.47
/proc/12385/task/12387/stat : 12387 (java) S 12371 12371 11897 0 -1 64 16293 0 0 0 40 7 0 0 19 0 9 0 1983225339 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12388] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12388/stat : 12388 (java) S 12371 12371 11897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983225339 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12389] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12389/stat : 12389 (java) S 12371 12371 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983225339 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12390] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12390/stat : 12390 (java) S 12371 12371 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983225342 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12391] ppid=12371 vsize=812552 CPUtime=0.19
/proc/12385/task/12391/stat : 12391 (java) S 12371 12371 11897 0 -1 64 812 0 0 0 19 0 0 0 15 0 9 0 1983225342 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12392] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12392/stat : 12392 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983225342 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12393] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12393/stat : 12393 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983225342 832053248 31746 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860140

[startup+6.30177 s]
/proc/loadavg: 2.00 2.02 1.93 3/91 12393
/proc/meminfo: memFree=839156/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12385] ppid=12371 vsize=812552 CPUtime=6.22
/proc/12385/stat : 12385 (java) S 12371 12371 11897 0 -1 0 40446 0 1 0 600 22 0 0 18 0 9 0 1983225337 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12385/statm: 203138 39860 1907 9 0 197171 0
[pid=12385/tid=12386] ppid=12371 vsize=812552 CPUtime=5.18
/proc/12385/task/12386/stat : 12386 (java) R 12371 12371 11897 0 -1 64 14528 0 1 0 509 9 0 0 25 0 9 0 1983225338 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4126942630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12387] ppid=12371 vsize=812552 CPUtime=0.82
/proc/12385/task/12387/stat : 12387 (java) S 12371 12371 11897 0 -1 64 24407 0 0 0 71 11 0 0 16 0 9 0 1983225339 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12388] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12388/stat : 12388 (java) S 12371 12371 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983225339 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12389] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12389/stat : 12389 (java) S 12371 12371 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983225339 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12390] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12390/stat : 12390 (java) S 12371 12371 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983225342 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12391] ppid=12371 vsize=812552 CPUtime=0.19
/proc/12385/task/12391/stat : 12391 (java) S 12371 12371 11897 0 -1 64 812 0 0 0 19 0 0 0 15 0 9 0 1983225342 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12392] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12392/stat : 12392 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983225342 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12393] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12393/stat : 12393 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983225342 832053248 39860 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860140

[startup+12.7024 s]
/proc/loadavg: 2.00 2.02 1.93 3/91 12393
/proc/meminfo: memFree=830644/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=0.01
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12385] ppid=12371 vsize=812552 CPUtime=12.58
/proc/12385/stat : 12385 (java) S 12371 12371 11897 0 -1 0 40461 0 1 0 1234 24 0 0 18 0 9 0 1983225337 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12385/statm: 203138 39863 1907 9 0 197171 0
[pid=12385/tid=12386] ppid=12371 vsize=812552 CPUtime=11.53
/proc/12385/task/12386/stat : 12386 (java) R 12371 12371 11897 0 -1 64 14540 0 1 0 1141 12 0 0 25 0 9 0 1983225338 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 101444256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12387] ppid=12371 vsize=812552 CPUtime=0.83
/proc/12385/task/12387/stat : 12387 (java) S 12371 12371 11897 0 -1 64 24407 0 0 0 72 11 0 0 16 0 9 0 1983225339 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12388] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12388/stat : 12388 (java) S 12371 12371 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983225339 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12389] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12389/stat : 12389 (java) S 12371 12371 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983225339 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12390] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12390/stat : 12390 (java) S 12371 12371 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983225342 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12391] ppid=12371 vsize=812552 CPUtime=0.2
/proc/12385/task/12391/stat : 12391 (java) S 12371 12371 11897 0 -1 64 815 0 0 0 20 0 0 0 15 0 9 0 1983225342 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12392] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12392/stat : 12392 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983225342 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12385/tid=12393] ppid=12371 vsize=812552 CPUtime=0
/proc/12385/task/12393/stat : 12393 (java) S 12371 12371 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983225342 832053248 39863 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860140

[startup+25.5017 s]
/proc/loadavg: 2.00 2.02 1.93 3/83 12394
/proc/meminfo: memFree=934836/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=37660 CPUtime=4.73
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 8523 0 0 0 468 5 0 0 25 0 1 0 1983227407 38563840 8504 996147200 134512640 135136200 4294955968 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 9415 8504 57 152 0 9260 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 85248

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 1.93 3/83 12394
/proc/meminfo: memFree=917364/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=38320 CPUtime=30.2
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 8666 0 0 0 3015 5 0 0 25 0 1 0 1983227407 39239680 8647 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 9580 8647 57 152 0 9425 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 85908

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 12394
/proc/meminfo: memFree=881844/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=38980 CPUtime=81.15
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 8840 0 0 0 8109 6 0 0 25 0 1 0 1983227407 39915520 8821 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 0 0 0

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


[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 12394
/proc/meminfo: memFree=841012/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=39772 CPUtime=140.83
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 9023 0 0 0 14076 7 0 0 25 0 1 0 1983227407 40726528 9004 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 9943 9004 57 152 0 9788 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 87360

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 12394
/proc/meminfo: memFree=799668/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=40572 CPUtime=200.53
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 9242 0 0 0 20045 8 0 0 25 0 1 0 1983227407 41545728 9223 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 10143 9223 57 152 0 9988 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 88160

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.93 3/83 12394
/proc/meminfo: memFree=758772/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=41628 CPUtime=260.24
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 9508 0 0 0 26014 10 0 0 25 0 1 0 1983227407 42627072 9489 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 10407 9489 57 152 0 10252 0
Current children cumulated CPU time (s) 280.82
Current children cumulated vsize (KiB) 89216

[startup+342.301 s]
/proc/loadavg: 2.07 2.03 1.94 3/83 12394
/proc/meminfo: memFree=717692/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=42288 CPUtime=319.94
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 9659 0 0 0 31983 11 0 0 25 0 1 0 1983227407 43302912 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 10572 9640 57 152 0 10417 0
Current children cumulated CPU time (s) 340.52
Current children cumulated vsize (KiB) 89876

[startup+402.301 s]
/proc/loadavg: 2.40 2.14 1.98 3/83 12394
/proc/meminfo: memFree=676284/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=43872 CPUtime=379.64
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10045 0 0 0 37952 12 0 0 25 0 1 0 1983227407 44924928 10026 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 10968 10026 57 152 0 10813 0
Current children cumulated CPU time (s) 400.22
Current children cumulated vsize (KiB) 91460

[startup+462.302 s]
/proc/loadavg: 2.15 2.11 1.98 3/83 12394
/proc/meminfo: memFree=634812/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=439.34
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 43921 13 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 459.92
Current children cumulated vsize (KiB) 92284

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

[startup+473.501 s]
/proc/loadavg: 2.12 2.11 1.98 3/83 12394
/proc/meminfo: memFree=627452/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=450.48
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 45035 13 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 471.06
Current children cumulated vsize (KiB) 92284

[startup+479.902 s]
/proc/loadavg: 2.11 2.10 1.98 3/83 12394
/proc/meminfo: memFree=622972/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=456.86
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 45672 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 477.44
Current children cumulated vsize (KiB) 92284

[startup+486.301 s]
/proc/loadavg: 2.10 2.10 1.98 3/83 12394
/proc/meminfo: memFree=618492/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=463.22
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46308 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 483.8
Current children cumulated vsize (KiB) 92284

[startup+489.507 s]
/proc/loadavg: 2.10 2.10 1.98 3/83 12394
/proc/meminfo: memFree=616252/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=466.41
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46627 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529406 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 486.99
Current children cumulated vsize (KiB) 92284

[startup+491.102 s]
/proc/loadavg: 2.10 2.10 1.98 3/83 12394
/proc/meminfo: memFree=615484/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=468
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46786 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 488.58
Current children cumulated vsize (KiB) 92284

[startup+491.903 s]
/proc/loadavg: 2.09 2.10 1.98 3/83 12394
/proc/meminfo: memFree=614844/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=468.79
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46865 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134522099 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 489.37
Current children cumulated vsize (KiB) 92284

[startup+492.303 s]
/proc/loadavg: 2.09 2.10 1.98 3/83 12394
/proc/meminfo: memFree=614844/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=469.19
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46905 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 489.77
Current children cumulated vsize (KiB) 92284

[startup+492.403 s]
/proc/loadavg: 2.09 2.10 1.98 3/83 12394
/proc/meminfo: memFree=614844/2055920 swapFree=4179028/4192956
[pid=12371] ppid=12369 vsize=47588 CPUtime=20.58
/proc/12371/stat : 12371 (galacM.sh) S 12369 12371 11897 0 -1 4194304 798 42183 0 1 0 0 2027 31 17 0 1 0 1983225333 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12371/statm: 11897 363 244 79 0 219 0
[pid=12394] ppid=12371 vsize=44696 CPUtime=469.29
/proc/12394/stat : 12394 (minisat) R 12371 12371 11897 0 -1 4194304 10267 0 0 0 46915 14 0 0 25 0 1 0 1983227407 45768704 10248 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/12394/statm: 11174 10248 57 152 0 11019 0
Current children cumulated CPU time (s) 489.87
Current children cumulated vsize (KiB) 92284

Child status: 0
Real time (s): 492.476
CPU time (s): 489.974
CPU user time (s): 489.493
CPU system time (s): 0.480926
CPU usage (%): 99.4918
Max. virtual memory (cumulated for all children) (KiB): 860140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.493
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53466
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= 1639
involuntary context switches= 17425

runsolver used 0.577912 second user time and 1.66975 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 01:48:44
IDJOB=1048232
IDBENCH=54353
IDSOLVER=350
FILE ID=node36/1048232-1215042524
PBS_JOBID= 7875102
Free space on /tmp= 65788 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8736b8eca2da578fba03ddaf96c50c0
RANDOM SEED=1323312276

node36.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.240
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.240
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:        997668 kB
Buffers:         14432 kB
Cached:         882676 kB
SwapCached:       8244 kB
Active:         523948 kB
Inactive:       462760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997668 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:          208256 kB
Writeback:           0 kB
Mapped:         103024 kB
Slab:            56792 kB
Committed_AS:  3899052 kB
PageTables:       1940 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= 65472 MiB
End job on node36 at 2008-07-03 01:56:57