Trace number 272881

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 2007-01-16? 90.7222 91.7545

General information on the benchmark

NamelargeQueens/
queens-300.xml
MD5SUM06a371e55f2d982d272ecf65ee2f370a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.58461
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints44850
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44850
Global constraints used (with number of constraints)

Solver Data (download as text)

91.62	Jan 19, 2007 4:08:37 AM cspfj.ResultHandler fail
91.62	WARNING: java.lang.OutOfMemoryError: Java heap space (/tmp/evaluation/272881-1169176022/unknown.xml)
91.62	Jan 19, 2007 4:08:37 AM cspfj.ResultHandler fail
91.62	WARNING: []
91.62	s UNKNOWN
91.62	c java.lang.OutOfMemoryError: Java heap space /tmp/evaluation/272881-1169176022/unknown.xml

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

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-272881-1169176022 -o ROOT/results/node72/solver-272881-1169176022 -C 1800 -M 900 /tmp/evaluation/272881-1169176022/cspfj.sh -competition /tmp/evaluation/272881-1169176022/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.88 2.21 2.00 3/94 26991
/proc/meminfo: memFree=1378848/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) R 26988 26990 25985 0 -1 4194304 295 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517752479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=5352 CPUtime=0
/proc/26993/stat : 26993 (cspfj.sh) D 26990 26990 25985 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 266011346 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517753127 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26993/statm: 1338 240 201 169 0 49 0

[startup+0.102891 s]
/proc/loadavg: 1.88 2.21 2.00 3/94 26991
/proc/meminfo: memFree=1378848/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=864704 CPUtime=0.08
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 2688 0 1 0 7 1 0 0 23 0 8 0 266011346 885456896 2433 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073416354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216176 2433 1432 14 0 203457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 870056

[startup+0.510926 s]
/proc/loadavg: 1.88 2.21 2.00 3/94 26991
/proc/meminfo: memFree=1378848/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=865096 CPUtime=0.48
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 5022 0 1 0 46 2 0 0 25 0 8 0 266011346 885858304 4751 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216274 4751 1829 14 0 203535 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 870448

[startup+1.335 s]
/proc/loadavg: 1.88 2.21 2.00 3/102 27000
/proc/meminfo: memFree=1354400/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=865372 CPUtime=1.3
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 9188 0 1 0 125 5 0 0 25 0 8 0 266011346 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216343 8893 1829 14 0 203604 0
[pid=26993/tid=26994] ppid=26990 vsize=865372 CPUtime=0.27
/proc/26993/task/26994/stat : 26994 (java) R 26990 26990 25985 0 -1 64 4984 0 0 0 26 1 0 0 16 0 8 0 266011349 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153823362 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=865372 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 266011349 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=865372 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=865372 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=865372 CPUtime=0.21
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 420 0 0 0 21 0 0 0 15 0 8 0 266011352 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=865372 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=865372 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 886140928 8893 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 870724

[startup+2.98816 s]
/proc/loadavg: 1.97 2.22 2.01 3/102 27000
/proc/meminfo: memFree=1322216/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=866292 CPUtime=2.94
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 21221 0 1 0 281 13 0 0 25 0 8 0 266011346 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073554680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216573 20906 1829 14 0 203834 0
[pid=26993/tid=26994] ppid=26990 vsize=866292 CPUtime=0.79
/proc/26993/task/26994/stat : 26994 (java) S 26990 26990 25985 0 -1 64 15824 0 0 0 73 6 0 0 16 0 8 0 266011349 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=866292 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 266011349 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=866292 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=866292 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=866292 CPUtime=0.3
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 678 0 0 0 29 1 0 0 15 0 8 0 266011352 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=866292 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=866292 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 887083008 20906 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 871644

[startup+6.27645 s]
/proc/loadavg: 1.97 2.22 2.01 3/102 27000
/proc/meminfo: memFree=1232936/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=866420 CPUtime=6.2
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 41621 0 1 0 593 27 0 0 25 0 8 0 266011346 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153634885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216605 41291 1829 14 0 203866 0
[pid=26993/tid=26994] ppid=26990 vsize=866420 CPUtime=1.55
/proc/26993/task/26994/stat : 26994 (java) S 26990 26990 25985 0 -1 64 34987 0 0 0 142 13 0 0 16 0 8 0 266011349 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 266011349 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=866420 CPUtime=0.36
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 704 0 0 0 35 1 0 0 15 0 8 0 266011352 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 887214080 41291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 871772

[startup+12.693 s]
/proc/loadavg: 2.12 2.25 2.02 4/102 27000
/proc/meminfo: memFree=1091240/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=866420 CPUtime=12.56
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 73831 0 1 0 1205 51 0 0 25 0 8 0 266011346 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216605 73489 1829 14 0 203866 0
[pid=26993/tid=26994] ppid=26990 vsize=866420 CPUtime=3.05
/proc/26993/task/26994/stat : 26994 (java) R 26990 26990 25985 0 -1 64 65359 0 0 0 279 26 0 0 16 0 8 0 266011349 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 266011349 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=866420 CPUtime=0.36
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 704 0 0 0 35 1 0 0 16 0 8 0 266011352 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 887214080 73489 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 871772

[startup+25.5562 s]
/proc/loadavg: 2.18 2.25 2.02 4/102 27000
/proc/meminfo: memFree=915688/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=866420 CPUtime=25.3
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 117725 0 1 0 2448 82 0 0 25 0 8 0 266011346 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073614282 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216605 117374 1829 14 0 203866 0
[pid=26993/tid=26994] ppid=26990 vsize=866420 CPUtime=5.29
/proc/26993/task/26994/stat : 26994 (java) S 26990 26990 25985 0 -1 64 104764 0 0 0 486 43 0 0 16 0 8 0 266011349 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 266011349 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=866420 CPUtime=0.36
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 706 0 0 0 35 1 0 0 16 0 8 0 266011352 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=866420 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) R 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 887214080 117374 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 871772

[startup+51.2156 s]
/proc/loadavg: 2.12 2.23 2.02 4/102 27000
/proc/meminfo: memFree=710760/2055920 swapFree=4191880/4192956
[pid=26990] ppid=26988 vsize=5352 CPUtime=0
/proc/26990/stat : 26990 (cspfj.sh) S 26988 26990 25985 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 266011345 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 234517750596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26990/statm: 1338 240 201 169 0 49 0
[pid=26993] ppid=26990 vsize=867164 CPUtime=50.69
/proc/26993/stat : 26993 (java) R 26990 26990 25985 0 -1 0 168832 0 1 0 4945 124 0 0 25 0 8 0 266011346 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26993/statm: 216791 168472 1829 14 0 204052 0
[pid=26993/tid=26994] ppid=26990 vsize=867164 CPUtime=9.68
/proc/26993/task/26994/stat : 26994 (java) R 26990 26990 25985 0 -1 64 154552 0 0 0 905 63 0 0 17 0 8 0 266011349 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155525863 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26995] ppid=26990 vsize=867164 CPUtime=0
/proc/26993/task/26995/stat : 26995 (java) S 26990 26990 25985 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 266011349 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26996] ppid=26990 vsize=867164 CPUtime=0
/proc/26993/task/26996/stat : 26996 (java) S 26990 26990 25985 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 266011349 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26997] ppid=26990 vsize=867164 CPUtime=0
/proc/26993/task/26997/stat : 26997 (java) S 26990 26990 25985 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 266011352 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26998] ppid=26990 vsize=867164 CPUtime=0.36
/proc/26993/task/26998/stat : 26998 (java) S 26990 26990 25985 0 -1 64 706 0 0 0 35 1 0 0 16 0 8 0 266011352 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=26999] ppid=26990 vsize=867164 CPUtime=0
/proc/26993/task/26999/stat : 26999 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 266011352 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26993/tid=27000] ppid=26990 vsize=867164 CPUtime=0
/proc/26993/task/27000/stat : 27000 (java) S 26990 26990 25985 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 266011352 887975936 168472 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 872516

Child status: 1
Real time (s): 91.7545
CPU time (s): 90.7222
CPU user time (s): 89.3004
CPU system time (s): 1.42178
CPU usage (%): 98.875
Max. virtual memory (cumulated for all children) (KiB): 872916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3004
system time used= 1.42178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177923
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3996
involuntary context switches= 6214

runsolver used 0.123981 s user time and 0.289955 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Fri Jan 19 03:07:04 UTC 2007


IDJOB= 272881
IDBENCH= 10309
IDSOLVER= 91
FILE ID= node72/272881-1169176022

PBS_JOBID= 3584169

Free space on /tmp= 66558 MiB

SOLVER NAME= CSP4J - MAC 2007-01-16
BENCH NAME= HOME/pub/bench/CPAI06/largeQueens/queens-300.xml
COMMAND LINE= /tmp/evaluation/272881-1169176022/cspfj.sh  -competition /tmp/evaluation/272881-1169176022/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-272881-1169176022 -o ROOT/results/node72/solver-272881-1169176022 -C 1800 -M 900  /tmp/evaluation/272881-1169176022/cspfj.sh  -competition /tmp/evaluation/272881-1169176022/unknown.xml

META MD5SUM SOLVER= 1cf1b9d4821c2ee5eee0dc0e02656faa
MD5SUM BENCH=  06a371e55f2d982d272ecf65ee2f370a

RANDOM SEED= 576158927

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:       1379328 kB
Buffers:         55808 kB
Cached:         466436 kB
SwapCached:        268 kB
Active:         282112 kB
Inactive:       314652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379328 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            6088 kB
Writeback:           0 kB
Mapped:          99412 kB
Slab:            64456 kB
Committed_AS:  4532308 kB
PageTables:       2404 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= 66558 MiB



End job on node72 on Fri Jan 19 03:08:37 UTC 2007