Trace number 231691

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
rjw-solver 2006-12-09SAT 1151.44 1151.83

DiagnosticValue
CHECKS640003689
NODES179875

General information on the benchmark

Namegeom/
geo50-20-d4-75-1_ext.xml
MD5SUM1f1dd83b88fdb6ba18bc03ee3289815b
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 benchmark8.5657
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints472
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension472
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1151.82	v 19 15 3 11 16 6 12 10 16 10 9 16 3 1 10 18 19 14 3 3 5 12 2 15 11 5 17 17 1 2 1 10 6 19 4 13 7 8 4 5 19 16 19 13 3 8 9 7 20 5 
1151.82	s SATISFIABLE
1151.82	d NODES 179875
1151.82	d CHECKS 640003689
c 
c 
c 
c conversion script
c 
c 

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node56/watcher-231691-1168318348 -o ROOT/results/node56/solver-231691-1168318348 -C 1800 -M 900 /tmp/evaluation/231691-1168318348/solve /tmp/evaluation/231691-1168318348/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.39 0.55 1.03 4/65 16322
/proc/meminfo: memFree=1560384/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16323] ppid=16321 vsize=0 CPUtime=0
/proc/16323/stat : 16323 (cp) R 16321 16321 13382 0 -1 4194316 174 0 0 0 0 0 0 0 19 0 1 0 180234087 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/16323/statm: 
[startup+0.103681 s]
/proc/loadavg: 0.39 0.55 1.03 4/65 16322
/proc/meminfo: memFree=1560384/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.511723 s]
/proc/loadavg: 0.39 0.55 1.03 4/65 16322
/proc/meminfo: memFree=1560384/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.3318 s]
/proc/loadavg: 0.39 0.55 1.03 2/67 16325
/proc/meminfo: memFree=1557000/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=1.31
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1026 0 0 0 131 0 0 0 25 0 1 0 180234087 6238208 984 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 984 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 14044

[startup+2.96796 s]
/proc/loadavg: 0.39 0.55 1.03 2/67 16325
/proc/meminfo: memFree=1557000/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=2.94
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1026 0 0 0 294 0 0 0 25 0 1 0 180234087 6238208 984 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 984 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 14044

[startup+6.25128 s]
/proc/loadavg: 0.44 0.55 1.03 2/67 16325
/proc/meminfo: memFree=1557008/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=6.23
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1026 0 0 0 623 0 0 0 25 0 1 0 180234087 6238208 984 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 984 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 14044

[startup+12.7089 s]
/proc/loadavg: 0.48 0.56 1.03 2/67 16325
/proc/meminfo: memFree=1557072/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=12.69
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1026 0 0 0 1268 1 0 0 25 0 1 0 180234087 6238208 984 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 984 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14044

[startup+25.5352 s]
/proc/loadavg: 0.60 0.58 1.03 2/67 16325
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=25.51
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1026 0 0 0 2549 2 0 0 25 0 1 0 180234087 6238208 984 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134809179 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 984 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 14044

[startup+51.1727 s]
/proc/loadavg: 0.73 0.61 1.03 2/67 16325
/proc/meminfo: memFree=1557328/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=51.14
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1028 0 0 0 5111 3 0 0 25 0 1 0 180234087 6238208 986 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 986 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 14044

[startup+102.441 s]
/proc/loadavg: 0.88 0.67 1.02 2/67 16325
/proc/meminfo: memFree=1557264/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=102.39
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 10232 7 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 14044

[startup+162.531 s]
/proc/loadavg: 0.95 0.73 1.02 2/67 16325
/proc/meminfo: memFree=1557328/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=162.47
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 16236 11 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 14044

[startup+222.616 s]
/proc/loadavg: 0.98 0.78 1.01 2/67 16325
/proc/meminfo: memFree=1557328/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=222.54
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 22238 16 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 222.54
Current children cumulated vsize (KiB) 14044

[startup+282.703 s]
/proc/loadavg: 0.99 0.81 1.00 2/67 16325
/proc/meminfo: memFree=1557264/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=282.61
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 28241 20 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684597 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 282.61
Current children cumulated vsize (KiB) 14044

[startup+342.793 s]
/proc/loadavg: 0.99 0.84 1.00 2/67 16325
/proc/meminfo: memFree=1557264/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=342.69
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 34244 25 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 342.69
Current children cumulated vsize (KiB) 14044

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

[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 462.84
Current children cumulated vsize (KiB) 14044

[startup+523.068 s]
/proc/loadavg: 0.99 0.91 1.00 2/73 16409
/proc/meminfo: memFree=1556064/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=522.88
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 52249 39 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 522.88
Current children cumulated vsize (KiB) 14044

[startup+583.082 s]
/proc/loadavg: 1.05 0.94 1.00 2/73 16495
/proc/meminfo: memFree=1556000/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=582.84
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 58240 44 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 582.84
Current children cumulated vsize (KiB) 14044

[startup+643.177 s]
/proc/loadavg: 1.02 0.95 1.00 2/67 16523
/proc/meminfo: memFree=1557072/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=642.9
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 64242 48 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684803 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 642.9
Current children cumulated vsize (KiB) 14044

[startup+703.265 s]
/proc/loadavg: 1.00 0.95 1.00 2/67 16523
/proc/meminfo: memFree=1557072/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=702.98
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 70244 54 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683881 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 702.98
Current children cumulated vsize (KiB) 14044

[startup+763.355 s]
/proc/loadavg: 1.00 0.96 1.00 2/67 16523
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=763.05
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 76247 58 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 763.05
Current children cumulated vsize (KiB) 14044

[startup+823.441 s]
/proc/loadavg: 1.00 0.96 1.00 2/67 16523
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=823.13
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 82249 64 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 823.13
Current children cumulated vsize (KiB) 14044

[startup+883.532 s]
/proc/loadavg: 1.00 0.97 1.00 2/67 16523
/proc/meminfo: memFree=1557136/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=883.2
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 88252 68 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134752654 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 883.2
Current children cumulated vsize (KiB) 14044

[startup+943.621 s]
/proc/loadavg: 1.00 0.97 1.00 2/67 16523
/proc/meminfo: memFree=1557136/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=943.27
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 94253 74 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 943.27
Current children cumulated vsize (KiB) 14044

[startup+1003.71 s]
/proc/loadavg: 1.00 0.97 1.00 2/67 16523
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=1003.35
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 100256 79 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1003.35
Current children cumulated vsize (KiB) 14044

[startup+1063.8 s]
/proc/loadavg: 1.00 0.97 1.00 2/67 16523
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=1063.42
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 106259 83 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1063.42
Current children cumulated vsize (KiB) 14044

[startup+1123.89 s]
/proc/loadavg: 1.07 0.99 1.00 2/67 16523
/proc/meminfo: memFree=1557200/2055920 swapFree=4184772/4192956
[pid=16321] ppid=16319 vsize=5352 CPUtime=0
/proc/16321/stat : 16321 (solve) S 16319 16321 13382 0 -1 4194304 315 174 0 0 0 0 0 0 19 0 1 0 180234086 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16321/statm: 1338 229 192 169 0 49 0
[pid=16324] ppid=16321 vsize=6092 CPUtime=1123.49
/proc/16324/stat : 16324 (xlisp) R 16321 16321 13382 0 -1 4194304 1031 0 0 0 112262 87 0 0 25 0 1 0 180234087 6238208 989 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 4294960144 0 0 4096 130 0 0 0 17 1 0 0
/proc/16324/statm: 1523 989 243 197 0 763 0
[pid=16325] ppid=16321 vsize=2600 CPUtime=0
/proc/16325/stat : 16325 (sed) S 16321 16321 13382 0 -1 4194304 148 0 0 0 0 0 0 0 17 0 1 0 180234087 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 253307355218 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/16325/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1123.49
Current children cumulated vsize (KiB) 14044

Child status: 0
Real time (s): 1151.83
CPU time (s): 1151.44
CPU user time (s): 1150.54
CPU system time (s): 0.897863
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 14044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1150.54
system time used= 0.897863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1724
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= 38
involuntary context switches= 1287

runsolver used 1.3178 s user time and 2.72758 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 04:52:29 UTC 2007


IDJOB= 231691
IDBENCH= 6480
FILE ID= node56/231691-1168318348

PBS_JOBID= 3502833

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-1_ext.xml
COMMAND LINE= /tmp/evaluation/231691-1168318348/solve /tmp/evaluation/231691-1168318348/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node56/convwatcher-231691-1168318348 -o ROOT/results/node56/conversion-231691-1168318348 -C 600 -M 900 /tmp/evaluation/231691-1168318348/conversion /tmp/evaluation/231691-1168318348/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-231691-1168318348 -o ROOT/results/node56/solver-231691-1168318348 -C 1800 -M 900  /tmp/evaluation/231691-1168318348/solve /tmp/evaluation/231691-1168318348/unknown 1800

META MD5SUM SOLVER= 91bbaf997669a18b91ccd2f734d8d9ca
MD5SUM BENCH=  1f1dd83b88fdb6ba18bc03ee3289815b

RANDOM SEED= 275349662

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.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:       1560864 kB
Buffers:         46936 kB
Cached:         385060 kB
SwapCached:       2048 kB
Active:         165696 kB
Inactive:       275492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560864 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          16180 kB
Slab:            39840 kB
Committed_AS:  3936144 kB
PageTables:       1472 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= 66561 MiB



End job on node56 on Tue Jan  9 05:11:51 UTC 2007