Trace number 204527

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? 159.767 158.373

General information on the benchmark

Namefapp/fapp16-20/fapp19/
fapp19-0350-1.xml
MD5SUM4d439e3b0e47d4ba6467b2c109f62c3e
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 benchmark3.67544
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3 CACHED
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.30	c --- Begin Solver configuration ---
0.30	c Stops conflict analysis at the first Unique Implication Point
0.30	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.30	c Learn all clauses as in MiniSAT
0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving /tmp/evaluation/204527-1168166051/unknown.xml
0.30	c reading problem ... 
0.57	c reading problem named ?
0.57	c reading domains done.
0.93	c reading variables
c reading variables (350) done.
1.50	c reading predicates 
c reading relations (9) done.
1.78	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
158.22	c starts		: 0
158.22	c conflicts		: 0
158.22	c decisions		: 0
158.22	c propagations		: 0
158.22	c inspects		: 0
158.22	c learnt literals	: 0
158.22	c learnt binary clauses	: 0
158.22	c learnt ternary clauses	: 0
158.22	c learnt clauses	: 0
158.22	c root simplifications	: 0
158.22	c removed literals (reason simplification)	: 0
158.22	c reason swapping (by a shorter reason)	: 0
158.22	c Calls to reduceDB	: 0
158.22	c speed (decisions/second)	: 0.0
158.22	c non guided choices	0
158.22	s UNKNOWN
158.22	c Total wall clock time (in seconds) : 157.924
158.22	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/node7/watcher-204527-1168166051 -o ROOT/results/node7/solver-204527-1168166051 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204527-1168166051/sat4jCSP-bf3-cached.jar /tmp/evaluation/204527-1168166051/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.96 2.00 2.00 4/98 17393
/proc/meminfo: memFree=1491576/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=12200 CPUtime=0
/proc/17392/stat : 17392 (java) S 17390 17392 16562 0 -1 0 870 0 0 0 0 0 0 0 16 0 1 0 165000651 12492800 636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/17392/statm: 3050 636 481 14 0 1142 0

[startup+0.103193 s]
/proc/loadavg: 1.96 2.00 2.00 4/98 17393
/proc/meminfo: memFree=1491576/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=901540 CPUtime=0.09
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 3296 0 1 0 7 2 0 0 21 0 12 0 165000651 923176960 3056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154648737 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 225385 3056 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.511233 s]
/proc/loadavg: 1.96 2.00 2.00 4/98 17393
/proc/meminfo: memFree=1491576/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=905236 CPUtime=0.44
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 5638 0 1 0 41 3 0 0 19 0 12 0 165000651 926961664 5233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155215357 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 226309 5233 2181 14 0 212746 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 905236

[startup+1.33432 s]
/proc/loadavg: 1.96 2.00 2.00 3/109 17404
/proc/meminfo: memFree=1475616/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=906592 CPUtime=1.26
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 9757 0 1 0 121 5 0 0 21 0 12 0 165000651 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054214757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 226648 8856 2312 14 0 213085 0
[pid=17392/tid=17394] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000654 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165000654 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165000656 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 165000657 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 165000657 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=906592 CPUtime=0.38
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 1081 0 0 0 38 0 0 0 16 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=906592 CPUtime=0.29
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 659 0 0 0 29 0 0 0 16 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=906592 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 928350208 8856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 906592

[startup+2.9875 s]
/proc/loadavg: 1.96 2.00 2.00 4/109 17404
/proc/meminfo: memFree=1423520/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=912816 CPUtime=3.03
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 35464 0 1 0 284 19 0 0 21 0 12 0 165000651 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054282291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 228204 31820 2479 14 0 214641 0
[pid=17392/tid=17394] ppid=17390 vsize=912816 CPUtime=0.23
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 7383 0 0 0 20 3 0 0 19 0 12 0 165000654 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=912816 CPUtime=0.2
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 4239 0 0 0 19 1 0 0 19 0 12 0 165000654 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165000656 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165000657 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=912816 CPUtime=0.78
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3010 0 0 0 77 1 0 0 16 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=912816 CPUtime=0.43
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 685 0 0 0 43 0 0 0 16 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 934723584 31820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 912816

[startup+6.28566 s]
/proc/loadavg: 1.96 2.00 2.00 3/109 17404
/proc/meminfo: memFree=1328224/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=912816 CPUtime=6.34
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 49054 0 1 0 609 25 0 0 25 0 12 0 165000651 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 228204 45320 2479 14 0 214641 0
[pid=17392/tid=17394] ppid=17390 vsize=912816 CPUtime=0.6
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 14314 0 0 0 54 6 0 0 17 0 12 0 165000654 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=912816 CPUtime=0.63
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 10877 0 0 0 59 4 0 0 17 0 12 0 165000654 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165000656 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165000657 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=912816 CPUtime=0.84
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3014 0 0 0 83 1 0 0 16 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=912816 CPUtime=0.59
/proc/17392/task/17402/stat : 17402 (java) R 17390 17392 16562 0 -1 64 694 0 0 0 59 0 0 0 16 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151705409 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=912816 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 934723584 45320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 912816

[startup+12.6883 s]
/proc/loadavg: 1.96 2.00 2.00 3/109 17404
/proc/meminfo: memFree=1242208/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=916640 CPUtime=12.75
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 72786 0 1 0 1239 36 0 0 25 0 12 0 165000651 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054282329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 229160 66841 2480 14 0 215597 0
[pid=17392/tid=17394] ppid=17390 vsize=916640 CPUtime=1.22
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 20758 0 0 0 113 9 0 0 16 0 12 0 165000654 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=916640 CPUtime=1.52
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 26048 0 0 0 141 11 0 0 17 0 12 0 165000654 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=916640 CPUtime=0.01
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 165000656 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165000657 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=916640 CPUtime=1.12
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3561 0 0 0 111 1 0 0 16 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=916640 CPUtime=1.02
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 2240 0 0 0 102 0 0 0 16 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=916640 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 938639360 66841 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 916640

[startup+25.5607 s]
/proc/loadavg: 2.20 2.04 2.01 3/109 17404
/proc/meminfo: memFree=1102112/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=914624 CPUtime=25.88
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 107940 0 1 0 2536 52 0 0 25 0 12 0 165000651 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054325631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17392/statm: 228656 100700 2480 14 0 215093 0
[pid=17392/tid=17394] ppid=17390 vsize=914624 CPUtime=2.61
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 37698 0 0 0 243 18 0 0 17 0 12 0 165000654 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=914624 CPUtime=2.8
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 44234 0 0 0 263 17 0 0 16 0 12 0 165000654 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=914624 CPUtime=0.02
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 15 0 0 0 2 0 0 0 15 0 12 0 165000656 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165000657 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=914624 CPUtime=1.17
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3561 0 0 0 115 2 0 0 16 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=914624 CPUtime=1.07
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 2240 0 0 0 107 0 0 0 16 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=914624 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 936574976 100700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 914624

[startup+51.1714 s]
/proc/loadavg: 2.59 2.14 2.04 5/105 17479
/proc/meminfo: memFree=835840/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=912864 CPUtime=52.35
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 184848 0 1 0 5146 89 0 0 23 0 12 0 165000651 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054431273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 228216 176371 2480 14 0 214653 0
[pid=17392/tid=17394] ppid=17390 vsize=912864 CPUtime=5.48
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 70646 0 0 0 514 34 0 0 16 0 12 0 165000654 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=912864 CPUtime=6.38
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 88130 0 0 0 601 37 0 0 16 0 12 0 165000654 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=912864 CPUtime=0.03
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 16562 0 -1 64 15 0 0 0 3 0 0 0 15 0 12 0 165000656 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165000657 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=912864 CPUtime=1.38
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3580 0 0 0 136 2 0 0 17 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=912864 CPUtime=1.09
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 2240 0 0 0 109 0 0 0 16 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=912864 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 934772736 176371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.35
Current children cumulated vsize (KiB) 912864

[startup+102.474 s]
/proc/loadavg: 2.61 2.21 2.07 5/105 17479
/proc/meminfo: memFree=551104/2055920 swapFree=4192812/4192956
[pid=17392] ppid=17390 vsize=916148 CPUtime=103.9
/proc/17392/stat : 17392 (java) R 17390 17392 16562 0 -1 0 204196 0 1 0 10286 104 0 0 25 0 12 0 165000651 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17392/statm: 229037 187341 2481 14 0 215474 0
[pid=17392/tid=17394] ppid=17390 vsize=916148 CPUtime=8.63
/proc/17392/task/17394/stat : 17394 (java) S 17390 17392 16562 0 -1 64 76921 0 0 0 825 38 0 0 15 0 12 0 165000654 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17395] ppid=17390 vsize=916148 CPUtime=10.11
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 16562 0 -1 64 92511 0 0 0 972 39 0 0 16 0 12 0 165000654 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17396] ppid=17390 vsize=916148 CPUtime=21.71
/proc/17392/task/17396/stat : 17396 (java) R 17390 17392 16562 0 -1 64 8648 0 0 0 2164 7 0 0 16 0 12 0 165000656 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921413 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17397] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 16562 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 165000657 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17398] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 16562 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165000657 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17399] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17400] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 16562 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17401] ppid=17390 vsize=916148 CPUtime=1.38
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 16562 0 -1 64 3580 0 0 0 136 2 0 0 17 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17402] ppid=17390 vsize=916148 CPUtime=1.09
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 16562 0 -1 64 2240 0 0 0 109 0 0 0 16 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17403] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 16562 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17392/tid=17404] ppid=17390 vsize=916148 CPUtime=0
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 16562 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165000661 938135552 187341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.9
Current children cumulated vsize (KiB) 916148

Child status: 1
Real time (s): 158.373
CPU time (s): 159.767
CPU user time (s): 158.494
CPU system time (s): 1.27281
CPU usage (%): 100.88
Max. virtual memory (cumulated for all children) (KiB): 918148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.494
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220517
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= 5917
involuntary context switches= 7528

runsolver used 0.19097 s user time and 0.550916 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 10:34:12 UTC 2007


IDJOB= 204527
IDBENCH= 4038
FILE ID= node7/204527-1168166051

PBS_JOBID= 3478298

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  4d439e3b0e47d4ba6467b2c109f62c3e

RANDOM SEED= 533343172

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.220
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.220
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:       1492056 kB
Buffers:         54036 kB
Cached:         116304 kB
SwapCached:          0 kB
Active:         411472 kB
Inactive:        96380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:         366436 kB
Slab:            39928 kB
Committed_AS:  5399660 kB
PageTables:       2948 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= 66548 MiB



End job on node7 on Sun Jan  7 10:36:51 UTC 2007