Trace number 204639

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? 134.112 132.999

General information on the benchmark

Namefapp/fapp16-20/fapp19/
fapp19-0350-6.xml
MD5SUM8bcf508d442c4f70cf195aea7c1d7dfd
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 benchmark6.08507
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
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/204639-1168166498/unknown.xml
0.25	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.86	c reading variables
c reading variables (350) done.
1.40	c reading predicates 
c reading relations (9) done.
1.66	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
132.85	c starts		: 0
132.85	c conflicts		: 0
132.85	c decisions		: 0
132.85	c propagations		: 0
132.85	c inspects		: 0
132.85	c learnt literals	: 0
132.85	c learnt binary clauses	: 0
132.85	c learnt ternary clauses	: 0
132.85	c learnt clauses	: 0
132.85	c root simplifications	: 0
132.85	c removed literals (reason simplification)	: 0
132.85	c reason swapping (by a shorter reason)	: 0
132.85	c Calls to reduceDB	: 0
132.85	c speed (decisions/second)	: 0.0
132.85	c non guided choices	0
132.85	s UNKNOWN
132.85	c Total wall clock time (in seconds) : 132.6
132.85	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/node12/watcher-204639-1168166498 -o ROOT/results/node12/solver-204639-1168166498 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204639-1168166498/sat4jCSP-bf3-cached.jar /tmp/evaluation/204639-1168166498/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.94 2.13 2.07 4/97 27299
/proc/meminfo: memFree=631616/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=292 CPUtime=0
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 208 0 0 0 0 0 0 0 18 0 1 0 165044799 299008 31 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 9697933 0 0 4096 0 0 0 0 17 0 0 0
/proc/27298/statm: 73 35 27 14 0 5 0

[startup+0.107189 s]
/proc/loadavg: 1.94 2.13 2.07 4/97 27299
/proc/meminfo: memFree=631616/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=901540 CPUtime=0.09
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 3360 0 1 0 7 2 0 0 24 0 12 0 165044799 923176960 3120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 225385 3121 1570 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.51526 s]
/proc/loadavg: 1.94 2.13 2.07 4/97 27299
/proc/meminfo: memFree=631616/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=905236 CPUtime=0.49
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 5943 0 1 0 45 4 0 0 25 0 12 0 165044799 926961664 5537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054098307 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 226309 5537 2280 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33841 s]
/proc/loadavg: 1.94 2.13 2.07 4/108 27310
/proc/meminfo: memFree=611496/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=906592 CPUtime=1.31
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 15213 0 1 0 122 9 0 0 25 0 12 0 165044799 928350208 14312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054214316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 226648 14313 2321 14 0 213085 0
[pid=27298/tid=27300] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165044802 928350208 14316 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27301] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165044802 928350208 14319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27302] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 165044805 928350208 14319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27303] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 165044805 928350208 14319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165044805 928350208 14320 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 928350208 14324 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165044809 928350208 14328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27307] ppid=27296 vsize=906592 CPUtime=0.36
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 1080 0 0 0 36 0 0 0 16 0 12 0 165044809 928350208 14333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27308] ppid=27296 vsize=906592 CPUtime=0.29
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 669 0 0 0 29 0 0 0 16 0 12 0 165044809 928350208 14334 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27309] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 928350208 14337 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=906592 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 928350208 14337 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906592

[startup+2.99171 s]
/proc/loadavg: 1.94 2.13 2.07 4/108 27310
/proc/meminfo: memFree=562920/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=912808 CPUtime=3.1
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 35349 0 1 0 289 21 0 0 25 0 12 0 165044799 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054340306 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 228202 31814 2479 14 0 214639 0
[pid=27298/tid=27300] ppid=27296 vsize=912808 CPUtime=0.25
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 7591 0 0 0 22 3 0 0 19 0 12 0 165044802 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27301] ppid=27296 vsize=912808 CPUtime=0.21
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 3927 0 0 0 19 2 0 0 18 0 12 0 165044802 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27302] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27303] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=912808 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27307] ppid=27296 vsize=912808 CPUtime=0.75
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 2999 0 0 0 74 1 0 0 16 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27308] ppid=27296 vsize=912808 CPUtime=0.41
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 685 0 0 0 41 0 0 0 16 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27309] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 934715392 31814 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 912808

[startup+6.19929 s]
/proc/loadavg: 2.02 2.14 2.08 3/108 27310
/proc/meminfo: memFree=471656/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=912808 CPUtime=6.48
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 49222 0 1 0 621 27 0 0 25 0 12 0 165044799 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27298/statm: 228202 45529 2479 14 0 214639 0
[pid=27298/tid=27300] ppid=27296 vsize=912808 CPUtime=0.82
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 16599 0 0 0 75 7 0 0 17 0 12 0 165044802 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27301] ppid=27296 vsize=912808 CPUtime=0.64
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 8766 0 0 0 61 3 0 0 17 0 12 0 165044802 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27302] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27303] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=912808 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27307] ppid=27296 vsize=912808 CPUtime=0.81
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 3004 0 0 0 80 1 0 0 16 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27308] ppid=27296 vsize=912808 CPUtime=0.6
/proc/27298/task/27308/stat : 27308 (java) R 27296 27298 27240 0 -1 64 698 0 0 0 60 0 0 0 16 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154574946 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27309] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=912808 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 934715392 45529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 912808

[startup+12.6983 s]
/proc/loadavg: 2.02 2.14 2.08 5/108 27310
/proc/meminfo: memFree=379304/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=917112 CPUtime=13.03
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 72827 0 1 0 1262 41 0 0 25 0 12 0 165044799 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054422412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27298/statm: 229278 67101 2480 14 0 215715 0
[pid=27298/tid=27300] ppid=27296 vsize=917112 CPUtime=1.66
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 24465 0 0 0 155 11 0 0 16 0 12 0 165044802 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27301] ppid=27296 vsize=917112 CPUtime=1.39
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 22547 0 0 0 128 11 0 0 16 0 12 0 165044802 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27302] ppid=27296 vsize=917112 CPUtime=0.01
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 14 0 0 0 1 0 0 0 17 0 12 0 165044805 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27303] ppid=27296 vsize=917112 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=917112 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=917112 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=917112 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27307] ppid=27296 vsize=917112 CPUtime=1.09
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 3102 0 0 0 108 1 0 0 17 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27308] ppid=27296 vsize=917112 CPUtime=0.96
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 2533 0 0 0 95 1 0 0 16 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27309] ppid=27296 vsize=917112 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=917112 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 939122688 67101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 917112

[startup+25.5106 s]
/proc/loadavg: 2.01 2.13 2.08 3/108 27310
/proc/meminfo: memFree=249000/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=912824 CPUtime=25.93
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 107720 0 1 0 2535 58 0 0 25 0 12 0 165044799 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054436576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27298/statm: 228206 100903 2480 14 0 214643 0
[pid=27298/tid=27300] ppid=27296 vsize=912824 CPUtime=3.21
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 43634 0 0 0 300 21 0 0 16 0 12 0 165044802 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27301] ppid=27296 vsize=912824 CPUtime=2.81
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 38241 0 0 0 262 19 0 0 16 0 12 0 165044802 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27302] ppid=27296 vsize=912824 CPUtime=0.01
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 165044805 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27303] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=912824 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27307] ppid=27296 vsize=912824 CPUtime=1.13
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 3105 0 0 0 112 1 0 0 17 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27308] ppid=27296 vsize=912824 CPUtime=0.99
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 2533 0 0 0 98 1 0 0 16 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27309] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 934731776 100903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.93
Current children cumulated vsize (KiB) 912824

[startup+51.1802 s]
/proc/loadavg: 2.23 2.17 2.09 3/97 27571
/proc/meminfo: memFree=665480/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=912824 CPUtime=52.4
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 183771 0 1 0 5143 97 0 0 25 0 12 0 165044799 934731776 176690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27298/statm: 228206 176692 2480 14 0 214643 0
[pid=27298/tid=27300] ppid=27296 vsize=912824 CPUtime=5.94
/proc/27298/task/27300/stat : 27300 (java) R 27296 27298 27240 0 -1 64 82752 0 0 0 554 40 0 0 15 0 12 0 165044802 934731776 176693 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27301] ppid=27296 vsize=912824 CPUtime=6.09
/proc/27298/task/27301/stat : 27301 (java) R 27296 27298 27240 0 -1 64 75128 0 0 0 572 37 0 0 16 0 12 0 165044802 934731776 176694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27302] ppid=27296 vsize=912824 CPUtime=0.02
/proc/27298/task/27302/stat : 27302 (java) S 27296 27298 27240 0 -1 64 15 0 0 0 2 0 0 0 15 0 12 0 165044805 934731776 176695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27303] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 934731776 176696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 934731776 176697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 934731776 176698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=912824 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 934731776 176700 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27307] ppid=27296 vsize=912824 CPUtime=1.15
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 3106 0 0 0 114 1 0 0 16 0 12 0 165044809 934731776 176701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27308] ppid=27296 vsize=912824 CPUtime=1.02
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 2534 0 0 0 101 1 0 0 17 0 12 0 165044809 934731776 176702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27309] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 934731776 176703 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=912824 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 934731776 176705 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.4
Current children cumulated vsize (KiB) 912824

[startup+102.403 s]
/proc/loadavg: 2.31 2.19 2.10 4/97 27571
/proc/meminfo: memFree=620488/2055920 swapFree=4160348/4192956
[pid=27298] ppid=27296 vsize=916108 CPUtime=103.82
/proc/27298/stat : 27298 (java) R 27296 27298 27240 0 -1 0 205427 0 1 0 10276 106 0 0 25 0 12 0 165044799 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27298/statm: 229027 187221 2481 14 0 215464 0
[pid=27298/tid=27300] ppid=27296 vsize=916108 CPUtime=8.98
/proc/27298/task/27300/stat : 27300 (java) S 27296 27298 27240 0 -1 64 87144 0 0 0 857 41 0 0 15 0 12 0 165044802 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27301] ppid=27296 vsize=916108 CPUtime=9.25
/proc/27298/task/27301/stat : 27301 (java) S 27296 27298 27240 0 -1 64 80719 0 0 0 885 40 0 0 16 0 12 0 165044802 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27302] ppid=27296 vsize=916108 CPUtime=21.18
/proc/27298/task/27302/stat : 27302 (java) R 27296 27298 27240 0 -1 64 11615 0 0 0 2112 6 0 0 16 0 12 0 165044805 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440512 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27303] ppid=27296 vsize=916108 CPUtime=0
/proc/27298/task/27303/stat : 27303 (java) S 27296 27298 27240 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165044805 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27304] ppid=27296 vsize=916108 CPUtime=0
/proc/27298/task/27304/stat : 27304 (java) S 27296 27298 27240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165044805 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27305] ppid=27296 vsize=916108 CPUtime=0
/proc/27298/task/27305/stat : 27305 (java) S 27296 27298 27240 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27306] ppid=27296 vsize=916108 CPUtime=0.01
/proc/27298/task/27306/stat : 27306 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27307] ppid=27296 vsize=916108 CPUtime=1.25
/proc/27298/task/27307/stat : 27307 (java) S 27296 27298 27240 0 -1 64 3112 0 0 0 124 1 0 0 17 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27308] ppid=27296 vsize=916108 CPUtime=1.03
/proc/27298/task/27308/stat : 27308 (java) S 27296 27298 27240 0 -1 64 2534 0 0 0 102 1 0 0 16 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27298/tid=27309] ppid=27296 vsize=916108 CPUtime=0
/proc/27298/task/27309/stat : 27309 (java) S 27296 27298 27240 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27298/tid=27310] ppid=27296 vsize=916108 CPUtime=0
/proc/27298/task/27310/stat : 27310 (java) S 27296 27298 27240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165044809 938094592 187221 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.82
Current children cumulated vsize (KiB) 916108

Child status: 1
Real time (s): 132.999
CPU time (s): 134.112
CPU user time (s): 132.865
CPU system time (s): 1.24681
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 917828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.865
system time used= 1.24681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219164
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= 5465
involuntary context switches= 5902

runsolver used 0.162975 s user time and 0.438933 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 10:41:38 UTC 2007


IDJOB= 204639
IDBENCH= 4045
FILE ID= node12/204639-1168166498

PBS_JOBID= 3478675

Free space on /tmp= 66317 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp19/fapp19-0350-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204639-1168166498/sat4jCSP-bf3-cached.jar /tmp/evaluation/204639-1168166498/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-204639-1168166498 -o ROOT/results/node12/solver-204639-1168166498 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204639-1168166498/sat4jCSP-bf3-cached.jar /tmp/evaluation/204639-1168166498/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  8bcf508d442c4f70cf195aea7c1d7dfd

RANDOM SEED= 778113571

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.265
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.265
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:        632032 kB
Buffers:         54308 kB
Cached:         521140 kB
SwapCached:       4660 kB
Active:         859368 kB
Inactive:       488476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        632032 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:         792644 kB
Slab:            59464 kB
Committed_AS:  5258028 kB
PageTables:       3584 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= 66316 MiB



End job on node12 on Sun Jan  7 10:43:51 UTC 2007