Trace number 248029

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? (MO) 50.8843 51.8615

General information on the benchmark

Nameprimes/primes-10/
primes-10-80-3-7.xml
MD5SUM9ba7428f337bf2f0f53d323d828fcdbe
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.129979
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/248029-1168397214/unknown.xml
0.26	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.52	c reading variables
c reading variables (100) done.
0.65	c reading predicates 
c reading relations (81) done.
1.72	c reading constraintsc starts		: 0
51.67	c conflicts		: 0
51.67	c decisions		: 0
51.67	c propagations		: 0
51.67	c inspects		: 0
51.67	c learnt literals	: 0
51.67	c learnt binary clauses	: 0
51.67	c learnt ternary clauses	: 0
51.67	c learnt clauses	: 0
51.67	c root simplifications	: 0
51.68	c removed literals (reason simplification)	: 0
51.68	c reason swapping (by a shorter reason)	: 0
51.68	c Calls to reduceDB	: 0
51.68	c speed (decisions/second)	: 0.0
51.68	c non guided choices	0
51.68	s UNKNOWN
51.68	c Total wall clock time (in seconds) : 51.416
51.68	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/node4/watcher-248029-1168397214 -o ROOT/results/node4/solver-248029-1168397214 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248029-1168397214/sat4jCSP-bf3-cached.jar /tmp/evaluation/248029-1168397214/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: 0.92 0.98 1.08 5/83 11752
/proc/meminfo: memFree=1839416/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=168 CPUtime=0
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 188116998 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 10588459 0 0 4096 0 0 0 0 17 0 0 0
/proc/11751/statm: 42 23 18 14 0 2 0

[startup+0.105689 s]
/proc/loadavg: 0.92 0.98 1.08 5/83 11752
/proc/meminfo: memFree=1839416/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=897120 CPUtime=0.06
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 3172 0 1 0 5 1 0 0 23 0 6 0 188116998 918650880 2932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151849962 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 224280 2932 1497 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.514728 s]
/proc/loadavg: 0.92 0.98 1.08 5/83 11752
/proc/meminfo: memFree=1839416/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=905236 CPUtime=0.47
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 5942 0 1 0 44 3 0 0 25 0 12 0 188116998 926961664 5536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11030275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 226309 5536 2279 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33581 s]
/proc/loadavg: 0.92 0.98 1.08 4/108 11777
/proc/meminfo: memFree=1802096/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=906252 CPUtime=1.28
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 8178 0 3 0 123 5 0 0 25 0 12 0 188116998 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 226563 7406 2467 14 0 213000 0
[pid=11751/tid=11756] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188117001 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 188117001 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11751/tid=11760] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11760/stat : 11760 (java) S 11742 11751 11636 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 188117003 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 188117004 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 188117004 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=906252 CPUtime=0.28
/proc/11751/task/11770/stat : 11770 (java) R 11742 11751 11636 0 -1 64 631 0 0 0 28 0 0 0 16 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151705649 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=906252 CPUtime=0.22
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 679 0 0 0 22 0 0 0 16 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=906252 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 928002048 7406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906252

[startup+2.97396 s]
/proc/loadavg: 0.92 0.98 1.08 4/108 11777
/proc/meminfo: memFree=1767280/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=907280 CPUtime=2.9
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 24223 0 3 0 278 12 0 0 25 0 12 0 188116998 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054279102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 226820 23048 2482 14 0 213257 0
[pid=11751/tid=11756] ppid=11742 vsize=907280 CPUtime=0.04
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 1493 0 0 0 4 0 0 0 17 0 12 0 188117001 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 301 0 0 0 0 0 0 0 17 0 12 0 188117001 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11760] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11760/stat : 11760 (java) S 11742 11751 11636 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188117003 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=907280 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 17 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=907280 CPUtime=0.4
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 40 0 0 0 16 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=907280 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 929054720 23048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 907280

[startup+6.19426 s]
/proc/loadavg: 1.17 1.03 1.10 6/108 11777
/proc/meminfo: memFree=1590640/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=911096 CPUtime=6.12
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 38036 0 3 0 593 19 0 0 25 0 12 0 188116998 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053835938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 227774 35681 2482 14 0 214211 0
[pid=11751/tid=11756] ppid=11742 vsize=911096 CPUtime=0.54
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 9113 0 0 0 50 4 0 0 16 0 12 0 188117001 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=911096 CPUtime=0.34
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 6483 0 0 0 32 2 0 0 17 0 12 0 188117001 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11760] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11760/stat : 11760 (java) S 11742 11751 11636 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188117003 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=911096 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 16 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=911096 CPUtime=0.41
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 41 0 0 0 16 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 932962304 35681 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 911096

[startup+12.6485 s]
/proc/loadavg: 1.23 1.05 1.10 3/108 11777
/proc/meminfo: memFree=1411760/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=911096 CPUtime=12.53
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 62683 0 3 0 1224 29 0 0 25 0 12 0 188116998 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054343176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11751/statm: 227774 60064 2482 14 0 214211 0
[pid=11751/tid=11756] ppid=11742 vsize=911096 CPUtime=1.25
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 24287 0 0 0 116 9 0 0 16 0 12 0 188117001 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11751/tid=11757] ppid=11742 vsize=911096 CPUtime=0.85
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 15933 0 0 0 78 7 0 0 16 0 12 0 188117001 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11751/tid=11760] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11760/stat : 11760 (java) S 11742 11751 11636 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 188117003 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11751/tid=11761] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=911096 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 16 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=911096 CPUtime=0.41
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 41 0 0 0 16 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 932962304 60064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 911096

[startup+25.4851 s]
/proc/loadavg: 1.40 1.09 1.12 6/108 11777
/proc/meminfo: memFree=1116592/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=911096 CPUtime=24.99
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 105899 0 3 0 2451 48 0 0 25 0 12 0 188116998 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054268495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 227774 103139 2482 14 0 214211 0
[pid=11751/tid=11756] ppid=11742 vsize=911096 CPUtime=3.46
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 65173 0 0 0 319 27 0 0 16 0 12 0 188117001 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=911096 CPUtime=1.05
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 18237 0 0 0 98 7 0 0 16 0 12 0 188117001 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11760] ppid=11742 vsize=911096 CPUtime=0.02
/proc/11751/task/11760/stat : 11760 (java) S 11742 11751 11636 0 -1 64 20 0 0 0 2 0 0 0 15 0 12 0 188117003 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=911096 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 16 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=911096 CPUtime=0.41
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 41 0 0 0 16 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=911096 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 932962304 103139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 911096



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+50.3335 s]
/proc/loadavg: 2.14 1.29 1.18 3/108 11777
/proc/meminfo: memFree=528560/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=927100 CPUtime=49.4
/proc/11751/stat : 11751 (java) S 11742 11751 11636 0 -1 0 194685 0 3 0 4852 88 0 0 25 0 12 0 188116998 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 231775 187773 2482 14 0 218212 0
[pid=11751/tid=11756] ppid=11742 vsize=927100 CPUtime=5.88
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 102932 0 0 0 544 44 0 0 16 0 12 0 188117001 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=927100 CPUtime=4.39
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 62898 0 0 0 412 27 0 0 15 0 12 0 188117001 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11760] ppid=11742 vsize=927100 CPUtime=0.28
/proc/11751/task/11760/stat : 11760 (java) R 11742 11751 11636 0 -1 64 6343 0 0 0 24 4 0 0 16 0 12 0 188117003 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152681472 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=927100 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 16 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=927100 CPUtime=0.41
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 41 0 0 0 16 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=927100 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 949350400 187773 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 927100

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+51.1696 s]
/proc/loadavg: 2.14 1.29 1.18 3/108 11777
/proc/meminfo: memFree=528560/2055920 swapFree=4182144/4192956
[pid=11751] ppid=11742 vsize=943100 CPUtime=50.24
/proc/11751/stat : 11751 (java) R 11742 11751 11636 0 -1 0 201763 0 3 0 4933 91 0 0 24 0 12 0 188116998 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11751/statm: 235775 190850 2482 14 0 222212 0
[pid=11751/tid=11756] ppid=11742 vsize=943100 CPUtime=5.88
/proc/11751/task/11756/stat : 11756 (java) S 11742 11751 11636 0 -1 64 102932 0 0 0 544 44 0 0 16 0 12 0 188117001 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11757] ppid=11742 vsize=943100 CPUtime=4.39
/proc/11751/task/11757/stat : 11757 (java) S 11742 11751 11636 0 -1 64 62898 0 0 0 412 27 0 0 15 0 12 0 188117001 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11760] ppid=11742 vsize=943100 CPUtime=1.11
/proc/11751/task/11760/stat : 11760 (java) R 11742 11751 11636 0 -1 64 13421 0 0 0 104 7 0 0 17 0 12 0 188117003 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921538 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11761] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11761/stat : 11761 (java) S 11742 11751 11636 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188117004 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11762] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11762/stat : 11762 (java) S 11742 11751 11636 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188117004 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11766] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11766/stat : 11766 (java) S 11742 11751 11636 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11768] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11768/stat : 11768 (java) S 11742 11751 11636 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11770] ppid=11742 vsize=943100 CPUtime=0.67
/proc/11751/task/11770/stat : 11770 (java) S 11742 11751 11636 0 -1 64 1407 0 0 0 67 0 0 0 16 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11772] ppid=11742 vsize=943100 CPUtime=0.41
/proc/11751/task/11772/stat : 11772 (java) S 11742 11751 11636 0 -1 64 713 0 0 0 41 0 0 0 16 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11774] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11774/stat : 11774 (java) S 11742 11751 11636 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11751/tid=11776] ppid=11742 vsize=943100 CPUtime=0
/proc/11751/task/11776/stat : 11776 (java) S 11742 11751 11636 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188117009 965734400 190850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 943100

Child status: 143
Real time (s): 51.8615
CPU time (s): 50.8843
CPU user time (s): 49.8524
CPU system time (s): 1.03184
CPU usage (%): 98.1158
Max. virtual memory (cumulated for all children) (KiB): 943100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.8524
system time used= 1.03184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202710
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2770
involuntary context switches= 3453

runsolver used 0.06099 s user time and 0.19197 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Jan 10 02:46:54 UTC 2007


IDJOB= 248029
IDBENCH= 11675
FILE ID= node4/248029-1168397214

PBS_JOBID= 3522883

Free space on /tmp= 66527 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-80-3-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248029-1168397214/sat4jCSP-bf3-cached.jar /tmp/evaluation/248029-1168397214/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-248029-1168397214 -o ROOT/results/node4/solver-248029-1168397214 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248029-1168397214/sat4jCSP-bf3-cached.jar /tmp/evaluation/248029-1168397214/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9ba7428f337bf2f0f53d323d828fcdbe

RANDOM SEED= 384361355

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.223
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.223
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:       1840296 kB
Buffers:         30948 kB
Cached:          90836 kB
SwapCached:       2520 kB
Active:         126368 kB
Inactive:        37216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840296 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:          51260 kB
Slab:            37108 kB
Committed_AS:  6050876 kB
PageTables:       2232 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= 66527 MiB



End job on node4 on Wed Jan 10 02:47:46 UTC 2007