Trace number 237224

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 1.7 RC BF3? (MO) 63.3684 62.0505

General information on the benchmark

Namezhou/
radi.xml
MD5SUM942448fd93a6e21e517036cbd5fb8d4b
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 benchmark5.02923
SatisfiableYES
(Un)Satisfiability was proved
Number of variables86
Number of constraints141
Maximum constraint arity10
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/237224-1168347095/unknown.xml
0.32	c reading problem ... 
0.57	c reading problem named ?
0.57	c reading domains done.
0.58	c reading variables
c reading variables (86) done.
0.66	c reading predicates 
c reading relations (142) done.
1.21	c reading constraints

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/node25/watcher-237224-1168347095 -o ROOT/results/node25/solver-237224-1168347095 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237224-1168347095/sat4jCSP-bf3.jar /tmp/evaluation/237224-1168347095/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.87 1.98 2.00 4/94 15239
/proc/meminfo: memFree=1848272/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=1784 CPUtime=0
/proc/15238/stat : 15238 (java) D 15236 15238 13878 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 183101892 1826816 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 3764795 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15238/statm: 446 151 116 14 0 91 0

[startup+0.103187 s]
/proc/loadavg: 1.87 1.98 2.00 4/94 15239
/proc/meminfo: memFree=1848272/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=895436 CPUtime=0.05
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 2677 0 67 0 3 2 0 0 19 0 3 0 183101892 916926464 2505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151522412 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 223859 2505 1301 14 0 210879 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 895436

[startup+0.511255 s]
/proc/loadavg: 1.87 1.98 2.00 4/94 15239
/proc/meminfo: memFree=1848272/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=905236 CPUtime=0.44
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 5560 0 75 0 39 5 0 0 24 0 12 0 183101892 926961664 5229 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 226309 5229 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 905236

[startup+1.33239 s]
/proc/loadavg: 1.96 2.00 2.01 4/105 15250
/proc/meminfo: memFree=1821112/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=905260 CPUtime=1.24
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 7493 0 79 0 118 6 0 0 25 0 12 0 183101892 926986240 6878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 226315 6878 2462 14 0 212752 0
[pid=15238/tid=15240] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183101899 926986240 6878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183101899 926986240 6878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183101902 926986240 6879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183101903 926986240 6879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183101903 926986240 6879 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 926986240 6880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 926986240 6880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=905260 CPUtime=0.23
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 305 0 0 0 23 0 0 0 16 0 12 0 183101906 926986240 6880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=905260 CPUtime=0.25
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 753 0 0 0 25 0 0 0 16 0 12 0 183101906 926986240 6880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 926986240 6880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=905260 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 926986240 6881 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 905260

[startup+2.97767 s]
/proc/loadavg: 1.96 2.00 2.01 3/105 15250
/proc/meminfo: memFree=1812728/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=914740 CPUtime=2.89
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 13757 0 79 0 280 9 0 0 25 0 12 0 183101892 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 228685 10844 2482 14 0 215122 0
[pid=15238/tid=15240] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183101899 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183101899 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183101902 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 183101903 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183101903 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=914740 CPUtime=0.89
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3630 0 0 0 88 1 0 0 16 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=914740 CPUtime=0.7
/proc/15238/task/15248/stat : 15248 (java) R 15236 15238 13878 0 -1 64 2195 0 0 0 69 1 0 0 16 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154306275 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 936693760 10844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 914740

[startup+6.27624 s]
/proc/loadavg: 1.96 2.00 2.01 3/105 15250
/proc/meminfo: memFree=1720440/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=915384 CPUtime=6.32
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 37570 0 79 0 612 20 0 0 18 0 12 0 183101892 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054372192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15238/statm: 228846 34477 2486 14 0 215283 0
[pid=15238/tid=15240] ppid=15236 vsize=915384 CPUtime=0.27
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 6199 0 0 0 25 2 0 0 18 0 12 0 183101899 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15241] ppid=15236 vsize=915384 CPUtime=0.24
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 5279 0 0 0 22 2 0 0 16 0 12 0 183101899 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15242] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 183101902 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15243] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183101903 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183101903 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=915384 CPUtime=0.92
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3634 0 0 0 91 1 0 0 16 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=915384 CPUtime=0.75
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 2200 0 0 0 74 1 0 0 16 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=915384 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 937353216 34477 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 915384

[startup+12.6903 s]
/proc/loadavg: 2.19 2.05 2.02 3/105 15250
/proc/meminfo: memFree=1624696/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=914740 CPUtime=13.06
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 59387 0 79 0 1278 28 0 0 25 0 12 0 183101892 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15238/statm: 228685 55714 2486 14 0 215122 0
[pid=15238/tid=15240] ppid=15236 vsize=914740 CPUtime=1.12
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 14236 0 0 0 107 5 0 0 16 0 12 0 183101899 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15241] ppid=15236 vsize=914740 CPUtime=1.12
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 19050 0 0 0 105 7 0 0 16 0 12 0 183101899 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15242] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 183101902 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15243] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=914740 CPUtime=0.92
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3634 0 0 0 91 1 0 0 16 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=914740 CPUtime=0.75
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 2200 0 0 0 74 1 0 0 16 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 936693760 55714 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 914740

[startup+25.5525 s]
/proc/loadavg: 2.16 2.05 2.02 5/105 15250
/proc/meminfo: memFree=1489976/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=914740 CPUtime=26.03
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 95555 0 79 0 2558 45 0 0 25 0 12 0 183101892 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054504880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15238/statm: 228685 90944 2486 14 0 215122 0
[pid=15238/tid=15240] ppid=15236 vsize=914740 CPUtime=2.69
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 40710 0 0 0 252 17 0 0 17 0 12 0 183101899 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15241] ppid=15236 vsize=914740 CPUtime=2.54
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 28721 0 0 0 243 11 0 0 17 0 12 0 183101899 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15242] ppid=15236 vsize=914740 CPUtime=0.01
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 183101902 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15243] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=914740 CPUtime=0.92
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3634 0 0 0 91 1 0 0 16 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=914740 CPUtime=0.75
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 2200 0 0 0 74 1 0 0 16 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 936693760 90944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.03
Current children cumulated vsize (KiB) 914740

[startup+51.2569 s]
/proc/loadavg: 2.38 2.11 2.04 4/105 15250
/proc/meminfo: memFree=1181944/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=914740 CPUtime=52.33
/proc/15238/stat : 15238 (java) R 15236 15238 13878 0 -1 0 171509 0 79 0 5157 76 0 0 17 0 12 0 183101892 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054355686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15238/statm: 228685 166725 2486 14 0 215122 0
[pid=15238/tid=15240] ppid=15236 vsize=914740 CPUtime=6.27
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 85862 0 0 0 592 35 0 0 16 0 12 0 183101899 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15241] ppid=15236 vsize=914740 CPUtime=6.1
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 59481 0 0 0 586 24 0 0 16 0 12 0 183101899 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15242] ppid=15236 vsize=914740 CPUtime=0.01
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 13878 0 -1 64 22 0 0 0 1 0 0 0 16 0 12 0 183101902 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15238/tid=15243] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183101903 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=914740 CPUtime=0.92
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3634 0 0 0 91 1 0 0 16 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=914740 CPUtime=0.75
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 2200 0 0 0 74 1 0 0 16 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=914740 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 936693760 166725 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.33
Current children cumulated vsize (KiB) 914740



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+59.9124 s]
/proc/loadavg: 2.35 2.10 2.04 3/105 15250
/proc/meminfo: memFree=1096824/2055920 swapFree=4170236/4192956
[pid=15238] ppid=15236 vsize=930744 CPUtime=61.24
/proc/15238/stat : 15238 (java) S 15236 15238 13878 0 -1 0 195314 0 79 0 6037 87 0 0 23 0 12 0 183101892 953081856 187520 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 232686 187521 2486 14 0 219123 0
[pid=15238/tid=15240] ppid=15236 vsize=930744 CPUtime=7.41
/proc/15238/task/15240/stat : 15240 (java) S 15236 15238 13878 0 -1 64 94915 0 0 0 701 40 0 0 15 0 12 0 183101899 953081856 187522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=930744 CPUtime=7.24
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 13878 0 -1 64 68965 0 0 0 695 29 0 0 16 0 12 0 183101899 953081856 187523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=930744 CPUtime=0.21
/proc/15238/task/15242/stat : 15242 (java) R 15236 15238 13878 0 -1 64 5286 0 0 0 19 2 0 0 16 0 12 0 183101902 953081856 187524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 13878 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183101903 953081856 187524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 13878 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183101903 953081856 187525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183101906 953081856 187526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183101906 953081856 187526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=930744 CPUtime=0.92
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 13878 0 -1 64 3634 0 0 0 91 1 0 0 16 0 12 0 183101906 953081856 187527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=930744 CPUtime=0.75
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 13878 0 -1 64 2200 0 0 0 74 1 0 0 16 0 12 0 183101906 953081856 187528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 13878 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183101906 953081856 187529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=930744 CPUtime=0
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 13878 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183101906 953081856 187529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.24
Current children cumulated vsize (KiB) 930744

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 62.0505
CPU time (s): 63.3684
CPU user time (s): 62.3745
CPU system time (s): 0.993848
CPU usage (%): 102.124
Max. virtual memory (cumulated for all children) (KiB): 930744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.3745
system time used= 0.993848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195885
page faults= 79
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2830
involuntary context switches= 4292

runsolver used 0.081987 s user time and 0.206968 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Jan  9 12:51:35 UTC 2007


IDJOB= 237224
IDBENCH= 6907
FILE ID= node25/237224-1168347095

PBS_JOBID= 3503537

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/radi.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237224-1168347095/sat4jCSP-bf3.jar /tmp/evaluation/237224-1168347095/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-237224-1168347095 -o ROOT/results/node25/solver-237224-1168347095 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237224-1168347095/sat4jCSP-bf3.jar /tmp/evaluation/237224-1168347095/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  942448fd93a6e21e517036cbd5fb8d4b

RANDOM SEED= 733595776

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.279
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.279
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:       1848688 kB
Buffers:          7352 kB
Cached:          57788 kB
SwapCached:       1228 kB
Active:         130508 kB
Inactive:        24276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848688 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:         108920 kB
Slab:            36904 kB
Committed_AS:  4612744 kB
PageTables:       2536 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= 66553 MiB



End job on node25 on Tue Jan  9 12:52:37 UTC 2007