Trace number 239842

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
CSP4J - MAC 2006-12-19SAT 157.291 157.605

DiagnosticValue
NODES53313

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-0_ext.xml
MD5SUMab766fd0fac11bd1dabdda8877cce5fd
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.826873
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

157.54	v 19 11 18 10 17 14 13 0 3 7 2 15 1 9 5 8 16 12 4 6 17 2 3 0 4 18 15 12 10 16 14 7 6 8 13 11 1 5 19 9 15 9 10 12 1 16 5 4 2 17 7 11 0 18 14 6 8 19 13 3 3 12 4 17 10 5 7 19 0 15 8 16 11 2 9 13 6 1 14 18 14 15 9 18 8 3 2 11 1 5 4 10 7 12 0 17 13 16 6 19 6 10 2 9 5 4 1 16 7 3 19 8 13 15 17 18 0 11 12 14 18 4 16 5 7 6 11 8 19 10 9 14 12 13 3 1 17 2 15 0 9 6 14 15 18 7 19 2 5 13 10 4 17 1 8 3 12 0 16 11 1 7 5 8 14 19 16 17 6 12 11 0 15 10 18 4 9 3 2 13 11 16 6 3 13 0 10 7 9 8 12 19 2 4 1 5 14 15 18 17 13 19 0 1 11 12 4 15 8 9 18 6 3 7 2 16 5 14 17 10 7 3 8 14 2 17 6 18 15 11 16 12 4 0 19 9 10 13 5 1 12 0 15 4 3 11 17 13 16 1 5 2 10 14 6 19 7 18 9 8 8 18 7 13 6 1 12 5 14 0 15 17 16 19 4 10 3 9 11 2 4 1 11 16 19 8 9 6 12 14 0 13 18 17 7 15 2 10 3 5 16 5 1 6 0 2 14 10 17 19 13 9 8 3 11 12 18 4 7 15 5 17 13 19 15 10 0 9 18 4 3 1 14 6 12 2 11 7 8 16 10 8 19 7 16 9 3 1 13 2 6 18 5 11 15 14 4 17 0 12 0 13 17 2 12 15 8 14 11 18 1 3 9 5 16 7 19 6 10 4 2 14 12 11 9 13 18 3 4 6 17 5 19 16 10 0 15 8 1 7 
157.54	s SATISFIABLE
157.54	d NODES 53313

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/node23/watcher-239842-1168367890 -o ROOT/results/node23/solver-239842-1168367890 -C 1800 -M 900 /tmp/evaluation/239842-1168367890/cspfj.sh -competition /tmp/evaluation/239842-1168367890/unknown.xml 

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.95 1.36 1.71 4/78 6703
/proc/meminfo: memFree=1787640/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) R 6700 6702 5819 0 -1 4194304 289 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 235 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487267827 0 0 4100 65536 0 0 0 17 1 0 0
/proc/6702/statm: 1338 236 197 169 0 49 0

[startup+0.10489 s]
/proc/loadavg: 0.95 1.36 1.71 4/78 6703
/proc/meminfo: memFree=1787640/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.512971 s]
/proc/loadavg: 0.95 1.36 1.71 4/78 6703
/proc/meminfo: memFree=1787640/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33812 s]
/proc/loadavg: 0.95 1.36 1.71 2/86 6712
/proc/meminfo: memFree=1777072/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865612 CPUtime=1.31
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 4680 0 1 0 128 3 0 0 17 0 8 0 185183368 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073584944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6705/statm: 216403 4382 1743 14 0 203674 0
[pid=6705/tid=6706] ppid=6702 vsize=865612 CPUtime=0.09
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 950 0 0 0 9 0 0 0 16 0 8 0 185183371 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865612 CPUtime=0.13
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 489 0 0 0 13 0 0 0 15 0 8 0 185183375 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886386688 4382 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 870964

[startup+2.97844 s]
/proc/loadavg: 0.95 1.36 1.71 2/86 6712
/proc/meminfo: memFree=1775088/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865612 CPUtime=2.95
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 5313 0 1 0 291 4 0 0 17 0 8 0 185183368 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073584944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6705/statm: 216403 4984 1743 14 0 203674 0
[pid=6705/tid=6706] ppid=6702 vsize=865612 CPUtime=0.16
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 1552 0 0 0 15 1 0 0 16 0 8 0 185183371 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865612 CPUtime=0.13
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 489 0 0 0 13 0 0 0 15 0 8 0 185183375 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865612 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886386688 4984 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 870964

[startup+6.27409 s]
/proc/loadavg: 0.96 1.35 1.71 2/86 6712
/proc/meminfo: memFree=1770040/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865632 CPUtime=6.24
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 6514 0 1 0 619 5 0 0 17 0 8 0 185183368 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073791983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6705/statm: 216408 6036 1748 14 0 203679 0
[pid=6705/tid=6706] ppid=6702 vsize=865632 CPUtime=0.31
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 2590 0 0 0 30 1 0 0 15 0 8 0 185183371 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865632 CPUtime=0.19
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 521 0 0 0 18 1 0 0 16 0 8 0 185183375 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886407168 6036 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 870984

[startup+12.7621 s]
/proc/loadavg: 0.96 1.35 1.70 2/86 6712
/proc/meminfo: memFree=1769912/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865632 CPUtime=12.73
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 6531 0 1 0 1267 6 0 0 18 0 8 0 185183368 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073836927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6705/statm: 216408 6043 1748 14 0 203679 0
[pid=6705/tid=6706] ppid=6702 vsize=865632 CPUtime=0.34
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 2590 0 0 0 33 1 0 0 16 0 8 0 185183371 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865632 CPUtime=0.2
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 528 0 0 0 19 1 0 0 16 0 8 0 185183375 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886407168 6043 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 870984

[startup+25.6066 s]
/proc/loadavg: 0.97 1.33 1.69 2/86 6712
/proc/meminfo: memFree=1769912/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865632 CPUtime=25.55
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 6551 0 1 0 2549 6 0 0 18 0 8 0 185183368 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4152777848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6705/statm: 216408 6044 1748 14 0 203679 0
[pid=6705/tid=6706] ppid=6702 vsize=865632 CPUtime=0.38
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 2590 0 0 0 37 1 0 0 16 0 8 0 185183371 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865632 CPUtime=0.2
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 529 0 0 0 19 1 0 0 16 0 8 0 185183375 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886407168 6044 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 870984

[startup+51.2116 s]
/proc/loadavg: 0.98 1.30 1.67 2/86 6712
/proc/meminfo: memFree=1769976/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865632 CPUtime=51.11
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 6593 0 1 0 5105 6 0 0 25 0 8 0 185183368 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4154618630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6705/statm: 216408 6045 1748 14 0 203679 0
[pid=6705/tid=6706] ppid=6702 vsize=865632 CPUtime=0.5
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 2590 0 0 0 48 2 0 0 16 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865632 CPUtime=0.21
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 530 0 0 0 20 1 0 0 16 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 870984

[startup+102.413 s]
/proc/loadavg: 1.03 1.27 1.64 2/86 6712
/proc/meminfo: memFree=1769976/2055920 swapFree=4191880/4192956
[pid=6702] ppid=6700 vsize=5352 CPUtime=0
/proc/6702/stat : 6702 (cspfj.sh) S 6700 6702 5819 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 185183367 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6702/statm: 1338 240 201 169 0 49 0
[pid=6705] ppid=6702 vsize=865632 CPUtime=102.23
/proc/6705/stat : 6705 (java) R 6702 6702 5819 0 -1 0 6670 0 1 0 10216 7 0 0 17 0 8 0 185183368 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073813188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6705/statm: 216408 6045 1748 14 0 203679 0
[pid=6705/tid=6706] ppid=6702 vsize=865632 CPUtime=0.7
/proc/6705/task/6706/stat : 6706 (java) S 6702 6702 5819 0 -1 64 2590 0 0 0 68 2 0 0 16 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6707] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6707/stat : 6707 (java) S 6702 6702 5819 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6708] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6708/stat : 6708 (java) S 6702 6702 5819 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 185183371 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6705/tid=6709] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6709/stat : 6709 (java) S 6702 6702 5819 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6710] ppid=6702 vsize=865632 CPUtime=0.21
/proc/6705/task/6710/stat : 6710 (java) S 6702 6702 5819 0 -1 64 530 0 0 0 20 1 0 0 16 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6711] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6711/stat : 6711 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6705/tid=6712] ppid=6702 vsize=865632 CPUtime=0
/proc/6705/task/6712/stat : 6712 (java) S 6702 6702 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185183375 886407168 6045 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 870984

Child status: 0
Real time (s): 157.605
CPU time (s): 157.291
CPU user time (s): 157.196
CPU system time (s): 0.094985
CPU usage (%): 99.8006
Max. virtual memory (cumulated for all children) (KiB): 871236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.196
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7226
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5370
involuntary context switches= 4834

runsolver used 0.159975 s user time and 0.408937 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Jan  9 18:38:10 UTC 2007


IDJOB= 239842
IDBENCH= 7086
FILE ID= node23/239842-1168367890

PBS_JOBID= 3504014

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-0_ext.xml
COMMAND LINE= /tmp/evaluation/239842-1168367890/cspfj.sh -competition /tmp/evaluation/239842-1168367890/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-239842-1168367890 -o ROOT/results/node23/solver-239842-1168367890 -C 1800 -M 900  /tmp/evaluation/239842-1168367890/cspfj.sh -competition /tmp/evaluation/239842-1168367890/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  ab766fd0fac11bd1dabdda8877cce5fd

RANDOM SEED= 519765769

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.265
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.265
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:       1788056 kB
Buffers:         30916 kB
Cached:         129588 kB
SwapCached:        316 kB
Active:         140788 kB
Inactive:        75340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788056 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:             760 kB
Writeback:           0 kB
Mapped:          73324 kB
Slab:            37092 kB
Committed_AS:  3903008 kB
PageTables:       1920 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= 66563 MiB



End job on node23 on Tue Jan  9 18:40:48 UTC 2007