Trace number 196492

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? 128.901 128.793

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-9.xml
MD5SUM406a855ffd2202b37e3f5a996f647ca0
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 benchmark4.31334
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.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.22	c version CSP COMPETITION BUGFIX 3 CACHED
0.22	c sun.arch.data.model	32
0.22	c java.version	1.5.0_10
0.22	c os.name	Linux
0.22	c os.version	2.6.9-22.EL.rootsmp
0.22	c os.arch	i386
0.22	c Free memory 722620888
0.22	c Max memory 723845120
0.22	c Total memory 723845120
0.22	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/196492-1168123710/unknown.xml
0.29	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.72	c reading variables
c reading variables (800) done.
1.17	c reading predicates 
c reading relations (8) done.
1.41	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
128.67	c starts		: 0
128.67	c conflicts		: 0
128.67	c decisions		: 0
128.67	c propagations		: 0
128.67	c inspects		: 0
128.67	c learnt literals	: 0
128.67	c learnt binary clauses	: 0
128.67	c learnt ternary clauses	: 0
128.67	c learnt clauses	: 0
128.67	c root simplifications	: 0
128.67	c removed literals (reason simplification)	: 0
128.67	c reason swapping (by a shorter reason)	: 0
128.67	c Calls to reduceDB	: 0
128.67	c speed (decisions/second)	: 0.0
128.67	c non guided choices	0
128.67	s UNKNOWN
128.67	c Total wall clock time (in seconds) : 128.38
128.67	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/node35/watcher-196492-1168123710 -o ROOT/results/node35/solver-196492-1168123710 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196492-1168123710/sat4jCSP-bf3-cached.jar /tmp/evaluation/196492-1168123710/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 2.00 1.83 3/68 25244
/proc/meminfo: memFree=1891680/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=1496 CPUtime=0
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 58 0 0 0 0 0 0 0 19 0 1 0 160764774 1531904 41 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 1464973 0 0 4096 0 0 0 0 17 1 0 0
/proc/25243/statm: 374 47 37 14 0 7 0

[startup+0.103682 s]
/proc/loadavg: 1.92 2.00 1.83 3/68 25244
/proc/meminfo: memFree=1891680/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=895148 CPUtime=0.02
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 2429 0 43 0 1 1 0 0 18 0 3 0 160764774 916631552 2233 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215354 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 223787 2233 1119 14 0 210807 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 895148

[startup+0.511729 s]
/proc/loadavg: 1.92 2.00 1.83 3/68 25244
/proc/meminfo: memFree=1891680/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=906564 CPUtime=0.52
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 6086 0 46 0 49 3 0 0 24 0 12 0 160764774 928321536 5713 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053848281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25243/statm: 226641 5713 2289 14 0 213078 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 906564

[startup+1.33383 s]
/proc/loadavg: 1.92 2.00 1.83 2/79 25279
/proc/meminfo: memFree=1848520/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=908500 CPUtime=1.72
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 15319 0 50 0 164 8 0 0 18 0 12 0 160764774 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152989438 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 227125 14207 2440 14 0 213562 0
[pid=25243/tid=25245] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160764784 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160764784 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25247] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160764786 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 160764787 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160764787 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=908500 CPUtime=0.41
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 837 0 0 0 41 0 0 0 16 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25253] ppid=25241 vsize=908500 CPUtime=0.38
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 1291 0 0 0 38 0 0 0 16 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=908500 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 930304000 14207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 908500

[startup+2.98702 s]
/proc/loadavg: 2.17 2.05 1.85 7/95 25295
/proc/meminfo: memFree=1757512/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=919816 CPUtime=3.72
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 34648 0 50 0 354 18 0 0 22 0 12 0 160764774 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 229954 30296 2479 14 0 216391 0
[pid=25243/tid=25245] ppid=25241 vsize=919816 CPUtime=0.05
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 1529 0 0 0 5 0 0 0 17 0 12 0 160764784 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=919816 CPUtime=0.14
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 6222 0 0 0 10 4 0 0 18 0 12 0 160764784 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25247] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160764786 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160764787 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=919816 CPUtime=0.76
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 2000 0 0 0 76 0 0 0 16 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25253] ppid=25241 vsize=919816 CPUtime=1.06
/proc/25243/task/25253/stat : 25253 (java) R 25241 25243 25006 0 -1 64 4576 0 0 0 105 1 0 0 18 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151714426 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=919816 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 941891584 30296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 919816

[startup+6.28341 s]
/proc/loadavg: 2.17 2.05 1.85 4/95 25295
/proc/meminfo: memFree=1628296/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=918448 CPUtime=6.89
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 44654 0 50 0 667 22 0 0 25 0 12 0 160764774 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054310490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25243/statm: 229612 39457 2479 14 0 216049 0
[pid=25243/tid=25245] ppid=25241 vsize=918448 CPUtime=0.35
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 7320 0 0 0 33 2 0 0 16 0 12 0 160764784 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25246] ppid=25241 vsize=918448 CPUtime=0.42
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 10091 0 0 0 37 5 0 0 16 0 12 0 160764784 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25247] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160764786 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25248] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160764787 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=918448 CPUtime=0.81
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 2000 0 0 0 81 0 0 0 16 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25253] ppid=25241 vsize=918448 CPUtime=1.54
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 4916 0 0 0 152 2 0 0 16 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25243/tid=25254] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=918448 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 940490752 39457 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 918448

[startup+12.6914 s]
/proc/loadavg: 2.36 2.10 1.87 5/95 25295
/proc/meminfo: memFree=1536080/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=916428 CPUtime=13.32
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 61894 0 50 0 1304 28 0 0 25 0 12 0 160764774 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054325840 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 229107 54354 2480 14 0 215544 0
[pid=25243/tid=25245] ppid=25241 vsize=916428 CPUtime=0.92
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 15986 0 0 0 87 5 0 0 16 0 12 0 160764784 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=916428 CPUtime=1.02
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 17622 0 0 0 94 8 0 0 16 0 12 0 160764784 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25247] ppid=25241 vsize=916428 CPUtime=0.01
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 160764786 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=916428 CPUtime=1.25
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 3019 0 0 0 124 1 0 0 16 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25253] ppid=25241 vsize=916428 CPUtime=1.58
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 4916 0 0 0 156 2 0 0 16 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 938422272 54354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 916428

[startup+25.5819 s]
/proc/loadavg: 2.31 2.09 1.87 4/95 25295
/proc/meminfo: memFree=1374352/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=916428 CPUtime=26.25
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 96730 0 50 0 2583 42 0 0 25 0 12 0 160764774 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054310233 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 229107 89124 2480 14 0 215544 0
[pid=25243/tid=25245] ppid=25241 vsize=916428 CPUtime=1.96
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 31410 0 0 0 186 10 0 0 16 0 12 0 160764784 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=916428 CPUtime=2.09
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 37003 0 0 0 194 15 0 0 16 0 12 0 160764784 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25247] ppid=25241 vsize=916428 CPUtime=0.01
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 160764786 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=916428 CPUtime=1.29
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 3019 0 0 0 128 1 0 0 17 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25253] ppid=25241 vsize=916428 CPUtime=1.59
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 4916 0 0 0 157 2 0 0 16 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 938422272 89124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.25
Current children cumulated vsize (KiB) 916428

[startup+51.1839 s]
/proc/loadavg: 2.20 2.08 1.87 3/95 25295
/proc/meminfo: memFree=1048400/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=916428 CPUtime=51.69
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 162149 0 50 0 5100 69 0 0 25 0 12 0 160764774 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054293232 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 229107 154335 2480 14 0 215544 0
[pid=25243/tid=25245] ppid=25241 vsize=916428 CPUtime=3.87
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 62567 0 0 0 365 22 0 0 16 0 12 0 160764784 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=916428 CPUtime=4.02
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 71208 0 0 0 373 29 0 0 16 0 12 0 160764784 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25247] ppid=25241 vsize=916428 CPUtime=0.04
/proc/25243/task/25247/stat : 25247 (java) S 25241 25243 25006 0 -1 64 14 0 0 0 3 1 0 0 15 0 12 0 160764786 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=916428 CPUtime=1.33
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 3019 0 0 0 132 1 0 0 16 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25253] ppid=25241 vsize=916428 CPUtime=1.71
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 4921 0 0 0 169 2 0 0 17 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 938422272 154335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.69
Current children cumulated vsize (KiB) 916428

[startup+102.447 s]
/proc/loadavg: 2.59 2.21 1.92 4/95 25295
/proc/meminfo: memFree=794896/2055920 swapFree=4191892/4192956
[pid=25243] ppid=25241 vsize=916428 CPUtime=102.68
/proc/25243/stat : 25243 (java) R 25241 25243 25006 0 -1 0 195295 0 50 0 10186 82 0 0 25 0 12 0 160764774 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25243/statm: 229107 187363 2481 14 0 215544 0
[pid=25243/tid=25245] ppid=25241 vsize=916428 CPUtime=4.98
/proc/25243/task/25245/stat : 25245 (java) S 25241 25243 25006 0 -1 64 79703 0 0 0 468 30 0 0 15 0 12 0 160764784 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25246] ppid=25241 vsize=916428 CPUtime=5.25
/proc/25243/task/25246/stat : 25246 (java) S 25241 25243 25006 0 -1 64 86233 0 0 0 491 34 0 0 16 0 12 0 160764784 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25247] ppid=25241 vsize=916428 CPUtime=33.46
/proc/25243/task/25247/stat : 25247 (java) R 25241 25243 25006 0 -1 64 950 0 0 0 3344 2 0 0 17 0 12 0 160764786 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25248] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25248/stat : 25248 (java) S 25241 25243 25006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764787 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25249] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25249/stat : 25249 (java) S 25241 25243 25006 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160764787 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25250] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25250/stat : 25250 (java) S 25241 25243 25006 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25251] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25251/stat : 25251 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25252] ppid=25241 vsize=916428 CPUtime=1.39
/proc/25243/task/25252/stat : 25252 (java) S 25241 25243 25006 0 -1 64 3022 0 0 0 138 1 0 0 17 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25253] ppid=25241 vsize=916428 CPUtime=1.72
/proc/25243/task/25253/stat : 25253 (java) S 25241 25243 25006 0 -1 64 4921 0 0 0 170 2 0 0 17 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25254] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25254/stat : 25254 (java) S 25241 25243 25006 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25243/tid=25255] ppid=25241 vsize=916428 CPUtime=0
/proc/25243/task/25255/stat : 25255 (java) S 25241 25243 25006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764791 938422272 187363 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.68
Current children cumulated vsize (KiB) 916428

Child status: 1
Real time (s): 128.793
CPU time (s): 128.901
CPU user time (s): 127.964
CPU system time (s): 0.937857
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 919876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.964
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195324
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5238
involuntary context switches= 6651

runsolver used 0.159975 s user time and 0.442932 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 22:48:31 UTC 2007


IDJOB= 196492
IDBENCH= 3354
FILE ID= node35/196492-1168123710

PBS_JOBID= 3477458

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  406a855ffd2202b37e3f5a996f647ca0

RANDOM SEED= 64114793

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892160 kB
Buffers:         16108 kB
Cached:          76912 kB
SwapCached:        480 kB
Active:          66564 kB
Inactive:        47180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892160 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          29412 kB
Slab:            35816 kB
Committed_AS:  3210648 kB
PageTables:       1620 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= 66554 MiB



End job on node35 on Sat Jan  6 22:50:40 UTC 2007