Trace number 1101709

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 1220.22 1223.36

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-42_ext.xml
MD5SUMc607ef9058428ef74761e764dc56efe7
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 benchmark2.39764
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints337
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension337
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.95/1.05	c start processing
0.95/1.05	c start relation processing
0.95/1.06	c start cnf exporting
2.04/2.15	c parsing time : 0.919
2.04/2.15	c preprocessing time : 2.024
2.04/2.15	
2.04/2.15	c Nary constraints - conflicts : 0 supports : 0
2.04/2.15	c Binary constraints - conflicts : 322 supports :15
2.04/2.15	c max arity constraint : 2
2.04/2.15	c Max Tuples generated 0
2.04/2.15	c relations : 337
2.04/2.15	c relations BDD: 0
2.04/2.15	c sampling 0/0
2.04/2.15	c vars : 761 - clauses :  38719
2.04/2.15	
2.04/2.19	 
2.04/2.19	c --- SAT Solver Stats ---
2.04/2.19	 
2.04/2.20	c eSAT 0.1 : minisat core with additionnal features
2.04/2.20	c ============================[ Problem Statistics ]=============================
2.04/2.20	c |                                                                             |
2.04/2.20	c |  Number of variables:  760                                                  |
2.04/2.20	c |  Number of clauses:    38719                                                |
2.11/2.22	c |  Parsing time:         0.02         s                                       |
1219.35/1222.54	c restarts              : 866
1219.35/1222.54	c conflicts             : 945374         (777 /sec)
1219.35/1222.54	c decisions             : 1401806        (1.47 % random) (1152 /sec)
1219.35/1222.54	c euip                  : 99252       
1219.35/1222.54	c propagations          : 77251097       (63476 /sec)
1219.35/1222.54	c conflict literals     : 61373150       (36.81 % deleted)
1219.35/1222.54	c Memory used           : 89.27 MB
1219.35/1222.54	c CPU time              : 1217.01 s
1219.35/1222.54	c 
1219.35/1222.54	s SATISFIABLE
1220.14/1223.35	v 7 9 12 6 6 1 6 9 13 17 4 14 12 15 7 17 11 17 11 18 2 13 16 7 9 13 6 6 10 3 0 4 5 14 0 18 3 17 1 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-1101709-1215294159/watcher-1101709-1215294159 -o /tmp/evaluation-result-1101709-1215294159/solver-1101709-1215294159 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101709-1215294159.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 2.00 4/73 20173
/proc/meminfo: memFree=1704952/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=5320 CPUtime=0
/proc/20173/stat : 20173 (galacE.sh) R 20171 20173 19825 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 2008387614 5447680 194 996147200 4194304 4520092 548682068832 18446744073709551615 4426014 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20173/statm: 1330 194 146 79 0 122 0

[startup+0.0838711 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20173
/proc/meminfo: memFree=1704952/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=0.01
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.1017 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20173
/proc/meminfo: memFree=1704952/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=0.01
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301735 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20173
/proc/meminfo: memFree=1704952/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=0.01
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701816 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 20173
/proc/meminfo: memFree=1704952/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=0.01
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50297 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20195
/proc/meminfo: memFree=1634728/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=0.01
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20187] ppid=20173 vsize=812764 CPUtime=1.44
/proc/20187/stat : 20187 (java) S 20173 20173 19825 0 -1 0 19883 0 1 0 131 13 0 0 18 0 9 0 2008387618 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20187/statm: 203191 19300 1911 9 0 197172 0
[pid=20187/tid=20188] ppid=20173 vsize=812764 CPUtime=1.12
/proc/20187/task/20188/stat : 20188 (java) R 20173 20173 19825 0 -1 64 14536 0 1 0 103 9 0 0 25 0 9 0 2008387619 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4126998439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20189] ppid=20173 vsize=812764 CPUtime=0.03
/proc/20187/task/20189/stat : 20189 (java) S 20173 20173 19825 0 -1 64 3789 0 0 0 2 1 0 0 16 0 9 0 2008387621 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20190] ppid=20173 vsize=812764 CPUtime=0
/proc/20187/task/20190/stat : 20190 (java) S 20173 20173 19825 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008387621 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20191] ppid=20173 vsize=812764 CPUtime=0
/proc/20187/task/20191/stat : 20191 (java) S 20173 20173 19825 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008387621 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20192] ppid=20173 vsize=812764 CPUtime=0
/proc/20187/task/20192/stat : 20192 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008387624 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20193] ppid=20173 vsize=812764 CPUtime=0.25
/proc/20187/task/20193/stat : 20193 (java) S 20173 20173 19825 0 -1 64 859 0 0 0 24 1 0 0 15 0 9 0 2008387624 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20194] ppid=20173 vsize=812764 CPUtime=0
/proc/20187/task/20194/stat : 20194 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008387624 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20187/tid=20195] ppid=20173 vsize=812764 CPUtime=0
/proc/20187/task/20195/stat : 20195 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008387624 832270336 19300 996147200 134512640 134550740 4294955600 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) 860344

[startup+3.10228 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20195
/proc/meminfo: memFree=1627944/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 47580

[startup+6.30191 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20196
/proc/meminfo: memFree=1698536/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=6956 CPUtime=4.05
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 1611 0 0 0 404 1 0 0 25 0 1 0 2008387834 7122944 1510 996147200 134512640 135177480 4294955968 18446744073709551615 134561492 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 1739 1510 81 162 0 1574 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 54536

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20196
/proc/meminfo: memFree=1695016/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=10168 CPUtime=10.39
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 2369 0 0 0 1037 2 0 0 25 0 1 0 2008387834 10412032 2268 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 2542 2268 81 162 0 2377 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 57748

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20197
/proc/meminfo: memFree=1690664/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=14392 CPUtime=23.07
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 3460 0 0 0 2304 3 0 0 25 0 1 0 2008387834 14737408 3359 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 3598 3359 81 162 0 3433 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 61972

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20198
/proc/meminfo: memFree=1683624/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=21240 CPUtime=48.42
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 5157 0 0 0 4838 4 0 0 25 0 1 0 2008387834 21749760 5056 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 5310 5056 81 162 0 5145 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 68820

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20198
/proc/meminfo: memFree=1678568/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=26184 CPUtime=99.15
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 6393 0 0 0 9910 5 0 0 25 0 1 0 2008387834 26812416 6292 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 6546 6292 81 162 0 6381 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 73764

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20198
/proc/meminfo: memFree=1678056/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=26676 CPUtime=158.57
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 6501 0 0 0 15852 5 0 0 25 0 1 0 2008387834 27316224 6400 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 6669 6400 81 162 0 6504 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 74256

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 20198
/proc/meminfo: memFree=1665768/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=39084 CPUtime=218.01
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 9577 0 0 0 21793 8 0 0 25 0 1 0 2008387834 40022016 9476 996147200 134512640 135177480 4294955968 18446744073709551615 134565364 0 0 4096 3 0 0 0 17 1 0 0
/proc/20196/statm: 9771 9476 81 162 0 9606 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 86664

[startup+282.303 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 20237
/proc/meminfo: memFree=1664368/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=40304 CPUtime=277.78
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 9862 0 0 0 27769 9 0 0 25 0 1 0 2008387834 41271296 9761 996147200 134512640 135177480 4294955968 18446744073709551615 134571996 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 10076 9761 81 162 0 9911 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 87884

[startup+342.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20237
/proc/meminfo: memFree=1658032/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=46568 CPUtime=337.75
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 11449 0 0 0 33764 11 0 0 25 0 1 0 2008387834 47685632 11348 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 11642 11348 81 162 0 11477 0
Current children cumulated CPU time (s) 339.86
Current children cumulated vsize (KiB) 94148

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

/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 18007 0 0 0 93723 22 0 0 25 0 1 0 2008387834 74960896 17906 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 18301 17906 81 162 0 18136 0
Current children cumulated CPU time (s) 939.56
Current children cumulated vsize (KiB) 120784

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20276
/proc/meminfo: memFree=1512656/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=73704 CPUtime=997.14
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 18129 0 0 0 99692 22 0 0 25 0 1 0 2008387834 75472896 18028 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 18426 18028 81 162 0 18261 0
Current children cumulated CPU time (s) 999.25
Current children cumulated vsize (KiB) 121284

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20276
/proc/meminfo: memFree=1507088/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=79316 CPUtime=1057.12
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 19520 0 0 0 105688 24 0 0 25 0 1 0 2008387834 81219584 19419 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 19829 19419 81 162 0 19664 0
Current children cumulated CPU time (s) 1059.23
Current children cumulated vsize (KiB) 126896

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1500816/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=85720 CPUtime=1117.09
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 21027 0 0 0 111682 27 0 0 25 0 1 0 2008387834 87777280 20926 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 21430 20926 81 162 0 21265 0
Current children cumulated CPU time (s) 1119.2
Current children cumulated vsize (KiB) 133300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495504/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91276 CPUtime=1177.06
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22398 0 0 0 117678 28 0 0 25 0 1 0 2008387834 93466624 22297 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22819 22297 81 162 0 22654 0
Current children cumulated CPU time (s) 1179.17
Current children cumulated vsize (KiB) 138856

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495248/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91408 CPUtime=1197.85
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22441 0 0 0 119757 28 0 0 25 0 1 0 2008387834 93601792 22340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22852 22340 81 162 0 22687 0
Current children cumulated CPU time (s) 1199.96
Current children cumulated vsize (KiB) 138988

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495184/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91408 CPUtime=1210.64
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22441 0 0 0 121036 28 0 0 25 0 1 0 2008387834 93601792 22340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22852 22340 81 162 0 22687 0
Current children cumulated CPU time (s) 1212.75
Current children cumulated vsize (KiB) 138988

[startup+1219.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495184/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91408 CPUtime=1213.84
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22441 0 0 0 121356 28 0 0 25 0 1 0 2008387834 93601792 22340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22852 22340 81 162 0 22687 0
Current children cumulated CPU time (s) 1215.95
Current children cumulated vsize (KiB) 138988

[startup+1220.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495184/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91408 CPUtime=1215.44
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22441 0 0 0 121516 28 0 0 25 0 1 0 2008387834 93601792 22340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22852 22340 81 162 0 22687 0
Current children cumulated CPU time (s) 1217.55
Current children cumulated vsize (KiB) 138988

[startup+1222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20282
/proc/meminfo: memFree=1495184/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=2.11
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 799 23048 0 1 0 0 195 16 17 0 1 0 2008387614 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20173/statm: 11895 364 245 79 0 219 0
[pid=20196] ppid=20173 vsize=91408 CPUtime=1217.04
/proc/20196/stat : 20196 (eSAT_static) R 20173 20173 19825 0 -1 4194304 22441 0 0 0 121676 28 0 0 25 0 1 0 2008387834 93601792 22340 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/20196/statm: 22852 22340 81 162 0 22687 0
Current children cumulated CPU time (s) 1219.15
Current children cumulated vsize (KiB) 138988

[startup+1223.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20291
/proc/meminfo: memFree=1554768/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=1219.43
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 835 45501 0 1 0 0 121897 46 16 0 1 0 2008387614 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20173/statm: 11895 365 245 79 0 219 0
[pid=20283] ppid=20173 vsize=812608 CPUtime=0.52
/proc/20283/stat : 20283 (java) S 20173 20173 19825 0 -1 0 9916 0 1 0 48 4 0 0 20 0 9 0 2008509871 832110592 9339 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20283/statm: 203152 9339 1856 9 0 197133 0
[pid=20283/tid=20284] ppid=20173 vsize=812608 CPUtime=0.38
/proc/20283/task/20284/stat : 20284 (java) R 20173 20173 19825 0 -1 64 8422 0 1 0 34 4 0 0 25 0 9 0 2008509872 832110592 9340 996147200 134512640 134550740 4294955616 18446744073709551615 4126374365 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20285] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20285/stat : 20285 (java) S 20173 20173 19825 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2008509873 832110592 9341 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20286] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20286/stat : 20286 (java) S 20173 20173 19825 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2008509874 832110592 9344 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20287] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20287/stat : 20287 (java) S 20173 20173 19825 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2008509874 832110592 9347 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20288] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20288/stat : 20288 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2008509876 832110592 9351 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20289] ppid=20173 vsize=812608 CPUtime=0.13
/proc/20283/task/20289/stat : 20289 (java) S 20173 20173 19825 0 -1 64 781 0 0 0 13 0 0 0 16 0 9 0 2008509876 832110592 9354 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20290] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20290/stat : 20290 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2008509876 832110592 9358 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20291] ppid=20173 vsize=812608 CPUtime=0
/proc/20283/task/20291/stat : 20291 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008509876 832110592 9358 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1219.95
Current children cumulated vsize (KiB) 860188

[startup+1223.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20291
/proc/meminfo: memFree=1554768/2055920 swapFree=4179416/4192956
[pid=20173] ppid=20171 vsize=47580 CPUtime=1219.43
/proc/20173/stat : 20173 (galacE.sh) S 20171 20173 19825 0 -1 4194304 835 45501 0 1 0 0 121897 46 16 0 1 0 2008387614 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20173/statm: 11895 365 245 79 0 219 0
[pid=20283] ppid=20173 vsize=812852 CPUtime=0.71
/proc/20283/stat : 20283 (java) S 20173 20173 19825 0 -1 0 13093 0 1 0 65 6 0 0 20 0 9 0 2008509871 832360448 12476 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20283/statm: 203213 12476 1912 9 0 197166 0
[pid=20283/tid=20284] ppid=20173 vsize=812852 CPUtime=0.52
/proc/20283/task/20284/stat : 20284 (java) R 20173 20173 19825 0 -1 64 11544 0 1 0 46 6 0 0 25 0 9 0 2008509872 832360448 12476 996147200 134512640 134550740 4294955616 18446744073709551615 4125979668 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20285] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20285/stat : 20285 (java) S 20173 20173 19825 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2008509873 832360448 12476 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20286] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20286/stat : 20286 (java) S 20173 20173 19825 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2008509874 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20287] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20287/stat : 20287 (java) S 20173 20173 19825 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2008509874 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20288] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20288/stat : 20288 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2008509876 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20289] ppid=20173 vsize=812852 CPUtime=0.18
/proc/20283/task/20289/stat : 20289 (java) R 20173 20173 19825 0 -1 64 835 0 0 0 18 0 0 0 16 0 9 0 2008509876 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20290] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20290/stat : 20290 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2008509876 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=20283/tid=20291] ppid=20173 vsize=812852 CPUtime=0
/proc/20283/task/20291/stat : 20291 (java) S 20173 20173 19825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008509876 832360448 12477 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1220.14
Current children cumulated vsize (KiB) 860432

Child status: 0
Real time (s): 1223.36
CPU time (s): 1220.22
CPU user time (s): 1219.66
CPU system time (s): 0.557915
CPU usage (%): 99.7431
Max. virtual memory (cumulated for all children) (KiB): 860432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1219.66
system time used= 0.557915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59776
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= 2054
involuntary context switches= 13031

runsolver used 1.42778 second user time and 4.04239 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 23:42:39
IDJOB=1101709
IDBENCH=60061
IDSOLVER=351
FILE ID=node62/1101709-1215294159
PBS_JOBID= 7882369
Free space on /tmp= 65228 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-42_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101709-1215294159/watcher-1101709-1215294159 -o /tmp/evaluation-result-1101709-1215294159/solver-1101709-1215294159 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101709-1215294159.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c607ef9058428ef74761e764dc56efe7
RANDOM SEED=803040996

node62.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.259
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.259
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:       1705432 kB
Buffers:         53472 kB
Cached:         223744 kB
SwapCached:       7024 kB
Active:         204080 kB
Inactive:        88960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705432 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:          22844 kB
Slab:            42460 kB
Committed_AS:  4112884 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-06 00:03:02