Trace number 249447

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) 77.9471 76.3403

General information on the benchmark

Nameprimes/primes-20/
primes-20-20-2-7.xml
MD5SUMe78182f3066319d41f26a3137baf41c6
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 arity9
Maximum domain size70
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.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	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/249447-1168404225/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (100) done.
0.78	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/node58/watcher-249447-1168404225 -o ROOT/results/node58/solver-249447-1168404225 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249447-1168404225/sat4jCSP-bf3.jar /tmp/evaluation/249447-1168404225/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.05 2.02 2/81 22664
/proc/meminfo: memFree=1095176/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=18540 CPUtime=0
/proc/22663/stat : 22663 (runsolver) R 22661 22663 22115 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 188820520 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22663/statm: 4635 279 244 17 0 2626 0

[startup+0.101993 s]
/proc/loadavg: 2.00 2.05 2.02 2/81 22664
/proc/meminfo: memFree=1095176/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=897120 CPUtime=0.08
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 3229 0 1 0 7 1 0 0 17 0 6 0 188820520 918650880 2989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151995935 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/22663/statm: 224280 2989 1519 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.510029 s]
/proc/loadavg: 2.00 2.05 2.02 2/81 22664
/proc/meminfo: memFree=1095176/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=905236 CPUtime=0.48
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 5823 0 1 0 45 3 0 0 19 0 12 0 188820520 926961664 5418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22663/statm: 226309 5418 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.3331 s]
/proc/loadavg: 2.00 2.05 2.02 3/92 22675
/proc/meminfo: memFree=1076592/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=909216 CPUtime=1.3
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 8750 0 1 0 125 5 0 0 19 0 12 0 188820520 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22663/statm: 227304 7848 2457 14 0 213741 0
[pid=22663/tid=22665] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188820524 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22666] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188820524 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22667] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188820526 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22668] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188820527 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188820527 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22672] ppid=22661 vsize=909216 CPUtime=0.32
/proc/22663/task/22672/stat : 22672 (java) R 22661 22663 22115 0 -1 64 1341 0 0 0 32 0 0 0 16 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154472459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=909216 CPUtime=0.24
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 681 0 0 0 24 0 0 0 16 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=909216 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 931037184 7848 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 909216

[startup+2.98624 s]
/proc/loadavg: 2.00 2.05 2.02 3/92 22675
/proc/meminfo: memFree=1060144/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=916944 CPUtime=2.93
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 25324 0 1 0 281 12 0 0 25 0 12 0 188820520 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054263473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22663/statm: 229236 22882 2470 14 0 215673 0
[pid=22663/tid=22665] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188820524 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22666] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188820524 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22667] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188820526 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22668] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188820527 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188820527 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22672] ppid=22661 vsize=916944 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=916944 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=916944 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 938950656 22882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 916944

[startup+6.28257 s]
/proc/loadavg: 2.00 2.05 2.02 3/92 22675
/proc/meminfo: memFree=969392/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=918228 CPUtime=6.31
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 38482 0 1 0 613 18 0 0 25 0 12 0 188820520 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283202 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22663/statm: 229557 35248 2473 14 0 215994 0
[pid=22663/tid=22665] ppid=22661 vsize=918228 CPUtime=0.37
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 7790 0 0 0 35 2 0 0 17 0 12 0 188820524 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22666] ppid=22661 vsize=918228 CPUtime=0.27
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 4768 0 0 0 25 2 0 0 17 0 12 0 188820524 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22667] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188820526 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22668] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22672] ppid=22661 vsize=918228 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=918228 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 940265472 35248 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 918228

[startup+12.7051 s]
/proc/loadavg: 2.00 2.05 2.02 5/92 22675
/proc/meminfo: memFree=895216/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=918228 CPUtime=12.88
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 56630 0 1 0 1263 25 0 0 25 0 12 0 188820520 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283013 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22663/statm: 229557 52469 2473 14 0 215994 0
[pid=22663/tid=22665] ppid=22661 vsize=918228 CPUtime=1.13
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 16871 0 0 0 107 6 0 0 16 0 12 0 188820524 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22666] ppid=22661 vsize=918228 CPUtime=1.01
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 13819 0 0 0 95 6 0 0 16 0 12 0 188820524 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22667] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 188820526 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22668] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22672] ppid=22661 vsize=918228 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=918228 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 940265472 52469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 918228

[startup+25.5882 s]
/proc/loadavg: 2.21 2.10 2.04 5/92 22675
/proc/meminfo: memFree=774256/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=918228 CPUtime=25.86
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 88089 0 1 0 2548 38 0 0 20 0 12 0 188820520 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22663/statm: 229557 83410 2473 14 0 215994 0
[pid=22663/tid=22665] ppid=22661 vsize=918228 CPUtime=2.47
/proc/22663/task/22665/stat : 22665 (java) R 22661 22663 22115 0 -1 64 34386 0 0 0 235 12 0 0 16 0 12 0 188820524 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22666] ppid=22661 vsize=918228 CPUtime=2.24
/proc/22663/task/22666/stat : 22666 (java) R 22661 22663 22115 0 -1 64 27738 0 0 0 212 12 0 0 16 0 12 0 188820524 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22667] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 21 0 0 0 0 0 0 0 15 0 12 0 188820526 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22668] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 83410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 940265472 83412 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188820531 940265472 83414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22672] ppid=22661 vsize=918228 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 940265472 83414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=918228 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 940265472 83414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 940265472 83414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 940265472 83414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.86
Current children cumulated vsize (KiB) 918228

[startup+51.1995 s]
/proc/loadavg: 2.22 2.10 2.04 3/92 22675
/proc/meminfo: memFree=530608/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=918228 CPUtime=51.86
/proc/22663/stat : 22663 (java) R 22661 22663 22115 0 -1 0 148186 0 1 0 5124 62 0 0 25 0 12 0 188820520 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290433 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22663/statm: 229557 143313 2473 14 0 215994 0
[pid=22663/tid=22665] ppid=22661 vsize=918228 CPUtime=5.66
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 60114 0 0 0 544 22 0 0 16 0 12 0 188820524 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22666] ppid=22661 vsize=918228 CPUtime=5.23
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 62072 0 0 0 498 25 0 0 16 0 12 0 188820524 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22667] ppid=22661 vsize=918228 CPUtime=0.01
/proc/22663/task/22667/stat : 22667 (java) S 22661 22663 22115 0 -1 64 22 0 0 0 1 0 0 0 16 0 12 0 188820526 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22668] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188820527 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22672] ppid=22661 vsize=918228 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=918228 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=918228 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 940265472 143313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.86
Current children cumulated vsize (KiB) 918228



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+74.2083 s]
/proc/loadavg: 2.14 2.09 2.04 3/92 22675
/proc/meminfo: memFree=354416/2055920 swapFree=4192812/4192956
[pid=22663] ppid=22661 vsize=922232 CPUtime=75.83
/proc/22663/stat : 22663 (java) S 22661 22663 22115 0 -1 0 192661 0 1 0 7502 81 0 0 18 0 12 0 188820520 944365568 187315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22663/statm: 230558 187315 2473 14 0 216995 0
[pid=22663/tid=22665] ppid=22661 vsize=922232 CPUtime=8.89
/proc/22663/task/22665/stat : 22665 (java) S 22661 22663 22115 0 -1 64 80895 0 0 0 859 30 0 0 16 0 12 0 188820524 944365568 187316 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22666] ppid=22661 vsize=922232 CPUtime=8.54
/proc/22663/task/22666/stat : 22666 (java) S 22661 22663 22115 0 -1 64 84830 0 0 0 818 36 0 0 17 0 12 0 188820524 944365568 187316 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22667] ppid=22661 vsize=922232 CPUtime=0.13
/proc/22663/task/22667/stat : 22667 (java) R 22661 22663 22115 0 -1 64 933 0 0 0 12 1 0 0 17 0 12 0 188820526 944365568 187316 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22668] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22668/stat : 22668 (java) S 22661 22663 22115 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188820527 944365568 187317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22669] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22669/stat : 22669 (java) S 22661 22663 22115 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188820527 944365568 187317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22670] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22670/stat : 22670 (java) S 22661 22663 22115 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188820531 944365568 187317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22671] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22671/stat : 22671 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188820531 944365568 187318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22663/tid=22672] ppid=22661 vsize=922232 CPUtime=0.92
/proc/22663/task/22672/stat : 22672 (java) S 22661 22663 22115 0 -1 64 4806 0 0 0 91 1 0 0 16 0 12 0 188820531 944365568 187318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22673] ppid=22661 vsize=922232 CPUtime=0.36
/proc/22663/task/22673/stat : 22673 (java) S 22661 22663 22115 0 -1 64 925 0 0 0 36 0 0 0 16 0 12 0 188820531 944365568 187318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22674] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22674/stat : 22674 (java) S 22661 22663 22115 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188820531 944365568 187319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22663/tid=22675] ppid=22661 vsize=922232 CPUtime=0
/proc/22663/task/22675/stat : 22675 (java) S 22661 22663 22115 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188820531 944365568 187319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.83
Current children cumulated vsize (KiB) 922232

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): 76.3403
CPU time (s): 77.9471
CPU user time (s): 76.9643
CPU system time (s): 0.98285
CPU usage (%): 102.105
Max. virtual memory (cumulated for all children) (KiB): 950232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.9643
system time used= 0.98285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204942
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= 3288
involuntary context switches= 4311

runsolver used 0.096985 s user time and 0.276957 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Jan 10 04:43:45 UTC 2007


IDJOB= 249447
IDBENCH= 11784
FILE ID= node58/249447-1168404225

PBS_JOBID= 3523124

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-20-2-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249447-1168404225/sat4jCSP-bf3.jar /tmp/evaluation/249447-1168404225/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-249447-1168404225 -o ROOT/results/node58/solver-249447-1168404225 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249447-1168404225/sat4jCSP-bf3.jar /tmp/evaluation/249447-1168404225/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e78182f3066319d41f26a3137baf41c6

RANDOM SEED= 257105384

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1095592 kB
Buffers:         65388 kB
Cached:         331188 kB
SwapCached:          0 kB
Active:         625512 kB
Inactive:       277364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1095592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:         524448 kB
Slab:            41864 kB
Committed_AS:  4177032 kB
PageTables:       2756 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= 66560 MiB



End job on node58 on Wed Jan 10 04:45:02 UTC 2007