Trace number 201378

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? 119.641 119.136

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-4.xml
MD5SUM5145a33efd34f749485cb3d43c764923
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 benchmark6.61599
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/201378-1168147405/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.87	c reading variables
c reading variables (1000) done.
2.09	c reading predicates 
c reading relations (9) done.
2.35	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
118.97	c starts		: 0
118.97	c conflicts		: 0
118.97	c decisions		: 0
118.97	c propagations		: 0
118.97	c inspects		: 0
118.97	c learnt literals	: 0
118.97	c learnt binary clauses	: 0
118.97	c learnt ternary clauses	: 0
118.97	c learnt clauses	: 0
118.97	c root simplifications	: 0
118.97	c removed literals (reason simplification)	: 0
118.97	c reason swapping (by a shorter reason)	: 0
118.97	c Calls to reduceDB	: 0
118.97	c speed (decisions/second)	: 0.0
118.97	c non guided choices	0
118.97	s UNKNOWN
118.97	c Total wall clock time (in seconds) : 118.718
118.97	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/node19/watcher-201378-1168147405 -o ROOT/results/node19/solver-201378-1168147405 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201378-1168147405/sat4jCSP-bf3-cached.jar /tmp/evaluation/201378-1168147405/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.92 2.00 1.99 4/87 15118
/proc/meminfo: memFree=1381144/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=18540 CPUtime=0
/proc/15117/stat : 15117 (runsolver) R 15115 15117 14024 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 163135105 18984960 279 18446744073709551615 4194304 4267372 548682068976 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15117/statm: 4635 279 244 17 0 2626 0

[startup+0.103875 s]
/proc/loadavg: 1.92 2.00 1.99 4/87 15118
/proc/meminfo: memFree=1381144/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=901540 CPUtime=0.08
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 3295 0 1 0 7 1 0 0 22 0 12 0 163135105 923176960 3055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 225385 3055 1551 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511947 s]
/proc/loadavg: 1.92 2.00 1.99 4/87 15118
/proc/meminfo: memFree=1381144/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=905248 CPUtime=0.5
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 5977 0 1 0 47 3 0 0 17 0 12 0 163135105 926973952 5555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053852823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 226312 5555 2280 14 0 212749 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905248

[startup+1.33511 s]
/proc/loadavg: 1.92 2.00 1.99 4/98 15129
/proc/meminfo: memFree=1365568/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=906568 CPUtime=1.32
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 9765 0 1 0 127 5 0 0 19 0 12 0 163135105 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 226642 8846 2316 14 0 213079 0
[pid=15117/tid=15119] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163135108 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15120] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163135108 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15121] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163135111 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15122] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163135111 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163135111 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=906568 CPUtime=0.23
/proc/15117/task/15126/stat : 15126 (java) R 15115 15117 14024 0 -1 64 273 0 0 0 23 0 0 0 16 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152650206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15127] ppid=15115 vsize=906568 CPUtime=0.41
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 1468 0 0 0 41 0 0 0 16 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15128] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=906568 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 928325632 8846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 906568

[startup+2.98842 s]
/proc/loadavg: 1.92 2.00 1.99 3/98 15129
/proc/meminfo: memFree=1257664/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=912704 CPUtime=3.26
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 38107 0 1 0 309 17 0 0 20 0 12 0 163135105 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054339822 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 228176 33847 2478 14 0 214613 0
[pid=15117/tid=15119] ppid=15115 vsize=912704 CPUtime=0.33
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 9707 0 0 0 29 4 0 0 16 0 12 0 163135108 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15120] ppid=15115 vsize=912704 CPUtime=0.31
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 5251 0 0 0 30 1 0 0 20 0 12 0 163135108 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15121] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15122] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=912704 CPUtime=0.39
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 298 0 0 0 39 0 0 0 16 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15127] ppid=15115 vsize=912704 CPUtime=0.8
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 2710 0 0 0 79 1 0 0 16 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15128] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 934608896 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 912704

[startup+6.28309 s]
/proc/loadavg: 1.93 2.00 1.99 3/98 15129
/proc/meminfo: memFree=1212992/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=912704 CPUtime=6.6
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 52463 0 1 0 637 23 0 0 25 0 12 0 163135105 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 228176 45497 2479 14 0 214613 0
[pid=15117/tid=15119] ppid=15115 vsize=912704 CPUtime=0.61
/proc/15117/task/15119/stat : 15119 (java) R 15115 15117 14024 0 -1 64 17996 0 0 0 54 7 0 0 16 0 12 0 163135108 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15120] ppid=15115 vsize=912704 CPUtime=0.53
/proc/15117/task/15120/stat : 15120 (java) R 15115 15117 14024 0 -1 64 8745 0 0 0 51 2 0 0 16 0 12 0 163135108 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15121] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15122] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=912704 CPUtime=0.69
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 741 0 0 0 69 0 0 0 16 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15127] ppid=15115 vsize=912704 CPUtime=1.23
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 4827 0 0 0 122 1 0 0 16 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15128] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 934608896 45497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 912704

[startup+12.7671 s]
/proc/loadavg: 1.93 2.00 1.99 3/98 15129
/proc/meminfo: memFree=1136704/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=912704 CPUtime=13.05
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 72095 0 1 0 1274 31 0 0 25 0 12 0 163135105 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054306798 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15117/statm: 228176 64095 2479 14 0 214613 0
[pid=15117/tid=15119] ppid=15115 vsize=912704 CPUtime=1.24
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 26311 0 0 0 114 10 0 0 16 0 12 0 163135108 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15120] ppid=15115 vsize=912704 CPUtime=1.13
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 20035 0 0 0 106 7 0 0 16 0 12 0 163135108 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15121] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 163135111 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15122] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=912704 CPUtime=0.73
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 741 0 0 0 73 0 0 0 16 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15127] ppid=15115 vsize=912704 CPUtime=1.26
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 4827 0 0 0 125 1 0 0 16 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15128] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 934608896 64095 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 912704

[startup+25.6497 s]
/proc/loadavg: 1.95 2.00 1.99 5/98 15129
/proc/meminfo: memFree=1011520/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=912704 CPUtime=26.03
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 104278 0 1 0 2559 44 0 0 25 0 12 0 163135105 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054306798 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15117/statm: 228176 95943 2479 14 0 214613 0
[pid=15117/tid=15119] ppid=15115 vsize=912704 CPUtime=2.45
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 43654 0 0 0 228 17 0 0 16 0 12 0 163135108 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=912704 CPUtime=1.93
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 34745 0 0 0 180 13 0 0 16 0 12 0 163135108 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 163135111 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=912704 CPUtime=0.8
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 750 0 0 0 80 0 0 0 16 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=912704 CPUtime=1.5
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 4916 0 0 0 149 1 0 0 16 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 934608896 95943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.03
Current children cumulated vsize (KiB) 912704

[startup+51.3055 s]
/proc/loadavg: 2.09 2.03 2.00 3/98 15129
/proc/meminfo: memFree=758016/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=912704 CPUtime=51.78
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 167995 0 1 0 5110 68 0 0 25 0 12 0 163135105 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054298537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15117/statm: 228176 159438 2479 14 0 214613 0
[pid=15117/tid=15119] ppid=15115 vsize=912704 CPUtime=4.77
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 75511 0 0 0 448 29 0 0 16 0 12 0 163135108 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15120] ppid=15115 vsize=912704 CPUtime=4.18
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 66553 0 0 0 394 24 0 0 16 0 12 0 163135108 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=912704 CPUtime=0.03
/proc/15117/task/15121/stat : 15121 (java) S 15115 15117 14024 0 -1 64 19 0 0 0 2 1 0 0 15 0 12 0 163135111 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15123] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=912704 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=912704 CPUtime=0.83
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 750 0 0 0 83 0 0 0 17 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=912704 CPUtime=1.5
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 4916 0 0 0 149 1 0 0 16 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=912704 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 934608896 159438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.78
Current children cumulated vsize (KiB) 912704

[startup+102.524 s]
/proc/loadavg: 2.48 2.13 2.04 4/98 15129
/proc/meminfo: memFree=640640/2055920 swapFree=4171244/4192956
[pid=15117] ppid=15115 vsize=916708 CPUtime=103.07
/proc/15117/stat : 15117 (java) R 15115 15117 14024 0 -1 0 220064 0 1 0 10218 89 0 0 25 0 12 0 163135105 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15117/statm: 229177 187249 2480 14 0 215614 0
[pid=15117/tid=15119] ppid=15115 vsize=916708 CPUtime=6.21
/proc/15117/task/15119/stat : 15119 (java) S 15115 15117 14024 0 -1 64 90951 0 0 0 587 34 0 0 16 0 12 0 163135108 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15120] ppid=15115 vsize=916708 CPUtime=5.23
/proc/15117/task/15120/stat : 15120 (java) S 15115 15117 14024 0 -1 64 77763 0 0 0 495 28 0 0 16 0 12 0 163135108 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15121] ppid=15115 vsize=916708 CPUtime=33.16
/proc/15117/task/15121/stat : 15121 (java) R 15115 15117 14024 0 -1 64 25391 0 0 0 3304 12 0 0 16 0 12 0 163135111 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15122] ppid=15115 vsize=916708 CPUtime=0
/proc/15117/task/15122/stat : 15122 (java) S 15115 15117 14024 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163135111 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15123] ppid=15115 vsize=916708 CPUtime=0
/proc/15117/task/15123/stat : 15123 (java) S 15115 15117 14024 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163135111 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15124] ppid=15115 vsize=916708 CPUtime=0
/proc/15117/task/15124/stat : 15124 (java) S 15115 15117 14024 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15125] ppid=15115 vsize=916708 CPUtime=0.01
/proc/15117/task/15125/stat : 15125 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15126] ppid=15115 vsize=916708 CPUtime=0.84
/proc/15117/task/15126/stat : 15126 (java) S 15115 15117 14024 0 -1 64 750 0 0 0 84 0 0 0 17 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15127] ppid=15115 vsize=916708 CPUtime=1.5
/proc/15117/task/15127/stat : 15127 (java) S 15115 15117 14024 0 -1 64 4916 0 0 0 149 1 0 0 16 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15117/tid=15128] ppid=15115 vsize=916708 CPUtime=0
/proc/15117/task/15128/stat : 15128 (java) S 15115 15117 14024 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15117/tid=15129] ppid=15115 vsize=916708 CPUtime=0
/proc/15117/task/15129/stat : 15129 (java) S 15115 15117 14024 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163135115 938708992 187249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.07
Current children cumulated vsize (KiB) 916708

Child status: 1
Real time (s): 119.136
CPU time (s): 119.641
CPU user time (s): 118.591
CPU system time (s): 1.04984
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 918712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.591
system time used= 1.04984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231945
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= 5011
involuntary context switches= 6114

runsolver used 0.157975 s user time and 0.379942 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 05:23:25 UTC 2007


IDJOB= 201378
IDBENCH= 3759
FILE ID= node19/201378-1168147405

PBS_JOBID= 3477843

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-4.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201378-1168147405/sat4jCSP-bf3-cached.jar /tmp/evaluation/201378-1168147405/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-201378-1168147405 -o ROOT/results/node19/solver-201378-1168147405 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201378-1168147405/sat4jCSP-bf3-cached.jar /tmp/evaluation/201378-1168147405/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5145a33efd34f749485cb3d43c764923

RANDOM SEED= 916189966

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.260
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.260
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:       1381624 kB
Buffers:         68872 kB
Cached:         393596 kB
SwapCached:      10472 kB
Active:         281336 kB
Inactive:       326224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381624 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:         155196 kB
Slab:            51304 kB
Committed_AS:  4109376 kB
PageTables:       2576 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= 66309 MiB



End job on node19 on Sun Jan  7 05:25:24 UTC 2007