Trace number 248368

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
sat4jCSP 1.7 RC BF3? (MO) 99.4769 95.8076

General information on the benchmark

Nameprimes/primes-30/
primes-30-40-2-1.xml
MD5SUM8528d14516f4bc506f6eb50091e6a882
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.22	c --- Begin Solver configuration ---
0.22	c Stops conflict analysis at the first Unique Implication Point
0.22	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.22	c Learn all clauses as in MiniSAT
0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving /tmp/evaluation/248368-1168398744/unknown.xml
0.22	c reading problem ... 
0.49	c reading problem named ?
0.50	c reading domains done.
0.50	c reading variables
c reading variables (100) done.
0.79	c reading predicates 
c reading relations (41) done.
1.12	c reading constraints
95.68	Exception java.lang.OutOfMemoryError: requested 65536000 bytes for GrET* in /BUILD_AREA/jdk1.5.0_10/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-248368-1168398744 -o ROOT/results/node22/solver-248368-1168398744 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248368-1168398744/sat4jCSP-bf3.jar /tmp/evaluation/248368-1168398744/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.59 1.52 1.76 5/94 30213
/proc/meminfo: memFree=1537360/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=172 CPUtime=0
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 188268848 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/30212/statm: 43 24 18 14 0 3 0

[startup+0.10422 s]
/proc/loadavg: 1.59 1.52 1.76 5/94 30213
/proc/meminfo: memFree=1537360/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=901540 CPUtime=0.09
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 3362 0 1 0 8 1 0 0 21 0 12 0 188268848 923176960 3122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30212/statm: 225385 3122 1570 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.512282 s]
/proc/loadavg: 1.59 1.52 1.76 5/94 30213
/proc/meminfo: memFree=1537360/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=906192 CPUtime=0.52
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 5992 0 1 0 49 3 0 0 19 0 12 0 188268848 927940608 5587 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053854883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30212/statm: 226548 5587 2292 14 0 212985 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 906192

[startup+1.33341 s]
/proc/loadavg: 1.70 1.55 1.76 3/105 30224
/proc/meminfo: memFree=1517496/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=906528 CPUtime=1.34
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 8209 0 1 0 130 4 0 0 19 0 12 0 188268848 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30212/statm: 226632 7497 2453 14 0 213069 0
[pid=30212/tid=30214] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188268850 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30215] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188268850 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30216] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30216/stat : 30216 (java) S 30210 30212 29786 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188268853 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30217] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188268854 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 188268854 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=906528 CPUtime=0.25
/proc/30212/task/30221/stat : 30221 (java) R 30210 30212 29786 0 -1 64 519 0 0 0 25 0 0 0 16 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151912993 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30222] ppid=30210 vsize=906528 CPUtime=0.31
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 637 0 0 0 31 0 0 0 16 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30223] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=906528 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 928284672 7497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 906528

[startup+2.98466 s]
/proc/loadavg: 1.70 1.55 1.76 3/105 30224
/proc/meminfo: memFree=1475448/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=909612 CPUtime=2.99
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 26367 0 1 0 286 13 0 0 25 0 12 0 188268848 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054243725 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30212/statm: 227403 25204 2473 14 0 213840 0
[pid=30212/tid=30214] ppid=30210 vsize=909612 CPUtime=0.07
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 1881 0 0 0 7 0 0 0 17 0 12 0 188268850 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30215] ppid=30210 vsize=909612 CPUtime=0.08
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 2067 0 0 0 7 1 0 0 17 0 12 0 188268850 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30216] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30216/stat : 30216 (java) S 30210 30212 29786 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188268853 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30217] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188268854 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=909612 CPUtime=0.45
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1499 0 0 0 45 0 0 0 16 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30222] ppid=30210 vsize=909612 CPUtime=0.39
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 658 0 0 0 39 0 0 0 16 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30223] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=909612 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 931442688 25204 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 909612

[startup+6.27618 s]
/proc/loadavg: 1.72 1.55 1.77 3/105 30224
/proc/meminfo: memFree=1383672/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=911376 CPUtime=6.73
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 46922 0 1 0 651 22 0 0 23 0 12 0 188268848 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054248761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30212/statm: 227844 44945 2473 14 0 214281 0
[pid=30212/tid=30214] ppid=30210 vsize=911376 CPUtime=0.77
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 11139 0 0 0 72 5 0 0 17 0 12 0 188268850 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30215] ppid=30210 vsize=911376 CPUtime=0.83
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 13359 0 0 0 77 6 0 0 18 0 12 0 188268850 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30216] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30216/stat : 30216 (java) S 30210 30212 29786 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188268853 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30217] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188268854 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=911376 CPUtime=0.45
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1499 0 0 0 45 0 0 0 16 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30222] ppid=30210 vsize=911376 CPUtime=0.39
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 658 0 0 0 39 0 0 0 16 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30223] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 933249024 44945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 911376

[startup+12.6904 s]
/proc/loadavg: 1.75 1.56 1.77 3/105 30224
/proc/meminfo: memFree=1257976/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=911952 CPUtime=13.61
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 75877 0 1 0 1326 35 0 0 19 0 12 0 188268848 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054205726 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30212/statm: 227988 73563 2474 14 0 214425 0
[pid=30212/tid=30214] ppid=30210 vsize=911952 CPUtime=2.03
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 24947 0 0 0 192 11 0 0 16 0 12 0 188268850 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30215] ppid=30210 vsize=911952 CPUtime=2.09
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 28178 0 0 0 197 12 0 0 16 0 12 0 188268850 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30216] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30216/stat : 30216 (java) S 30210 30212 29786 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 188268853 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30217] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188268854 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=911952 CPUtime=0.49
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1514 0 0 0 49 0 0 0 16 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30222] ppid=30210 vsize=911952 CPUtime=0.56
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 955 0 0 0 56 0 0 0 16 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30223] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=911952 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 933838848 73563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 911952

[startup+25.5163 s]
/proc/loadavg: 1.78 1.57 1.77 3/105 30224
/proc/meminfo: memFree=1043448/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=911464 CPUtime=27.65
/proc/30212/stat : 30212 (java) R 30210 30212 29786 0 -1 0 130817 0 1 0 2705 60 0 0 23 0 12 0 188268848 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30212/statm: 227866 126523 2475 14 0 214303 0
[pid=30212/tid=30214] ppid=30210 vsize=911464 CPUtime=4.8
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 47994 0 0 0 458 22 0 0 16 0 12 0 188268850 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30215] ppid=30210 vsize=911464 CPUtime=4.8
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 53877 0 0 0 458 22 0 0 16 0 12 0 188268850 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30216] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30216/stat : 30216 (java) S 30210 30212 29786 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188268853 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30217] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188268854 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=911464 CPUtime=0.56
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1519 0 0 0 56 0 0 0 16 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30222] ppid=30210 vsize=911464 CPUtime=0.66
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 965 0 0 0 66 0 0 0 16 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30223] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=911464 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 933339136 126523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.65
Current children cumulated vsize (KiB) 911464

[startup+51.1203 s]
/proc/loadavg: 2.07 1.66 1.79 3/105 30224
/proc/meminfo: memFree=823288/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=911376 CPUtime=54.45
/proc/30212/stat : 30212 (java) S 30210 30212 29786 0 -1 0 185533 0 1 0 5361 84 0 0 23 0 12 0 188268848 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30212/statm: 227844 180529 2487 14 0 214281 0
[pid=30212/tid=30214] ppid=30210 vsize=911376 CPUtime=8.45
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 67611 0 0 0 814 31 0 0 16 0 12 0 188268850 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30215] ppid=30210 vsize=911376 CPUtime=8.51
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 76595 0 0 0 819 32 0 0 15 0 12 0 188268850 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30216] ppid=30210 vsize=911376 CPUtime=7.31
/proc/30212/task/30216/stat : 30216 (java) R 30210 30212 29786 0 -1 64 23 0 0 0 731 0 0 0 16 0 12 0 188268853 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30217] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188268854 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=911376 CPUtime=0.68
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1530 0 0 0 68 0 0 0 16 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30222] ppid=30210 vsize=911376 CPUtime=0.77
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 973 0 0 0 77 0 0 0 16 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30212/tid=30223] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=911376 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 933249024 180529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.45
Current children cumulated vsize (KiB) 911376



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+95.156 s]
/proc/loadavg: 2.22 1.76 1.82 3/105 30224
/proc/meminfo: memFree=791864/2055920 swapFree=4157544/4192956
[pid=30212] ppid=30210 vsize=928660 CPUtime=98.83
/proc/30212/stat : 30212 (java) S 30210 30212 29786 0 -1 0 197674 0 1 0 9793 90 0 0 18 0 12 0 188268848 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30212/statm: 232165 188436 2487 14 0 218602 0
[pid=30212/tid=30214] ppid=30210 vsize=928660 CPUtime=9.26
/proc/30212/task/30214/stat : 30214 (java) S 30210 30212 29786 0 -1 64 68045 0 0 0 895 31 0 0 16 0 12 0 188268850 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30215] ppid=30210 vsize=928660 CPUtime=9.5
/proc/30212/task/30215/stat : 30215 (java) S 30210 30212 29786 0 -1 64 77089 0 0 0 918 32 0 0 16 0 12 0 188268850 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30216] ppid=30210 vsize=928660 CPUtime=45.56
/proc/30212/task/30216/stat : 30216 (java) R 30210 30212 29786 0 -1 64 11218 0 0 0 4551 5 0 0 25 0 12 0 188268853 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30217] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30217/stat : 30217 (java) S 30210 30212 29786 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188268854 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30218] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30218/stat : 30218 (java) S 30210 30212 29786 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188268854 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30219] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30219/stat : 30219 (java) S 30210 30212 29786 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30220] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30220/stat : 30220 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30221] ppid=30210 vsize=928660 CPUtime=0.71
/proc/30212/task/30221/stat : 30221 (java) S 30210 30212 29786 0 -1 64 1534 0 0 0 71 0 0 0 16 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30222] ppid=30210 vsize=928660 CPUtime=0.77
/proc/30212/task/30222/stat : 30222 (java) S 30210 30212 29786 0 -1 64 973 0 0 0 77 0 0 0 16 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30223] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30223/stat : 30223 (java) S 30210 30212 29786 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30212/tid=30224] ppid=30210 vsize=928660 CPUtime=0
/proc/30212/task/30224/stat : 30224 (java) S 30210 30212 29786 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188268857 950947840 188436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.83
Current children cumulated vsize (KiB) 928660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1
Real time (s): 95.8076
CPU time (s): 99.4769
CPU user time (s): 98.42
CPU system time (s): 1.05684
CPU usage (%): 103.83
Max. virtual memory (cumulated for all children) (KiB): 944660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.42
system time used= 1.05684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207430
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= 3464
involuntary context switches= 5779

runsolver used 0.111982 s user time and 0.32395 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Jan 10 03:12:24 UTC 2007


IDJOB= 248368
IDBENCH= 11701
FILE ID= node22/248368-1168398744

PBS_JOBID= 3522926

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-40-2-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248368-1168398744/sat4jCSP-bf3.jar /tmp/evaluation/248368-1168398744/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-248368-1168398744 -o ROOT/results/node22/solver-248368-1168398744 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248368-1168398744/sat4jCSP-bf3.jar /tmp/evaluation/248368-1168398744/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  8528d14516f4bc506f6eb50091e6a882

RANDOM SEED= 212126370

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.279
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.279
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:       1537840 kB
Buffers:         44708 kB
Cached:         332888 kB
SwapCached:      11228 kB
Active:         241212 kB
Inactive:       221324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537840 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         111600 kB
Slab:            40212 kB
Committed_AS:  4334988 kB
PageTables:       2456 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 node22 on Wed Jan 10 03:14:00 UTC 2007