Trace number 235470

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? 113.154 112.783

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-3.xml
MD5SUM7e3c51f50cd71b0d303f8f9ddad103ec
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.45
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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/235470-1168337909/unknown.xml
0.24	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.58	c reading variables
c reading variables (100) done.
0.89	c reading predicates 
c reading relations (2) done.
1.11	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
112.64	c starts		: 0
112.64	c conflicts		: 0
112.64	c decisions		: 0
112.64	c propagations		: 0
112.64	c inspects		: 0
112.64	c learnt literals	: 0
112.64	c learnt binary clauses	: 0
112.64	c learnt ternary clauses	: 0
112.64	c learnt clauses	: 0
112.64	c root simplifications	: 0
112.64	c removed literals (reason simplification)	: 0
112.64	c reason swapping (by a shorter reason)	: 0
112.64	c Calls to reduceDB	: 0
112.64	c speed (decisions/second)	: 0.0
112.64	c non guided choices	0
112.64	s UNKNOWN
112.64	c Total wall clock time (in seconds) : 112.405
112.64	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/node42/watcher-235470-1168337909 -o ROOT/results/node42/solver-235470-1168337909 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235470-1168337909/sat4jCSP-bf3-cached.jar /tmp/evaluation/235470-1168337909/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.80 1.27 1.09 2/81 12913
/proc/meminfo: memFree=1445528/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=18540 CPUtime=0
/proc/12912/stat : 12912 (runsolver) R 12910 12912 12593 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 182190128 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12912/statm: 4635 279 244 17 0 2626 0

[startup+0.103155 s]
/proc/loadavg: 1.80 1.27 1.09 2/81 12913
/proc/meminfo: memFree=1445528/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=901540 CPUtime=0.08
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 3316 0 1 0 7 1 0 0 22 0 12 0 182190128 923176960 3076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154683514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12912/statm: 225385 3076 1559 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.515194 s]
/proc/loadavg: 1.80 1.27 1.09 2/81 12913
/proc/meminfo: memFree=1445528/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=906228 CPUtime=0.5
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 5995 0 1 0 46 4 0 0 19 0 12 0 182190128 927977472 5589 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 226557 5590 2289 14 0 212994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 906228

[startup+1.34029 s]
/proc/loadavg: 1.80 1.27 1.09 3/92 12924
/proc/meminfo: memFree=1417024/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=909700 CPUtime=1.33
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 11320 0 1 0 126 7 0 0 23 0 12 0 182190128 931532800 10348 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227425 10349 2462 14 0 213862 0
[pid=12912/tid=12914] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190131 931532800 10349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12915] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 182190131 931532800 10349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12916] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 182190133 931532800 10349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 182190134 931532800 10353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 182190134 931532800 10353 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 931532800 10354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 931532800 10354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12921] ppid=12910 vsize=909700 CPUtime=0.34
/proc/12912/task/12921/stat : 12921 (java) R 12910 12912 12593 0 -1 64 1402 0 0 0 34 0 0 0 17 0 12 0 182190138 931532800 10355 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155015381 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12922] ppid=12910 vsize=909700 CPUtime=0.23
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 681 0 0 0 23 0 0 0 16 0 12 0 182190138 931532800 10356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 931532800 10357 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=909700 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 931532800 10358 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 909700

[startup+2.98148 s]
/proc/loadavg: 2.06 1.33 1.11 3/92 12924
/proc/meminfo: memFree=1350656/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=910668 CPUtime=3
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 31609 0 1 0 287 13 0 0 21 0 12 0 182190128 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12912/statm: 227667 30127 2478 14 0 214104 0
[pid=12912/tid=12914] ppid=12910 vsize=910668 CPUtime=0.15
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 4666 0 0 0 15 0 0 0 16 0 12 0 182190131 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12915] ppid=12910 vsize=910668 CPUtime=0.13
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 4151 0 0 0 12 1 0 0 16 0 12 0 182190131 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12916] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182190133 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12917] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182190134 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12921] ppid=12910 vsize=910668 CPUtime=0.52
/proc/12912/task/12921/stat : 12921 (java) R 12910 12912 12593 0 -1 64 1775 0 0 0 52 0 0 0 16 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154372751 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12922] ppid=12910 vsize=910668 CPUtime=0.4
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 709 0 0 0 40 0 0 0 16 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12923] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=910668 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 932524032 30127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 910668

[startup+6.28083 s]
/proc/loadavg: 2.06 1.33 1.11 5/92 12924
/proc/meminfo: memFree=1297344/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=909672 CPUtime=6.42
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 43672 0 1 0 624 18 0 0 25 0 12 0 182190128 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054219936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227418 41522 2478 14 0 213855 0
[pid=12912/tid=12914] ppid=12910 vsize=909672 CPUtime=0.52
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 8523 0 0 0 50 2 0 0 16 0 12 0 182190131 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12915] ppid=12910 vsize=909672 CPUtime=0.59
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 12345 0 0 0 55 4 0 0 16 0 12 0 182190131 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12916] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 182190133 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182190134 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12921] ppid=12910 vsize=909672 CPUtime=0.54
/proc/12912/task/12921/stat : 12921 (java) S 12910 12912 12593 0 -1 64 1778 0 0 0 54 0 0 0 16 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12922] ppid=12910 vsize=909672 CPUtime=0.4
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 709 0 0 0 40 0 0 0 17 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=909672 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 931504128 41522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 909672

[startup+12.7666 s]
/proc/loadavg: 2.05 1.35 1.12 3/92 12924
/proc/meminfo: memFree=1185152/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=910088 CPUtime=12.95
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 71431 0 1 0 1266 29 0 0 25 0 12 0 182190128 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054273584 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227522 68335 2478 14 0 213959 0
[pid=12912/tid=12914] ppid=12910 vsize=910088 CPUtime=1.25
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 22990 0 0 0 117 8 0 0 16 0 12 0 182190131 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12915] ppid=12910 vsize=910088 CPUtime=1.36
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 25602 0 0 0 127 9 0 0 16 0 12 0 182190131 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12916] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 182190133 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182190134 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12921] ppid=12910 vsize=910088 CPUtime=0.57
/proc/12912/task/12921/stat : 12921 (java) S 12910 12912 12593 0 -1 64 1789 0 0 0 57 0 0 0 17 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12922] ppid=12910 vsize=910088 CPUtime=0.42
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 709 0 0 0 42 0 0 0 16 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 931930112 68335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 910088

[startup+25.575 s]
/proc/loadavg: 2.04 1.37 1.13 3/92 12926
/proc/meminfo: memFree=1001280/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=910088 CPUtime=26.17
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 119462 0 1 0 2569 48 0 0 25 0 12 0 182190128 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054129257 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227522 115708 2478 14 0 213959 0
[pid=12912/tid=12914] ppid=12910 vsize=910088 CPUtime=2.79
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 49809 0 0 0 261 18 0 0 16 0 12 0 182190131 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12915] ppid=12910 vsize=910088 CPUtime=2.84
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 46787 0 0 0 267 17 0 0 16 0 12 0 182190131 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12916] ppid=12910 vsize=910088 CPUtime=0.01
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 16 0 0 0 1 0 0 0 16 0 12 0 182190133 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182190134 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12921] ppid=12910 vsize=910088 CPUtime=0.59
/proc/12912/task/12921/stat : 12921 (java) S 12910 12912 12593 0 -1 64 1789 0 0 0 59 0 0 0 17 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12922] ppid=12910 vsize=910088 CPUtime=0.42
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 709 0 0 0 42 0 0 0 16 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=910088 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 931930112 115708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.17
Current children cumulated vsize (KiB) 910088

[startup+51.2578 s]
/proc/loadavg: 2.11 1.44 1.16 5/92 12926
/proc/meminfo: memFree=693312/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=908940 CPUtime=51.83
/proc/12912/stat : 12912 (java) R 12910 12912 12593 0 -1 0 186850 0 1 0 5108 75 0 0 25 0 12 0 182190128 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227235 182672 2479 14 0 213672 0
[pid=12912/tid=12914] ppid=12910 vsize=908940 CPUtime=4.51
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 76502 0 0 0 422 29 0 0 16 0 12 0 182190131 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12915] ppid=12910 vsize=908940 CPUtime=6.33
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 87429 0 0 0 601 32 0 0 16 0 12 0 182190131 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12916] ppid=12910 vsize=908940 CPUtime=1.35
/proc/12912/task/12916/stat : 12916 (java) S 12910 12912 12593 0 -1 64 18 0 0 0 134 1 0 0 15 0 12 0 182190133 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 182190134 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12918] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12921] ppid=12910 vsize=908940 CPUtime=0.61
/proc/12912/task/12921/stat : 12921 (java) S 12910 12912 12593 0 -1 64 1790 0 0 0 61 0 0 0 17 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12922] ppid=12910 vsize=908940 CPUtime=0.46
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 710 0 0 0 46 0 0 0 17 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 930754560 182672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.83
Current children cumulated vsize (KiB) 908940

[startup+102.513 s]
/proc/loadavg: 2.52 1.67 1.25 3/92 12926
/proc/meminfo: memFree=682176/2055920 swapFree=4191892/4192956
[pid=12912] ppid=12910 vsize=908940 CPUtime=102.95
/proc/12912/stat : 12912 (java) S 12910 12912 12593 0 -1 0 190781 0 1 0 10218 77 0 0 25 0 12 0 182190128 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12912/statm: 227235 185410 2479 14 0 213672 0
[pid=12912/tid=12914] ppid=12910 vsize=908940 CPUtime=5.56
/proc/12912/task/12914/stat : 12914 (java) S 12910 12912 12593 0 -1 64 76505 0 0 0 527 29 0 0 15 0 12 0 182190131 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12915] ppid=12910 vsize=908940 CPUtime=7.16
/proc/12912/task/12915/stat : 12915 (java) S 12910 12912 12593 0 -1 64 88517 0 0 0 684 32 0 0 16 0 12 0 182190131 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12916] ppid=12910 vsize=908940 CPUtime=39.63
/proc/12912/task/12916/stat : 12916 (java) R 12910 12912 12593 0 -1 64 2815 0 0 0 3961 2 0 0 17 0 12 0 182190133 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12917] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12917/stat : 12917 (java) S 12910 12912 12593 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 182190134 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12918] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12918/stat : 12918 (java) S 12910 12912 12593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 182190134 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12919] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12919/stat : 12919 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12920] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12920/stat : 12920 (java) S 12910 12912 12593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12921] ppid=12910 vsize=908940 CPUtime=0.61
/proc/12912/task/12921/stat : 12921 (java) S 12910 12912 12593 0 -1 64 1790 0 0 0 61 0 0 0 17 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12922] ppid=12910 vsize=908940 CPUtime=0.46
/proc/12912/task/12922/stat : 12922 (java) S 12910 12912 12593 0 -1 64 710 0 0 0 46 0 0 0 17 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12912/tid=12923] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12923/stat : 12923 (java) S 12910 12912 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12912/tid=12924] ppid=12910 vsize=908940 CPUtime=0
/proc/12912/task/12924/stat : 12924 (java) S 12910 12912 12593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 182190138 930754560 185410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.95
Current children cumulated vsize (KiB) 908940

Child status: 1
Real time (s): 112.783
CPU time (s): 113.154
CPU user time (s): 112.274
CPU system time (s): 0.879866
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 910668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.274
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190802
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= 4530
involuntary context switches= 4104

runsolver used 0.138978 s user time and 0.377942 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Jan  9 10:18:29 UTC 2007


IDJOB= 235470
IDBENCH= 6771
FILE ID= node42/235470-1168337909

PBS_JOBID= 3503396

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235470-1168337909/sat4jCSP-bf3-cached.jar /tmp/evaluation/235470-1168337909/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-235470-1168337909 -o ROOT/results/node42/solver-235470-1168337909 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235470-1168337909/sat4jCSP-bf3-cached.jar /tmp/evaluation/235470-1168337909/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  7e3c51f50cd71b0d303f8f9ddad103ec

RANDOM SEED= 365684480

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.229
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.229
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:       1445944 kB
Buffers:         60620 kB
Cached:         374680 kB
SwapCached:        376 kB
Active:         287064 kB
Inactive:       263560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445944 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3040 kB
Writeback:           0 kB
Mapped:         132080 kB
Slab:            44448 kB
Committed_AS:  4119128 kB
PageTables:       2040 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= 66562 MiB



End job on node42 on Tue Jan  9 10:20:22 UTC 2007