Trace number 1105366

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.06 1815.61

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20836
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

17.89/18.19	c Finished tailoring XCSP instance to Minion. Starting solving
1800.03/1815.60	HOME/solve.sh: line 8: 23681 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-1105366-1215199628/watcher-1105366-1215199628 -o /tmp/evaluation-result-1105366-1215199628/solver-1105366-1215199628 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105366-1215199628.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.85 1.41 1.15 4/73 23670
/proc/meminfo: memFree=1750120/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) R 23668 23670 19055 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 1998935685 5484544 233 996147200 4194304 4889804 548682068832 18446744073709551615 264840641125 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/23670/statm: 1339 233 194 169 0 50 0

[startup+0.079909 s]
/proc/loadavg: 1.85 1.41 1.15 4/73 23670
/proc/meminfo: memFree=1750120/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101911 s]
/proc/loadavg: 1.85 1.41 1.15 4/73 23670
/proc/meminfo: memFree=1750120/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301925 s]
/proc/loadavg: 1.85 1.41 1.15 4/73 23670
/proc/meminfo: memFree=1750120/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701973 s]
/proc/loadavg: 1.85 1.41 1.15 4/73 23670
/proc/meminfo: memFree=1750120/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50106 s]
/proc/loadavg: 1.85 1.41 1.15 4/83 23680
/proc/meminfo: memFree=1721432/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
[pid=23672] ppid=23670 vsize=868736 CPUtime=1.46
/proc/23672/stat : 23672 (java) S 23670 23670 19055 0 -1 0 10347 0 1 0 141 5 0 0 18 0 9 0 1998935686 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23672/statm: 217184 9711 1866 9 0 211746 0
[pid=23672/tid=23673] ppid=23670 vsize=868736 CPUtime=1.06
/proc/23672/task/23673/stat : 23673 (java) R 23670 23670 19055 0 -1 64 4978 0 1 0 104 2 0 0 25 0 9 0 1998935687 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4126374877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23674] ppid=23670 vsize=868736 CPUtime=0.14
/proc/23672/task/23674/stat : 23674 (java) S 23670 23670 19055 0 -1 64 3114 0 0 0 13 1 0 0 16 0 9 0 1998935688 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23675] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23675/stat : 23675 (java) S 23670 23670 19055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998935688 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23676] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23676/stat : 23676 (java) S 23670 23670 19055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998935688 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23677] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23677/stat : 23677 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998935690 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23678] ppid=23670 vsize=868736 CPUtime=0.24
/proc/23672/task/23678/stat : 23678 (java) S 23670 23670 19055 0 -1 64 1520 0 0 0 24 0 0 0 16 0 9 0 1998935690 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23679] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23679/stat : 23679 (java) S 23670 23670 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998935690 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23680] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23680/stat : 23680 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998935690 889585664 9711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 874092

[startup+3.10222 s]
/proc/loadavg: 1.85 1.41 1.15 3/83 23680
/proc/meminfo: memFree=1717528/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
[pid=23672] ppid=23670 vsize=868736 CPUtime=3.06
/proc/23672/stat : 23672 (java) S 23670 23670 19055 0 -1 0 10619 0 1 0 300 6 0 0 18 0 9 0 1998935686 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23672/statm: 217184 9978 1869 9 0 211746 0
[pid=23672/tid=23673] ppid=23670 vsize=868736 CPUtime=2.59
/proc/23672/task/23673/stat : 23673 (java) R 23670 23670 19055 0 -1 64 4997 0 1 0 257 2 0 0 25 0 9 0 1998935687 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23674] ppid=23670 vsize=868736 CPUtime=0.16
/proc/23672/task/23674/stat : 23674 (java) S 23670 23670 19055 0 -1 64 3346 0 0 0 15 1 0 0 16 0 9 0 1998935688 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23675] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23675/stat : 23675 (java) S 23670 23670 19055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998935688 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23676] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23676/stat : 23676 (java) S 23670 23670 19055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998935688 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23677] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23677/stat : 23677 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998935690 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23678] ppid=23670 vsize=868736 CPUtime=0.26
/proc/23672/task/23678/stat : 23678 (java) S 23670 23670 19055 0 -1 64 1541 0 0 0 26 0 0 0 16 0 9 0 1998935690 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23679] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23679/stat : 23679 (java) S 23670 23670 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998935690 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23680] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23680/stat : 23680 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998935690 889585664 9978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 874092

[startup+6.30255 s]
/proc/loadavg: 1.95 1.43 1.16 3/83 23680
/proc/meminfo: memFree=1717144/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
[pid=23672] ppid=23670 vsize=868736 CPUtime=6.22
/proc/23672/stat : 23672 (java) S 23670 23670 19055 0 -1 0 10629 0 1 0 616 6 0 0 18 0 9 0 1998935686 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23672/statm: 217184 9980 1869 9 0 211746 0
[pid=23672/tid=23673] ppid=23670 vsize=868736 CPUtime=5.73
/proc/23672/task/23673/stat : 23673 (java) R 23670 23670 19055 0 -1 64 5005 0 1 0 570 3 0 0 25 0 9 0 1998935687 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23674] ppid=23670 vsize=868736 CPUtime=0.19
/proc/23672/task/23674/stat : 23674 (java) S 23670 23670 19055 0 -1 64 3348 0 0 0 18 1 0 0 16 0 9 0 1998935688 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23675] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23675/stat : 23675 (java) S 23670 23670 19055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998935688 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23676] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23676/stat : 23676 (java) S 23670 23670 19055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998935688 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23677] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23677/stat : 23677 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998935690 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23678] ppid=23670 vsize=868736 CPUtime=0.26
/proc/23672/task/23678/stat : 23678 (java) S 23670 23670 19055 0 -1 64 1541 0 0 0 26 0 0 0 16 0 9 0 1998935690 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23679] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23679/stat : 23679 (java) S 23670 23670 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998935690 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23680] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23680/stat : 23680 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998935690 889585664 9980 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 874092

[startup+12.7022 s]
/proc/loadavg: 1.95 1.44 1.17 3/83 23680
/proc/meminfo: memFree=1717016/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5356 CPUtime=0
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 1998935685 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1339 235 195 169 0 50 0
[pid=23672] ppid=23670 vsize=868736 CPUtime=12.55
/proc/23672/stat : 23672 (java) S 23670 23670 19055 0 -1 0 10665 0 1 0 1249 6 0 0 18 0 9 0 1998935686 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23672/statm: 217184 10001 1869 9 0 211746 0
[pid=23672/tid=23673] ppid=23670 vsize=868736 CPUtime=12
/proc/23672/task/23673/stat : 23673 (java) R 23670 23670 19055 0 -1 64 5020 0 1 0 1197 3 0 0 25 0 9 0 1998935687 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4126662567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23674] ppid=23670 vsize=868736 CPUtime=0.26
/proc/23672/task/23674/stat : 23674 (java) S 23670 23670 19055 0 -1 64 3368 0 0 0 25 1 0 0 16 0 9 0 1998935688 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23675] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23675/stat : 23675 (java) S 23670 23670 19055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998935688 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23676] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23676/stat : 23676 (java) S 23670 23670 19055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998935688 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23677] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23677/stat : 23677 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998935690 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23678] ppid=23670 vsize=868736 CPUtime=0.26
/proc/23672/task/23678/stat : 23678 (java) S 23670 23670 19055 0 -1 64 1542 0 0 0 26 0 0 0 17 0 9 0 1998935690 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23679] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23679/stat : 23679 (java) S 23670 23670 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998935690 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23672/tid=23680] ppid=23670 vsize=868736 CPUtime=0
/proc/23672/task/23680/stat : 23680 (java) S 23670 23670 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998935690 889585664 10001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 874092

[startup+25.5015 s]
/proc/loadavg: 1.96 1.47 1.18 3/75 23681
/proc/meminfo: memFree=1733912/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=7.23
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5239 0 0 0 720 3 0 0 25 0 1 100 1998937504 40599552 4302 996147200 1448431616 1448550632 4294956176 18446744073709551615 139045090 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4302 429 29 0 3966 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 45008

[startup+51.1012 s]
/proc/loadavg: 1.97 1.51 1.20 3/75 23681
/proc/meminfo: memFree=1734040/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=32.59
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5244 0 0 0 3256 3 0 0 25 0 1 100 1998937504 40599552 4307 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4307 429 29 0 3966 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 45008

[startup+102.306 s]
/proc/loadavg: 1.99 1.58 1.24 3/75 23681
/proc/meminfo: memFree=1733848/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=83.32
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5244 0 0 0 8329 3 0 0 25 0 1 100 1998937504 40599552 4307 996147200 1448431616 1448550632 4294956176 18446744073709551615 134607589 0 0 4096 8194 0 0 0 17 1 0 0

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

/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1034.33
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5254 0 0 0 103429 4 0 0 25 0 1 100 1998937504 40599552 4317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670133 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4317 429 29 0 3966 0
Current children cumulated CPU time (s) 1052.27
Current children cumulated vsize (KiB) 45008

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/75 23683
/proc/meminfo: memFree=1733080/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1093.78
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5254 0 0 0 109373 5 0 0 25 0 1 100 1998937504 40599552 4317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670195 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4317 429 29 0 3966 0
Current children cumulated CPU time (s) 1111.72
Current children cumulated vsize (KiB) 45008

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/75 23683
/proc/meminfo: memFree=1732952/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1153.22
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5254 0 0 0 115317 5 0 0 25 0 1 100 1998937504 40599552 4317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134533591 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4317 429 29 0 3966 0
Current children cumulated CPU time (s) 1171.16
Current children cumulated vsize (KiB) 45008

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/75 23683
/proc/meminfo: memFree=1732952/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1212.65
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5254 0 0 0 121260 5 0 0 25 0 1 100 1998937504 40599552 4317 996147200 1448431616 1448550632 4294956176 18446744073709551615 134607589 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4317 429 29 0 3966 0
Current children cumulated CPU time (s) 1230.59
Current children cumulated vsize (KiB) 45008

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/75 23683
/proc/meminfo: memFree=1732824/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1272.1
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 127205 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1290.04
Current children cumulated vsize (KiB) 45008

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/75 23683
/proc/meminfo: memFree=1732824/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1331.53
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 133148 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 139045401 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1349.47
Current children cumulated vsize (KiB) 45008

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.78 3/75 23683
/proc/meminfo: memFree=1732760/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1390.97
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 139092 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134533581 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1408.91
Current children cumulated vsize (KiB) 45008

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/75 23683
/proc/meminfo: memFree=1732696/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1450.41
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 145036 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134534805 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1468.35
Current children cumulated vsize (KiB) 45008

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/75 23683
/proc/meminfo: memFree=1732696/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1509.85
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 150980 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 139080981 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 45008

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/75 23683
/proc/meminfo: memFree=1732632/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1569.29
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 156924 5 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670203 0 0 4096 8194 0 0 0 17 1 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 45008

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/75 23721
/proc/meminfo: memFree=1782232/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1628.88
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 162881 7 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134535440 0 0 4096 8194 0 0 0 17 0 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1646.82
Current children cumulated vsize (KiB) 45008

[startup+1722.3 s]
/proc/loadavg: 1.94 1.96 1.82 3/75 23832
/proc/meminfo: memFree=1779160/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1688.83
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 168872 11 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670187 0 0 4096 8194 0 0 0 17 0 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1706.77
Current children cumulated vsize (KiB) 45008

[startup+1782.3 s]
/proc/loadavg: 1.98 1.96 1.83 3/75 23832
/proc/meminfo: memFree=1779224/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1748.8
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 174869 11 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670212 0 0 4096 8194 0 0 0 17 0 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1766.74
Current children cumulated vsize (KiB) 45008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 1.99 1.97 1.83 3/75 23832
/proc/meminfo: memFree=1779160/2055920 swapFree=4180396/4192956
[pid=23670] ppid=23668 vsize=5360 CPUtime=17.94
/proc/23670/stat : 23670 (solve.sh) S 23668 23670 19055 0 -1 4194304 310 12628 0 1 0 0 1785 9 18 0 1 0 1998935685 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23670/statm: 1340 236 195 169 0 51 0
[pid=23681] ppid=23670 vsize=39648 CPUtime=1782.09
/proc/23681/stat : 23681 (ld-linux.so.2) R 23670 23670 19055 0 -1 4194304 5257 0 0 0 178198 11 0 0 25 0 1 100 1998937504 40599552 4320 996147200 1448431616 1448550632 4294956176 18446744073709551615 134607589 0 0 4096 8194 0 0 0 17 0 0 0
/proc/23681/statm: 9912 4320 429 29 0 3966 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 45008

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1815.61
CPU time (s): 1800.06
CPU user time (s): 1799.84
CPU system time (s): 0.212967
CPU usage (%): 99.1434
Max. virtual memory (cumulated for all children) (KiB): 874092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18210
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= 1836
involuntary context switches= 36815

runsolver used 2.6136 second user time and 5.50916 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 21:27:08
IDJOB=1105366
IDBENCH=54116
IDSOLVER=369
FILE ID=node44/1105366-1215199628
PBS_JOBID= 7881538
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1086843569

node44.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.213
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.213
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:       1750600 kB
Buffers:         10508 kB
Cached:         179288 kB
SwapCached:       6316 kB
Active:         223732 kB
Inactive:        20736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750600 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:           30476 kB
Writeback:           0 kB
Mapped:          62224 kB
Slab:            45860 kB
Committed_AS:  3561884 kB
PageTables:       1908 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= 66492 MiB
End job on node44 at 2008-07-04 21:57:24