Trace number 2056926

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
Conquer 2009-07-10SAT 17.9773 18.3764

General information on the benchmark

Namecsp/driver/
normalized-driverlogw-08c-sat_ext.xml
MD5SUM7102e7d00fff6cdbaa907e893a7b3353
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 benchmark0.215966
Satisfiable
(Un)Satisfiability was proved
Number of variables408
Number of constraints9321
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension9321
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

17.88/18.37	s SATISFIABLE
17.88/18.37	v 3 1 2 1 2 0 0 3 2 2 3 0 0 0 0 0 0 1 0 1 2 0 0 4 0 0 1 0 0 0 0 0 0 0 0 0 7 0 0 1 0 0 0 0 1 0 0 3 0 1 0 0 4 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 2 4 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 3 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 4 0 5 0 3 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 2 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2056926-1247317673/watcher-2056926-1247317673 -o /tmp/evaluation-result-2056926-1247317673/solver-2056926-1247317673 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2056926-1247317673.xml -dir HOME -tmpdir HOME 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/68 11435
/proc/meminfo: memFree=937944/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 314 142 0 0 0 0 0 0 16 0 1 0 18832189 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11435/statm: 1339 241 200 169 0 50 0
[pid=11437] ppid=11435 vsize=5356 CPUtime=0
/proc/11437/stat : 11437 (solver) D 11435 11435 11398 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 18832189 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 234211568935 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/11437/statm: 1339 241 200 169 0 50 0

[startup+0.0574919 s]
/proc/loadavg: 0.16 0.03 0.01 2/68 11435
/proc/meminfo: memFree=937944/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 314 142 0 0 0 0 0 0 16 0 1 0 18832189 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11435/statm: 1339 241 200 169 0 50 0
[pid=11437] ppid=11435 vsize=1820 CPUtime=0.01
/proc/11437/stat : 11437 (ld-linux.so.2) R 11435 11435 11398 0 -1 4194304 142 0 4 0 0 1 0 0 18 0 1 0 18832189 1863680 128 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11437/statm: 455 128 100 29 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7176

[startup+0.10149 s]
/proc/loadavg: 0.16 0.03 0.01 2/68 11435
/proc/meminfo: memFree=937944/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 314 142 0 0 0 0 0 0 16 0 1 0 18832189 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11435/statm: 1339 241 200 169 0 50 0
[pid=11437] ppid=11435 vsize=1820 CPUtime=0.05
/proc/11437/stat : 11437 (ld-linux.so.2) R 11435 11435 11398 0 -1 4194304 149 0 4 0 1 4 0 0 18 0 1 0 18832189 1863680 135 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11437/statm: 455 135 100 29 0 42 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7176

[startup+0.301519 s]
/proc/loadavg: 0.16 0.03 0.01 2/68 11435
/proc/meminfo: memFree=937944/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701571 s]
/proc/loadavg: 0.16 0.03 0.01 2/68 11435
/proc/meminfo: memFree=937944/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 0.16 0.03 0.01 2/78 11449
/proc/meminfo: memFree=929608/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=311688 CPUtime=0.85
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 4918 0 19 0 82 3 0 0 16 0 9 0 18832209 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 134766336 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 77922 4428 678 2003 0 75334 0
[pid=11440/tid=11442] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=311688 CPUtime=0.02
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 19 0 0 0 2 0 0 0 17 0 9 0 18832245 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11444] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18832255 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 18832255 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18832256 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=311688 CPUtime=0
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 18832256 319168512 4428 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 317044

[startup+3.10287 s]
/proc/loadavg: 0.16 0.03 0.01 2/78 11449
/proc/meminfo: memFree=917320/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=312712 CPUtime=2.46
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 5701 0 19 0 243 3 0 0 16 0 9 0 18832209 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 134780662 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78178 4974 688 2003 0 75590 0
[pid=11440/tid=11442] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=312712 CPUtime=0.06
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 19 0 0 0 6 0 0 0 16 0 9 0 18832245 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 18832255 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=312712 CPUtime=0
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 18832256 320217088 4974 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 318068

[startup+6.30127 s]
/proc/loadavg: 0.31 0.07 0.02 2/78 11449
/proc/meminfo: memFree=883272/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313108 CPUtime=5.67
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 15048 0 19 0 558 9 0 0 25 0 9 0 18832209 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 134793275 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78277 14259 696 2003 0 75689 0
[pid=11440/tid=11442] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313108 CPUtime=0.09
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 22 0 0 0 9 0 0 0 17 0 9 0 18832245 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 18832255 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313108 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313108 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 101 0 0 0 1 0 0 0 15 0 9 0 18832256 320622592 14259 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 318464

[startup+12.7021 s]
/proc/loadavg: 0.36 0.08 0.03 2/78 11449
/proc/meminfo: memFree=907976/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313252 CPUtime=12.1
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 15933 0 19 0 1199 11 0 0 25 0 9 0 18832209 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 134793246 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78313 6884 696 2003 0 75725 0
[pid=11440/tid=11442] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313252 CPUtime=0.13
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 33 0 0 0 13 0 0 0 16 0 9 0 18832245 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313252 CPUtime=0.03
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 3 0 0 0 16 0 9 0 18832255 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313252 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 111 0 0 0 1 0 0 0 16 0 9 0 18832256 320770048 6884 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 318608

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

[startup+15.9015 s]
/proc/loadavg: 0.41 0.10 0.03 2/78 11449
/proc/meminfo: memFree=909064/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313252 CPUtime=15.31
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 16301 0 19 0 1520 11 0 0 25 0 9 0 18832209 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 134813595 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78313 6700 696 2003 0 75725 0
[pid=11440/tid=11442] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313252 CPUtime=0.15
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 33 0 0 0 15 0 0 0 16 0 9 0 18832245 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313252 CPUtime=0.04
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 4 0 0 0 16 0 9 0 18832255 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313252 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 111 0 0 0 1 0 0 0 15 0 9 0 18832256 320770048 6700 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 318608

[startup+17.5017 s]
/proc/loadavg: 0.41 0.10 0.03 2/78 11449
/proc/meminfo: memFree=908104/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313252 CPUtime=16.93
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 16837 0 19 0 1681 12 0 0 25 0 9 0 18832209 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 134813595 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78313 6896 696 2003 0 75725 0
[pid=11440/tid=11442] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313252 CPUtime=0.18
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 33 0 0 0 17 1 0 0 16 0 9 0 18832245 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313252 CPUtime=0.05
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 5 0 0 0 16 0 9 0 18832255 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313252 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 111 0 0 0 1 0 0 0 16 0 9 0 18832256 320770048 6896 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 318608

[startup+17.9027 s]
/proc/loadavg: 0.41 0.10 0.03 2/78 11449
/proc/meminfo: memFree=908104/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313252 CPUtime=17.32
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 16843 0 19 0 1720 12 0 0 25 0 9 0 18832209 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 134808698 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78313 6892 696 2003 0 75725 0
[pid=11440/tid=11442] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313252 CPUtime=0.18
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 33 0 0 0 17 1 0 0 16 0 9 0 18832245 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313252 CPUtime=0.05
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 5 0 0 0 16 0 9 0 18832255 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313252 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 111 0 0 0 1 0 0 0 16 0 9 0 18832256 320770048 6892 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 318608

[startup+18.3018 s]
/proc/loadavg: 0.41 0.10 0.03 2/78 11449
/proc/meminfo: memFree=908104/2055920 swapFree=4192948/4192956
[pid=11435] ppid=11433 vsize=5356 CPUtime=0.15
/proc/11435/stat : 11435 (solver) S 11433 11435 11398 0 -1 4194304 361 323 0 4 0 0 4 11 16 0 1 0 18832189 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11435/statm: 1339 242 201 169 0 50 0
[pid=11440] ppid=11435 vsize=313252 CPUtime=17.73
/proc/11440/stat : 11440 (Conquer) R 11435 11435 11398 0 -1 0 16979 0 19 0 1761 12 0 0 25 0 9 0 18832209 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4160639584 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/11440/statm: 78313 7020 696 2003 0 75725 0
[pid=11440/tid=11442] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11442/stat : 11442 (Conquer) S 11435 11435 11398 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 18832225 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=11440/tid=11443] ppid=11435 vsize=313252 CPUtime=0.19
/proc/11440/task/11443/stat : 11443 (Conquer) S 11435 11435 11398 0 -1 64 33 0 0 0 18 1 0 0 16 0 9 0 18832245 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=11440/tid=11444] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11444/stat : 11444 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832255 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11445] ppid=11435 vsize=313252 CPUtime=0.06
/proc/11440/task/11445/stat : 11445 (Conquer) S 11435 11435 11398 0 -1 64 2 0 0 0 6 0 0 0 16 0 9 0 18832255 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11446] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11446/stat : 11446 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11447] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11447/stat : 11447 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11448] ppid=11435 vsize=313252 CPUtime=0
/proc/11440/task/11448/stat : 11448 (Conquer) S 11435 11435 11398 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 18832256 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=11440/tid=11449] ppid=11435 vsize=313252 CPUtime=0.01
/proc/11440/task/11449/stat : 11449 (Conquer) S 11435 11435 11398 0 -1 64 111 0 0 0 1 0 0 0 16 0 9 0 18832256 320770048 7020 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.88
Current children cumulated vsize (KiB) 318608

Child status: 0
Real time (s): 18.3764
CPU time (s): 17.9773
CPU user time (s): 17.7253
CPU system time (s): 0.251961
CPU usage (%): 97.828
Max. virtual memory (cumulated for all children) (KiB): 318608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7253
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17825
page faults= 23
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 770
involuntary context switches= 303

runsolver used 0.026995 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 15:07:53
IDJOB=2056926
IDBENCH=53318
IDSOLVER=740
FILE ID=node54/2056926-1247317673
PBS_JOBID= 9506522
Free space on /tmp= 66412 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/driver/normalized-driverlogw-08c-sat_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2056926-1247317673/watcher-2056926-1247317673 -o /tmp/evaluation-result-2056926-1247317673/solver-2056926-1247317673 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2056926-1247317673.xml -dir HOME -tmpdir HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7102e7d00fff6cdbaa907e893a7b3353
RANDOM SEED=568241127

node54.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.232
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.232
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:        938424 kB
Buffers:         37072 kB
Cached:        1013520 kB
SwapCached:          8 kB
Active:          97960 kB
Inactive:       968820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        938424 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:           21368 kB
Writeback:           0 kB
Mapped:          25944 kB
Slab:            36392 kB
Committed_AS:   108756 kB
PageTables:       1572 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node54 at 2009-07-11 15:08:12