Trace number 1105360

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
Minion/Tailor 2008-07-04? (TO) 1800.01 1815.22

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-11.xml
MD5SUM995ab5e30175a498c1eb15b93ed7231d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.4632
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28733
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28513
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

141.19/144.46	c Finished tailoring XCSP instance to Minion. Starting solving

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1105360-1215199790/watcher-1105360-1215199790 -o /tmp/evaluation-result-1105360-1215199790/solver-1105360-1215199790 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105360-1215199790.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.10 1.63 3/80 30547
/proc/meminfo: memFree=1665188/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=152 CPUtime=0
/proc/30548/stat : 30548 (java) R 30547 30547 29295 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 675705588 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 10260779 0 0 4096 0 0 0 0 17 1 0 0
/proc/30548/statm: 38 26 19 9 0 4 0

[startup+0.0755949 s]
/proc/loadavg: 2.10 2.10 1.63 3/80 30547
/proc/meminfo: memFree=1665188/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=864008 CPUtime=0.05
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 3086 0 1 0 4 1 0 0 18 0 9 0 675705588 884744192 2589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 216002 2589 1563 9 0 210564 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 869364

[startup+0.101598 s]
/proc/loadavg: 2.10 2.10 1.63 3/80 30547
/proc/meminfo: memFree=1665188/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=864220 CPUtime=0.08
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 3510 0 1 0 7 1 0 0 18 0 9 0 675705588 884961280 2962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 216055 2962 1725 9 0 210617 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 869576

[startup+0.301617 s]
/proc/loadavg: 2.10 2.10 1.63 3/80 30547
/proc/meminfo: memFree=1665188/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=864860 CPUtime=0.28
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 4529 0 1 0 26 2 0 0 18 0 9 0 675705588 885616640 3962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 216215 3962 1822 9 0 210777 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 870216

[startup+0.701659 s]
/proc/loadavg: 2.10 2.10 1.63 3/80 30547
/proc/meminfo: memFree=1665188/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=864980 CPUtime=0.68
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 10218 0 1 0 62 6 0 0 18 0 9 0 675705588 885739520 9641 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 216245 9641 1843 9 0 210807 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870336

[startup+1.50274 s]
/proc/loadavg: 2.17 2.12 1.64 3/90 30557
/proc/meminfo: memFree=1616980/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=865044 CPUtime=1.47
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 16248 0 1 0 138 9 0 0 18 0 9 0 675705588 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 216261 15660 1866 9 0 210823 0
[pid=30548/tid=30550] ppid=30547 vsize=865044 CPUtime=0.98
/proc/30548/task/30550/stat : 30550 (java) R 30547 30547 29295 0 -1 64 4964 0 1 0 95 3 0 0 25 0 9 0 675705589 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=865044 CPUtime=0.3
/proc/30548/task/30551/stat : 30551 (java) S 30547 30547 29295 0 -1 64 10039 0 0 0 26 4 0 0 16 0 9 0 675705590 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=865044 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30547 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675705590 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30553] ppid=30547 vsize=865044 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30547 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675705590 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30554] ppid=30547 vsize=865044 CPUtime=0
/proc/30548/task/30554/stat : 30554 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 675705592 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=865044 CPUtime=0.16
/proc/30548/task/30555/stat : 30555 (java) R 30547 30547 29295 0 -1 64 512 0 0 0 16 0 0 0 16 0 9 0 675705592 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 101799613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30556] ppid=30547 vsize=865044 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 675705592 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30557] ppid=30547 vsize=865044 CPUtime=0
/proc/30548/task/30557/stat : 30557 (java) S 30547 30547 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675705592 885805056 15660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 870400

[startup+3.10292 s]
/proc/loadavg: 2.17 2.12 1.64 4/90 30557
/proc/meminfo: memFree=1601748/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=868728 CPUtime=3.06
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 19752 0 1 0 295 11 0 0 18 0 9 0 675705588 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 217182 19059 1866 9 0 211744 0
[pid=30548/tid=30550] ppid=30547 vsize=868728 CPUtime=2.22
/proc/30548/task/30550/stat : 30550 (java) R 30547 30547 29295 0 -1 64 5038 0 1 0 219 3 0 0 25 0 9 0 675705589 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4126842648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868728 CPUtime=0.56
/proc/30548/task/30551/stat : 30551 (java) S 30547 30547 29295 0 -1 64 12459 0 0 0 51 5 0 0 16 0 9 0 675705590 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30547 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30547 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30554/stat : 30554 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 675705592 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868728 CPUtime=0.25
/proc/30548/task/30555/stat : 30555 (java) S 30547 30547 29295 0 -1 64 1522 0 0 0 24 1 0 0 17 0 9 0 675705592 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 675705592 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30557] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30557/stat : 30557 (java) S 30547 30547 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675705592 889577472 19059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 874084

[startup+6.30123 s]
/proc/loadavg: 2.17 2.12 1.64 3/90 30557
/proc/meminfo: memFree=1587412/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=868728 CPUtime=5.49
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 21975 0 1 0 536 13 0 0 18 0 9 0 675705588 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 217182 21228 1869 9 0 211744 0
[pid=30548/tid=30550] ppid=30547 vsize=868728 CPUtime=4.4
/proc/30548/task/30550/stat : 30550 (java) R 30547 30547 29295 0 -1 64 5106 0 1 0 436 4 0 0 25 0 9 0 675705589 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868728 CPUtime=0.78
/proc/30548/task/30551/stat : 30551 (java) S 30547 30547 29295 0 -1 64 14597 0 0 0 72 6 0 0 16 0 9 0 675705590 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30547 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30547 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30554/stat : 30554 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 675705592 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868728 CPUtime=0.27
/proc/30548/task/30555/stat : 30555 (java) S 30547 30547 29295 0 -1 64 1539 0 0 0 26 1 0 0 16 0 9 0 675705592 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 675705592 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30557] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30557/stat : 30557 (java) S 30547 30547 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675705592 889577472 21228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 874084

[startup+12.7029 s]
/proc/loadavg: 2.45 2.18 1.66 3/90 30557
/proc/meminfo: memFree=1581524/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=868728 CPUtime=11.58
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 22945 0 1 0 1144 14 0 0 18 0 9 0 675705588 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 217182 22191 1869 9 0 211744 0
[pid=30548/tid=30550] ppid=30547 vsize=868728 CPUtime=10.39
/proc/30548/task/30550/stat : 30550 (java) R 30547 30547 29295 0 -1 64 5114 0 1 0 1035 4 0 0 25 0 9 0 675705589 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868728 CPUtime=0.87
/proc/30548/task/30551/stat : 30551 (java) S 30547 30547 29295 0 -1 64 15556 0 0 0 80 7 0 0 17 0 9 0 675705590 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30547 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30547 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30554/stat : 30554 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 675705592 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868728 CPUtime=0.28
/proc/30548/task/30555/stat : 30555 (java) S 30547 30547 29295 0 -1 64 1542 0 0 0 27 1 0 0 17 0 9 0 675705592 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30547 29295 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 675705592 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30557] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30557/stat : 30557 (java) S 30547 30547 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675705592 889577472 22191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 874084

[startup+25.5024 s]
/proc/loadavg: 2.61 2.22 1.68 3/90 30557
/proc/meminfo: memFree=1571412/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675705587 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 235 195 169 0 50 0
[pid=30548] ppid=30547 vsize=868728 CPUtime=24.27
/proc/30548/stat : 30548 (java) S 30547 30547 29295 0 -1 0 25506 0 1 0 2412 15 0 0 18 0 9 0 675705588 889577472 24744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30548/statm: 217182 24744 1869 9 0 211744 0
[pid=30548/tid=30550] ppid=30547 vsize=868728 CPUtime=22.9
/proc/30548/task/30550/stat : 30550 (java) R 30547 30547 29295 0 -1 64 5122 0 1 0 2286 4 0 0 25 0 9 0 675705589 889577472 24744 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868728 CPUtime=1.05
/proc/30548/task/30551/stat : 30551 (java) S 30547 30547 29295 0 -1 64 18109 0 0 0 97 8 0 0 16 0 9 0 675705590 889577472 24744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30547 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 24744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868728 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30547 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675705590 889577472 24744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1173.43
Current children cumulated vsize (KiB) 93564

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1597012/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1091.92
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 109180 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670045 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1233.13
Current children cumulated vsize (KiB) 93564

[startup+1302.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1597012/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1151.61
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 115149 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1292.82
Current children cumulated vsize (KiB) 93564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1597012/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1211.31
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 121119 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1352.52
Current children cumulated vsize (KiB) 93564

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1597012/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1271.01
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 127089 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670050 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1412.22
Current children cumulated vsize (KiB) 93564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1596948/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1330.7
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 133058 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1471.91
Current children cumulated vsize (KiB) 93564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 30559
/proc/meminfo: memFree=1596756/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1390.4
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 139028 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1531.61
Current children cumulated vsize (KiB) 93564

[startup+1602.3 s]
/proc/loadavg: 2.90 2.21 1.98 4/90 30596
/proc/meminfo: memFree=1526420/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1449.1
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 144898 12 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134607589 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1590.31
Current children cumulated vsize (KiB) 93564

[startup+1662.3 s]
/proc/loadavg: 3.65 2.57 2.12 4/90 30633
/proc/meminfo: memFree=1618836/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1508.11
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 150797 14 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670074 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1649.32
Current children cumulated vsize (KiB) 93564

[startup+1722.3 s]
/proc/loadavg: 4.09 2.89 2.25 3/90 30633
/proc/meminfo: memFree=1596500/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1566.53
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 156638 15 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 139063025 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1707.74
Current children cumulated vsize (KiB) 93564

[startup+1782.3 s]
/proc/loadavg: 3.45 2.89 2.29 2/77 30724
/proc/meminfo: memFree=1634748/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1625.92
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 162575 17 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535936 0 0 4096 8194 0 0 0 17 0 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1767.13
Current children cumulated vsize (KiB) 93564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 3.67 2.99 2.34 2/77 30724
/proc/meminfo: memFree=1645436/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1658.8
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 165862 18 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 1 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 93564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1815.2 s]
/proc/loadavg: 3.67 2.99 2.34 2/77 30724
/proc/meminfo: memFree=1645436/2055920 swapFree=4146768/4192956
[pid=30547] ppid=30545 vsize=5360 CPUtime=141.21
/proc/30547/stat : 30547 (solve.sh) S 30545 30547 29295 0 -1 4194304 310 39999 0 1 0 0 14092 29 18 0 1 0 675705587 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30547/statm: 1340 236 195 169 0 51 0
[pid=30558] ppid=30547 vsize=88204 CPUtime=1658.8
/proc/30558/stat : 30558 (ld-linux.so.2) R 30547 30547 29295 0 -1 4194304 20199 0 0 0 165862 18 0 0 25 0 1 100 675720034 90320896 16317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 1 0 0
/proc/30558/statm: 22051 16317 429 29 0 16105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 93564

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30547 and gives
#  childrusage.ru_utime.tv_sec=140
#  childrusage.ru_utime.tv_usec=929575
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=300954
# CPU time returned by wait4() is 141.231
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.22
CPU time (s): 1800.01
CPU user time (s): 1799.54
CPU system time (s): 0.47
CPU usage (%): 99.1622
Max. virtual memory (cumulated for all children) (KiB): 875088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.93
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40309
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= 5851
involuntary context switches= 7583

runsolver used 3.60545 second user time and 9.57754 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 21:29:50
IDJOB=1105360
IDBENCH=54129
IDSOLVER=369
FILE ID=node90/1105360-1215199790
PBS_JOBID= 7881636
Free space on /tmp= 66524 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-11.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105360-1215199790/watcher-1105360-1215199790 -o /tmp/evaluation-result-1105360-1215199790/solver-1105360-1215199790 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105360-1215199790.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 995ab5e30175a498c1eb15b93ed7231d
RANDOM SEED=104656733

node90.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.236
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.236
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:       1665604 kB
Buffers:         42540 kB
Cached:         215740 kB
SwapCached:      37656 kB
Active:         271180 kB
Inactive:        59612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665604 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:           33652 kB
Writeback:           0 kB
Mapped:          77300 kB
Slab:            44000 kB
Committed_AS:   949604 kB
PageTables:       2416 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= 66496 MiB
End job on node90 at 2008-07-04 22:00:07