Trace number 1104341

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.11 1846.51

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-2_ext.xml
MD5SUM45a624dd25b687dc97019ab33ec3f72b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5704
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

38.28/40.03	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-1104341-1215198380/watcher-1104341-1215198380 -o /tmp/evaluation-result-1104341-1215198380/solver-1104341-1215198380 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1104341-1215198380.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.92 2.98 3.04 5/90 28431
/proc/meminfo: memFree=1839576/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=1804 CPUtime=0
/proc/28432/stat : 28432 (java) R 28431 28431 26441 0 -1 0 172 0 0 0 0 0 0 0 18 0 1 0 642763934 1847296 146 996147200 134512640 134550740 4294956192 18446744073709551615 4418368 0 0 4096 0 0 0 0 17 1 0 0
/proc/28432/statm: 459 149 111 9 0 101 0

[startup+0.153754 s]
/proc/loadavg: 2.92 2.98 3.04 5/90 28431
/proc/meminfo: memFree=1839576/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=860016 CPUtime=0.02
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 1698 0 1 0 1 1 0 0 18 0 5 0 642763934 880656384 1358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 215004 1358 770 9 0 209983 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 865372

[startup+0.201757 s]
/proc/loadavg: 2.92 2.98 3.04 5/90 28431
/proc/meminfo: memFree=1839576/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=860016 CPUtime=0.02
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 1698 0 1 0 1 1 0 0 18 0 5 0 642763934 880656384 1358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 215004 1358 770 9 0 209983 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 865372

[startup+0.301774 s]
/proc/loadavg: 2.92 2.98 3.04 5/90 28431
/proc/meminfo: memFree=1839576/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=860988 CPUtime=0.03
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 2113 0 1 0 2 1 0 0 18 0 7 0 642763934 881651712 1675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 215247 1675 912 9 0 210226 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 866344

[startup+0.701827 s]
/proc/loadavg: 2.92 2.98 3.04 5/90 28431
/proc/meminfo: memFree=1839576/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=864444 CPUtime=0.19
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 4013 0 1 0 17 2 0 0 18 0 9 0 642763934 885190656 3446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216111 3446 1819 9 0 210673 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 869800

[startup+1.50192 s]
/proc/loadavg: 2.92 2.98 3.04 4/100 28441
/proc/meminfo: memFree=1827336/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=864924 CPUtime=0.31
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 5288 0 1 0 29 2 0 0 18 0 9 0 642763934 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216231 4716 1827 9 0 210793 0
[pid=28432/tid=28434] ppid=28431 vsize=864924 CPUtime=0.23
/proc/28432/task/28434/stat : 28434 (java) R 28431 28431 26441 0 -1 64 4098 0 1 0 21 2 0 0 25 0 9 0 642763944 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28435] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28435/stat : 28435 (java) S 28431 28431 26441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642763946 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28436] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28436/stat : 28436 (java) S 28431 28431 26441 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 642763946 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28437] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28437/stat : 28437 (java) S 28431 28431 26441 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 642763946 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28438] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28438/stat : 28438 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 642763958 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28439] ppid=28431 vsize=864924 CPUtime=0.08
/proc/28432/task/28439/stat : 28439 (java) S 28431 28431 26441 0 -1 64 460 0 0 0 8 0 0 0 16 0 9 0 642763958 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28440] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28440/stat : 28440 (java) S 28431 28431 26441 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642763968 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28441] ppid=28431 vsize=864924 CPUtime=0
/proc/28432/task/28441/stat : 28441 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642763968 885682176 4716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 870280

[startup+3.10213 s]
/proc/loadavg: 2.92 2.98 3.04 4/100 28441
/proc/meminfo: memFree=1811272/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=865048 CPUtime=1.77
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 9259 0 1 0 173 4 0 0 18 0 9 0 642763934 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216262 8681 1855 9 0 210824 0
[pid=28432/tid=28434] ppid=28431 vsize=865048 CPUtime=1.51
/proc/28432/task/28434/stat : 28434 (java) R 28431 28431 26441 0 -1 64 4905 0 1 0 149 2 0 0 25 0 9 0 642763944 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28435] ppid=28431 vsize=865048 CPUtime=0.09
/proc/28432/task/28435/stat : 28435 (java) S 28431 28431 26441 0 -1 64 3115 0 0 0 8 1 0 0 17 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28436] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28436/stat : 28436 (java) S 28431 28431 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28437] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28437/stat : 28437 (java) S 28431 28431 26441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28438] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28438/stat : 28438 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28439] ppid=28431 vsize=865048 CPUtime=0.15
/proc/28432/task/28439/stat : 28439 (java) S 28431 28431 26441 0 -1 64 504 0 0 0 15 0 0 0 15 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28440] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28440/stat : 28440 (java) S 28431 28431 26441 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28441] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28441/stat : 28441 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 870404

[startup+6.30254 s]
/proc/loadavg: 2.93 2.98 3.04 5/100 28441
/proc/meminfo: memFree=1810120/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=865048 CPUtime=4.93
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 9259 0 1 0 488 5 0 0 18 0 9 0 642763934 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216262 8681 1855 9 0 210824 0
[pid=28432/tid=28434] ppid=28431 vsize=865048 CPUtime=4.67
/proc/28432/task/28434/stat : 28434 (java) R 28431 28431 26441 0 -1 64 4905 0 1 0 464 3 0 0 25 0 9 0 642763944 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28435] ppid=28431 vsize=865048 CPUtime=0.09
/proc/28432/task/28435/stat : 28435 (java) S 28431 28431 26441 0 -1 64 3115 0 0 0 8 1 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28436] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28436/stat : 28436 (java) S 28431 28431 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28437] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28437/stat : 28437 (java) S 28431 28431 26441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28438] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28438/stat : 28438 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28439] ppid=28431 vsize=865048 CPUtime=0.15
/proc/28432/task/28439/stat : 28439 (java) S 28431 28431 26441 0 -1 64 504 0 0 0 15 0 0 0 15 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28440] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28440/stat : 28440 (java) S 28431 28431 26441 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28441] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28441/stat : 28441 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 870404

[startup+12.7023 s]
/proc/loadavg: 3.01 3.00 3.04 4/100 28441
/proc/meminfo: memFree=1811544/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=865048 CPUtime=11.26
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 9259 0 1 0 1121 5 0 0 18 0 9 0 642763934 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216262 8681 1855 9 0 210824 0
[pid=28432/tid=28434] ppid=28431 vsize=865048 CPUtime=11
/proc/28432/task/28434/stat : 28434 (java) R 28431 28431 26441 0 -1 64 4905 0 1 0 1097 3 0 0 25 0 9 0 642763944 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28435] ppid=28431 vsize=865048 CPUtime=0.09
/proc/28432/task/28435/stat : 28435 (java) S 28431 28431 26441 0 -1 64 3115 0 0 0 8 1 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28436] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28436/stat : 28436 (java) S 28431 28431 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28437] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28437/stat : 28437 (java) S 28431 28431 26441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28438] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28438/stat : 28438 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28439] ppid=28431 vsize=865048 CPUtime=0.15
/proc/28432/task/28439/stat : 28439 (java) S 28431 28431 26441 0 -1 64 504 0 0 0 15 0 0 0 15 0 9 0 642763958 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28440] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28440/stat : 28440 (java) S 28431 28431 26441 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28441] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28441/stat : 28441 (java) S 28431 28431 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642763968 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 870404

[startup+25.5019 s]
/proc/loadavg: 3.01 3.00 3.04 4/100 28441
/proc/meminfo: memFree=1811672/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5356 CPUtime=0
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 642763934 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28431/statm: 1339 235 195 169 0 50 0
[pid=28432] ppid=28431 vsize=865048 CPUtime=23.94
/proc/28432/stat : 28432 (java) S 28431 28431 26441 0 -1 0 9259 0 1 0 2389 5 0 0 18 0 9 0 642763934 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28432/statm: 216262 8681 1855 9 0 210824 0
[pid=28432/tid=28434] ppid=28431 vsize=865048 CPUtime=23.68
/proc/28432/task/28434/stat : 28434 (java) R 28431 28431 26441 0 -1 64 4905 0 1 0 2365 3 0 0 25 0 9 0 642763944 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28435] ppid=28431 vsize=865048 CPUtime=0.09
/proc/28432/task/28435/stat : 28435 (java) S 28431 28431 26441 0 -1 64 3115 0 0 0 8 1 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28436] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28436/stat : 28436 (java) S 28431 28431 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28432/tid=28437] ppid=28431 vsize=865048 CPUtime=0
/proc/28432/task/28437/stat : 28437 (java) S 28431 28431 26441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642763946 885809152 8681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=28442] ppid=28431 vsize=56192 CPUtime=1041.09
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 104102 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870557 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1079.38
Current children cumulated vsize (KiB) 61552

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/84 28482
/proc/meminfo: memFree=1757784/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1100.79
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 110072 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870621 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1139.08
Current children cumulated vsize (KiB) 61552

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/84 28482
/proc/meminfo: memFree=1757656/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1160.51
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 116044 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870513 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1198.8
Current children cumulated vsize (KiB) 61552

[startup+1302.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/84 28482
/proc/meminfo: memFree=1757656/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1220.21
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 122014 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615873 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1258.5
Current children cumulated vsize (KiB) 61552

[startup+1362.3 s]
/proc/loadavg: 3.14 3.03 3.01 4/84 28482
/proc/meminfo: memFree=1757592/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1279.93
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 127986 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870611 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1318.22
Current children cumulated vsize (KiB) 61552

[startup+1422.3 s]
/proc/loadavg: 3.25 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757528/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1339.64
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 133957 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615863 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1377.93
Current children cumulated vsize (KiB) 61552

[startup+1482.3 s]
/proc/loadavg: 3.16 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757528/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1399.34
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 139927 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615873 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1437.63
Current children cumulated vsize (KiB) 61552

[startup+1542.31 s]
/proc/loadavg: 3.12 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757464/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1459.06
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 145899 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870613 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1497.35
Current children cumulated vsize (KiB) 61552

[startup+1602.3 s]
/proc/loadavg: 3.10 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757464/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1518.76
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 151869 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615873 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1557.05
Current children cumulated vsize (KiB) 61552

[startup+1662.3 s]
/proc/loadavg: 3.09 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757400/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1578.47
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 157840 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615871 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1616.76
Current children cumulated vsize (KiB) 61552

[startup+1722.3 s]
/proc/loadavg: 3.08 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757336/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1638.18
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 163811 7 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148871712 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1676.47
Current children cumulated vsize (KiB) 61552

[startup+1782.3 s]
/proc/loadavg: 3.07 3.08 3.02 4/84 28482
/proc/meminfo: memFree=1757336/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1697.9
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 169782 8 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870598 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1736.19
Current children cumulated vsize (KiB) 61552

[startup+1842.3 s]
/proc/loadavg: 3.02 3.06 3.02 4/84 28482
/proc/meminfo: memFree=1757272/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1757.61
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 175753 8 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870548 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (KiB) 61552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1846.5 s]
/proc/loadavg: 3.02 3.06 3.02 4/84 28482
/proc/meminfo: memFree=1757208/2055920 swapFree=3921008/4192956
[pid=28431] ppid=28429 vsize=5360 CPUtime=38.29
/proc/28431/stat : 28431 (solve.sh) S 28429 28431 26441 0 -1 4194304 310 12714 0 1 0 0 3820 9 18 0 1 0 642763934 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28431/statm: 1340 236 195 169 0 51 0
[pid=28442] ppid=28431 vsize=56192 CPUtime=1761.79
/proc/28442/stat : 28442 (ld-linux.so.2) R 28431 28431 26441 0 -1 4194304 10401 0 7 0 176171 8 0 0 25 0 1 100 642767938 57540608 8403 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870817 0 0 4096 8194 0 0 0 17 1 0 0
/proc/28442/statm: 14048 8403 379 29 0 8102 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 61552

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1846.51
CPU time (s): 1800.11
CPU user time (s): 1799.93
CPU system time (s): 0.180972
CPU usage (%): 97.487
Max. virtual memory (cumulated for all children) (KiB): 871116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23425
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1819
involuntary context switches= 25026

runsolver used 1.9817 second user time and 6.37203 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 21:06:20
IDJOB=1104341
IDBENCH=53539
IDSOLVER=369
FILE ID=node92/1104341-1215198380
PBS_JOBID= 7881595
Free space on /tmp= 66476 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-2_ext.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1104341-1215198380/watcher-1104341-1215198380 -o /tmp/evaluation-result-1104341-1215198380/solver-1104341-1215198380 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1104341-1215198380.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45a624dd25b687dc97019ab33ec3f72b
RANDOM SEED=2048989387

node92.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.223
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.223
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:       1840056 kB
Buffers:          3016 kB
Cached:          96852 kB
SwapCached:       6824 kB
Active:         127980 kB
Inactive:        35212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840056 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:           30404 kB
Writeback:           0 kB
Mapped:          79848 kB
Slab:            36488 kB
Committed_AS:  1519108 kB
PageTables:       3052 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= 66420 MiB
End job on node92 at 2008-07-04 21:37:09