Trace number 1036629

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 ESAT 1688.18 1698.54

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-4-mgd_ext.xml
MD5SUM95be2453b8d12be2c23806822933b3f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints326
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension326
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 ---
0.01/0.88	c start processing
0.01/0.88	c start relation processing
0.01/0.89	c start cnf exporting
1.85/1.92	c parsing time : 0.749
1.85/1.92	c preprocessing time : 1.794
1.85/1.92	
1.85/1.92	c Nary constraints - conflicts : 0 supports : 0
1.85/1.92	c Binary constraints - conflicts : 317 supports :9
1.85/1.92	c max arity constraint : 2
1.85/1.92	c Max Tuples generated 0
1.85/1.92	c relations : 326
1.85/1.92	c relations BDD: 0
1.85/1.92	c sampling 0/0
1.85/1.92	c vars : 761 - clauses :  40237
1.85/1.92	
1.85/1.97	 
1.85/1.97	c --- SAT Solver Stats ---
1.85/1.97	 
1.85/1.97	c eSAT 0.1 : minisat core with additionnal features
1.85/1.97	c ============================[ Problem Statistics ]=============================
1.85/1.97	c |                                                                             |
1.85/1.97	c |  Number of variables:  760                                                  |
1.85/1.97	c |  Number of clauses:    40237                                                |
1.85/2.00	c |  Parsing time:         0.02         s                                       |
1687.34/1697.72	c restarts              : 1057
1687.34/1697.72	c conflicts             : 1440535        (855 /sec)
1687.34/1697.72	c decisions             : 1991085        (1.43 % random) (1182 /sec)
1687.34/1697.72	c euip                  : 149386      
1687.34/1697.72	c propagations          : 122326808      (72590 /sec)
1687.34/1697.72	c conflict literals     : 70213800       (45.46 % deleted)
1687.34/1697.72	c Memory used           : 96.84 MB
1687.34/1697.72	c CPU time              : 1685.19 s
1687.34/1697.72	c 
1687.34/1697.72	s SATISFIABLE
1688.13/1698.53	v 16 18 3 17 16 18 8 11 3 16 10 0 8 18 13 16 8 1 9 10 7 16 8 5 7 6 12 2 12 0 8 5 12 9 9 13 12 5 13 6

Verifier Data (download as text)

OK

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-1036629-1214958049/watcher-1036629-1214958049 -o /tmp/evaluation-result-1036629-1214958049/solver-1036629-1214958049 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1036629-1214958049.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.10 2.03 2.00 4/81 26514
/proc/meminfo: memFree=1599016/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=18572 CPUtime=0
/proc/26514/stat : 26514 (runsolver) R 26512 26514 25418 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 980259875 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26514/statm: 4643 292 257 25 0 2626 0

[startup+0.1096 s]
/proc/loadavg: 2.10 2.03 2.00 4/81 26514
/proc/meminfo: memFree=1599016/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=0.01
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201607 s]
/proc/loadavg: 2.10 2.03 2.00 4/81 26514
/proc/meminfo: memFree=1599016/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=0.01
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301619 s]
/proc/loadavg: 2.10 2.03 2.00 4/81 26514
/proc/meminfo: memFree=1599016/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=0.01
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.70165 s]
/proc/loadavg: 2.10 2.03 2.00 4/81 26514
/proc/meminfo: memFree=1599016/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=0.01
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50271 s]
/proc/loadavg: 2.17 2.04 2.01 3/91 26536
/proc/meminfo: memFree=1528472/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=0.01
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26528] ppid=26514 vsize=812760 CPUtime=1.45
/proc/26528/stat : 26528 (java) S 26514 26514 25418 0 -1 0 20029 0 1 0 131 14 0 0 18 0 9 0 980259879 832266240 19445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26528/statm: 203190 19450 1913 9 0 197171 0
[pid=26528/tid=26529] ppid=26514 vsize=812760 CPUtime=1.14
/proc/26528/task/26529/stat : 26529 (java) R 26514 26514 25418 0 -1 64 14536 0 1 0 104 10 0 0 25 0 9 0 980259880 832266240 19454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26530] ppid=26514 vsize=812760 CPUtime=0.04
/proc/26528/task/26530/stat : 26530 (java) R 26514 26514 25418 0 -1 64 3949 0 0 0 2 2 0 0 16 0 9 0 980259881 832266240 19460 996147200 134512640 134550740 4294955616 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26531] ppid=26514 vsize=812760 CPUtime=0
/proc/26528/task/26531/stat : 26531 (java) S 26514 26514 25418 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 980259882 832266240 19466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26532] ppid=26514 vsize=812760 CPUtime=0
/proc/26528/task/26532/stat : 26532 (java) S 26514 26514 25418 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 980259882 832266240 19469 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26533] ppid=26514 vsize=812760 CPUtime=0
/proc/26528/task/26533/stat : 26533 (java) S 26514 26514 25418 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 980259884 832266240 19475 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26534] ppid=26514 vsize=812760 CPUtime=0.25
/proc/26528/task/26534/stat : 26534 (java) S 26514 26514 25418 0 -1 64 860 0 0 0 24 1 0 0 15 0 9 0 980259884 832266240 19481 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26535] ppid=26514 vsize=812760 CPUtime=0
/proc/26528/task/26535/stat : 26535 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 980259884 832266240 19487 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26528/tid=26536] ppid=26514 vsize=812760 CPUtime=0
/proc/26528/task/26536/stat : 26536 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 980259884 832266240 19491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860332

[startup+3.10283 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 26537
/proc/meminfo: memFree=1594456/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=4888 CPUtime=1.11
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 1081 0 0 0 111 0 0 0 25 0 1 0 980260072 5005312 973 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 1222 973 80 162 0 1057 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 52460

[startup+6.30109 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 26537
/proc/meminfo: memFree=1592408/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=7288 CPUtime=4.27
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 1665 0 0 0 427 0 0 0 25 0 1 0 980260072 7462912 1557 996147200 134512640 135177480 4294955984 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 1822 1557 80 162 0 1657 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 54860

[startup+12.7026 s]
/proc/loadavg: 2.14 2.04 2.01 3/83 26537
/proc/meminfo: memFree=1589784/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=9424 CPUtime=10.62
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 2214 0 0 0 1061 1 0 0 25 0 1 0 980260072 9650176 2106 996147200 134512640 135177480 4294955984 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 2356 2106 80 162 0 2191 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 56996

[startup+25.5016 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 26537
/proc/meminfo: memFree=1586904/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=12488 CPUtime=23.29
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 2931 0 0 0 2328 1 0 0 25 0 1 0 980260072 12787712 2823 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 3122 2823 80 162 0 2957 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 60060

[startup+51.1016 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 26537
/proc/meminfo: memFree=1585688/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=13452 CPUtime=48.65
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 3170 0 0 0 4864 1 0 0 25 0 1 0 980260072 13774848 3062 996147200 134512640 135177480 4294955984 18446744073709551615 134750351 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 3363 3062 80 162 0 3198 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 61024

[startup+102.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 26537
/proc/meminfo: memFree=1578456/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=20592 CPUtime=99.38
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 4949 0 0 0 9934 4 0 0 25 0 1 0 980260072 21086208 4841 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 5148 4841 80 162 0 4983 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 68164

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 26537
/proc/meminfo: memFree=1571096/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=28568 CPUtime=158.8
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 6911 0 0 0 15874 6 0 0 25 0 1 0 980260072 29253632 6803 996147200 134512640 135177480 4294955984 18446744073709551615 134570809 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 7142 6803 80 162 0 6977 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 76140

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 26537
/proc/meminfo: memFree=1562072/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=37084 CPUtime=218.25
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 9060 0 0 0 21816 9 0 0 25 0 1 0 980260072 37974016 8952 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 9271 8952 80 162 0 9106 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 84656

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26537
/proc/meminfo: memFree=1561688/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=37372 CPUtime=277.68
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 9142 0 0 0 27759 9 0 0 25 0 1 0 980260072 38268928 9034 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/26537/statm: 9343 9034 80 162 0 9178 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 84944

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26537
/proc/meminfo: memFree=1557984/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=41376 CPUtime=337.12
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 10076 0 0 0 33702 10 0 0 25 0 1 0 980260072 42369024 9968 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=98976 CPUtime=1530.15
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24314 0 0 0 152987 28 0 0 25 0 1 0 980260072 101351424 24206 996147200 134512640 135177480 4294955984 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24744 24206 80 162 0 24579 0
Current children cumulated CPU time (s) 1532.05
Current children cumulated vsize (KiB) 146548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1520160/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=98976 CPUtime=1590.1
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24317 0 0 0 158982 28 0 0 25 0 1 0 980260072 101351424 24209 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24744 24209 80 162 0 24579 0
Current children cumulated CPU time (s) 1592
Current children cumulated vsize (KiB) 146548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1519520/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=98976 CPUtime=1650.06
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24317 0 0 0 164978 28 0 0 25 0 1 0 980260072 101351424 24209 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24744 24209 80 162 0 24579 0
Current children cumulated CPU time (s) 1651.96
Current children cumulated vsize (KiB) 146548

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

[startup+1664 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1519520/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=98976 CPUtime=1651.76
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24317 0 0 0 165148 28 0 0 25 0 1 0 980260072 101351424 24209 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24744 24209 80 162 0 24579 0
Current children cumulated CPU time (s) 1653.66
Current children cumulated vsize (KiB) 146548

[startup+1676.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518752/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=99160 CPUtime=1664.56
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24341 0 0 0 166428 28 0 0 25 0 1 0 980260072 101539840 24233 996147200 134512640 135177480 4294955984 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24790 24233 80 162 0 24625 0
Current children cumulated CPU time (s) 1666.46
Current children cumulated vsize (KiB) 146732

[startup+1689.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518688/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=99160 CPUtime=1677.35
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24346 0 0 0 167707 28 0 0 25 0 1 0 980260072 101539840 24238 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24790 24238 80 162 0 24625 0
Current children cumulated CPU time (s) 1679.25
Current children cumulated vsize (KiB) 146732

[startup+1692.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518688/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=99160 CPUtime=1680.54
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24346 0 0 0 168026 28 0 0 25 0 1 0 980260072 101539840 24238 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24790 24238 80 162 0 24625 0
Current children cumulated CPU time (s) 1682.44
Current children cumulated vsize (KiB) 146732

[startup+1696 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518624/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=99160 CPUtime=1683.74
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24349 0 0 0 168346 28 0 0 25 0 1 0 980260072 101539840 24241 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24790 24241 80 162 0 24625 0
Current children cumulated CPU time (s) 1685.64
Current children cumulated vsize (KiB) 146732

[startup+1697.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518624/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1.9
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 799 23050 0 1 0 0 173 17 17 0 1 0 980259875 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26514/statm: 11893 364 245 79 0 219 0
[pid=26537] ppid=26514 vsize=99160 CPUtime=1685.34
/proc/26537/stat : 26537 (eSAT_static) R 26514 26514 25418 0 -1 4194304 24349 0 0 0 168506 28 0 0 25 0 1 0 980260072 101539840 24241 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/26537/statm: 24790 24241 80 162 0 24625 0
Current children cumulated CPU time (s) 1687.24
Current children cumulated vsize (KiB) 146732

[startup+1698 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26592
/proc/meminfo: memFree=1518624/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1687.38
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 835 47411 0 1 0 0 168691 47 16 0 1 0 980259875 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26514/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 1687.38
Current children cumulated vsize (KiB) 47572

[startup+1698.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26601
/proc/meminfo: memFree=1573152/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1687.38
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 835 47411 0 1 0 0 168691 47 16 0 1 0 980259875 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26514/statm: 11893 365 245 79 0 219 0
[pid=26593] ppid=26514 vsize=812644 CPUtime=0.65
/proc/26593/stat : 26593 (java) S 26514 26514 25418 0 -1 0 12925 0 1 0 57 8 0 0 20 0 9 0 980429649 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26593/statm: 203161 12348 1858 9 0 197142 0
[pid=26593/tid=26594] ppid=26514 vsize=812644 CPUtime=0.47
/proc/26593/task/26594/stat : 26594 (java) R 26514 26514 25418 0 -1 64 11399 0 1 0 41 6 0 0 25 0 9 0 980429650 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26595] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26595/stat : 26595 (java) S 26514 26514 25418 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 980429652 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26596] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26596/stat : 26596 (java) S 26514 26514 25418 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 980429652 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26597] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26597/stat : 26597 (java) S 26514 26514 25418 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 980429652 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26598] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26598/stat : 26598 (java) S 26514 26514 25418 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 980429654 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26599] ppid=26514 vsize=812644 CPUtime=0.15
/proc/26593/task/26599/stat : 26599 (java) R 26514 26514 25418 0 -1 64 813 0 0 0 15 0 0 0 16 0 9 0 980429654 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 101759638 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26600] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26600/stat : 26600 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 980429654 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26601] ppid=26514 vsize=812644 CPUtime=0
/proc/26593/task/26601/stat : 26601 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 980429654 832147456 12348 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.03
Current children cumulated vsize (KiB) 860216

[startup+1698.51 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26601
/proc/meminfo: memFree=1573152/2055920 swapFree=4133472/4192956
[pid=26514] ppid=26512 vsize=47572 CPUtime=1687.38
/proc/26514/stat : 26514 (galacE.sh) S 26512 26514 25418 0 -1 4194304 835 47411 0 1 0 0 168691 47 16 0 1 0 980259875 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26514/statm: 11893 365 245 79 0 219 0
[pid=26593] ppid=26514 vsize=812900 CPUtime=0.75
/proc/26593/stat : 26593 (java) S 26514 26514 25418 0 -1 0 13429 0 1 0 67 8 0 0 20 0 9 0 980429649 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26593/statm: 203225 12812 1913 9 0 197178 0
[pid=26593/tid=26594] ppid=26514 vsize=812900 CPUtime=0.53
/proc/26593/task/26594/stat : 26594 (java) R 26514 26514 25418 0 -1 64 11867 0 1 0 47 6 0 0 25 0 9 0 980429650 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26595] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26595/stat : 26595 (java) S 26514 26514 25418 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 980429652 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26596] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26596/stat : 26596 (java) S 26514 26514 25418 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 980429652 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26597] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26597/stat : 26597 (java) S 26514 26514 25418 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 980429652 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26598] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26598/stat : 26598 (java) S 26514 26514 25418 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 980429654 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26599] ppid=26514 vsize=812900 CPUtime=0.19
/proc/26593/task/26599/stat : 26599 (java) S 26514 26514 25418 0 -1 64 849 0 0 0 19 0 0 0 16 0 9 0 980429654 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26600] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26600/stat : 26600 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 980429654 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26593/tid=26601] ppid=26514 vsize=812900 CPUtime=0
/proc/26593/task/26601/stat : 26601 (java) S 26514 26514 25418 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 980429654 832409600 12812 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.13
Current children cumulated vsize (KiB) 860472

Child status: 0
Real time (s): 1698.54
CPU time (s): 1688.18
CPU user time (s): 1687.6
CPU system time (s): 0.583911
CPU usage (%): 99.3904
Max. virtual memory (cumulated for all children) (KiB): 860472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.6
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61888
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2077
involuntary context switches= 46979

runsolver used 1.9677 second user time and 5.76112 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-02 02:20:49
IDJOB=1036629
IDBENCH=53463
IDSOLVER=351
FILE ID=node26/1036629-1214958049
PBS_JOBID= 7870282
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/frb40-19/normalized-frb40-19-4-mgd_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036629-1214958049/watcher-1036629-1214958049 -o /tmp/evaluation-result-1036629-1214958049/solver-1036629-1214958049 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1036629-1214958049.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95be2453b8d12be2c23806822933b3f8
RANDOM SEED=570012595

node26.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.221
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.221
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:       1599496 kB
Buffers:         46572 kB
Cached:         256476 kB
SwapCached:      53680 kB
Active:         165896 kB
Inactive:       242812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599496 kB
SwapTotal:     4192956 kB
SwapFree:      4133472 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:         121328 kB
Slab:            32784 kB
Committed_AS:  1645736 kB
PageTables:       1984 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= 66544 MiB
End job on node26 at 2008-07-02 02:49:08