Trace number 233947

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, and are wall clock time (not CPU 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
buggy_2_5_s 2007-01-08UNSAT 742.948 743.301

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-1.xml
MD5SUM4dd004eecb811c39e57feffe610d471a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051991
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size419
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c solution file
c 
c 

UNSAT

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-233947-1168329385 -o ROOT/results/node21/solver-233947-1168329385 -C 1800 -M 900 /tmp/evaluation/233947-1168329385/solver2 /tmp/evaluation/233947-1168329385/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.93 1.40 1.82 4/78 30507
/proc/meminfo: memFree=1830336/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0
/proc/30506/stat : 30506 (solver2) R 30504 30506 28963 0 -1 4194304 313 190 0 0 0 0 0 0 19 0 1 0 181333272 5480448 241 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/30506/statm: 1338 241 202 169 0 49 0

[startup+0.108012 s]
/proc/loadavg: 0.93 1.40 1.82 4/78 30507
/proc/meminfo: memFree=1830336/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.02
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 376 2234 0 0 0 0 1 1 16 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.517082 s]
/proc/loadavg: 0.93 1.40 1.82 4/78 30507
/proc/meminfo: memFree=1830336/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5352

[startup+1.34124 s]
/proc/loadavg: 0.93 1.40 1.82 2/79 30520
/proc/meminfo: memFree=1827128/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=1.06
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 707 0 0 0 102 4 0 0 25 0 1 0 181333299 5140480 682 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135040440 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 682 136 64 0 570 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10372

[startup+2.97755 s]
/proc/loadavg: 0.93 1.40 1.82 2/79 30520
/proc/meminfo: memFree=1826872/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=2.69
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 707 0 0 0 265 4 0 0 25 0 1 0 181333299 5140480 682 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135039984 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 682 136 64 0 570 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 10372

[startup+6.26017 s]
/proc/loadavg: 0.94 1.39 1.82 2/79 30520
/proc/meminfo: memFree=1826872/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=5.97
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 707 0 0 0 593 4 0 0 25 0 1 0 181333299 5140480 682 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135039552 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 682 136 64 0 570 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10372

[startup+12.7174 s]
/proc/loadavg: 0.95 1.38 1.81 2/79 30520
/proc/meminfo: memFree=1826896/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=12.43
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 707 0 0 0 1239 4 0 0 25 0 1 0 181333299 5140480 682 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135038618 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 682 136 64 0 570 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10372

[startup+25.5248 s]
/proc/loadavg: 0.95 1.37 1.80 2/79 30520
/proc/meminfo: memFree=1827024/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=25.24
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 707 0 0 0 2519 5 0 0 25 0 1 0 181333299 5140480 682 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135039885 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 682 136 64 0 570 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10372

[startup+51.1536 s]
/proc/loadavg: 0.97 1.34 1.78 2/79 30520
/proc/meminfo: memFree=1827152/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=50.85
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 708 0 0 0 5080 5 0 0 25 0 1 0 181333299 5140480 683 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134555360 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 683 136 64 0 570 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 10372

[startup+102.409 s]
/proc/loadavg: 0.98 1.28 1.73 2/79 30520
/proc/meminfo: memFree=1827216/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=102.08
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 717 0 0 0 10203 5 0 0 25 0 1 0 181333299 5140480 692 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135047447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 692 137 64 0 570 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 10372

[startup+162.485 s]
/proc/loadavg: 0.99 1.23 1.69 2/79 30520
/proc/meminfo: memFree=1827216/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=162.14
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 16208 6 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554232 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 10372

[startup+222.552 s]
/proc/loadavg: 0.99 1.18 1.64 2/79 30520
/proc/meminfo: memFree=1827152/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=222.19
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 22213 6 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135053306 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 10372

[startup+282.623 s]
/proc/loadavg: 0.99 1.15 1.60 2/85 30586
/proc/meminfo: memFree=1825688/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=282.22
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 28215 7 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135038670 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 10372

[startup+342.716 s]
/proc/loadavg: 0.99 1.12 1.56 2/85 30678
/proc/meminfo: memFree=1825632/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=342.25
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 34218 7 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135055778 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 10372

[startup+402.798 s]
/proc/loadavg: 0.99 1.09 1.52 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=402.28
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 40221 7 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135055466 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 10372

[startup+462.855 s]
/proc/loadavg: 0.99 1.07 1.49 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=462.32
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 46224 8 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135040753 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 462.57
Current children cumulated vsize (KiB) 10372

[startup+522.918 s]
/proc/loadavg: 0.99 1.06 1.45 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=522.36
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 52228 8 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135048485 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 522.61
Current children cumulated vsize (KiB) 10372

[startup+582.983 s]
/proc/loadavg: 0.99 1.04 1.42 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=582.41
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 58232 9 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135038917 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 582.66
Current children cumulated vsize (KiB) 10372

[startup+643.052 s]
/proc/loadavg: 0.99 1.03 1.39 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=642.45
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 64236 9 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554438 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 642.7
Current children cumulated vsize (KiB) 10372

[startup+703.119 s]
/proc/loadavg: 0.99 1.03 1.36 2/79 30718
/proc/meminfo: memFree=1826704/2055920 swapFree=4156316/4192956
[pid=30506] ppid=30504 vsize=5352 CPUtime=0.25
/proc/30506/stat : 30506 (solver2) S 30504 30506 28963 0 -1 4194304 397 3517 0 0 0 0 9 16 15 0 1 0 181333272 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1338 242 203 169 0 49 0
[pid=30520] ppid=30506 vsize=5020 CPUtime=702.5
/proc/30520/stat : 30520 (standalone) R 30506 30506 28963 0 -1 4194304 720 0 0 0 70240 10 0 0 25 0 1 0 181333299 5140480 695 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135056076 0 0 4096 0 0 0 0 17 1 0 0
/proc/30520/statm: 1255 695 137 64 0 570 0
Current children cumulated CPU time (s) 702.75
Current children cumulated vsize (KiB) 10372

Child status: 0
Real time (s): 743.301
CPU time (s): 742.948
CPU user time (s): 742.674
CPU system time (s): 0.273958
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 10372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 742.674
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83
involuntary context switches= 7280

runsolver used 0.806877 s user time and 1.83772 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Tue Jan  9 07:56:27 UTC 2007


IDJOB= 233947
IDBENCH= 6648
FILE ID= node21/233947-1168329385

PBS_JOBID= 3503026

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-1.xml
COMMAND LINE= /tmp/evaluation/233947-1168329385/solver2 /tmp/evaluation/233947-1168329385/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-233947-1168329385 -o ROOT/results/node21/solver-233947-1168329385 -C 1800 -M 900  /tmp/evaluation/233947-1168329385/solver2 /tmp/evaluation/233947-1168329385/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  4dd004eecb811c39e57feffe610d471a

RANDOM SEED= 736533540

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1830688 kB
Buffers:         19804 kB
Cached:         127908 kB
SwapCached:       2568 kB
Active:          88960 kB
Inactive:        83264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830688 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:           10200 kB
Writeback:           0 kB
Mapped:          33348 kB
Slab:            38452 kB
Committed_AS:  3757892 kB
PageTables:       1792 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= 66554 MiB



End job on node21 on Tue Jan  9 08:08:51 UTC 2007