Trace number 233730

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? 116.293 116.135

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-100-5.xml
MD5SUMfea7c0438b40f105de0c49b8e3358493
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 benchmark8.98
SatisfiableYES
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size451
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.19	c version CSP COMPETITION BUGFIX 3 CACHED
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_10
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 722620888
0.19	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/233730-1168327579/unknown.xml
0.28	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.59	c reading variables
c reading variables (49) done.
0.85	c reading predicates 
c reading relations (2) done.
1.09	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
116.00	c starts		: 0
116.00	c conflicts		: 0
116.00	c decisions		: 0
116.00	c propagations		: 0
116.00	c inspects		: 0
116.00	c learnt literals	: 0
116.00	c learnt binary clauses	: 0
116.00	c learnt ternary clauses	: 0
116.00	c learnt clauses	: 0
116.00	c root simplifications	: 0
116.00	c removed literals (reason simplification)	: 0
116.00	c reason swapping (by a shorter reason)	: 0
116.00	c Calls to reduceDB	: 0
116.00	c speed (decisions/second)	: 0.0
116.00	c non guided choices	0
116.00	s UNKNOWN
116.00	c Total wall clock time (in seconds) : 115.719
116.00	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/node11/watcher-233730-1168327579 -o ROOT/results/node11/solver-233730-1168327579 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233730-1168327579/sat4jCSP-bf3-cached.jar /tmp/evaluation/233730-1168327579/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: 2.84 2.51 2.24 4/86 30778
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=50228 CPUtime=0
/proc/30777/stat : 30777 (java) D 30775 30777 30349 0 -1 0 1384 0 1 0 0 0 0 0 17 0 1 0 181152942 51433472 1149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/30777/statm: 12557 1149 878 14 0 1707 0

[startup+0.103755 s]
/proc/loadavg: 2.84 2.51 2.24 4/86 30778
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=897120 CPUtime=0.07
/proc/30777/stat : 30777 (java) D 30775 30777 30349 0 -1 0 3214 0 1 0 6 1 0 0 17 0 6 0 181152942 918650880 2974 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 224280 2974 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.514838 s]
/proc/loadavg: 2.84 2.51 2.24 4/86 30778
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=905236 CPUtime=0.45
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 5804 0 1 0 43 2 0 0 19 0 12 0 181152942 926961664 5399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8412816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 226309 5399 2245 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.341 s]
/proc/loadavg: 2.84 2.51 2.24 4/97 30789
/proc/meminfo: memFree=1612488/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=908228 CPUtime=1.28
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 9417 0 1 0 124 4 0 0 19 0 12 0 181152942 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 227057 8455 2448 14 0 213494 0
[pid=30777/tid=30779] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30779/stat : 30779 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152945 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30780] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30780/stat : 30780 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 181152945 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30781] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181152948 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30782] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181152948 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181152948 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=908228 CPUtime=0.32
/proc/30777/task/30786/stat : 30786 (java) R 30775 30777 30349 0 -1 64 1345 0 0 0 32 0 0 0 16 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155014035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30787] ppid=30775 vsize=908228 CPUtime=0.25
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 683 0 0 0 25 0 0 0 16 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30788] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=908228 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 930025472 8455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908228

[startup+2.99433 s]
/proc/loadavg: 2.84 2.51 2.24 5/97 30789
/proc/meminfo: memFree=1543176/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=910052 CPUtime=2.92
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 30797 0 1 0 277 15 0 0 25 0 12 0 181152942 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 227513 29247 2478 14 0 213950 0
[pid=30777/tid=30779] ppid=30775 vsize=910052 CPUtime=0.07
/proc/30777/task/30779/stat : 30779 (java) R 30775 30777 30349 0 -1 64 3396 0 0 0 7 0 0 0 16 0 12 0 181152945 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30780] ppid=30775 vsize=910052 CPUtime=0.16
/proc/30777/task/30780/stat : 30780 (java) R 30775 30777 30349 0 -1 64 4312 0 0 0 15 1 0 0 16 0 12 0 181152945 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30781] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181152948 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30782] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=910052 CPUtime=0.58
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2175 0 0 0 58 0 0 0 16 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30787] ppid=30775 vsize=910052 CPUtime=0.4
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 712 0 0 0 40 0 0 0 16 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30788] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=910052 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 931893248 29247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 910052

[startup+6.22096 s]
/proc/loadavg: 2.86 2.52 2.24 3/97 30789
/proc/meminfo: memFree=1501512/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=909732 CPUtime=6.18
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 37791 0 1 0 600 18 0 0 21 0 12 0 181152942 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054219829 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30777/statm: 227433 35833 2478 14 0 213870 0
[pid=30777/tid=30779] ppid=30775 vsize=909732 CPUtime=0.29
/proc/30777/task/30779/stat : 30779 (java) S 30775 30777 30349 0 -1 64 5776 0 0 0 28 1 0 0 17 0 12 0 181152945 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30780] ppid=30775 vsize=909732 CPUtime=0.51
/proc/30777/task/30780/stat : 30780 (java) S 30775 30777 30349 0 -1 64 8914 0 0 0 48 3 0 0 16 0 12 0 181152945 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30781] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181152948 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30782] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=909732 CPUtime=0.58
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2175 0 0 0 58 0 0 0 17 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30787] ppid=30775 vsize=909732 CPUtime=0.41
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 718 0 0 0 41 0 0 0 16 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30788] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 931565568 35833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 909732

[startup+12.7062 s]
/proc/loadavg: 2.88 2.53 2.25 5/97 30789
/proc/meminfo: memFree=1413896/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=909732 CPUtime=12.63
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 59578 0 1 0 1237 26 0 0 25 0 12 0 181152942 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054192862 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30777/statm: 227433 57331 2478 14 0 213870 0
[pid=30777/tid=30779] ppid=30775 vsize=909732 CPUtime=0.83
/proc/30777/task/30779/stat : 30779 (java) S 30775 30777 30349 0 -1 64 14479 0 0 0 78 5 0 0 16 0 12 0 181152945 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30780] ppid=30775 vsize=909732 CPUtime=1.3
/proc/30777/task/30780/stat : 30780 (java) S 30775 30777 30349 0 -1 64 21974 0 0 0 122 8 0 0 16 0 12 0 181152945 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30781] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 181152948 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30782] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=909732 CPUtime=0.61
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2178 0 0 0 61 0 0 0 16 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30787] ppid=30775 vsize=909732 CPUtime=0.45
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 720 0 0 0 45 0 0 0 16 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30788] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=909732 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 931565568 57331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 909732

[startup+25.5218 s]
/proc/loadavg: 2.75 2.51 2.25 3/97 30789
/proc/meminfo: memFree=1277896/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=910372 CPUtime=25.52
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 95286 0 1 0 2510 42 0 0 25 0 12 0 181152942 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054193027 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 227593 92540 2478 14 0 214030 0
[pid=30777/tid=30779] ppid=30775 vsize=910372 CPUtime=1.98
/proc/30777/task/30779/stat : 30779 (java) S 30775 30777 30349 0 -1 64 34598 0 0 0 186 12 0 0 16 0 12 0 181152945 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30780] ppid=30775 vsize=910372 CPUtime=2.49
/proc/30777/task/30780/stat : 30780 (java) S 30775 30777 30349 0 -1 64 37535 0 0 0 234 15 0 0 16 0 12 0 181152945 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30781] ppid=30775 vsize=910372 CPUtime=0.01
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 181152948 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30782] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=910372 CPUtime=0.61
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2178 0 0 0 61 0 0 0 16 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30787] ppid=30775 vsize=910372 CPUtime=0.45
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 720 0 0 0 45 0 0 0 16 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30777/tid=30788] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 932220928 92540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 910372

[startup+51.2097 s]
/proc/loadavg: 2.63 2.50 2.25 5/97 30789
/proc/meminfo: memFree=990472/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=909348 CPUtime=51.29
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 166292 0 1 0 5059 70 0 0 25 0 12 0 181152942 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 227337 162906 2478 14 0 213774 0
[pid=30777/tid=30779] ppid=30775 vsize=909348 CPUtime=4.63
/proc/30777/task/30779/stat : 30779 (java) R 30775 30777 30349 0 -1 64 67712 0 0 0 438 25 0 0 15 0 12 0 181152945 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30780] ppid=30775 vsize=909348 CPUtime=4.76
/proc/30777/task/30780/stat : 30780 (java) R 30775 30777 30349 0 -1 64 75377 0 0 0 447 29 0 0 15 0 12 0 181152945 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151673685 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30781] ppid=30775 vsize=909348 CPUtime=0.02
/proc/30777/task/30781/stat : 30781 (java) S 30775 30777 30349 0 -1 64 13 0 0 0 2 0 0 0 15 0 12 0 181152948 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30782] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=909348 CPUtime=0.62
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2178 0 0 0 62 0 0 0 17 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30787] ppid=30775 vsize=909348 CPUtime=0.49
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 721 0 0 0 49 0 0 0 17 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30788] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=909348 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181152956 931172352 162906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.29
Current children cumulated vsize (KiB) 909348

[startup+102.414 s]
/proc/loadavg: 2.47 2.47 2.25 5/97 30789
/proc/meminfo: memFree=898376/2055920 swapFree=4192812/4192956
[pid=30777] ppid=30775 vsize=910372 CPUtime=102.57
/proc/30777/stat : 30777 (java) R 30775 30777 30349 0 -1 0 189319 0 1 0 10178 79 0 0 25 0 12 0 181152942 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30777/statm: 227593 185888 2479 14 0 214030 0
[pid=30777/tid=30779] ppid=30775 vsize=910372 CPUtime=5.87
/proc/30777/task/30779/stat : 30779 (java) S 30775 30777 30349 0 -1 64 80528 0 0 0 557 30 0 0 15 0 12 0 181152945 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30780] ppid=30775 vsize=910372 CPUtime=5.71
/proc/30777/task/30780/stat : 30780 (java) S 30775 30777 30349 0 -1 64 84856 0 0 0 539 32 0 0 16 0 12 0 181152945 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30781] ppid=30775 vsize=910372 CPUtime=34.34
/proc/30777/task/30781/stat : 30781 (java) R 30775 30777 30349 0 -1 64 697 0 0 0 3433 1 0 0 17 0 12 0 181152948 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921711 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30782] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30782/stat : 30782 (java) S 30775 30777 30349 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181152948 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30783] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30783/stat : 30783 (java) S 30775 30777 30349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181152948 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30784] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30784/stat : 30784 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30785] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30785/stat : 30785 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30786] ppid=30775 vsize=910372 CPUtime=0.65
/proc/30777/task/30786/stat : 30786 (java) S 30775 30777 30349 0 -1 64 2179 0 0 0 65 0 0 0 17 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30787] ppid=30775 vsize=910372 CPUtime=0.49
/proc/30777/task/30787/stat : 30787 (java) S 30775 30777 30349 0 -1 64 722 0 0 0 49 0 0 0 17 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30788] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30788/stat : 30788 (java) S 30775 30777 30349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30777/tid=30789] ppid=30775 vsize=910372 CPUtime=0
/proc/30777/task/30789/stat : 30789 (java) S 30775 30777 30349 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 181152956 932220928 185888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.57
Current children cumulated vsize (KiB) 910372

Child status: 1
Real time (s): 116.135
CPU time (s): 116.293
CPU user time (s): 115.378
CPU system time (s): 0.91486
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 910888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.378
system time used= 0.91486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189342
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= 4659
involuntary context switches= 3501

runsolver used 0.155976 s user time and 0.370943 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Jan  9 07:26:19 UTC 2007


IDJOB= 233730
IDBENCH= 6629
FILE ID= node11/233730-1168327579

PBS_JOBID= 3503023

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-100-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233730-1168327579/sat4jCSP-bf3-cached.jar /tmp/evaluation/233730-1168327579/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-233730-1168327579 -o ROOT/results/node11/solver-233730-1168327579 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233730-1168327579/sat4jCSP-bf3-cached.jar /tmp/evaluation/233730-1168327579/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  fea7c0438b40f105de0c49b8e3358493

RANDOM SEED= 678943330

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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1634240 kB
Buffers:         71920 kB
Cached:         215312 kB
SwapCached:          0 kB
Active:         174824 kB
Inactive:       182132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          92160 kB
Slab:            49508 kB
Committed_AS:  5908632 kB
PageTables:       2352 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= 66547 MiB



End job on node11 on Tue Jan  9 07:28:15 UTC 2007