Trace number 1048370

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 528.905 532.833

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-8_ext.xml
MD5SUMa559fc503a6da82070c22bbc1eb149ca
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.724889
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.34/1.49	c start processing
1.34/1.49	c start relation processing
2.83/2.97	c start cnf exporting
21.04/21.30	c parsing time : 1.369
21.04/21.30	c preprocessing time : 21.175
21.04/21.30	
21.04/21.30	c Nary constraints - conflicts : 0 supports : 5
21.04/21.30	c Binary constraints - conflicts : 0 supports :0
21.04/21.30	c max arity constraint : 10
21.04/21.30	c Max Tuples generated 0
21.04/21.30	c relations : 5
21.04/21.30	c relations BDD: 5
21.04/21.30	c sampling 0/0
21.04/21.30	c vars : 169780 - clauses :  559607
21.04/21.30	
21.04/21.38	 
21.04/21.38	c --- SAT Solver Stats ---
21.04/21.38	 
528.84/532.81	c restarts              : 11
528.84/532.81	c conflicts             : 12411          (24 /sec)
528.84/532.81	c decisions             : 28025          (1.66 % random) (55 /sec)
528.84/532.81	c propagations          : 801879915      (1579437 /sec)
528.84/532.81	c conflict literals     : 475118         (43.59 % deleted)
528.84/532.81	c Memory used           : 39.46 MB
528.84/532.81	c CPU time              : 507.7 s
528.84/532.81	
528.84/532.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-1048370-1215043073/watcher-1048370-1215043073 -o /tmp/evaluation-result-1048370-1215043073/solver-1048370-1215043073 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048370-1215043073.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.00 1.91 4/82 2629
/proc/meminfo: memFree=1786432/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=18572 CPUtime=0
/proc/2629/stat : 2629 (runsolver) R 2627 2629 1812 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983282965 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2629/statm: 4643 292 257 25 0 2626 0

[startup+0.109789 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 2629
/proc/meminfo: memFree=1786432/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.201806 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 2629
/proc/meminfo: memFree=1786432/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301828 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 2629
/proc/meminfo: memFree=1786432/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701904 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 2629
/proc/meminfo: memFree=1786432/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 2651
/proc/meminfo: memFree=1718120/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2643] ppid=2629 vsize=812524 CPUtime=1.43
/proc/2643/stat : 2643 (java) S 2629 2629 1812 0 -1 0 20155 0 1 0 133 10 0 0 18 0 9 0 1983282968 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2643/statm: 203131 19581 1882 9 0 197164 0
[pid=2643/tid=2644] ppid=2629 vsize=812524 CPUtime=1.27
/proc/2643/task/2644/stat : 2644 (java) R 2629 2629 1812 0 -1 64 14464 0 1 0 120 7 0 0 25 0 9 0 1983282969 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4126754097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2645] ppid=2629 vsize=812524 CPUtime=0.03
/proc/2643/task/2645/stat : 2645 (java) S 2629 2629 1812 0 -1 64 4237 0 0 0 1 2 0 0 17 0 9 0 1983282971 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2646] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2646/stat : 2646 (java) S 2629 2629 1812 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983282971 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2647] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2647/stat : 2647 (java) S 2629 2629 1812 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983282971 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2648] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2648/stat : 2648 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983282973 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2649] ppid=2629 vsize=812524 CPUtime=0.11
/proc/2643/task/2649/stat : 2649 (java) S 2629 2629 1812 0 -1 64 755 0 0 0 11 0 0 0 16 0 9 0 1983282973 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2650] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2650/stat : 2650 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983282973 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2651] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2651/stat : 2651 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983282973 832024576 19581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860100

[startup+3.10138 s]
/proc/loadavg: 2.00 2.00 1.91 3/92 2651
/proc/meminfo: memFree=1702888/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2643] ppid=2629 vsize=812524 CPUtime=3.01
/proc/2643/stat : 2643 (java) S 2629 2629 1812 0 -1 0 32319 0 1 0 284 17 0 0 18 0 9 0 1983282968 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2643/statm: 203131 31740 1907 9 0 197164 0
[pid=2643/tid=2644] ppid=2629 vsize=812524 CPUtime=2.31
/proc/2643/task/2644/stat : 2644 (java) R 2629 2629 1812 0 -1 64 14520 0 1 0 223 8 0 0 25 0 9 0 1983282969 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 102715012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2645] ppid=2629 vsize=812524 CPUtime=0.5
/proc/2643/task/2645/stat : 2645 (java) S 2629 2629 1812 0 -1 64 16292 0 0 0 42 8 0 0 20 0 9 0 1983282971 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2646] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2646/stat : 2646 (java) S 2629 2629 1812 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1983282971 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2647] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2647/stat : 2647 (java) S 2629 2629 1812 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983282971 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2648] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2648/stat : 2648 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983282973 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2649] ppid=2629 vsize=812524 CPUtime=0.18
/proc/2643/task/2649/stat : 2649 (java) S 2629 2629 1812 0 -1 64 808 0 0 0 18 0 0 0 16 0 9 0 1983282973 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2650] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2650/stat : 2650 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983282973 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2651] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2651/stat : 2651 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983282973 832024576 31740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860100

[startup+6.30301 s]
/proc/loadavg: 2.00 2.00 1.91 3/92 2651
/proc/meminfo: memFree=1630248/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2643] ppid=2629 vsize=812524 CPUtime=6.19
/proc/2643/stat : 2643 (java) S 2629 2629 1812 0 -1 0 40455 0 1 0 598 21 0 0 18 0 9 0 1983282968 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2643/statm: 203131 39869 1908 9 0 197164 0
[pid=2643/tid=2644] ppid=2629 vsize=812524 CPUtime=5.1
/proc/2643/task/2644/stat : 2644 (java) R 2629 2629 1812 0 -1 64 14528 0 1 0 502 8 0 0 25 0 9 0 1983282969 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 103567740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2645] ppid=2629 vsize=812524 CPUtime=0.87
/proc/2643/task/2645/stat : 2645 (java) S 2629 2629 1812 0 -1 64 24413 0 0 0 76 11 0 0 16 0 9 0 1983282971 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2646] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2646/stat : 2646 (java) S 2629 2629 1812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983282971 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2647] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2647/stat : 2647 (java) S 2629 2629 1812 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983282971 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2648] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2648/stat : 2648 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983282973 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2649] ppid=2629 vsize=812524 CPUtime=0.18
/proc/2643/task/2649/stat : 2649 (java) S 2629 2629 1812 0 -1 64 815 0 0 0 18 0 0 0 15 0 9 0 1983282973 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2650] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2650/stat : 2650 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983282973 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2651] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2651/stat : 2651 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983282973 832024576 39869 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860100

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.91 3/92 2651
/proc/meminfo: memFree=1626536/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=0.01
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 765 1857 0 0 0 0 0 1 23 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2643] ppid=2629 vsize=812524 CPUtime=12.52
/proc/2643/stat : 2643 (java) S 2629 2629 1812 0 -1 0 40470 0 1 0 1229 23 0 0 18 0 9 0 1983282968 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2643/statm: 203131 39872 1908 9 0 197164 0
[pid=2643/tid=2644] ppid=2629 vsize=812524 CPUtime=11.42
/proc/2643/task/2644/stat : 2644 (java) R 2629 2629 1812 0 -1 64 14540 0 1 0 1132 10 0 0 25 0 9 0 1983282969 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4126884704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2645] ppid=2629 vsize=812524 CPUtime=0.87
/proc/2643/task/2645/stat : 2645 (java) S 2629 2629 1812 0 -1 64 24413 0 0 0 76 11 0 0 16 0 9 0 1983282971 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2646] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2646/stat : 2646 (java) S 2629 2629 1812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983282971 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2647] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2647/stat : 2647 (java) S 2629 2629 1812 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983282971 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2648] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2648/stat : 2648 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983282973 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2649] ppid=2629 vsize=812524 CPUtime=0.19
/proc/2643/task/2649/stat : 2649 (java) S 2629 2629 1812 0 -1 64 818 0 0 0 19 0 0 0 15 0 9 0 1983282973 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2650] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2650/stat : 2650 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983282973 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2643/tid=2651] ppid=2629 vsize=812524 CPUtime=0
/proc/2643/task/2651/stat : 2651 (java) S 2629 2629 1812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983282973 832024576 39872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860100

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2652
/proc/meminfo: memFree=1736616/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=37444 CPUtime=4.07
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8461 0 0 0 401 6 0 0 25 0 1 0 1983285103 38342656 8442 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9361 8442 57 152 0 9206 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 85020

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2652
/proc/meminfo: memFree=1736296/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=37708 CPUtime=29.42
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8538 0 0 0 2936 6 0 0 25 0 1 0 1983285103 38612992 8519 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9427 8519 57 152 0 9272 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 85284

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2652
/proc/meminfo: memFree=1728872/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=38116 CPUtime=80.14
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8639 0 0 0 8008 6 0 0 25 0 1 0 1983285103 39030784 8620 996147200 134512640 135136200 4294955968 18446744073709551615 134520052 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9529 8620 57 152 0 9374 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 85692

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2652
/proc/meminfo: memFree=1728296/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=38788 CPUtime=139.57
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8791 0 0 0 13951 6 0 0 25 0 1 0 1983285103 39718912 8772 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9697 8772 57 152 0 9542 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 86364

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2658
/proc/meminfo: memFree=1726248/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=39052 CPUtime=198.98
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8859 0 0 0 19891 7 0 0 25 0 1 0 1983285103 39989248 8840 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9763 8840 57 152 0 9608 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 86628

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2658
/proc/meminfo: memFree=1711272/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=39316 CPUtime=258.4
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 8934 0 0 0 25833 7 0 0 25 0 1 0 1983285103 40259584 8915 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9829 8915 57 152 0 9674 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 86892

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 2658
/proc/meminfo: memFree=1710824/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=39712 CPUtime=317.84
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9040 0 0 0 31776 8 0 0 25 0 1 0 1983285103 40665088 9021 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/2652/statm: 9928 9021 57 152 0 9773 0
Current children cumulated CPU time (s) 338.92
Current children cumulated vsize (KiB) 87288

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1786024/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40144 CPUtime=377.32
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9123 0 0 0 37724 8 0 0 25 0 1 0 1983285103 41107456 9104 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10036 9104 57 152 0 9881 0
Current children cumulated CPU time (s) 398.4
Current children cumulated vsize (KiB) 87720

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1750120/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=437.29
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9184 0 0 0 43721 8 0 0 25 0 1 0 1983285103 41377792 9165 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9165 57 152 0 9947 0
Current children cumulated CPU time (s) 458.37
Current children cumulated vsize (KiB) 87984

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1750056/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=497.26
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 49718 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 518.34
Current children cumulated vsize (KiB) 87984

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

[startup+524.807 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1750056/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=499.77
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 49969 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 520.85
Current children cumulated vsize (KiB) 87984

[startup+528.002 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1749992/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=502.97
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 50289 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 524.05
Current children cumulated vsize (KiB) 87984

[startup+531.201 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1749992/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=506.16
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 50608 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 527.24
Current children cumulated vsize (KiB) 87984

[startup+532.001 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1749992/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=506.96
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 50688 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 528.04
Current children cumulated vsize (KiB) 87984

[startup+532.402 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1749992/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=507.37
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 50729 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529601 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 528.45
Current children cumulated vsize (KiB) 87984

[startup+532.802 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 2660
/proc/meminfo: memFree=1749992/2055920 swapFree=4179472/4192956
[pid=2629] ppid=2627 vsize=47576 CPUtime=21.08
/proc/2629/stat : 2629 (galacM.sh) S 2627 2629 1812 0 -1 4194304 799 42355 0 1 0 0 2077 31 17 0 1 0 1983282965 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2629/statm: 11894 364 245 79 0 219 0
[pid=2652] ppid=2629 vsize=40408 CPUtime=507.76
/proc/2652/stat : 2652 (minisat) R 2629 2629 1812 0 -1 4194304 9203 0 0 0 50768 8 0 0 25 0 1 0 1983285103 41377792 9184 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/2652/statm: 10102 9184 57 152 0 9947 0
Current children cumulated CPU time (s) 528.84
Current children cumulated vsize (KiB) 87984

Child status: 0
Real time (s): 532.833
CPU time (s): 528.905
CPU user time (s): 528.483
CPU system time (s): 0.421935
CPU usage (%): 99.2627
Max. virtual memory (cumulated for all children) (KiB): 860100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 528.483
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= 52575
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= 1629
involuntary context switches= 17935

runsolver used 0.621905 second user time and 1.81072 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-03 01:57:53
IDJOB=1048370
IDBENCH=54359
IDSOLVER=350
FILE ID=node1/1048370-1215043073
PBS_JOBID= 7875171
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a559fc503a6da82070c22bbc1eb149ca
RANDOM SEED=337452570

node1.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.265
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.265
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:       1786976 kB
Buffers:          4676 kB
Cached:         112476 kB
SwapCached:       7288 kB
Active:         147360 kB
Inactive:        65460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786976 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            4028 kB
Writeback:           0 kB
Mapped:         113052 kB
Slab:            41192 kB
Committed_AS:  3125560 kB
PageTables:       2144 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= 66512 MiB
End job on node1 at 2008-07-03 02:06:46