Trace number 199041

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) 31.0463 28.3969

General information on the benchmark

Nameknights/
knights-80-25.xml
MD5SUMf18ad709d55b4a2a79fe5af6c5aef318
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
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/199041-1168132213/unknown.xml
0.25	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.49	c reading variables
c reading variables (25) done.
0.82	c reading predicates 
c reading relations (3) done.
1.05	c reading constraints
28.28	Exception java.lang.OutOfMemoryError: requested 65536000 bytes for GrET* in /BUILD_AREA/jdk1.5.0_10/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-199041-1168132213 -o ROOT/results/node58/solver-199041-1168132213 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199041-1168132213/sat4jCSP-bf3-cached.jar /tmp/evaluation/199041-1168132213/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.82 1.35 1.13 4/74 11097
/proc/meminfo: memFree=1522776/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=14120 CPUtime=0
/proc/11096/stat : 11096 (java) D 11094 11096 10892 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 161619303 14458880 693 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4870948 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/11096/statm: 3530 693 534 14 0 1602 0

[startup+0.104403 s]
/proc/loadavg: 1.82 1.35 1.13 4/74 11097
/proc/meminfo: memFree=1522776/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=901540 CPUtime=0.09
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 3348 0 1 0 7 2 0 0 22 0 12 0 161619303 923176960 3108 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053844379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 225385 3108 1566 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.512435 s]
/proc/loadavg: 1.82 1.35 1.13 4/74 11097
/proc/meminfo: memFree=1522776/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=906260 CPUtime=0.53
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 6049 0 1 0 49 4 0 0 18 0 12 0 161619303 928010240 5599 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 226565 5599 2289 14 0 213002 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 906260

[startup+1.33351 s]
/proc/loadavg: 1.82 1.35 1.13 3/85 11108
/proc/meminfo: memFree=1468728/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=906272 CPUtime=1.35
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 16798 0 1 0 127 8 0 0 19 0 12 0 161619303 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 226568 16162 2463 14 0 213005 0
[pid=11096/tid=11098] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11098/stat : 11098 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619306 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11099] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11099/stat : 11099 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 161619306 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11100] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11100/stat : 11100 (java) S 11094 11096 10892 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 161619308 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11101] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161619309 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161619309 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=906272 CPUtime=0.16
/proc/11096/task/11105/stat : 11105 (java) R 11094 11096 10892 0 -1 64 308 0 0 0 16 0 0 0 16 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152646193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=906272 CPUtime=0.29
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 715 0 0 0 29 0 0 0 16 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=906272 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 928022528 16162 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 906272

[startup+2.98864 s]
/proc/loadavg: 1.82 1.35 1.13 3/85 11108
/proc/meminfo: memFree=1411896/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=909480 CPUtime=3.04
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 39372 0 1 0 288 16 0 0 25 0 12 0 161619303 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 227370 37992 2467 14 0 213807 0
[pid=11096/tid=11098] ppid=11094 vsize=909480 CPUtime=0.34
/proc/11096/task/11098/stat : 11098 (java) S 11094 11096 10892 0 -1 64 12183 0 0 0 30 4 0 0 17 0 12 0 161619306 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11099] ppid=11094 vsize=909480 CPUtime=0.18
/proc/11096/task/11099/stat : 11099 (java) S 11094 11096 10892 0 -1 64 5963 0 0 0 17 1 0 0 16 0 12 0 161619306 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11100] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11100/stat : 11100 (java) S 11094 11096 10892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 161619308 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11101] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161619309 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161619309 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=909480 CPUtime=0.18
/proc/11096/task/11105/stat : 11105 (java) S 11094 11096 10892 0 -1 64 310 0 0 0 18 0 0 0 16 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=909480 CPUtime=0.3
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 716 0 0 0 30 0 0 0 16 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=909480 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 931307520 37992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 909480

[startup+6.21092 s]
/proc/loadavg: 1.84 1.36 1.13 3/85 11108
/proc/meminfo: memFree=1296312/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=913960 CPUtime=6.48
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 63180 0 1 0 622 26 0 0 25 0 12 0 161619303 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054196974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 228490 60572 2467 14 0 214927 0
[pid=11096/tid=11098] ppid=11094 vsize=913960 CPUtime=1.1
/proc/11096/task/11098/stat : 11098 (java) S 11094 11096 10892 0 -1 64 28845 0 0 0 99 11 0 0 16 0 12 0 161619306 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11099] ppid=11094 vsize=913960 CPUtime=0.82
/proc/11096/task/11099/stat : 11099 (java) S 11094 11096 10892 0 -1 64 13104 0 0 0 78 4 0 0 17 0 12 0 161619306 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11100] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11100/stat : 11100 (java) S 11094 11096 10892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 161619308 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11101] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=913960 CPUtime=0.18
/proc/11096/task/11105/stat : 11105 (java) S 11094 11096 10892 0 -1 64 310 0 0 0 18 0 0 0 16 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=913960 CPUtime=0.3
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 716 0 0 0 30 0 0 0 16 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 935895040 60572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 913960

[startup+12.7085 s]
/proc/loadavg: 2.01 1.41 1.15 3/85 11108
/proc/meminfo: memFree=1142656/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=913960 CPUtime=13.54
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 100830 0 1 0 1313 41 0 0 22 0 12 0 161619303 935895040 97917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11096/statm: 228490 97919 2467 14 0 214927 0
[pid=11096/tid=11098] ppid=11094 vsize=913960 CPUtime=2.63
/proc/11096/task/11098/stat : 11098 (java) R 11094 11096 10892 0 -1 64 37176 0 0 0 249 14 0 0 16 0 12 0 161619306 935895040 97920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154967104 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11099] ppid=11094 vsize=913960 CPUtime=2.91
/proc/11096/task/11099/stat : 11099 (java) R 11094 11096 10892 0 -1 64 36268 0 0 0 278 13 0 0 16 0 12 0 161619306 935895040 97922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11096/tid=11100] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11100/stat : 11100 (java) S 11094 11096 10892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 161619308 935895040 97923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11096/tid=11101] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 97925 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 97926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 935895040 97928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 935895040 97929 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=913960 CPUtime=0.18
/proc/11096/task/11105/stat : 11105 (java) S 11094 11096 10892 0 -1 64 310 0 0 0 18 0 0 0 16 0 12 0 161619313 935895040 97930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=913960 CPUtime=0.3
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 716 0 0 0 30 0 0 0 16 0 12 0 161619313 935895040 97932 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 935895040 97933 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 935895040 97935 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (KiB) 913960

[startup+25.6096 s]
/proc/loadavg: 2.01 1.43 1.16 3/85 11108
/proc/meminfo: memFree=872192/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=913960 CPUtime=27.52
/proc/11096/stat : 11096 (java) R 11094 11096 10892 0 -1 0 172312 0 1 0 2681 71 0 0 23 0 12 0 161619303 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054180581 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 228490 167914 2467 14 0 214927 0
[pid=11096/tid=11098] ppid=11094 vsize=913960 CPUtime=5.13
/proc/11096/task/11098/stat : 11098 (java) S 11094 11096 10892 0 -1 64 50704 0 0 0 493 20 0 0 16 0 12 0 161619306 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11099] ppid=11094 vsize=913960 CPUtime=7.61
/proc/11096/task/11099/stat : 11099 (java) S 11094 11096 10892 0 -1 64 81904 0 0 0 729 32 0 0 16 0 12 0 161619306 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11100] ppid=11094 vsize=913960 CPUtime=0.01
/proc/11096/task/11100/stat : 11100 (java) S 11094 11096 10892 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 161619308 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11101] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161619309 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=913960 CPUtime=0.18
/proc/11096/task/11105/stat : 11105 (java) S 11094 11096 10892 0 -1 64 310 0 0 0 18 0 0 0 16 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=913960 CPUtime=0.3
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 716 0 0 0 30 0 0 0 16 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=913960 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 935895040 167914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 913960



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.8778 s]
/proc/loadavg: 2.01 1.43 1.16 3/85 11108
/proc/meminfo: memFree=814592/2055920 swapFree=4192812/4192956
[pid=11096] ppid=11094 vsize=921964 CPUtime=30.53
/proc/11096/stat : 11096 (java) S 11094 11096 10892 0 -1 0 185474 0 1 0 2976 77 0 0 18 0 12 0 161619303 944091136 179184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11096/statm: 230491 179185 2467 14 0 216928 0
[pid=11096/tid=11098] ppid=11094 vsize=921964 CPUtime=6
/proc/11096/task/11098/stat : 11098 (java) S 11094 11096 10892 0 -1 64 53949 0 0 0 578 22 0 0 16 0 12 0 161619306 944091136 179187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11096/tid=11099] ppid=11094 vsize=921964 CPUtime=8.68
/proc/11096/task/11099/stat : 11099 (java) S 11094 11096 10892 0 -1 64 88300 0 0 0 832 36 0 0 16 0 12 0 161619306 944091136 179188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11096/tid=11100] ppid=11094 vsize=921964 CPUtime=0.15
/proc/11096/task/11100/stat : 11100 (java) R 11094 11096 10892 0 -1 64 3535 0 0 0 14 1 0 0 17 0 12 0 161619308 944091136 179189 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11096/tid=11101] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11101/stat : 11101 (java) S 11094 11096 10892 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161619309 944091136 179190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11102] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11102/stat : 11102 (java) S 11094 11096 10892 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161619309 944091136 179190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11103] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11103/stat : 11103 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161619313 944091136 179191 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11104] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11104/stat : 11104 (java) S 11094 11096 10892 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161619313 944091136 179192 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11105] ppid=11094 vsize=921964 CPUtime=0.18
/proc/11096/task/11105/stat : 11105 (java) S 11094 11096 10892 0 -1 64 310 0 0 0 18 0 0 0 16 0 12 0 161619313 944091136 179193 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11106] ppid=11094 vsize=921964 CPUtime=0.3
/proc/11096/task/11106/stat : 11106 (java) S 11094 11096 10892 0 -1 64 716 0 0 0 30 0 0 0 16 0 12 0 161619313 944091136 179194 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11107] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11107/stat : 11107 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161619313 944091136 179195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11096/tid=11108] ppid=11094 vsize=921964 CPUtime=0
/proc/11096/task/11108/stat : 11108 (java) S 11094 11096 10892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161619313 944091136 179195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.53
Current children cumulated vsize (KiB) 921964

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

Child status: 1
Real time (s): 28.3969
CPU time (s): 31.0463
CPU user time (s): 30.1174
CPU system time (s): 0.928858
CPU usage (%): 109.33
Max. virtual memory (cumulated for all children) (KiB): 945964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1174
system time used= 0.928858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197840
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= 1608
involuntary context switches= 1896

runsolver used 0.036994 s user time and 0.098984 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 01:10:13 UTC 2007


IDJOB= 199041
IDBENCH= 3589
FILE ID= node58/199041-1168132213

PBS_JOBID= 3477978

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-80-25.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199041-1168132213/sat4jCSP-bf3-cached.jar /tmp/evaluation/199041-1168132213/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-199041-1168132213 -o ROOT/results/node58/solver-199041-1168132213 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199041-1168132213/sat4jCSP-bf3-cached.jar /tmp/evaluation/199041-1168132213/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f18ad709d55b4a2a79fe5af6c5aef318

RANDOM SEED= 985532061

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:       1523256 kB
Buffers:         26332 kB
Cached:         421040 kB
SwapCached:          0 kB
Active:          71024 kB
Inactive:       398264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:          33392 kB
Slab:            48988 kB
Committed_AS:  2545856 kB
PageTables:       1692 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= 66534 MiB



End job on node58 on Sun Jan  7 01:10:42 UTC 2007