Trace number 196428

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? 131.665 131.965

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-7.xml
MD5SUMb866e3bcf8413b96fd501a75c264e533
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9604
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/196428-1168123311/unknown.xml
0.25	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.90	c reading variables
c reading variables (800) done.
1.50	c reading predicates 
c reading relations (8) done.
1.75	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
131.81	c starts		: 0
131.81	c conflicts		: 0
131.81	c decisions		: 0
131.81	c propagations		: 0
131.81	c inspects		: 0
131.81	c learnt literals	: 0
131.81	c learnt binary clauses	: 0
131.81	c learnt ternary clauses	: 0
131.81	c learnt clauses	: 0
131.81	c root simplifications	: 0
131.81	c removed literals (reason simplification)	: 0
131.81	c reason swapping (by a shorter reason)	: 0
131.81	c Calls to reduceDB	: 0
131.81	c speed (decisions/second)	: 0.0
131.81	c non guided choices	0
131.81	s UNKNOWN
131.81	c Total wall clock time (in seconds) : 131.557
131.81	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node55/watcher-196428-1168123311 -o ROOT/results/node55/solver-196428-1168123311 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196428-1168123311/sat4jCSP-bf3-cached.jar /tmp/evaluation/196428-1168123311/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.92 1.98 1.99 4/80 25212
/proc/meminfo: memFree=1731528/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=18540 CPUtime=0
/proc/25211/stat : 25211 (runsolver) R 25209 25211 24242 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 160729330 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25211/statm: 4635 279 244 17 0 2626 0

[startup+0.102857 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25212
/proc/meminfo: memFree=1731528/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=900216 CPUtime=0.09
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 3262 0 1 0 7 2 0 0 21 0 12 0 160729330 921821184 3022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151859960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 225054 3022 1529 14 0 212074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 900216

[startup+0.510895 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25212
/proc/meminfo: memFree=1731528/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=905236 CPUtime=0.53
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 6025 0 1 0 49 4 0 0 19 0 12 0 160729330 926961664 5602 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 226309 5602 2291 14 0 212746 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 905236

[startup+1.33198 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 25223
/proc/meminfo: memFree=1715760/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=906456 CPUtime=1.34
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 8505 0 1 0 129 5 0 0 18 0 12 0 160729330 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 226614 7509 2316 14 0 213051 0
[pid=25211/tid=25213] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160729333 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25214] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160729333 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25215] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160729336 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25216] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 160729336 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25217] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160729336 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25218] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=906456 CPUtime=0.33
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 1131 0 0 0 33 0 0 0 16 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=906456 CPUtime=0.37
/proc/25211/task/25221/stat : 25221 (java) R 25209 25211 24242 0 -1 64 697 0 0 0 37 0 0 0 16 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155415205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=906456 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 928210944 7509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 906456

[startup+2.97614 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 25223
/proc/meminfo: memFree=1676528/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=910940 CPUtime=3.07
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 30984 0 1 0 291 16 0 0 25 0 12 0 160729330 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 227735 28443 2479 14 0 214172 0
[pid=25211/tid=25213] ppid=25209 vsize=910940 CPUtime=0.13
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 3352 0 0 0 12 1 0 0 16 0 12 0 160729333 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=910940 CPUtime=0.12
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 4605 0 0 0 10 2 0 0 16 0 12 0 160729333 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25215] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 160729336 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160729336 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=910940 CPUtime=0.51
/proc/25211/task/25220/stat : 25220 (java) R 25209 25211 24242 0 -1 64 1165 0 0 0 51 0 0 0 16 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152454660 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=910940 CPUtime=0.73
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1916 0 0 0 73 0 0 0 16 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=910940 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 932802560 28443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 910940

[startup+6.18345 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 25223
/proc/meminfo: memFree=1592240/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=913820 CPUtime=6.3
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 42689 0 1 0 608 22 0 0 25 0 12 0 160729330 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054330795 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 228455 38125 2479 14 0 214892 0
[pid=25211/tid=25213] ppid=25209 vsize=913820 CPUtime=0.35
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 8311 0 0 0 32 3 0 0 16 0 12 0 160729333 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=913820 CPUtime=0.31
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 9073 0 0 0 27 4 0 0 16 0 12 0 160729333 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160729336 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160729336 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=913820 CPUtime=1.08
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 3265 0 0 0 107 1 0 0 17 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=913820 CPUtime=0.81
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1919 0 0 0 81 0 0 0 16 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=913820 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 935751680 38125 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 913820

[startup+12.6741 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 25223
/proc/meminfo: memFree=1528496/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=913308 CPUtime=12.75
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 58547 0 1 0 1246 29 0 0 25 0 12 0 160729330 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 228327 53020 2479 14 0 214764 0
[pid=25211/tid=25213] ppid=25209 vsize=913308 CPUtime=0.81
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 17599 0 0 0 74 7 0 0 16 0 12 0 160729333 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=913308 CPUtime=0.81
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 15614 0 0 0 74 7 0 0 16 0 12 0 160729333 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=913308 CPUtime=0.01
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 160729336 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160729336 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=913308 CPUtime=1.12
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 3268 0 0 0 111 1 0 0 16 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=913308 CPUtime=0.85
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1921 0 0 0 85 0 0 0 16 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=913308 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 935227392 53020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 913308

[startup+25.5723 s]
/proc/loadavg: 2.11 2.02 2.01 3/91 25223
/proc/meminfo: memFree=1404528/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=912664 CPUtime=25.6
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 92177 0 1 0 2517 43 0 0 25 0 12 0 160729330 934567936 86463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 228166 86467 2479 14 0 214603 0
[pid=25211/tid=25213] ppid=25209 vsize=912664 CPUtime=1.71
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 24242 0 -1 64 33302 0 0 0 158 13 0 0 16 0 12 0 160729333 934567936 86469 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=912664 CPUtime=1.74
/proc/25211/task/25214/stat : 25214 (java) R 25209 25211 24242 0 -1 64 33516 0 0 0 160 14 0 0 16 0 12 0 160729333 934567936 86472 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=912664 CPUtime=0.02
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 14 0 0 0 2 0 0 0 15 0 12 0 160729336 934567936 86475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160729336 934567936 86478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 934567936 86481 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 934567936 86483 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160729340 934567936 86486 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=912664 CPUtime=1.16
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 3270 0 0 0 115 1 0 0 16 0 12 0 160729340 934567936 86489 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=912664 CPUtime=0.9
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1922 0 0 0 90 0 0 0 17 0 12 0 160729340 934567936 86492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 934567936 86495 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 934567936 86498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 912664

[startup+51.2518 s]
/proc/loadavg: 2.20 2.05 2.01 3/91 25223
/proc/meminfo: memFree=1159024/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=912664 CPUtime=51.14
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 151109 0 1 0 5048 66 0 0 25 0 12 0 160729330 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054323971 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 228166 145275 2480 14 0 214603 0
[pid=25211/tid=25213] ppid=25209 vsize=912664 CPUtime=3.69
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 62979 0 0 0 343 26 0 0 16 0 12 0 160729333 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=912664 CPUtime=3.47
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 62708 0 0 0 323 24 0 0 16 0 12 0 160729333 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=912664 CPUtime=0.03
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 24242 0 -1 64 14 0 0 0 3 0 0 0 15 0 12 0 160729336 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160729336 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=912664 CPUtime=1.18
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 3271 0 0 0 117 1 0 0 17 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=912664 CPUtime=0.97
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1928 0 0 0 97 0 0 0 17 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 934567936 145275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 912664

[startup+102.465 s]
/proc/loadavg: 2.42 2.12 2.04 4/91 25223
/proc/meminfo: memFree=992624/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=912664 CPUtime=102.32
/proc/25211/stat : 25211 (java) R 25209 25211 24242 0 -1 0 193189 0 1 0 10152 80 0 0 25 0 12 0 160729330 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25211/statm: 228166 186834 2481 14 0 214603 0
[pid=25211/tid=25213] ppid=25209 vsize=912664 CPUtime=5.19
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 24242 0 -1 64 81979 0 0 0 487 32 0 0 15 0 12 0 160729333 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25214] ppid=25209 vsize=912664 CPUtime=4.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 24242 0 -1 64 84292 0 0 0 463 31 0 0 16 0 12 0 160729333 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25215] ppid=25209 vsize=912664 CPUtime=27.92
/proc/25211/task/25215/stat : 25215 (java) R 25209 25211 24242 0 -1 64 1453 0 0 0 2791 1 0 0 16 0 12 0 160729336 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25216] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 24242 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160729336 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25217] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 24242 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160729336 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 24242 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25219] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=912664 CPUtime=1.19
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 24242 0 -1 64 3271 0 0 0 118 1 0 0 17 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=912664 CPUtime=1.06
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 24242 0 -1 64 1934 0 0 0 106 0 0 0 17 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25222] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 24242 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25211/tid=25223] ppid=25209 vsize=912664 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 24242 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160729340 934567936 186834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 912664

Child status: 1
Real time (s): 131.965
CPU time (s): 131.665
CPU user time (s): 130.74
CPU system time (s): 0.924859
CPU usage (%): 99.7724
Max. virtual memory (cumulated for all children) (KiB): 913852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.74
system time used= 0.924859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193219
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= 5294
involuntary context switches= 5863

runsolver used 0.161975 s user time and 0.432934 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 22:41:51 UTC 2007


IDJOB= 196428
IDBENCH= 3350
FILE ID= node55/196428-1168123311

PBS_JOBID= 3477493

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196428-1168123311/sat4jCSP-bf3-cached.jar /tmp/evaluation/196428-1168123311/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-196428-1168123311 -o ROOT/results/node55/solver-196428-1168123311 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196428-1168123311/sat4jCSP-bf3-cached.jar /tmp/evaluation/196428-1168123311/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b866e3bcf8413b96fd501a75c264e533

RANDOM SEED= 48978143

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.218
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	: 5931.00
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.218
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:       1732008 kB
Buffers:         19532 kB
Cached:         146388 kB
SwapCached:          0 kB
Active:         191692 kB
Inactive:        78788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:         124772 kB
Slab:            38752 kB
Committed_AS:  4025220 kB
PageTables:       1940 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= 66538 MiB



End job on node55 on Sat Jan  6 22:44:03 UTC 2007