Trace number 249368

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-CACHED 1.7 RC BF3? (MO) 29.7975 28.6899

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-3-1.xml
MD5SUM6c8b652e9f6c025ce8c10158976996a7
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.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/249368-1168404072/unknown.xml
0.26	c reading problem ... 
0.47	c reading problem named ?
0.47	c reading domains done.
0.47	c reading variables
c reading variables (100) done.
0.68	c reading predicates 
c reading relations (21) done.
1.08	c reading constraints

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/node29/watcher-249368-1168404072 -o ROOT/results/node29/solver-249368-1168404072 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249368-1168404072/sat4jCSP-bf3-cached.jar /tmp/evaluation/249368-1168404072/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: 2.00 2.00 2.00 2/87 12178
/proc/meminfo: memFree=1478592/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=18540 CPUtime=0
/proc/12177/stat : 12177 (runsolver) R 12175 12177 10550 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 188801315 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12177/statm: 4635 279 244 17 0 2626 0

[startup+0.102157 s]
/proc/loadavg: 2.00 2.00 2.00 2/87 12178
/proc/meminfo: memFree=1478592/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=897120 CPUtime=0.08
/proc/12177/stat : 12177 (java) D 12175 12177 10550 0 -1 0 3216 0 1 0 6 2 0 0 17 0 6 0 188801315 918650880 2976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 224280 2976 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.510183 s]
/proc/loadavg: 2.00 2.00 2.00 2/87 12178
/proc/meminfo: memFree=1478592/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=906208 CPUtime=0.53
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 6027 0 1 0 49 4 0 0 17 0 12 0 188801315 927956992 5594 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053855393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 226552 5594 2292 14 0 212989 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 906208

[startup+1.33323 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12189
/proc/meminfo: memFree=1459240/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=906164 CPUtime=1.35
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 8102 0 2 0 129 6 0 0 20 0 12 0 188801315 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053865641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 226541 7419 2476 14 0 212978 0
[pid=12177/tid=12179] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801319 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 188801319 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 10550 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188801321 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188801322 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188801322 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=906164 CPUtime=0.2
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 300 0 0 0 20 0 0 0 16 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=906164 CPUtime=0.33
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 728 0 0 0 33 0 0 0 16 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=906164 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 927911936 7419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 906164

[startup+2.98633 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12189
/proc/meminfo: memFree=1394920/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=908092 CPUtime=2.99
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 29250 0 2 0 284 15 0 0 25 0 12 0 188801315 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054216806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 227023 28108 2481 14 0 213460 0
[pid=12177/tid=12179] ppid=12175 vsize=908092 CPUtime=0.16
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 5181 0 0 0 14 2 0 0 17 0 12 0 188801319 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12175 vsize=908092 CPUtime=0.1
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 2641 0 0 0 10 0 0 0 16 0 12 0 188801319 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 10550 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188801321 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188801322 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188801322 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=908092 CPUtime=0.22
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 303 0 0 0 22 0 0 0 16 0 12 0 188801326 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=908092 CPUtime=0.4
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 786 0 0 0 40 0 0 0 16 0 12 0 188801326 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 929886208 28108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=908092 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 929886208 28108 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) 908092

[startup+6.19153 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12189
/proc/meminfo: memFree=1333032/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=909340 CPUtime=6.22
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 44200 0 2 0 601 21 0 0 25 0 12 0 188801315 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054194567 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 227335 42105 2481 14 0 213772 0
[pid=12177/tid=12179] ppid=12175 vsize=909340 CPUtime=1.02
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 17380 0 0 0 96 6 0 0 16 0 12 0 188801319 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12175 vsize=909340 CPUtime=0.39
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 5384 0 0 0 38 1 0 0 17 0 12 0 188801319 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 10550 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188801321 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188801322 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188801322 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=909340 CPUtime=0.23
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 303 0 0 0 23 0 0 0 16 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=909340 CPUtime=0.4
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 786 0 0 0 40 0 0 0 16 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 931164160 42105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 909340

[startup+12.6249 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12189
/proc/meminfo: memFree=1217064/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=909340 CPUtime=12.79
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 70211 0 2 0 1247 32 0 0 25 0 12 0 188801315 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054183505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 227335 67635 2481 14 0 213772 0
[pid=12177/tid=12179] ppid=12175 vsize=909340 CPUtime=2.07
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 29115 0 0 0 196 11 0 0 17 0 12 0 188801319 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12175 vsize=909340 CPUtime=1.47
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 19636 0 0 0 141 6 0 0 16 0 12 0 188801319 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 10550 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 188801321 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188801322 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188801322 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=909340 CPUtime=0.23
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 303 0 0 0 23 0 0 0 16 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=909340 CPUtime=0.4
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 786 0 0 0 40 0 0 0 16 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=909340 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 931164160 67635 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 909340

[startup+25.5187 s]
/proc/loadavg: 2.31 2.07 2.02 5/98 12189
/proc/meminfo: memFree=824040/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=910588 CPUtime=26.63
/proc/12177/stat : 12177 (java) R 12175 12177 10550 0 -1 0 176059 0 2 0 2587 76 0 0 17 0 12 0 188801315 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054276150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 227647 171919 2481 14 0 214084 0
[pid=12177/tid=12179] ppid=12175 vsize=910588 CPUtime=4.83
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 74660 0 0 0 451 32 0 0 16 0 12 0 188801319 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=910588 CPUtime=5.47
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 73762 0 0 0 521 26 0 0 16 0 12 0 188801319 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 10550 0 -1 64 21 0 0 0 0 0 0 0 15 0 12 0 188801321 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188801322 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188801322 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=910588 CPUtime=0.3
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 309 0 0 0 30 0 0 0 16 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=910588 CPUtime=0.43
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 788 0 0 0 43 0 0 0 16 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=910588 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 932442112 171919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.63
Current children cumulated vsize (KiB) 910588



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+26.5538 s]
/proc/loadavg: 2.31 2.07 2.02 3/98 12189
/proc/meminfo: memFree=762536/2055920 swapFree=4191880/4192956
[pid=12177] ppid=12175 vsize=926592 CPUtime=27.67
/proc/12177/stat : 12177 (java) S 12175 12177 10550 0 -1 0 189231 0 2 0 2687 80 0 0 18 0 12 0 188801315 948830208 181147 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12177/statm: 231648 181148 2481 14 0 218085 0
[pid=12177/tid=12179] ppid=12175 vsize=926592 CPUtime=5.06
/proc/12177/task/12179/stat : 12179 (java) S 12175 12177 10550 0 -1 64 77899 0 0 0 473 33 0 0 16 0 12 0 188801319 948830208 181149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=926592 CPUtime=5.72
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 10550 0 -1 64 76913 0 0 0 545 27 0 0 16 0 12 0 188801319 948830208 181150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=926592 CPUtime=0.32
/proc/12177/task/12181/stat : 12181 (java) R 12175 12177 10550 0 -1 64 6805 0 0 0 30 2 0 0 16 0 12 0 188801321 948830208 181150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 10550 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188801322 948830208 181151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12183] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 10550 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188801322 948830208 181152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188801326 948830208 181152 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12185] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 10550 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188801326 948830208 181153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12186] ppid=12175 vsize=926592 CPUtime=0.3
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 10550 0 -1 64 309 0 0 0 30 0 0 0 16 0 12 0 188801326 948830208 181154 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12187] ppid=12175 vsize=926592 CPUtime=0.43
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 10550 0 -1 64 788 0 0 0 43 0 0 0 16 0 12 0 188801326 948830208 181154 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12188] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188801326 948830208 181155 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12177/tid=12189] ppid=12175 vsize=926592 CPUtime=0
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 10550 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188801326 948830208 181156 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.67
Current children cumulated vsize (KiB) 926592

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 28.6899
CPU time (s): 29.7975
CPU user time (s): 28.8696
CPU system time (s): 0.927858
CPU usage (%): 103.861
Max. virtual memory (cumulated for all children) (KiB): 926592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8696
system time used= 0.927858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190113
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= 1723
involuntary context switches= 2083

runsolver used 0.042993 s user time and 0.099984 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Wed Jan 10 04:41:12 UTC 2007


IDJOB= 249368
IDBENCH= 11778
FILE ID= node29/249368-1168404072

PBS_JOBID= 3523013

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-20-3-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249368-1168404072/sat4jCSP-bf3-cached.jar /tmp/evaluation/249368-1168404072/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-249368-1168404072 -o ROOT/results/node29/solver-249368-1168404072 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249368-1168404072/sat4jCSP-bf3-cached.jar /tmp/evaluation/249368-1168404072/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  6c8b652e9f6c025ce8c10158976996a7

RANDOM SEED= 174904892

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.241
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.241
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:       1479072 kB
Buffers:         51828 kB
Cached:         409488 kB
SwapCached:        268 kB
Active:         200768 kB
Inactive:       321248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479072 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          79712 kB
Slab:            39616 kB
Committed_AS:  4277556 kB
PageTables:       2364 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 node29 on Wed Jan 10 04:41:41 UTC 2007