Trace number 207322

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? 129.398 129.814

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-5.xml
MD5SUMb2d7f09d7ef988a589250dc012d7a3cf
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 benchmark1.3178
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
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/207322-1168181132/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.80	c reading variables
c reading variables (250) done.
1.19	c reading predicates 
c reading relations (7) done.
1.56	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
129.66	c starts		: 0
129.66	c conflicts		: 0
129.66	c decisions		: 0
129.66	c propagations		: 0
129.66	c inspects		: 0
129.66	c learnt literals	: 0
129.66	c learnt binary clauses	: 0
129.66	c learnt ternary clauses	: 0
129.66	c learnt clauses	: 0
129.66	c root simplifications	: 0
129.66	c removed literals (reason simplification)	: 0
129.66	c reason swapping (by a shorter reason)	: 0
129.66	c Calls to reduceDB	: 0
129.66	c speed (decisions/second)	: 0.0
129.66	c non guided choices	0
129.66	s UNKNOWN
129.66	c Total wall clock time (in seconds) : 129.407
129.66	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/node18/watcher-207322-1168181132 -o ROOT/results/node18/solver-207322-1168181132 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207322-1168181132/sat4jCSP-bf3-cached.jar /tmp/evaluation/207322-1168181132/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.34 2.61 2.54 4/86 28835
/proc/meminfo: memFree=1699544/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=18540 CPUtime=0
/proc/28834/stat : 28834 (runsolver) R 28832 28834 28312 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 166507870 18984960 279 18446744073709551615 4194304 4267372 548682068976 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28834/statm: 4635 279 244 17 0 2626 0

[startup+0.102918 s]
/proc/loadavg: 2.34 2.61 2.54 4/86 28835
/proc/meminfo: memFree=1699544/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=900216 CPUtime=0.08
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 3262 0 1 0 7 1 0 0 21 0 12 0 166507870 921821184 3022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154543099 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 225054 3022 1529 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.514963 s]
/proc/loadavg: 2.34 2.61 2.54 4/86 28835
/proc/meminfo: memFree=1699544/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=905236 CPUtime=0.49
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 5841 0 1 0 46 3 0 0 19 0 12 0 166507870 926961664 5435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152826017 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 226309 5435 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34404 s]
/proc/loadavg: 2.34 2.61 2.54 5/97 28846
/proc/meminfo: memFree=1667264/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=906592 CPUtime=1.28
/proc/28834/stat : 28834 (java) D 28832 28834 28312 0 -1 0 11321 0 1 0 122 6 0 0 21 0 12 0 166507870 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 226648 10417 2428 14 0 213085 0
[pid=28834/tid=28836] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166507873 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166507873 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507876 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166507877 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166507877 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=906592 CPUtime=0.38
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 1080 0 0 0 38 0 0 0 16 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=906592 CPUtime=0.22
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 663 0 0 0 22 0 0 0 16 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=906592 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 928350208 10417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906592

[startup+2.9842 s]
/proc/loadavg: 2.34 2.61 2.54 3/97 28846
/proc/meminfo: memFree=1634816/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=911888 CPUtime=2.84
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 29194 0 1 0 270 14 0 0 23 0 12 0 166507870 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053869458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 227972 26768 2478 14 0 214409 0
[pid=28834/tid=28836] ppid=28832 vsize=911888 CPUtime=0.06
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 1469 0 0 0 6 0 0 0 17 0 12 0 166507873 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=911888 CPUtime=0.08
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 3668 0 0 0 7 1 0 0 17 0 12 0 166507873 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166507876 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166507877 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=911888 CPUtime=0.8
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 3072 0 0 0 79 1 0 0 16 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=911888 CPUtime=0.55
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 887 0 0 0 55 0 0 0 16 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=911888 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 933773312 26768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 911888

[startup+6.19251 s]
/proc/loadavg: 2.39 2.61 2.55 5/97 28846
/proc/meminfo: memFree=1507392/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=914544 CPUtime=6.04
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 38868 0 1 0 586 18 0 0 25 0 12 0 166507870 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 228636 35545 2479 14 0 215073 0
[pid=28834/tid=28836] ppid=28832 vsize=914544 CPUtime=0.3
/proc/28834/task/28836/stat : 28836 (java) R 28832 28834 28312 0 -1 64 5729 0 0 0 29 1 0 0 16 0 12 0 166507873 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=914544 CPUtime=0.29
/proc/28834/task/28837/stat : 28837 (java) R 28832 28834 28312 0 -1 64 7794 0 0 0 26 3 0 0 16 0 12 0 166507873 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166507876 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166507877 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=914544 CPUtime=1.22
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 4346 0 0 0 121 1 0 0 16 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=914544 CPUtime=0.63
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 892 0 0 0 63 0 0 0 17 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=914544 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 936493056 35545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 914544

[startup+12.5969 s]
/proc/loadavg: 2.33 2.59 2.54 5/97 28846
/proc/meminfo: memFree=1352000/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=914160 CPUtime=12.44
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 58734 0 1 0 1218 26 0 0 25 0 12 0 166507870 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054422572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 228540 54757 2479 14 0 214977 0
[pid=28834/tid=28836] ppid=28832 vsize=914160 CPUtime=0.94
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 19079 0 0 0 88 6 0 0 16 0 12 0 166507873 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=914160 CPUtime=0.91
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 14290 0 0 0 86 5 0 0 16 0 12 0 166507873 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=914160 CPUtime=0.01
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 166507876 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166507877 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=914160 CPUtime=1.26
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 4346 0 0 0 125 1 0 0 17 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=914160 CPUtime=0.68
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 893 0 0 0 68 0 0 0 16 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=914160 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 936099840 54757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 914160

[startup+25.4622 s]
/proc/loadavg: 2.43 2.61 2.54 3/97 28846
/proc/meminfo: memFree=1099904/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=910800 CPUtime=25.32
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 89310 0 1 0 2494 38 0 0 25 0 12 0 166507870 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054258091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 227700 84431 2479 14 0 214137 0
[pid=28834/tid=28836] ppid=28832 vsize=910800 CPUtime=1.87
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 31953 0 0 0 176 11 0 0 16 0 12 0 166507873 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=910800 CPUtime=2.13
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 31951 0 0 0 201 12 0 0 16 0 12 0 166507873 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=910800 CPUtime=0.01
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 16 0 0 0 1 0 0 0 15 0 12 0 166507876 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166507877 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=910800 CPUtime=1.3
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 4346 0 0 0 129 1 0 0 16 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=910800 CPUtime=0.81
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 902 0 0 0 81 0 0 0 17 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=910800 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 932659200 84431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 910800

[startup+51.1256 s]
/proc/loadavg: 2.41 2.59 2.54 3/97 28846
/proc/meminfo: memFree=567808/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=914208 CPUtime=51.01
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 150593 0 1 0 5040 61 0 0 25 0 12 0 166507870 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054174187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28834/statm: 228552 144139 2480 14 0 214989 0
[pid=28834/tid=28836] ppid=28832 vsize=914208 CPUtime=3.81
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 61385 0 0 0 360 21 0 0 16 0 12 0 166507873 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28837] ppid=28832 vsize=914208 CPUtime=4.17
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 61310 0 0 0 394 23 0 0 16 0 12 0 166507873 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28838] ppid=28832 vsize=914208 CPUtime=0.03
/proc/28834/task/28838/stat : 28838 (java) S 28832 28834 28312 0 -1 64 16 0 0 0 2 1 0 0 15 0 12 0 166507876 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28839] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166507877 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28840] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=914208 CPUtime=1.49
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 4690 0 0 0 148 1 0 0 16 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=914208 CPUtime=1.23
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 3000 0 0 0 123 0 0 0 17 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=914208 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 936148992 144139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 914208

[startup+102.36 s]
/proc/loadavg: 2.59 2.60 2.55 4/98 28909
/proc/meminfo: memFree=970096/2055920 swapFree=4192812/4192956
[pid=28834] ppid=28832 vsize=913312 CPUtime=102.12
/proc/28834/stat : 28834 (java) R 28832 28834 28312 0 -1 0 193723 0 1 0 10132 80 0 0 25 0 12 0 166507870 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28834/statm: 228328 186844 2481 14 0 214765 0
[pid=28834/tid=28836] ppid=28832 vsize=913312 CPUtime=5.5
/proc/28834/task/28836/stat : 28836 (java) S 28832 28834 28312 0 -1 64 83224 0 0 0 521 29 0 0 16 0 12 0 166507873 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28834/tid=28837] ppid=28832 vsize=913312 CPUtime=5.74
/proc/28834/task/28837/stat : 28837 (java) S 28832 28834 28312 0 -1 64 81932 0 0 0 542 32 0 0 15 0 12 0 166507873 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28834/tid=28838] ppid=28832 vsize=913312 CPUtime=26.11
/proc/28834/task/28838/stat : 28838 (java) R 28832 28834 28312 0 -1 64 618 0 0 0 2608 3 0 0 16 0 12 0 166507876 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154624449 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28834/tid=28839] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28839/stat : 28839 (java) S 28832 28834 28312 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166507877 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28834/tid=28840] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28840/stat : 28840 (java) S 28832 28834 28312 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166507877 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28841] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28841/stat : 28841 (java) S 28832 28834 28312 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28842] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28842/stat : 28842 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28843] ppid=28832 vsize=913312 CPUtime=1.58
/proc/28834/task/28843/stat : 28843 (java) S 28832 28834 28312 0 -1 64 4699 0 0 0 157 1 0 0 17 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28844] ppid=28832 vsize=913312 CPUtime=1.25
/proc/28834/task/28844/stat : 28844 (java) S 28832 28834 28312 0 -1 64 3000 0 0 0 125 0 0 0 16 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28845] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28845/stat : 28845 (java) S 28832 28834 28312 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28834/tid=28846] ppid=28832 vsize=913312 CPUtime=0
/proc/28834/task/28846/stat : 28846 (java) S 28832 28834 28312 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166507880 935231488 186844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 913312

Child status: 1
Real time (s): 129.814
CPU time (s): 129.398
CPU user time (s): 128.476
CPU system time (s): 0.921859
CPU usage (%): 99.68
Max. virtual memory (cumulated for all children) (KiB): 915680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.476
system time used= 0.921859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193753
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= 5180
involuntary context switches= 6789

runsolver used 0.134979 s user time and 0.445932 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 14:45:32 UTC 2007


IDJOB= 207322
IDBENCH= 4283
FILE ID= node18/207322-1168181132

PBS_JOBID= 3478899

Free space on /tmp= 66290 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207322-1168181132/sat4jCSP-bf3-cached.jar /tmp/evaluation/207322-1168181132/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-207322-1168181132 -o ROOT/results/node18/solver-207322-1168181132 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207322-1168181132/sat4jCSP-bf3-cached.jar /tmp/evaluation/207322-1168181132/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b2d7f09d7ef988a589250dc012d7a3cf

RANDOM SEED= 356624077

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.231
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.231
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:       1700472 kB
Buffers:         31292 kB
Cached:         183316 kB
SwapCached:          0 kB
Active:         152792 kB
Inactive:       144232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         102288 kB
Slab:            43468 kB
Committed_AS:  4625132 kB
PageTables:       2068 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= 66288 MiB



End job on node18 on Sun Jan  7 14:47:42 UTC 2007