Trace number 1097485

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 1508.34 1511.99

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-35_ext.xml
MD5SUMcd2eff3a8c0d0c8908243c91772fe1ee
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.16267
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c --- Preproc Stats ---
1.02/1.13	c start processing
1.02/1.13	c start relation processing
1.02/1.18	c start cnf exporting
2.81/2.94	c parsing time : 0.979
2.81/2.94	c preprocessing time : 2.787
2.81/2.94	
2.81/2.94	c Nary constraints - conflicts : 0 supports : 0
2.81/2.94	c Binary constraints - conflicts : 83 supports :97
2.81/2.94	c max arity constraint : 2
2.81/2.94	c Max Tuples generated 0
2.81/2.94	c relations : 180
2.81/2.94	c relations BDD: 0
2.81/2.94	c sampling 0/0
2.81/2.94	c vars : 1001 - clauses :  42034
2.81/2.94	
2.87/3.00	 
2.87/3.00	c --- SAT Solver Stats ---
2.87/3.00	 
2.87/3.00	c eSAT 0.1 : minisat core with additionnal features
2.87/3.00	c ============================[ Problem Statistics ]=============================
2.87/3.00	c |                                                                             |
2.87/3.00	c |  Number of variables:  1000                                                 |
2.87/3.00	c |  Number of clauses:    42034                                                |
2.87/3.04	c |  Parsing time:         0.03         s                                       |
1507.48/1511.12	c restarts              : 817
1507.48/1511.12	c conflicts             : 694997         (462 /sec)
1507.48/1511.12	c decisions             : 1151420        (2.21 % random) (765 /sec)
1507.48/1511.12	c euip                  : 86572       
1507.48/1511.12	c propagations          : 81631135       (54265 /sec)
1507.48/1511.12	c conflict literals     : 64859891       (30.15 % deleted)
1507.48/1511.12	c Memory used           : 86.23 MB
1507.48/1511.12	c CPU time              : 1504.31 s
1507.48/1511.12	c 
1507.48/1511.12	s SATISFIABLE
1508.25/1511.98	v 14 20 8 9 13 16 21 22 4 3 18 5 13 19 23 9 6 20 11 2 16 13 23 11 19 11 10 13 16 11 10 16 13 7 20 21 8 3 4 21

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-1097485-1215282300/watcher-1097485-1215282300 -o /tmp/evaluation-result-1097485-1215282300/solver-1097485-1215282300 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097485-1215282300.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: 1.92 2.00 1.99 4/72 22382
/proc/meminfo: memFree=1764544/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=5316 CPUtime=0
/proc/22382/stat : 22382 (galacE.sh) R 22380 22382 20970 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 2007201406 5443584 186 996147200 4194304 4520092 548682068832 18446744073709551615 217049004076 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22382/statm: 1329 186 139 79 0 121 0

[startup+0.0824091 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 22382
/proc/meminfo: memFree=1764544/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=0.01
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102411 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 22382
/proc/meminfo: memFree=1764544/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=0.01
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301448 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 22382
/proc/meminfo: memFree=1764544/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=0.01
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701527 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 22382
/proc/meminfo: memFree=1764544/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=0.01
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50268 s]
/proc/loadavg: 1.92 2.00 1.99 3/82 22404
/proc/meminfo: memFree=1694512/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=0.01
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22396] ppid=22382 vsize=812760 CPUtime=1.41
/proc/22396/stat : 22396 (java) S 22382 22382 20970 0 -1 0 19884 0 1 0 130 11 0 0 18 0 9 0 2007201413 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22396/statm: 203190 19301 1912 9 0 197171 0
[pid=22396/tid=22397] ppid=22382 vsize=812760 CPUtime=1.1
/proc/22396/task/22397/stat : 22397 (java) R 22382 22382 20970 0 -1 64 14527 0 1 0 103 7 0 0 25 0 9 0 2007201414 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4126611335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22398] ppid=22382 vsize=812760 CPUtime=0.03
/proc/22396/task/22398/stat : 22398 (java) S 22382 22382 20970 0 -1 64 3797 0 0 0 2 1 0 0 16 0 9 0 2007201415 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22399] ppid=22382 vsize=812760 CPUtime=0
/proc/22396/task/22399/stat : 22399 (java) S 22382 22382 20970 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007201416 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22400] ppid=22382 vsize=812760 CPUtime=0
/proc/22396/task/22400/stat : 22400 (java) S 22382 22382 20970 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007201416 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22401] ppid=22382 vsize=812760 CPUtime=0
/proc/22396/task/22401/stat : 22401 (java) S 22382 22382 20970 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007201418 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22402] ppid=22382 vsize=812760 CPUtime=0.25
/proc/22396/task/22402/stat : 22402 (java) S 22382 22382 20970 0 -1 64 861 0 0 0 25 0 0 0 16 0 9 0 2007201418 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22403] ppid=22382 vsize=812760 CPUtime=0
/proc/22396/task/22403/stat : 22403 (java) S 22382 22382 20970 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007201418 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22396/tid=22404] ppid=22382 vsize=812760 CPUtime=0
/proc/22396/task/22404/stat : 22404 (java) S 22382 22382 20970 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007201418 832266240 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 860320

[startup+3.10099 s]
/proc/loadavg: 1.92 2.00 1.99 3/82 22404
/proc/meminfo: memFree=1685936/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 47560

[startup+6.3026 s]
/proc/loadavg: 1.93 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1757296/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=6788 CPUtime=3.26
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 1600 0 0 0 326 0 0 0 25 0 1 0 2007201707 6950912 1499 996147200 134512640 135177480 4294955968 18446744073709551615 134571443 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 1697 1499 81 162 0 1532 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 54348

[startup+12.7018 s]
/proc/loadavg: 1.93 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1753136/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=10656 CPUtime=9.6
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 2573 0 0 0 958 2 0 0 25 0 1 0 2007201707 10911744 2472 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 2664 2472 81 162 0 2499 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 58216

[startup+25.5013 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1748336/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=15688 CPUtime=22.27
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 3819 0 0 0 2224 3 0 0 25 0 1 0 2007201707 16064512 3718 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 3922 3718 81 162 0 3757 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 63248

[startup+51.1012 s]
/proc/loadavg: 1.96 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1743536/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=20452 CPUtime=47.63
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 5006 0 0 0 4758 5 0 0 25 0 1 0 2007201707 20942848 4905 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 5113 4905 81 162 0 4948 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 68012

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1738288/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=25632 CPUtime=98.35
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 6276 0 0 0 9829 6 0 0 25 0 1 0 2007201707 26247168 6175 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 6408 6175 81 162 0 6243 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 73192

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1730032/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=33872 CPUtime=157.78
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 8341 0 0 0 15770 8 0 0 25 0 1 0 2007201707 34684928 8240 996147200 134512640 135177480 4294955968 18446744073709551615 134565480 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 8468 8240 81 162 0 8303 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 81432

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1725488/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=38452 CPUtime=217.22
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 9466 0 0 0 21712 10 0 0 25 0 1 0 2007201707 39374848 9365 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 9613 9365 81 162 0 9448 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 86012

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 22405
/proc/meminfo: memFree=1725488/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=38452 CPUtime=276.66
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 9489 0 0 0 27656 10 0 0 25 0 1 0 2007201707 39374848 9388 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22405/statm: 9613 9388 81 162 0 9448 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 86012

[startup+342.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 22454
/proc/meminfo: memFree=1712360/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=45568 CPUtime=336.36
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 11253 0 0 0 33624 12 0 0 25 0 1 0 2007201707 46661632 11152 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 11392 11152 81 162 0 11227 0
Current children cumulated CPU time (s) 339.24
Current children cumulated vsize (KiB) 93128

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

/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21330 0 0 0 129559 30 0 0 25 0 1 0 2007201707 89006080 21229 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 21730 21229 81 162 0 21565 0
Current children cumulated CPU time (s) 1298.77
Current children cumulated vsize (KiB) 134480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1671712/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=86920 CPUtime=1355.86
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21337 0 0 0 135555 31 0 0 25 0 1 0 2007201707 89006080 21236 996147200 134512640 135177480 4294955968 18446744073709551615 134558020 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 21730 21236 81 162 0 21565 0
Current children cumulated CPU time (s) 1358.74
Current children cumulated vsize (KiB) 134480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1671264/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=87276 CPUtime=1415.84
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21427 0 0 0 141553 31 0 0 25 0 1 0 2007201707 89370624 21326 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 21819 21326 81 162 0 21654 0
Current children cumulated CPU time (s) 1418.72
Current children cumulated vsize (KiB) 134836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670688/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=87916 CPUtime=1475.81
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21570 0 0 0 147550 31 0 0 25 0 1 0 2007201707 90025984 21469 996147200 134512640 135177480 4294955968 18446744073709551615 134574046 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 21979 21469 81 162 0 21814 0
Current children cumulated CPU time (s) 1478.69
Current children cumulated vsize (KiB) 135476

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670624/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=87916 CPUtime=1478.21
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21571 0 0 0 147790 31 0 0 25 0 1 0 2007201707 90025984 21470 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 21979 21470 81 162 0 21814 0
Current children cumulated CPU time (s) 1481.09
Current children cumulated vsize (KiB) 135476

[startup+1497.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670496/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=88132 CPUtime=1491
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21595 0 0 0 149069 31 0 0 25 0 1 0 2007201707 90247168 21494 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 22033 21494 81 162 0 21868 0
Current children cumulated CPU time (s) 1493.88
Current children cumulated vsize (KiB) 135692

[startup+1503.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670368/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=88292 CPUtime=1497.4
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21626 0 0 0 149709 31 0 0 25 0 1 0 2007201707 90411008 21525 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 22073 21525 81 162 0 21908 0
Current children cumulated CPU time (s) 1500.28
Current children cumulated vsize (KiB) 135852

[startup+1507.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670368/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=88292 CPUtime=1500.6
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21626 0 0 0 150029 31 0 0 25 0 1 0 2007201707 90411008 21525 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 22073 21525 81 162 0 21908 0
Current children cumulated CPU time (s) 1503.48
Current children cumulated vsize (KiB) 135852

[startup+1510.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670368/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=88292 CPUtime=1503.8
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21629 0 0 0 150349 31 0 0 25 0 1 0 2007201707 90411008 21528 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 22073 21528 81 162 0 21908 0
Current children cumulated CPU time (s) 1506.68
Current children cumulated vsize (KiB) 135852

[startup+1511.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 22922
/proc/meminfo: memFree=1670368/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=2.88
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 800 23504 0 1 0 0 272 16 17 0 1 0 2007201406 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22382/statm: 11890 365 246 79 0 219 0
[pid=22405] ppid=22382 vsize=88292 CPUtime=1504.6
/proc/22405/stat : 22405 (eSAT_static) R 22382 22382 20970 0 -1 4194304 21629 0 0 0 150429 31 0 0 25 0 1 0 2007201707 90411008 21528 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/22405/statm: 22073 21528 81 162 0 21908 0
Current children cumulated CPU time (s) 1507.48
Current children cumulated vsize (KiB) 135852

[startup+1511.5 s]
/proc/loadavg: 2.00 2.00 1.99 4/91 22931
/proc/meminfo: memFree=1747232/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=1507.51
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 836 45145 0 1 0 0 150703 48 16 0 1 0 2007201406 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 217051791442 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 11890 366 246 79 0 219 0
[pid=22923] ppid=22382 vsize=812644 CPUtime=0.35
/proc/22923/stat : 22923 (java) S 22382 22382 20970 0 -1 0 5591 0 1 0 31 4 0 0 20 0 9 0 2007352520 832147456 5014 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22923/statm: 203161 5014 1857 9 0 197142 0
[pid=22923/tid=22924] ppid=22382 vsize=812644 CPUtime=0.24
/proc/22923/task/22924/stat : 22924 (java) R 22382 22382 20970 0 -1 64 4117 0 1 0 21 3 0 0 25 0 9 0 2007352522 832147456 5014 996147200 134512640 134550740 4294955616 18446744073709551615 4126629591 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22925] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22925/stat : 22925 (java) S 22382 22382 20970 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2007352523 832147456 5014 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22926] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22382 22382 20970 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2007352523 832147456 5014 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22927] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22382 22382 20970 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2007352523 832147456 5014 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22928] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007352525 832147456 5016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22929] ppid=22382 vsize=812644 CPUtime=0.09
/proc/22923/task/22929/stat : 22929 (java) S 22382 22382 20970 0 -1 64 760 0 0 0 9 0 0 0 17 0 9 0 2007352525 832147456 5016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22930] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007352525 832147456 5016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22931] ppid=22382 vsize=812644 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007352525 832147456 5016 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1507.86
Current children cumulated vsize (KiB) 860204

[startup+1511.9 s]
/proc/loadavg: 2.00 2.00 1.99 4/91 22931
/proc/meminfo: memFree=1747232/2055920 swapFree=4180500/4192956
[pid=22382] ppid=22380 vsize=47560 CPUtime=1507.51
/proc/22382/stat : 22382 (galacE.sh) S 22380 22382 20970 0 -1 4194304 836 45145 0 1 0 0 150703 48 16 0 1 0 2007201406 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 217051791442 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 11890 366 246 79 0 219 0
[pid=22923] ppid=22382 vsize=812904 CPUtime=0.74
/proc/22923/stat : 22923 (java) S 22382 22382 20970 0 -1 0 16162 0 1 0 66 8 0 0 20 0 9 0 2007352520 832413696 15552 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22923/statm: 203226 15552 1918 9 0 197179 0
[pid=22923/tid=22924] ppid=22382 vsize=812904 CPUtime=0.56
/proc/22923/task/22924/stat : 22924 (java) R 22382 22382 20970 0 -1 64 14499 0 1 0 49 7 0 0 25 0 9 0 2007352522 832413696 15553 996147200 134512640 134550740 4294955616 18446744073709551615 103782258 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22925] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22925/stat : 22925 (java) S 22382 22382 20970 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 2007352523 832413696 15554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22926] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22382 22382 20970 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007352523 832413696 15555 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22927] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22382 22382 20970 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2007352523 832413696 15555 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22928] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007352525 832413696 15555 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22929] ppid=22382 vsize=812904 CPUtime=0.16
/proc/22923/task/22929/stat : 22929 (java) S 22382 22382 20970 0 -1 64 823 0 0 0 16 0 0 0 16 0 9 0 2007352525 832413696 15556 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22930] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007352525 832413696 15556 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22931] ppid=22382 vsize=812904 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22382 22382 20970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007352525 832413696 15557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1508.25
Current children cumulated vsize (KiB) 860464

Child status: 0
Real time (s): 1511.99
CPU time (s): 1508.34
CPU user time (s): 1507.75
CPU system time (s): 0.594909
CPU usage (%): 99.7589
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.75
system time used= 0.594909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62389
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= 2068
involuntary context switches= 13167

runsolver used 1.88171 second user time and 4.46032 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 20:25:00
IDJOB=1097485
IDBENCH=59462
IDSOLVER=351
FILE ID=node59/1097485-1215282300
PBS_JOBID= 7882291
Free space on /tmp= 66500 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-35_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097485-1215282300/watcher-1097485-1215282300 -o /tmp/evaluation-result-1097485-1215282300/solver-1097485-1215282300 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1097485-1215282300.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd2eff3a8c0d0c8908243c91772fe1ee
RANDOM SEED=149509615

node59.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.261
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.261
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:       1765024 kB
Buffers:         39796 kB
Cached:         181012 kB
SwapCached:       6176 kB
Active:          97472 kB
Inactive:       138296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765024 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          22936 kB
Slab:            40400 kB
Committed_AS:  4203888 kB
PageTables:       1848 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= 66500 MiB
End job on node59 at 2008-07-05 20:50:12