Trace number 207898

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, and are wall clock time (not CPU 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 1SAT 362.851 364.856

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-66_ext.xml
MD5SUMfcadb94f08912b090e26967068500721
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03269
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.77	c start processing
0.77	c start relation processing
1.24	c start cnf exporting
246.87	c parsing time : 0.616
246.87	c preprocessing time : 246.716
246.87	
246.87	c Nary constraints - conflicts : 0 supports : 25
246.87	c Binary constraints - conflicts : 300 supports :25
246.87	c max arity constraint : 3
246.87	c Max Tuples generated 0
246.87	c relations : 28
246.87	c relations BDD: 2
246.87	c vars : 211512 - clauses :  13426111
246.87	
246.90	 
246.90	c --- Minisat Stats ---
246.90	 
362.40	c restarts              : 14
362.40	c conflicts             : 43334          (379 /sec)
362.40	c decisions             : 363015         (1.57 % random) (3179 /sec)
362.40	c propagations          : 182871456      (1601359 /sec)
362.40	c conflict literals     : 3474243        (12.08 % deleted)
362.40	c Memory used           : 500.38 MB
362.40	c CPU time              : 114.198 s
362.40	
362.49	s SATISFIABLE
364.74	v 5 9 8 3 7 1 20 12 14 27 12 13 4 5 6 1 17 1 21 1 25 3 2 2 18 1 16 5 10 2 19 1 3 3 13 0 9 4 15 0 22 4 1 4 24 8 23 4 11 6 12 13 25 52 65 70 71 72 73 76 78 79 84 86 87 90 90 94 94 98 102 110 114 120 120 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-207898-1168183758 -o ROOT/results/node47/solver-207898-1168183758 -C 1800 -M 900 /tmp/evaluation/207898-1168183758/galac.sh /tmp/evaluation/207898-1168183758/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.11 2.07 1.80 5/75 4514
/proc/meminfo: memFree=1331976/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=18540 CPUtime=0
/proc/4513/stat : 4513 (runsolver) R 4511 4513 4132 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166775024 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4513/statm: 4635 279 244 17 0 2626 0

[startup+0.110333 s]
/proc/loadavg: 2.11 2.07 1.80 5/75 4514
/proc/meminfo: memFree=1331976/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.519376 s]
/proc/loadavg: 2.11 2.07 1.80 5/75 4514
/proc/meminfo: memFree=1331976/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.34847 s]
/proc/loadavg: 2.11 2.07 1.80 3/83 4534
/proc/meminfo: memFree=1295880/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=1.3
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 12455 0 1 0 123 7 0 0 20 0 8 0 166775028 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072916832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 12209 1985 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 166775031 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 166775031 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 166775031 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.27
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1001 0 0 0 26 1 0 0 17 0 8 0 166775035 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 12209 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908652

[startup+2.99264 s]
/proc/loadavg: 2.10 2.07 1.80 3/83 4534
/proc/meminfo: memFree=1252104/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=2.93
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21778 0 1 0 281 12 0 0 25 0 8 0 166775028 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073691621 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21529 1996 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.07
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5833 0 0 0 5 2 0 0 16 0 8 0 166775031 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 16 0 8 0 166775035 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21529 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908652

[startup+6.27699 s]
/proc/loadavg: 2.10 2.07 1.80 3/83 4534
/proc/meminfo: memFree=1249672/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=6.2
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21786 0 1 0 606 14 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074061646 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.07
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 5 2 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 16 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908652

[startup+12.7737 s]
/proc/loadavg: 2.09 2.07 1.81 3/83 4534
/proc/meminfo: memFree=1244168/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=12.66
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21799 0 1 0 1249 17 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074103801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.08
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 6 2 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 16 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 908652

[startup+25.6511 s]
/proc/loadavg: 2.07 2.07 1.81 3/83 4534
/proc/meminfo: memFree=1233992/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=25.48
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21824 0 1 0 2527 21 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074182079 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.09
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 7 2 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 17 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 908652

[startup+51.3028 s]
/proc/loadavg: 2.10 2.08 1.82 3/83 4534
/proc/meminfo: memFree=1212872/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=50.97
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21876 0 1 0 5064 33 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073691546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.11
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 9 2 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 17 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 908652

[startup+102.598 s]
/proc/loadavg: 2.04 2.06 1.82 3/83 4534
/proc/meminfo: memFree=1168392/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=101.98
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 21978 0 1 0 10143 55 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.16
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 13 3 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 17 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 908652

[startup+162.657 s]
/proc/loadavg: 2.01 2.05 1.83 3/84 4535
/proc/meminfo: memFree=1112192/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=161.69
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 22096 0 1 0 16085 84 0 0 25 0 8 0 166775028 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21530 1997 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.22
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5834 0 0 0 18 4 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.29
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1018 0 0 0 28 1 0 0 17 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21530 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 908652

[startup+222.712 s]
/proc/loadavg: 2.00 2.04 1.84 3/84 4535
/proc/meminfo: memFree=1057344/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=0.01
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 760 1866 0 0 0 0 0 1 24 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4527] ppid=4513 vsize=861068 CPUtime=221.41
/proc/4527/stat : 4527 (java) R 4513 4513 4132 0 -1 0 22270 0 1 0 22025 116 0 0 25 0 8 0 166775028 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073670103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4527/statm: 215267 21587 2000 14 0 201472 0
[pid=4527/tid=4528] ppid=4513 vsize=861068 CPUtime=0.28
/proc/4527/task/4528/stat : 4528 (java) S 4513 4513 4132 0 -1 64 5872 0 0 0 24 4 0 0 16 0 8 0 166775031 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4529] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4529/stat : 4529 (java) S 4513 4513 4132 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4530] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4530/stat : 4530 (java) S 4513 4513 4132 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166775031 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4531] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4531/stat : 4531 (java) S 4513 4513 4132 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166775035 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4532] ppid=4513 vsize=861068 CPUtime=0.32
/proc/4527/task/4532/stat : 4532 (java) S 4513 4513 4132 0 -1 64 1032 0 0 0 31 1 0 0 16 0 8 0 166775035 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4533] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4533/stat : 4533 (java) S 4513 4513 4132 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166775035 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4527/tid=4534] ppid=4513 vsize=861068 CPUtime=0
/proc/4527/task/4534/stat : 4534 (java) S 4513 4513 4132 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166775035 881733632 21587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 908652

[startup+282.748 s]
/proc/loadavg: 2.00 2.03 1.84 3/77 4536
/proc/meminfo: memFree=631096/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=245.49
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 798 24386 0 1 0 0 24421 128 17 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4536] ppid=4513 vsize=511980 CPUtime=35.67
/proc/4536/stat : 4536 (minisat) R 4513 4513 4132 0 -1 4194304 122501 0 0 0 3491 76 0 0 25 0 1 0 166799714 524267520 122483 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525933 0 0 4096 3 0 0 0 17 1 0 0
/proc/4536/statm: 127995 122483 54 142 0 127851 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 559564

[startup+342.815 s]
/proc/loadavg: 2.00 2.02 1.85 3/77 4536
/proc/meminfo: memFree=630968/2055920 swapFree=4183928/4192956
[pid=4513] ppid=4511 vsize=47584 CPUtime=245.49
/proc/4513/stat : 4513 (galac.sh) S 4511 4513 4132 0 -1 4194304 798 24386 0 1 0 0 24421 128 17 0 1 0 166775024 48726016 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 208717146970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4513/statm: 11896 363 245 79 0 218 0
[pid=4536] ppid=4513 vsize=512384 CPUtime=95.46
/proc/4536/stat : 4536 (minisat) R 4513 4513 4132 0 -1 4194304 122546 0 0 0 9470 76 0 0 25 0 1 0 166799714 524681216 122528 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/4536/statm: 128096 122528 54 142 0 127952 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 559968

Child status: 0
Real time (s): 364.856
CPU time (s): 362.851
CPU user time (s): 360.487
CPU system time (s): 2.36364
CPU usage (%): 99.4505
Max. virtual memory (cumulated for all children) (KiB): 908744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.487
system time used= 2.36364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164172
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= 9914
involuntary context switches= 14072

runsolver used 0.419936 s user time and 1.20082 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sun Jan  7 15:29:18 UTC 2007


IDJOB= 207898
IDBENCH= 4342
FILE ID= node47/207898-1168183758

PBS_JOBID= 3479183

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-66_ext.xml
COMMAND LINE= /tmp/evaluation/207898-1168183758/galac.sh /tmp/evaluation/207898-1168183758/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-207898-1168183758 -o ROOT/results/node47/solver-207898-1168183758 -C 1800 -M 900  /tmp/evaluation/207898-1168183758/galac.sh /tmp/evaluation/207898-1168183758/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  fcadb94f08912b090e26967068500721

RANDOM SEED= 919907180

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1332392 kB
Buffers:         37876 kB
Cached:         605832 kB
SwapCached:       3720 kB
Active:         124024 kB
Inactive:       543392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332392 kB
SwapTotal:     4192956 kB
SwapFree:      4183928 kB
Dirty:            3084 kB
Writeback:           0 kB
Mapped:          30100 kB
Slab:            41512 kB
Committed_AS:  3378284 kB
PageTables:       1832 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= 66550 MiB



End job on node47 on Sun Jan  7 15:35:23 UTC 2007