Trace number 247457

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? 88.3676 79.7973

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-7_ext.xml
MD5SUM0ab3dbb9edfa2aa092a5a9fe1825fa3f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.2569
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.14	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/247457-1168392684/unknown.xml
0.20	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.38	c reading variables
c reading variables (20) done.
0.40	c reading relations
c reading relations (18) done.
12.49	c reading constraints
c reading constraints done.
29.71	c ... done. Wall clock time 29.507s.
29.71	c CPU time (experimental) 18.25s.
29.71	c #vars     100
29.71	c #constraints  5625952
79.63	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
79.63	c starts		: 6
79.63	c conflicts		: 2014
79.63	c decisions		: 3289
79.63	c propagations		: 18856
79.63	c inspects		: 183137004
79.63	c learnt literals	: 0
79.63	c learnt binary clauses	: 0
79.63	c learnt ternary clauses	: 0
79.63	c learnt clauses	: 2014
79.63	c root simplifications	: 0
79.63	c removed literals (reason simplification)	: 0
79.63	c reason swapping (by a shorter reason)	: 0
79.63	c Calls to reduceDB	: 0
79.63	c speed (decisions/second)	: 65.8867365131513
79.63	c non guided choices	90
79.63	s UNKNOWN
79.63	c Total wall clock time (in seconds) : 79.429
79.63	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/node6/watcher-247457-1168392684 -o ROOT/results/node6/solver-247457-1168392684 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247457-1168392684/sat4jCSP-bf3.jar /tmp/evaluation/247457-1168392684/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: 0.96 1.04 1.07 3/78 26231
/proc/meminfo: memFree=1608880/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=172 CPUtime=0
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 187663859 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/26230/statm: 43 24 18 14 0 3 0

[startup+0.103805 s]
/proc/loadavg: 0.96 1.04 1.07 3/78 26231
/proc/meminfo: memFree=1608880/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=902816 CPUtime=0.1
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 3423 0 1 0 8 2 0 0 24 0 12 0 187663859 924483584 3183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26230/statm: 225704 3183 1587 14 0 212148 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 902816

[startup+0.511845 s]
/proc/loadavg: 0.96 1.04 1.07 3/78 26231
/proc/meminfo: memFree=1608880/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=906412 CPUtime=0.66
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 10074 0 1 0 61 5 0 0 19 0 12 0 187663859 928165888 9569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843457 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26230/statm: 226603 9569 2302 14 0 213040 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 906412

[startup+1.33594 s]
/proc/loadavg: 0.96 1.04 1.07 4/89 26242
/proc/meminfo: memFree=1568728/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=906752 CPUtime=1.85
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 17095 0 1 0 178 7 0 0 17 0 12 0 187663859 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054217532 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26230/statm: 226688 16332 2323 14 0 213125 0
[pid=26230/tid=26232] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 187663861 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26233] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 187663861 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26234] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26234/stat : 26234 (java) S 26228 26230 25370 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187663864 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26235] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 187663864 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 187663864 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=906752 CPUtime=0.37
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 569 0 0 0 37 0 0 0 16 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26240] ppid=26228 vsize=906752 CPUtime=0.39
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 862 0 0 0 39 0 0 0 17 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26241] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=906752 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187663868 928514048 16332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 906752

[startup+2.98213 s]
/proc/loadavg: 0.96 1.04 1.07 2/89 26242
/proc/meminfo: memFree=1493784/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=907400 CPUtime=3.72
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 35341 0 1 0 353 19 0 0 18 0 12 0 187663859 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054140495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26230/statm: 226850 34166 2331 14 0 213287 0
[pid=26230/tid=26232] ppid=26228 vsize=907400 CPUtime=0.22
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 5510 0 0 0 18 4 0 0 16 0 12 0 187663861 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26233] ppid=26228 vsize=907400 CPUtime=0.22
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 8693 0 0 0 17 5 0 0 16 0 12 0 187663861 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26234] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26234/stat : 26234 (java) S 26228 26230 25370 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 187663864 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26235] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187663864 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187663864 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=907400 CPUtime=0.37
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 574 0 0 0 37 0 0 0 16 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26240] ppid=26228 vsize=907400 CPUtime=0.39
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 862 0 0 0 39 0 0 0 16 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26241] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187663868 929177600 34166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 907400

[startup+6.27552 s]
/proc/loadavg: 0.96 1.04 1.07 2/89 26242
/proc/meminfo: memFree=1416792/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=907400 CPUtime=7.47
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 55120 0 1 0 715 32 0 0 19 0 12 0 187663859 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054141447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26230/statm: 226850 53236 2331 14 0 213287 0
[pid=26230/tid=26232] ppid=26228 vsize=907400 CPUtime=0.67
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 15881 0 0 0 58 9 0 0 16 0 12 0 187663861 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26233] ppid=26228 vsize=907400 CPUtime=0.69
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 18081 0 0 0 59 10 0 0 16 0 12 0 187663861 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26234] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26234/stat : 26234 (java) S 26228 26230 25370 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187663864 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26235] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187663864 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187663864 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=907400 CPUtime=0.38
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 576 0 0 0 38 0 0 0 16 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26240] ppid=26228 vsize=907400 CPUtime=0.4
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 862 0 0 0 40 0 0 0 16 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26241] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=907400 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187663868 929177600 53236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 907400

[startup+12.7153 s]
/proc/loadavg: 1.05 1.06 1.07 2/89 26242
/proc/meminfo: memFree=1254424/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=908936 CPUtime=15.18
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 93961 0 1 0 1463 55 0 0 17 0 12 0 187663859 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054361215 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26230/statm: 227234 90831 2334 14 0 213671 0
[pid=26230/tid=26232] ppid=26228 vsize=908936 CPUtime=1.58
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 36890 0 0 0 137 21 0 0 16 0 12 0 187663861 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26233] ppid=26228 vsize=908936 CPUtime=1.58
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 35027 0 0 0 139 19 0 0 16 0 12 0 187663861 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26234] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26234/stat : 26234 (java) S 26228 26230 25370 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 187663864 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26235] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187663864 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187663864 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=908936 CPUtime=0.56
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 599 0 0 0 56 0 0 0 17 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26240] ppid=26228 vsize=908936 CPUtime=0.64
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 1689 0 0 0 64 0 0 0 16 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26241] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=908936 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187663868 930750464 90831 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 908936

[startup+25.6088 s]
/proc/loadavg: 1.11 1.07 1.08 3/89 26242
/proc/meminfo: memFree=894680/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=909996 CPUtime=33.03
/proc/26230/stat : 26230 (java) R 26228 26230 25370 0 -1 0 189500 0 1 0 3196 107 0 0 16 0 12 0 187663859 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365157 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26230/statm: 227499 180554 2338 14 0 213936 0
[pid=26230/tid=26232] ppid=26228 vsize=909996 CPUtime=6.59
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 84664 0 0 0 613 46 0 0 17 0 12 0 187663861 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26233] ppid=26228 vsize=909996 CPUtime=6.56
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 76368 0 0 0 613 43 0 0 16 0 12 0 187663861 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26234] ppid=26228 vsize=909996 CPUtime=1.52
/proc/26230/task/26234/stat : 26234 (java) S 26228 26230 25370 0 -1 64 264 0 0 0 152 0 0 0 15 0 12 0 187663864 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26235] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187663864 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187663864 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=909996 CPUtime=0.59
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 604 0 0 0 59 0 0 0 17 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26240] ppid=26228 vsize=909996 CPUtime=0.64
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 1689 0 0 0 64 0 0 0 16 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26241] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=909996 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 187663868 931835904 180554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.03
Current children cumulated vsize (KiB) 909996

[startup+51.2578 s]
/proc/loadavg: 1.07 1.06 1.07 2/90 26243
/proc/meminfo: memFree=877136/2055924 swapFree=4165672/4192956
[pid=26230] ppid=26228 vsize=911516 CPUtime=59.87
/proc/26230/stat : 26230 (java) S 26228 26230 25370 0 -1 0 201083 0 1 0 5874 113 0 0 17 0 13 0 187663859 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26230/statm: 227879 185076 2354 14 0 214316 0
[pid=26230/tid=26232] ppid=26228 vsize=911516 CPUtime=7.43
/proc/26230/task/26232/stat : 26232 (java) S 26228 26230 25370 0 -1 64 84664 0 0 0 697 46 0 0 16 0 13 0 187663861 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26233] ppid=26228 vsize=911516 CPUtime=7.4
/proc/26230/task/26233/stat : 26233 (java) S 26228 26230 25370 0 -1 64 76368 0 0 0 697 43 0 0 16 0 13 0 187663861 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26234] ppid=26228 vsize=911516 CPUtime=17.65
/proc/26230/task/26234/stat : 26234 (java) R 26228 26230 25370 0 -1 64 11687 0 0 0 1759 6 0 0 17 0 13 0 187663864 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454109 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26235] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26235/stat : 26235 (java) S 26228 26230 25370 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187663864 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26236] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26236/stat : 26236 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187663864 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26237] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26237/stat : 26237 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26238] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26238/stat : 26238 (java) S 26228 26230 25370 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26239] ppid=26228 vsize=911516 CPUtime=0.86
/proc/26230/task/26239/stat : 26239 (java) S 26228 26230 25370 0 -1 64 722 0 0 0 86 0 0 0 17 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26240] ppid=26228 vsize=911516 CPUtime=0.79
/proc/26230/task/26240/stat : 26240 (java) S 26228 26230 25370 0 -1 64 1695 0 0 0 79 0 0 0 16 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26241] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26241/stat : 26241 (java) S 26228 26230 25370 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26230/tid=26242] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26242/stat : 26242 (java) S 26228 26230 25370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187663868 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26230/tid=26243] ppid=26228 vsize=911516 CPUtime=0
/proc/26230/task/26243/stat : 26243 (java) S 26228 26230 25370 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 187666831 933392384 185076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.87
Current children cumulated vsize (KiB) 911516

Child status: 1
Real time (s): 79.7973
CPU time (s): 88.3676
CPU user time (s): 87.0948
CPU system time (s): 1.27281
CPU usage (%): 110.74
Max. virtual memory (cumulated for all children) (KiB): 914516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0948
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207746
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= 2694
involuntary context switches= 2520

runsolver used 0.087986 s user time and 0.224965 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Jan 10 01:31:24 UTC 2007


IDJOB= 247457
IDBENCH= 11128
FILE ID= node6/247457-1168392684

PBS_JOBID= 3522777

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-7_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247457-1168392684/sat4jCSP-bf3.jar /tmp/evaluation/247457-1168392684/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-247457-1168392684 -o ROOT/results/node6/solver-247457-1168392684 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/247457-1168392684/sat4jCSP-bf3.jar /tmp/evaluation/247457-1168392684/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0ab3dbb9edfa2aa092a5a9fe1825fa3f

RANDOM SEED= 730738573

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.240
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.240
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:      2055924 kB
MemFree:       1609296 kB
Buffers:         47756 kB
Cached:         306492 kB
SwapCached:       2888 kB
Active:         223696 kB
Inactive:       162800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1609296 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           24420 kB
Writeback:           0 kB
Mapped:          41496 kB
Slab:            45512 kB
Committed_AS:  6346520 kB
PageTables:       1976 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= 66529 MiB



End job on node6 on Wed Jan 10 01:32:44 UTC 2007