Trace number 1088610

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
choco2_dwdeg 2008-06-26SAT 18.0832 18.2947

DiagnosticValue
ASSIGNMENTS60

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-14.xml
MD5SUM1e9997924d7e314983d38e0bb7239ab4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data (download as text)

18.01/18.23	s SATISFIABLE
18.01/18.24	v 11 0 13 4 12 3 2 11 7 8 9 0 6 1 11 5 7 13 8 5 7 10 2 4 12 11 10 13 1 11 7 5 2 0 13 8 4 5 7 0 12 9 0 8 12 2 1 11 12 13 1 11 5 7 9 6 10 8 9 10 4 5 7 2 6 3 0 1 11 0 1 2 6 3 8 9 10 4 5 8 9 10 4 5 8 1 0 1 2 6 3 0 1 2 6 3 4 5 6 7 8 9 10 0 11 12 13 9 10 6 3 2 8 0 4 0 4 0 4 13 8 9 4 3 6 0 11 12 7 1 5 1 5 1 5 1 0 0 1 1 5 1 12 2 6 13 8 7 9 0 5 3 9 5 7 7 0 1 11 6 12 3 9 10 0 8 13 3 4 5 7 1 11 12 2 5 13 2 6 4 9 0 3 6 4 0 1 2 1 0 2 7 0 1 3 13 11 13 13 12 2 12 5 8 9 2 6 1 11 12 2 9 10 11 6 5 4 9 10 4 3 0 1 4 5 10 6 8 11 3 8 2 10 3 11 0 11 7 11 7 0 9 7 13 8 10 0 1 11 3 4 5 7 12 6 13 9 10 12 6 3 1 11 5 7 13 0 10 1 11 0 12 6 3 4 5 4 12 6 3 4 5 7 1 0 13 9 10 0 1 8 1 5 13 10 9 11 12 6 4 7 13 8 11 3 7 10 1 0 12 2 6 2 1 1 1 6 0 11 12 2 9 13 8 4 3 13 4 3 0 13 12 2 6 12 2 6 5 13 4 8 9 10 8 9 10 13 8 9 12 3 2 
18.01/18.24	d ASSIGNMENTS 60
18.01/18.24	c SAT 18148 TIME      60 NDS    1319 PARSTIME      5300 BUILDPB       11529 RES       null RESTART       1 HEURISTIC      

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-1088610-1215259436/watcher-1088610-1215259436 -o /tmp/evaluation-result-1088610-1215259436/solver-1088610-1215259436 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1088610-1215259436.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.22 2.06 2.01 4/81 17301
/proc/meminfo: memFree=1593784/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=1476 CPUtime=0
/proc/17301/stat : 17301 (java) R 17299 17301 15190 0 -1 0 128 0 0 0 0 0 0 0 20 0 1 0 260417456 1511424 101 996147200 134512640 134550740 4294956176 18446744073709551615 4160643136 0 0 4096 0 0 0 0 17 0 0 0
/proc/17301/statm: 369 101 78 9 0 11 0

[startup+0.100288 s]
/proc/loadavg: 2.22 2.06 2.01 4/81 17301
/proc/meminfo: memFree=1593784/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=866544 CPUtime=0.08
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 3834 0 1 0 6 2 0 0 18 0 9 0 260417456 887341056 3301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216636 3301 1766 9 0 211108 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866544

[startup+0.202298 s]
/proc/loadavg: 2.22 2.06 2.01 4/81 17301
/proc/meminfo: memFree=1593784/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=866840 CPUtime=0.19
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 4325 0 1 0 16 3 0 0 18 0 9 0 260417456 887644160 3778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216710 3778 1852 9 0 211182 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866840

[startup+0.302312 s]
/proc/loadavg: 2.22 2.06 2.01 4/81 17301
/proc/meminfo: memFree=1593784/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867308 CPUtime=0.29
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 4995 0 1 0 25 4 0 0 18 0 9 0 260417456 888123392 4448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216827 4448 1855 9 0 211299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867308

[startup+0.701351 s]
/proc/loadavg: 2.22 2.06 2.01 4/81 17301
/proc/meminfo: memFree=1593784/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867432 CPUtime=0.68
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 9675 0 1 0 61 7 0 0 18 0 9 0 260417456 888250368 9114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216858 9114 1902 9 0 211330 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867432

[startup+1.50345 s]
/proc/loadavg: 2.20 2.06 2.01 3/90 17310
/proc/meminfo: memFree=1542696/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=1.47
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 21510 0 1 0 133 14 0 0 18 0 9 0 260417456 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 20923 1969 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=1.12
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15397 0 1 0 102 10 0 0 25 0 9 0 260417457 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.14
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 4814 0 0 0 12 2 0 0 17 0 9 0 260417458 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.18
/proc/17301/task/17308/stat : 17308 (java) R 17299 17301 15190 0 -1 64 564 0 0 0 18 0 0 0 15 0 9 0 260417460 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 20923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867496

[startup+3.10162 s]
/proc/loadavg: 2.20 2.06 2.01 3/90 17310
/proc/meminfo: memFree=1510440/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=3.06
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 23293 0 1 0 290 16 0 0 18 0 9 0 260417456 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 22695 1979 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=2.56
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15439 0 1 0 246 10 0 0 25 0 9 0 260417457 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4126841491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.22
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 6508 0 0 0 18 4 0 0 16 0 9 0 260417458 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.25
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 611 0 0 0 24 1 0 0 16 0 9 0 260417460 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 22695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867496

[startup+6.30295 s]
/proc/loadavg: 2.20 2.06 2.01 3/90 17310
/proc/meminfo: memFree=1508840/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=6.23
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 23813 0 1 0 606 17 0 0 18 0 9 0 260417456 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 23193 1989 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=5.6
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15549 0 1 0 549 11 0 0 25 0 9 0 260417457 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4125978430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.3
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 6881 0 0 0 26 4 0 0 16 0 9 0 260417458 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.3
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 648 0 0 0 29 1 0 0 16 0 9 0 260417460 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) R 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 23193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867496

[startup+12.7016 s]
/proc/loadavg: 2.17 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482664/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=12.56
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30153 0 1 0 1235 21 0 0 18 0 9 0 260417456 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29521 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=11.47
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15570 0 1 0 1136 11 0 0 25 0 9 0 260417457 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4127347437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.65
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 13130 0 0 0 58 7 0 0 16 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.41
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 718 0 0 0 40 1 0 0 15 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867496

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

[startup+12.8026 s]
/proc/loadavg: 2.17 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482664/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=12.66
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30154 0 1 0 1245 21 0 0 18 0 9 0 260417456 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29521 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=11.56
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15571 0 1 0 1145 11 0 0 25 0 9 0 260417457 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.65
/proc/17301/task/17304/stat : 17304 (java) R 17299 17301 15190 0 -1 64 13130 0 0 0 58 7 0 0 16 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 104179083 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.41
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 718 0 0 0 40 1 0 0 15 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867496

[startup+16.003 s]
/proc/loadavg: 2.17 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482664/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=15.83
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30161 0 1 0 1562 21 0 0 18 0 9 0 260417456 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29523 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=14.64
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15576 0 1 0 1453 11 0 0 25 0 9 0 260417457 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4127334064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.74
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 13130 0 0 0 67 7 0 0 16 0 9 0 260417458 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.42
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 720 0 0 0 41 1 0 0 16 0 9 0 260417460 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 867496

[startup+17.6022 s]
/proc/loadavg: 2.16 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482536/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=17.42
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30209 0 1 0 1721 21 0 0 18 0 9 0 260417456 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29569 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=16.19
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15578 0 1 0 1608 11 0 0 25 0 9 0 260417457 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4126730252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.78
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 13176 0 0 0 71 7 0 0 16 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.42
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 720 0 0 0 41 1 0 0 15 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 867496

[startup+18.0022 s]
/proc/loadavg: 2.16 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482536/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=17.81
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30209 0 1 0 1760 21 0 0 18 0 9 0 260417456 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29569 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=16.58
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15578 0 1 0 1647 11 0 0 25 0 9 0 260417457 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4127335459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.78
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 13176 0 0 0 71 7 0 0 16 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.42
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 720 0 0 0 41 1 0 0 16 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (KiB) 867496

[startup+18.2022 s]
/proc/loadavg: 2.16 2.05 2.01 3/90 17310
/proc/meminfo: memFree=1482536/2055920 swapFree=4180672/4192956
[pid=17301] ppid=17299 vsize=867496 CPUtime=18.01
/proc/17301/stat : 17301 (java) S 17299 17301 15190 0 -1 0 30211 0 1 0 1780 21 0 0 18 0 9 0 260417456 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17301/statm: 216874 29570 1992 9 0 211346 0
[pid=17301/tid=17303] ppid=17299 vsize=867496 CPUtime=16.77
/proc/17301/task/17303/stat : 17303 (java) R 17299 17301 15190 0 -1 64 15579 0 1 0 1666 11 0 0 25 0 9 0 260417457 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4127356303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17304] ppid=17299 vsize=867496 CPUtime=0.79
/proc/17301/task/17304/stat : 17304 (java) S 17299 17301 15190 0 -1 64 13177 0 0 0 72 7 0 0 16 0 9 0 260417458 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17305] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17305/stat : 17305 (java) S 17299 17301 15190 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 260417458 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17306] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17306/stat : 17306 (java) S 17299 17301 15190 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 260417458 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17307] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17307/stat : 17307 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 260417460 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17308] ppid=17299 vsize=867496 CPUtime=0.42
/proc/17301/task/17308/stat : 17308 (java) S 17299 17301 15190 0 -1 64 720 0 0 0 41 1 0 0 16 0 9 0 260417460 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17309] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17309/stat : 17309 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 260417460 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17301/tid=17310] ppid=17299 vsize=867496 CPUtime=0
/proc/17301/task/17310/stat : 17310 (java) S 17299 17301 15190 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 260417460 888315904 29570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.01
Current children cumulated vsize (KiB) 867496

Child status: 0
Real time (s): 18.2947
CPU time (s): 18.0832
CPU user time (s): 17.8453
CPU system time (s): 0.237963
CPU usage (%): 98.8444
Max. virtual memory (cumulated for all children) (KiB): 867496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8453
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30225
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2685
involuntary context switches= 3379

runsolver used 0.016997 second user time and 0.072988 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 14:03:56
IDJOB=1088610
IDBENCH=58092
IDSOLVER=349
FILE ID=node82/1088610-1215259436
PBS_JOBID= 7882038
Free space on /tmp= 66480 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088610-1215259436/watcher-1088610-1215259436 -o /tmp/evaluation-result-1088610-1215259436/solver-1088610-1215259436 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1088610-1215259436.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1e9997924d7e314983d38e0bb7239ab4
RANDOM SEED=778202054

node82.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1594272 kB
Buffers:         25872 kB
Cached:         236428 kB
SwapCached:       5892 kB
Active:         328280 kB
Inactive:        86708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594272 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            7916 kB
Writeback:           0 kB
Mapped:         165796 kB
Slab:            31756 kB
Committed_AS:  1448260 kB
PageTables:       2052 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= 66476 MiB
End job on node82 at 2008-07-05 14:04:15