Trace number 221511

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? 142.711 142.295

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-8.xml
MD5SUM316a3812cc8931312682843c89f2669e
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 benchmark12.3821
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
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.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/221511-1168259597/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.86	c reading variables
c reading variables (550) done.
1.89	c reading predicates 
c reading relations (9) done.
2.18	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
142.18	c starts		: 0
142.18	c conflicts		: 0
142.18	c decisions		: 0
142.18	c propagations		: 0
142.18	c inspects		: 0
142.18	c learnt literals	: 0
142.18	c learnt binary clauses	: 0
142.18	c learnt ternary clauses	: 0
142.18	c learnt clauses	: 0
142.18	c root simplifications	: 0
142.18	c removed literals (reason simplification)	: 0
142.18	c reason swapping (by a shorter reason)	: 0
142.18	c Calls to reduceDB	: 0
142.18	c speed (decisions/second)	: 0.0
142.18	c non guided choices	0
142.18	s UNKNOWN
142.18	c Total wall clock time (in seconds) : 141.938
142.18	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/node43/watcher-221511-1168259597 -o ROOT/results/node43/solver-221511-1168259597 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221511-1168259597/sat4jCSP-bf3-cached.jar /tmp/evaluation/221511-1168259597/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.99 1.63 1.81 4/70 6903
/proc/meminfo: memFree=1741112/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=1452 CPUtime=0
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 93 0 0 0 0 0 0 0 19 0 1 0 174358864 1486848 65 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 5198784 0 0 4096 0 0 0 0 17 1 0 0
/proc/6902/statm: 363 75 57 14 0 8 0

[startup+0.105563 s]
/proc/loadavg: 0.99 1.63 1.81 4/70 6903
/proc/meminfo: memFree=1741112/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=901540 CPUtime=0.09
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 3357 0 1 0 7 2 0 0 24 0 12 0 174358864 923176960 3117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 225385 3118 1568 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.513627 s]
/proc/loadavg: 0.99 1.63 1.81 4/70 6903
/proc/meminfo: memFree=1741112/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=905236 CPUtime=0.49
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 5993 0 1 0 45 4 0 0 25 0 12 0 174358864 926961664 5587 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 226309 5587 2289 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33577 s]
/proc/loadavg: 0.99 1.63 1.81 4/95 6928
/proc/meminfo: memFree=1693168/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=906456 CPUtime=1.31
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 12921 0 1 0 124 7 0 0 25 0 12 0 174358864 928210944 11914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054223299 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 226614 11923 2312 14 0 213051 0
[pid=6902/tid=6907] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174358867 928210944 11928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174358867 928210944 11934 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 174358870 928210944 11939 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 174358871 928210944 11942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 174358871 928210944 11942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 928210944 11942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174358874 928210944 11942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=906456 CPUtime=0.3
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 271 0 0 0 30 0 0 0 16 0 12 0 174358874 928210944 11942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=906456 CPUtime=0.38
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 1546 0 0 0 38 0 0 0 16 0 12 0 174358874 928210944 11943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 928210944 11948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=906456 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 928210944 11951 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) 906456

[startup+2.98905 s]
/proc/loadavg: 1.07 1.63 1.81 4/95 6928
/proc/meminfo: memFree=1493104/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=914104 CPUtime=2.95
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 46017 0 1 0 273 22 0 0 25 0 12 0 174358864 936042496 43324 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 228526 43327 2479 14 0 214963 0
[pid=6902/tid=6907] ppid=6899 vsize=914104 CPUtime=0.32
/proc/6902/task/6907/stat : 6907 (java) R 6899 6902 6787 0 -1 64 13516 0 0 0 26 6 0 0 17 0 12 0 174358867 936042496 43328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=914104 CPUtime=0.22
/proc/6902/task/6908/stat : 6908 (java) R 6899 6902 6787 0 -1 64 9257 0 0 0 18 4 0 0 17 0 12 0 174358867 936042496 43330 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 174358870 936042496 43331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174358871 936042496 43333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 936042496 43335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 936042496 43337 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174358874 936042496 43338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=914104 CPUtime=0.43
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 295 0 0 0 43 0 0 0 16 0 12 0 174358874 936042496 43340 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=914104 CPUtime=0.67
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2752 0 0 0 67 0 0 0 16 0 12 0 174358874 936042496 43342 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 936042496 43343 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 936042496 43345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 914104

[startup+6.28859 s]
/proc/loadavg: 1.07 1.63 1.81 5/95 6928
/proc/meminfo: memFree=1348984/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=914104 CPUtime=6.22
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 59752 0 1 0 594 28 0 0 25 0 12 0 174358864 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290606 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 228526 57014 2479 14 0 214963 0
[pid=6902/tid=6907] ppid=6899 vsize=914104 CPUtime=0.81
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 18870 0 0 0 73 8 0 0 16 0 12 0 174358867 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=914104 CPUtime=0.83
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 17625 0 0 0 76 7 0 0 16 0 12 0 174358867 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 174358870 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174358871 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=914104 CPUtime=0.43
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 295 0 0 0 43 0 0 0 16 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=914104 CPUtime=0.67
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2752 0 0 0 67 0 0 0 16 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=914104 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 936042496 57014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 914104

[startup+12.7877 s]
/proc/loadavg: 1.21 1.64 1.81 3/95 6928
/proc/meminfo: memFree=1221560/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=917800 CPUtime=12.68
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 84443 0 1 0 1232 36 0 0 25 0 12 0 174358864 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054122903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 229450 80153 2479 14 0 215887 0
[pid=6902/tid=6907] ppid=6899 vsize=917800 CPUtime=1.55
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 30325 0 0 0 143 12 0 0 16 0 12 0 174358867 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=917800 CPUtime=1.57
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 29320 0 0 0 146 11 0 0 16 0 12 0 174358867 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=917800 CPUtime=0.01
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 174358870 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174358871 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=917800 CPUtime=0.82
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 1803 0 0 0 82 0 0 0 16 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=917800 CPUtime=0.75
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2760 0 0 0 75 0 0 0 16 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=917800 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 939827200 80153 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 917800

[startup+25.6098 s]
/proc/loadavg: 1.41 1.67 1.82 3/95 6928
/proc/meminfo: memFree=1046392/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=914156 CPUtime=25.82
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 123977 0 1 0 2531 51 0 0 25 0 12 0 174358864 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054289795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6902/statm: 228539 118071 2480 14 0 214976 0
[pid=6902/tid=6907] ppid=6899 vsize=914156 CPUtime=3.03
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 47969 0 0 0 284 19 0 0 16 0 12 0 174358867 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6902/tid=6908] ppid=6899 vsize=914156 CPUtime=3.15
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 51160 0 0 0 296 19 0 0 16 0 12 0 174358867 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6902/tid=6911] ppid=6899 vsize=914156 CPUtime=0.03
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 17 0 0 0 3 0 0 0 15 0 12 0 174358870 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6902/tid=6912] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 174358871 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=914156 CPUtime=0.92
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 1810 0 0 0 92 0 0 0 16 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=914156 CPUtime=0.88
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2770 0 0 0 88 0 0 0 16 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 936095744 118071 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 914156

[startup+51.3101 s]
/proc/loadavg: 1.91 1.76 1.84 3/95 6928
/proc/meminfo: memFree=667000/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=914156 CPUtime=51.56
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 191951 0 1 0 5078 78 0 0 18 0 12 0 174358864 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054122393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 228539 184306 2481 14 0 214976 0
[pid=6902/tid=6907] ppid=6899 vsize=914156 CPUtime=5.83
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 83438 0 0 0 550 33 0 0 15 0 12 0 174358867 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=914156 CPUtime=5.64
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 82245 0 0 0 533 31 0 0 16 0 12 0 174358867 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=914156 CPUtime=1.34
/proc/6902/task/6911/stat : 6911 (java) S 6899 6902 6787 0 -1 64 1397 0 0 0 133 1 0 0 17 0 12 0 174358870 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174358871 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=914156 CPUtime=0.94
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 1810 0 0 0 94 0 0 0 17 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=914156 CPUtime=0.89
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2770 0 0 0 89 0 0 0 17 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=914156 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 936095744 184306 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.56
Current children cumulated vsize (KiB) 914156

[startup+102.577 s]
/proc/loadavg: 2.49 1.94 1.90 4/95 6928
/proc/meminfo: memFree=468536/2055920 swapFree=4192812/4192956
[pid=6902] ppid=6899 vsize=918160 CPUtime=103.21
/proc/6902/stat : 6902 (java) R 6899 6902 6787 0 -1 0 213872 0 1 0 10230 91 0 0 25 0 12 0 174358864 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6902/statm: 229540 187378 2481 14 0 215977 0
[pid=6902/tid=6907] ppid=6899 vsize=918160 CPUtime=8.27
/proc/6902/task/6907/stat : 6907 (java) S 6899 6902 6787 0 -1 64 83886 0 0 0 793 34 0 0 16 0 12 0 174358867 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6908] ppid=6899 vsize=918160 CPUtime=9.41
/proc/6902/task/6908/stat : 6908 (java) S 6899 6902 6787 0 -1 64 82498 0 0 0 910 31 0 0 17 0 12 0 174358867 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6911] ppid=6899 vsize=918160 CPUtime=21.59
/proc/6902/task/6911/stat : 6911 (java) R 6899 6902 6787 0 -1 64 22555 0 0 0 2147 12 0 0 17 0 12 0 174358870 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6912] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6912/stat : 6912 (java) S 6899 6902 6787 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174358871 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6913] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6913/stat : 6913 (java) S 6899 6902 6787 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174358871 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6917] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6917/stat : 6917 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6918] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6918/stat : 6918 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6919] ppid=6899 vsize=918160 CPUtime=0.94
/proc/6902/task/6919/stat : 6919 (java) S 6899 6902 6787 0 -1 64 1810 0 0 0 94 0 0 0 17 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6920] ppid=6899 vsize=918160 CPUtime=0.89
/proc/6902/task/6920/stat : 6920 (java) S 6899 6902 6787 0 -1 64 2770 0 0 0 89 0 0 0 17 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6921] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6921/stat : 6921 (java) S 6899 6902 6787 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6902/tid=6922] ppid=6899 vsize=918160 CPUtime=0
/proc/6902/task/6922/stat : 6922 (java) S 6899 6902 6787 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174358874 940195840 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.21
Current children cumulated vsize (KiB) 918160

Child status: 1
Real time (s): 142.295
CPU time (s): 142.711
CPU user time (s): 141.519
CPU system time (s): 1.19182
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 918240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.519
system time used= 1.19182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248360
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= 5584
involuntary context switches= 7823

runsolver used 0.149977 s user time and 0.503923 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan  8 12:33:17 UTC 2007


IDJOB= 221511
IDBENCH= 5453
FILE ID= node43/221511-1168259597

PBS_JOBID= 3482638

Free space on /tmp= 66494 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp32/fapp32-0550-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221511-1168259597/sat4jCSP-bf3-cached.jar /tmp/evaluation/221511-1168259597/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-221511-1168259597 -o ROOT/results/node43/solver-221511-1168259597 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221511-1168259597/sat4jCSP-bf3-cached.jar /tmp/evaluation/221511-1168259597/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  316a3812cc8931312682843c89f2669e

RANDOM SEED= 822298915

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.278
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.278
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:       1741800 kB
Buffers:         48064 kB
Cached:         194152 kB
SwapCached:          0 kB
Active:         139116 kB
Inactive:       123092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7604 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            37540 kB
Committed_AS:  3792948 kB
PageTables:       1592 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= 66494 MiB



End job on node43 on Mon Jan  8 12:35:40 UTC 2007