Trace number 1106547

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.08 1820.52

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1.xml
MD5SUMf0ac043490c99c87c4cf60cd6584d033
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data (download as text)

45.92/51.49	c Finished tailoring XCSP instance to Minion. Starting solving
1800.06/1820.51	HOME/solve.sh: line 8: 19755 Terminated              /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./minion -cspcomp -preprocess SAC -varorder wdeg -timelimit $TIMEOUT ${TMPDIR}/problem.minion

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

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.82 4/73 19744
/proc/meminfo: memFree=1467512/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) R 19742 19744 19302 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 704093887 5484544 233 996147200 4194304 4889804 548682068832 18446744073709551615 226238364261 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/19744/statm: 1339 233 194 169 0 50 0

[startup+0.074517 s]
/proc/loadavg: 1.91 1.95 1.82 4/73 19744
/proc/meminfo: memFree=1467512/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101519 s]
/proc/loadavg: 1.91 1.95 1.82 4/73 19744
/proc/meminfo: memFree=1467512/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301552 s]
/proc/loadavg: 1.91 1.95 1.82 4/73 19744
/proc/meminfo: memFree=1467512/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701619 s]
/proc/loadavg: 1.91 1.95 1.82 4/73 19744
/proc/meminfo: memFree=1467512/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50275 s]
/proc/loadavg: 1.91 1.95 1.82 2/79 19750
/proc/meminfo: memFree=1463752/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 1605 0 1 0 0 0 0 0 18 0 5 0 704093888 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 215004 1273 704 9 0 209983 0
[pid=19746/tid=19747] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19747/stat : 19747 (java) S 19744 19744 19302 0 -1 64 881 0 1 0 0 0 0 0 16 0 5 0 704093889 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19748/stat : 19748 (java) S 19744 19744 19302 0 -1 64 3 0 0 0 0 0 0 0 16 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 3 0 0 0 0 0 0 0 20 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 865372

[startup+3.10202 s]
/proc/loadavg: 1.91 1.95 1.82 2/79 19750
/proc/meminfo: memFree=1464968/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 1605 0 1 0 0 0 0 0 18 0 5 0 704093888 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 215004 1273 704 9 0 209983 0
[pid=19746/tid=19747] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19747/stat : 19747 (java) S 19744 19744 19302 0 -1 64 881 0 1 0 0 0 0 0 16 0 5 0 704093889 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19748/stat : 19748 (java) S 19744 19744 19302 0 -1 64 3 0 0 0 0 0 0 0 16 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=860016 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 3 0 0 0 0 0 0 0 20 0 5 0 704093890 880656384 1273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 865372

[startup+6.30257 s]
/proc/loadavg: 1.84 1.94 1.82 4/83 19754
/proc/meminfo: memFree=1460576/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=868272 CPUtime=1.25
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 12476 0 2 0 118 7 0 0 18 0 9 0 704093888 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 217068 11897 1863 9 0 211630 0
[pid=19746/tid=19747] ppid=19744 vsize=868272 CPUtime=0.86
/proc/19746/task/19747/stat : 19747 (java) R 19744 19744 19302 0 -1 64 4951 0 2 0 84 2 0 0 25 0 9 0 704093889 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=868272 CPUtime=0.15
/proc/19746/task/19748/stat : 19748 (java) S 19744 19744 19302 0 -1 64 5497 0 0 0 13 2 0 0 16 0 9 0 704093890 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=868272 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 704093890 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=868272 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 704093890 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19751] ppid=19744 vsize=868272 CPUtime=0
/proc/19746/task/19751/stat : 19751 (java) S 19744 19744 19302 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 704094394 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19752] ppid=19744 vsize=868272 CPUtime=0.21
/proc/19746/task/19752/stat : 19752 (java) R 19744 19744 19302 0 -1 64 1294 0 0 0 20 1 0 0 16 0 9 0 704094394 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 101485609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19753] ppid=19744 vsize=868272 CPUtime=0
/proc/19746/task/19753/stat : 19753 (java) S 19744 19744 19302 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 704094394 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19754] ppid=19744 vsize=868272 CPUtime=0
/proc/19746/task/19754/stat : 19754 (java) S 19744 19744 19302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 704094394 889110528 11897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 873628

[startup+12.7016 s]
/proc/loadavg: 1.85 1.94 1.82 3/83 19754
/proc/meminfo: memFree=1380832/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=868744 CPUtime=7.59
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 25318 0 2 0 746 13 0 0 18 0 9 0 704093888 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 217186 24619 1868 9 0 211748 0
[pid=19746/tid=19747] ppid=19744 vsize=868744 CPUtime=6.34
/proc/19746/task/19747/stat : 19747 (java) R 19744 19744 19302 0 -1 64 5056 0 2 0 631 3 0 0 25 0 9 0 704093889 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=868744 CPUtime=0.96
/proc/19746/task/19748/stat : 19748 (java) R 19744 19744 19302 0 -1 64 17982 0 0 0 88 8 0 0 16 0 9 0 704093890 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19751] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19751/stat : 19751 (java) S 19744 19744 19302 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 704094394 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19752] ppid=19744 vsize=868744 CPUtime=0.27
/proc/19746/task/19752/stat : 19752 (java) S 19744 19744 19302 0 -1 64 1546 0 0 0 26 1 0 0 16 0 9 0 704094394 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19753] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19753/stat : 19753 (java) S 19744 19744 19302 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 704094394 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19754] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19754/stat : 19754 (java) S 19744 19744 19302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 704094394 889593856 24619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 874100

[startup+25.5028 s]
/proc/loadavg: 1.89 1.94 1.82 3/83 19754
/proc/meminfo: memFree=1323560/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=868744 CPUtime=20.26
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 39351 0 4 0 2007 19 0 0 18 0 9 0 704093888 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 217186 38347 2563 9 0 211748 0
[pid=19746/tid=19747] ppid=19744 vsize=868744 CPUtime=17.53
/proc/19746/task/19747/stat : 19747 (java) R 19744 19744 19302 0 -1 64 5127 0 2 0 1749 4 0 0 25 0 9 0 704093889 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=868744 CPUtime=2.44
/proc/19746/task/19748/stat : 19748 (java) S 19744 19744 19302 0 -1 64 31944 0 2 0 231 13 0 0 16 0 9 0 704093890 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19751] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19751/stat : 19751 (java) S 19744 19744 19302 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 704094394 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19752] ppid=19744 vsize=868744 CPUtime=0.27
/proc/19746/task/19752/stat : 19752 (java) S 19744 19744 19302 0 -1 64 1546 0 0 0 26 1 0 0 16 0 9 0 704094394 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19753] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19753/stat : 19753 (java) S 19744 19744 19302 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 704094394 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19754] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19754/stat : 19754 (java) S 19744 19744 19302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 704094394 889593856 38347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.26
Current children cumulated vsize (KiB) 874100

[startup+51.1021 s]
/proc/loadavg: 2.06 1.98 1.83 3/83 19754
/proc/meminfo: memFree=1323688/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5356 CPUtime=0
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 704093887 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1339 235 195 169 0 50 0
[pid=19746] ppid=19744 vsize=868744 CPUtime=45.62
/proc/19746/stat : 19746 (java) S 19744 19744 19302 0 -1 0 39932 0 4 0 4541 21 0 0 18 0 9 0 704093888 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 217186 38392 2563 9 0 211748 0
[pid=19746/tid=19747] ppid=19744 vsize=868744 CPUtime=40.03
/proc/19746/task/19747/stat : 19747 (java) R 19744 19744 19302 0 -1 64 5289 0 2 0 3999 4 0 0 25 0 9 0 704093889 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4126377860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19748] ppid=19744 vsize=868744 CPUtime=5.27
/proc/19746/task/19748/stat : 19748 (java) S 19744 19744 19302 0 -1 64 32337 0 2 0 513 14 0 0 16 0 9 0 704093890 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19749] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19749/stat : 19749 (java) S 19744 19744 19302 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19750] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19750/stat : 19750 (java) S 19744 19744 19302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 704093890 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19751] ppid=19744 vsize=868744 CPUtime=0
/proc/19746/task/19751/stat : 19751 (java) S 19744 19744 19302 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 704094394 889593856 38392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19746/tid=19752] ppid=19744 vsize=868744 CPUtime=0.3

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

/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1060.69
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5527 0 0 0 106063 6 0 0 25 0 1 100 704099037 41132032 4123 996147200 1448431616 1448550632 4294956176 18446744073709551615 134558655 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4123 439 29 0 4096 0
Current children cumulated CPU time (s) 1106.69
Current children cumulated vsize (KiB) 45528

[startup+1182.3 s]
/proc/loadavg: 2.14 2.03 1.93 3/75 19761
/proc/meminfo: memFree=1451816/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1120.13
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5527 0 0 0 112006 7 0 0 25 0 1 100 704099037 41132032 4123 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616315 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4123 439 29 0 4096 0
Current children cumulated CPU time (s) 1166.13
Current children cumulated vsize (KiB) 45528

[startup+1242.3 s]
/proc/loadavg: 2.12 2.04 1.94 3/75 19761
/proc/meminfo: memFree=1451816/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1179.57
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5527 0 0 0 117950 7 0 0 25 0 1 100 704099037 41132032 4123 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616315 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4123 439 29 0 4096 0
Current children cumulated CPU time (s) 1225.57
Current children cumulated vsize (KiB) 45528

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/75 19761
/proc/meminfo: memFree=1451816/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1239
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 123893 7 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616313 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1285
Current children cumulated vsize (KiB) 45528

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/75 19761
/proc/meminfo: memFree=1451816/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1298.43
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 129836 7 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134558804 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1344.43
Current children cumulated vsize (KiB) 45528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 19761
/proc/meminfo: memFree=1451880/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1357.86
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 135779 7 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616334 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1403.86
Current children cumulated vsize (KiB) 45528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 19761
/proc/meminfo: memFree=1451880/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1417.3
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 141722 8 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 140580801 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1463.3
Current children cumulated vsize (KiB) 45528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 19761
/proc/meminfo: memFree=1451816/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1476.73
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 147665 8 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616315 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1522.73
Current children cumulated vsize (KiB) 45528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 19761
/proc/meminfo: memFree=1451624/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1536.17
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 153609 8 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670054 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1582.17
Current children cumulated vsize (KiB) 45528

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 1.95 3/75 19801
/proc/meminfo: memFree=664984/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1595.96
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 159586 10 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535954 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1641.96
Current children cumulated vsize (KiB) 45528

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/75 19801
/proc/meminfo: memFree=665496/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1655.91
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 165581 10 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134558981 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1701.91
Current children cumulated vsize (KiB) 45528

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/75 19801
/proc/meminfo: memFree=665432/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1715.88
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 171578 10 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134616315 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1761.88
Current children cumulated vsize (KiB) 45528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.51 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 19801
/proc/meminfo: memFree=665432/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1754.06
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 175396 10 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134559331 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 45528

Sending SIGTERM to process tree (bottom up)


[startup+olver just ended. Dumping a history of the last processes samples51820.51 s]
/proc/loadavg: 2.00 2.01 1.95 3/75 19801
/proc/meminfo: memFree=665432/2055920 swapFree=4156344/4192956
[pid=19744] ppid=19742 vsize=5360 CPUtime=46
/proc/19744/stat : 19744 (solve.sh) S 19742 19744 19302 0 -1 4194304 310 40026 0 4 0 0 4576 24 18 0 1 0 704093887 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19744/statm: 1340 236 195 169 0 51 0
[pid=19755] ppid=19744 vsize=40168 CPUtime=1754.06
/proc/19755/stat : 19755 (ld-linux.so.2) R 19744 19744 19302 0 -1 4194304 5538 0 0 0 175396 10 0 0 25 0 1 100 704099037 41132032 4134 996147200 1448431616 1448550632 4294956176 18446744073709551615 134559331 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19755/statm: 10042 4134 439 29 0 4096 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 45528

Child status: 143
Real time (s): 1820.52
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.355945
CPU usage (%): 98.8776
Max. virtual memory (cumulated for all children) (KiB): 874100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45889
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4054
involuntary context switches= 40195

runsolver used 2.76958 second user time and 5.49216 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 21:54:35
IDJOB=1106547
IDBENCH=54485
IDSOLVER=369
FILE ID=node58/1106547-1215201274
PBS_JOBID= 7881662
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=1766985592

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1467992 kB
Buffers:        101388 kB
Cached:         358348 kB
SwapCached:      30952 kB
Active:         236372 kB
Inactive:       273740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467992 kB
SwapTotal:     4192956 kB
SwapFree:      4156344 kB
Dirty:           31632 kB
Writeback:           0 kB
Mapped:          57484 kB
Slab:            63080 kB
Committed_AS:  1099664 kB
PageTables:       1812 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= 66484 MiB
End job on node58 at 2008-07-04 22:24:55