Trace number 248758

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) 67.1218 63.2247

General information on the benchmark

Nameprimes/primes-25/
primes-25-60-2-1.xml
MD5SUM53827bd7903c6f095b6c7c1df2428b96
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.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	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.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/248758-1168401130/unknown.xml
0.21	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.38	c reading variables
c reading variables (100) done.
0.52	c reading predicates 
c reading relations (61) done.
0.84	c reading constraints
63.10	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/node1/watcher-248758-1168401130 -o ROOT/results/node1/solver-248758-1168401130 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248758-1168401130/sat4jCSP-bf3.jar /tmp/evaluation/248758-1168401130/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.84 1.97 1.96 4/81 25407
/proc/meminfo: memFree=1589544/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=172 CPUtime=0
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 188508814 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/25406/statm: 43 24 18 14 0 3 0

[startup+0.103745 s]
/proc/loadavg: 1.84 1.97 1.96 4/81 25407
/proc/meminfo: memFree=1589544/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=902324 CPUtime=0.08
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 3372 0 1 0 7 1 0 0 24 0 12 0 188508814 923979776 3132 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154210894 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25406/statm: 225581 3132 1574 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902324

[startup+0.511794 s]
/proc/loadavg: 1.84 1.97 1.96 4/81 25407
/proc/meminfo: memFree=1589544/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=906836 CPUtime=0.68
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 6539 0 1 0 65 3 0 0 18 0 12 0 188508814 928600064 6134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25406/statm: 226709 6134 2308 14 0 213146 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 906836

[startup+1.33389 s]
/proc/loadavg: 1.84 1.97 1.96 4/93 25627
/proc/meminfo: memFree=1564424/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=907244 CPUtime=1.71
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 10423 0 1 0 165 6 0 0 18 0 12 0 188508814 929017856 9488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054243684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25406/statm: 226811 9489 2465 14 0 213248 0
[pid=25406/tid=25408] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188508817 929017856 9489 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188508817 929017856 9490 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25410] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188508820 929017856 9491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188508820 929017856 9491 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188508820 929017856 9492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 929017856 9493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 929017856 9493 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=907244 CPUtime=0.37
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1051 0 0 0 37 0 0 0 16 0 12 0 188508824 929017856 9494 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=907244 CPUtime=0.35
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 708 0 0 0 35 0 0 0 16 0 12 0 188508824 929017856 9495 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25417] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 929017856 9495 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=907244 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 929017856 9496 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 907244

[startup+2.98408 s]
/proc/loadavg: 1.77 1.95 1.95 2/89 25647
/proc/meminfo: memFree=1505128/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=908540 CPUtime=3.67
/proc/25406/stat : 25406 (java) S 25404 25406 25346 0 -1 0 32537 0 1 0 350 17 0 0 21 0 12 0 188508814 930344960 31141 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25406/statm: 227135 31142 2468 14 0 213572 0
[pid=25406/tid=25408] ppid=25404 vsize=908540 CPUtime=0.3
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 25346 0 -1 64 6153 0 0 0 28 2 0 0 17 0 12 0 188508817 930344960 31143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25409] ppid=25404 vsize=908540 CPUtime=0.3
/proc/25406/task/25409/stat : 25409 (java) R 25404 25406 25346 0 -1 64 4418 0 0 0 29 1 0 0 17 0 12 0 188508817 930344960 31144 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188508820 930344960 31145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25411] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 930344960 31146 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 930344960 31146 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 930344960 31147 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 930344960 31147 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=908540 CPUtime=0.37
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1051 0 0 0 37 0 0 0 16 0 12 0 188508824 930344960 31148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=908540 CPUtime=0.35
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 708 0 0 0 35 0 0 0 16 0 12 0 188508824 930344960 31149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25417] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 930344960 31150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=908540 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 930344960 31151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 908540

[startup+6.19046 s]
/proc/loadavg: 1.77 1.95 1.95 4/92 25708
/proc/meminfo: memFree=1438800/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=909820 CPUtime=7.59
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 47214 0 1 0 734 25 0 0 19 0 12 0 188508814 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054149036 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25406/statm: 227455 44212 2474 14 0 213892 0
[pid=25406/tid=25408] ppid=25404 vsize=909820 CPUtime=0.96
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 25346 0 -1 64 12911 0 0 0 90 6 0 0 17 0 12 0 188508817 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25409] ppid=25404 vsize=909820 CPUtime=0.98
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 25346 0 -1 64 12313 0 0 0 92 6 0 0 18 0 12 0 188508817 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25410] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25411] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=909820 CPUtime=0.43
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1056 0 0 0 43 0 0 0 16 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=909820 CPUtime=0.42
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 715 0 0 0 42 0 0 0 16 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25417] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 931655680 44212 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 909820

[startup+12.6912 s]
/proc/loadavg: 1.81 1.95 1.95 3/104 25777
/proc/meminfo: memFree=1297912/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=909820 CPUtime=15.26
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 73580 0 1 0 1489 37 0 0 25 0 12 0 188508814 931655680 69737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25406/statm: 227455 69738 2474 14 0 213892 0
[pid=25406/tid=25408] ppid=25404 vsize=909820 CPUtime=2.5
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 25346 0 -1 64 24532 0 0 0 239 11 0 0 16 0 12 0 188508817 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25409] ppid=25404 vsize=909820 CPUtime=2.76
/proc/25406/task/25409/stat : 25409 (java) R 25404 25406 25346 0 -1 64 27039 0 0 0 264 12 0 0 16 0 12 0 188508817 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631139 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25411] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 931655680 69738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=909820 CPUtime=0.49
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1061 0 0 0 49 0 0 0 16 0 12 0 188508824 931655680 69739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=909820 CPUtime=0.43
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 715 0 0 0 43 0 0 0 16 0 12 0 188508824 931655680 69740 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 931655680 69742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 931655680 69743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 909820

[startup+25.5939 s]
/proc/loadavg: 1.91 1.97 1.96 3/108 25899
/proc/meminfo: memFree=1121112/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=909820 CPUtime=30.66
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 122433 0 1 0 3005 61 0 0 25 0 12 0 188508814 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25406/statm: 227455 115474 2486 14 0 213892 0
[pid=25406/tid=25408] ppid=25404 vsize=909820 CPUtime=5.49
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 25346 0 -1 64 44079 0 0 0 527 22 0 0 16 0 12 0 188508817 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694841 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25409] ppid=25404 vsize=909820 CPUtime=5.8
/proc/25406/task/25409/stat : 25409 (java) R 25404 25406 25346 0 -1 64 50104 0 0 0 559 21 0 0 16 0 12 0 188508817 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25410] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 188508820 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25411] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=909820 CPUtime=0.61
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1073 0 0 0 61 0 0 0 16 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25416] ppid=25404 vsize=909820 CPUtime=0.58
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 731 0 0 0 58 0 0 0 16 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25417] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 931655680 115474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 909820

[startup+51.2589 s]
/proc/loadavg: 2.26 2.05 1.98 3/108 25899
/proc/meminfo: memFree=454808/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=909820 CPUtime=55.22
/proc/25406/stat : 25406 (java) R 25404 25406 25346 0 -1 0 182011 0 1 0 5433 89 0 0 25 0 12 0 188508814 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054197665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25406/statm: 227455 174875 2486 14 0 213892 0
[pid=25406/tid=25408] ppid=25404 vsize=909820 CPUtime=8.31
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 25346 0 -1 64 60640 0 0 0 800 31 0 0 16 0 12 0 188508817 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=909820 CPUtime=9.5
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 25346 0 -1 64 80760 0 0 0 916 34 0 0 16 0 12 0 188508817 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=909820 CPUtime=0.01
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 25346 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 188508820 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=909820 CPUtime=0.74
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1086 0 0 0 74 0 0 0 16 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=909820 CPUtime=0.7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 743 0 0 0 70 0 0 0 16 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=909820 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 931655680 174875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.22
Current children cumulated vsize (KiB) 909820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+62.6461 s]
/proc/loadavg: 2.36 2.08 1.99 4/108 25899
/proc/meminfo: memFree=353304/2055920 swapFree=4165612/4192956
[pid=25406] ppid=25404 vsize=925824 CPUtime=66.54
/proc/25406/stat : 25406 (java) S 25404 25406 25346 0 -1 0 192028 0 1 0 6560 94 0 0 22 0 12 0 188508814 948043776 181116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25406/statm: 231456 181117 2487 14 0 217893 0
[pid=25406/tid=25408] ppid=25404 vsize=925824 CPUtime=9.41
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 25346 0 -1 64 62034 0 0 0 910 31 0 0 17 0 12 0 188508817 948043776 181121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25409] ppid=25404 vsize=925824 CPUtime=10.74
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 25346 0 -1 64 82728 0 0 0 1039 35 0 0 16 0 12 0 188508817 948043776 181122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25410] ppid=25404 vsize=925824 CPUtime=3.55
/proc/25406/task/25410/stat : 25410 (java) R 25404 25406 25346 0 -1 64 6653 0 0 0 351 4 0 0 16 0 12 0 188508820 948043776 181122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25411] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 25346 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188508820 948043776 181123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 25346 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188508820 948043776 181123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188508824 948043776 181123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 25346 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188508824 948043776 181124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25415] ppid=25404 vsize=925824 CPUtime=0.78
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 25346 0 -1 64 1092 0 0 0 78 0 0 0 16 0 12 0 188508824 948043776 181124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25416] ppid=25404 vsize=925824 CPUtime=0.75
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 25346 0 -1 64 746 0 0 0 75 0 0 0 16 0 12 0 188508824 948043776 181125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25406/tid=25417] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 25346 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188508824 948043776 181125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=925824 CPUtime=0
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 25346 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188508824 948043776 181125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.54
Current children cumulated vsize (KiB) 925824

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

Child status: 1
Real time (s): 63.2247
CPU time (s): 67.1218
CPU user time (s): 66.02
CPU system time (s): 1.10183
CPU usage (%): 106.164
Max. virtual memory (cumulated for all children) (KiB): 957828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.02
system time used= 1.10183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201154
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= 2964
involuntary context switches= 4166

runsolver used 0.081987 s user time and 0.207968 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Jan 10 03:52:11 UTC 2007


IDJOB= 248758
IDBENCH= 11731
FILE ID= node1/248758-1168401130

PBS_JOBID= 3523030

Free space on /tmp= 66522 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-60-2-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248758-1168401130/sat4jCSP-bf3.jar /tmp/evaluation/248758-1168401130/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-248758-1168401130 -o ROOT/results/node1/solver-248758-1168401130 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248758-1168401130/sat4jCSP-bf3.jar /tmp/evaluation/248758-1168401130/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  53827bd7903c6f095b6c7c1df2428b96

RANDOM SEED= 122404870

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.234
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.234
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:       1590024 kB
Buffers:         50984 kB
Cached:         316948 kB
SwapCached:       4096 kB
Active:         193060 kB
Inactive:       214868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590024 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          49492 kB
Slab:            43036 kB
Committed_AS:  6279008 kB
PageTables:       2172 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= 66520 MiB



End job on node1 on Wed Jan 10 03:53:14 UTC 2007