Trace number 221459

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 - Combo 2006-12-19UNSAT 274.025 275.56

DiagnosticValue
NODES0

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-0.xml
MD5SUMf3b3ac2f1a9563b718ad49f1a2c0c6ad
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 benchmark5.09922
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

275.48	s UNSATISFIABLE
275.48	d NODES 0

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/node72/watcher-221459-1168259312 -o ROOT/results/node72/solver-221459-1168259312 -C 1800 -M 900 /tmp/evaluation/221459-1168259312/cspfj.sh -solver Combo -competition /tmp/evaluation/221459-1168259312/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: 1.00 1.29 1.56 6/87 23253
/proc/meminfo: memFree=1578376/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=1964 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) R 23245 23252 23090 0 -1 4194304 52 0 0 0 0 0 0 0 21 0 1 0 174340091 2011136 36 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234515133833 0 0 4096 0 0 0 0 17 0 0 0
/proc/23252/statm: 491 36 28 169 0 8 0

[startup+0.105172 s]
/proc/loadavg: 1.00 1.29 1.56 6/87 23253
/proc/meminfo: memFree=1578376/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513211 s]
/proc/loadavg: 1.00 1.29 1.56 6/87 23253
/proc/meminfo: memFree=1578376/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33429 s]
/proc/loadavg: 1.00 1.29 1.56 4/102 23269
/proc/meminfo: memFree=1534096/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=866660 CPUtime=1.31
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 8987 0 1 0 124 7 0 0 25 0 8 0 174340092 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4072939635 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216665 8666 1828 14 0 203927 0
[pid=23255/tid=23259] ppid=23252 vsize=866660 CPUtime=0.19
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 4731 0 0 0 17 2 0 0 16 0 8 0 174340095 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=866660 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=866660 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=866660 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=866660 CPUtime=0.2
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 499 0 0 0 20 0 0 0 15 0 8 0 174340099 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=866660 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=866660 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 887459840 8666 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 872012

[startup+2.97844 s]
/proc/loadavg: 1.00 1.29 1.56 3/102 23269
/proc/meminfo: memFree=1482128/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=866900 CPUtime=2.94
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 20278 0 1 0 279 15 0 0 25 0 8 0 174340092 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216725 19931 1828 14 0 203987 0
[pid=23255/tid=23259] ppid=23252 vsize=866900 CPUtime=0.56
/proc/23255/task/23259/stat : 23259 (java) R 23252 23252 23090 0 -1 64 15073 0 0 0 50 6 0 0 15 0 8 0 174340095 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=866900 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=866900 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=866900 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=866900 CPUtime=0.27
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 534 0 0 0 26 1 0 0 15 0 8 0 174340099 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=866900 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=866900 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 887705600 19931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 872252

[startup+6.18573 s]
/proc/loadavg: 1.24 1.34 1.58 6/102 23269
/proc/meminfo: memFree=1314512/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=867052 CPUtime=6.14
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 39345 0 1 0 583 31 0 0 25 0 8 0 174340092 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4073822404 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216763 38982 1828 14 0 204025 0
[pid=23255/tid=23259] ppid=23252 vsize=867052 CPUtime=1.48
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 32107 0 0 0 135 13 0 0 16 0 8 0 174340095 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=867052 CPUtime=0.33
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 560 0 0 0 32 1 0 0 15 0 8 0 174340099 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 887861248 38982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 872404

[startup+12.6663 s]
/proc/loadavg: 1.30 1.35 1.58 4/102 23269
/proc/meminfo: memFree=1025232/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=867052 CPUtime=12.57
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 73175 0 1 0 1201 56 0 0 25 0 8 0 174340092 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4073709130 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216763 72797 1828 14 0 204025 0
[pid=23255/tid=23259] ppid=23252 vsize=867052 CPUtime=2.61
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 63349 0 0 0 236 25 0 0 16 0 8 0 174340095 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=867052 CPUtime=0.33
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 560 0 0 0 32 1 0 0 15 0 8 0 174340099 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 887861248 72797 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 872404

[startup+25.5485 s]
/proc/loadavg: 1.53 1.39 1.59 3/102 23269
/proc/meminfo: memFree=774992/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=867052 CPUtime=25.37
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 102483 0 1 0 2456 81 0 0 25 0 8 0 174340092 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074214408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216763 102086 1833 14 0 204025 0
[pid=23255/tid=23259] ppid=23252 vsize=867052 CPUtime=3.69
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 90956 0 0 0 332 37 0 0 16 0 8 0 174340095 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=867052 CPUtime=0.5
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 668 0 0 0 48 2 0 0 15 0 8 0 174340099 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=867052 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 887861248 102086 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 872404

[startup+51.1738 s]
/proc/loadavg: 1.69 1.44 1.60 3/102 23269
/proc/meminfo: memFree=770128/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=867712 CPUtime=50.87
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 103120 0 1 0 5002 85 0 0 25 0 8 0 174340092 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4076529428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 216928 102723 1833 14 0 204190 0
[pid=23255/tid=23259] ppid=23252 vsize=867712 CPUtime=3.69
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 90956 0 0 0 332 37 0 0 16 0 8 0 174340095 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=867712 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=867712 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=867712 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=867712 CPUtime=1.29
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 1299 0 0 0 124 5 0 0 15 0 8 0 174340099 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=867712 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=867712 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 888537088 102723 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 873064

[startup+102.418 s]
/proc/loadavg: 1.97 1.56 1.63 3/102 23269
/proc/meminfo: memFree=760144/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=869436 CPUtime=101.83
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 104429 0 1 0 10089 94 0 0 25 0 8 0 174340092 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4073624764 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 217359 104032 1833 14 0 204621 0
[pid=23255/tid=23259] ppid=23252 vsize=869436 CPUtime=3.69
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 90956 0 0 0 332 37 0 0 16 0 8 0 174340095 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=869436 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=869436 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=869436 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=869436 CPUtime=2.72
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 2593 0 0 0 260 12 0 0 16 0 8 0 174340099 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=869436 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=869436 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 890302464 104032 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 874788

[startup+162.518 s]
/proc/loadavg: 2.07 1.66 1.66 3/102 23269
/proc/meminfo: memFree=747984/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=871420 CPUtime=161.58
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 106023 0 1 0 16054 104 0 0 25 0 8 0 174340092 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074208174 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 217855 105626 1833 14 0 205117 0
[pid=23255/tid=23259] ppid=23252 vsize=871420 CPUtime=3.69
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 90956 0 0 0 332 37 0 0 16 0 8 0 174340095 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=871420 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=871420 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=871420 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=871420 CPUtime=4.45
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 4167 0 0 0 425 20 0 0 15 0 8 0 174340099 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=871420 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=871420 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 892334080 105626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 876772

[startup+222.613 s]
/proc/loadavg: 2.02 1.72 1.68 3/102 23269
/proc/meminfo: memFree=735760/2055920 swapFree=4191880/4192956
[pid=23252] ppid=23245 vsize=5352 CPUtime=0
/proc/23252/stat : 23252 (cspfj.sh) S 23245 23252 23090 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 174340091 5480448 240 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23252/statm: 1338 240 201 169 0 49 0
[pid=23255] ppid=23252 vsize=873536 CPUtime=221.36
/proc/23255/stat : 23255 (java) R 23252 23252 23090 0 -1 0 112212 0 1 0 22021 115 0 0 25 0 8 0 174340092 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4074206685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23255/statm: 218384 111814 1833 14 0 205646 0
[pid=23255/tid=23259] ppid=23252 vsize=873536 CPUtime=3.78
/proc/23255/task/23259/stat : 23259 (java) S 23252 23252 23090 0 -1 64 95593 0 0 0 339 39 0 0 16 0 8 0 174340095 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23260] ppid=23252 vsize=873536 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23252 23252 23090 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174340096 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23261] ppid=23252 vsize=873536 CPUtime=0
/proc/23255/task/23261/stat : 23261 (java) S 23252 23252 23090 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 174340096 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23266] ppid=23252 vsize=873536 CPUtime=0
/proc/23255/task/23266/stat : 23266 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174340099 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23267] ppid=23252 vsize=873536 CPUtime=6.16
/proc/23255/task/23267/stat : 23267 (java) S 23252 23252 23090 0 -1 64 5698 0 0 0 588 28 0 0 15 0 8 0 174340099 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23255/tid=23268] ppid=23252 vsize=873536 CPUtime=0
/proc/23255/task/23268/stat : 23268 (java) S 23252 23252 23090 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 174340099 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23269] ppid=23252 vsize=873536 CPUtime=0
/proc/23255/task/23269/stat : 23269 (java) S 23252 23252 23090 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174340099 894500864 111814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 878888

Child status: 0
Real time (s): 275.56
CPU time (s): 274.025
CPU user time (s): 272.725
CPU system time (s): 1.3008
CPU usage (%): 99.443
Max. virtual memory (cumulated for all children) (KiB): 881428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.725
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116278
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= 33932
involuntary context switches= 38265

runsolver used 0.316951 s user time and 0.926859 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan  8 12:28:33 UTC 2007


IDJOB= 221459
IDBENCH= 5450
FILE ID= node72/221459-1168259312

PBS_JOBID= 3482632

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-0.xml
COMMAND LINE= /tmp/evaluation/221459-1168259312/cspfj.sh -solver Combo -competition /tmp/evaluation/221459-1168259312/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-221459-1168259312 -o ROOT/results/node72/solver-221459-1168259312 -C 1800 -M 900  /tmp/evaluation/221459-1168259312/cspfj.sh -solver Combo -competition /tmp/evaluation/221459-1168259312/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  f3b3ac2f1a9563b718ad49f1a2c0c6ad

RANDOM SEED= 391683945

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.223
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.223
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:       1580120 kB
Buffers:         51980 kB
Cached:         310940 kB
SwapCached:        268 kB
Active:         143240 kB
Inactive:       267060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580120 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:          64672 kB
Slab:            50644 kB
Committed_AS:  3395032 kB
PageTables:       2112 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= 66559 MiB



End job on node72 on Mon Jan  8 12:33:08 UTC 2007