Trace number 234977

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? (exit code) 117.829 116.969

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-3.xml
MD5SUM88466bc5ff065959ca8a3d56a09094d5
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
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1356
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/234977-1168334390/unknown.xml
0.24	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.85	c reading variables
c reading variables (300) done.
1.78	c reading predicates 
c reading relations (3) done.
2.00	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
116.82	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap 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/node1/watcher-234977-1168334390 -o ROOT/results/node1/solver-234977-1168334390 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234977-1168334390/sat4jCSP-bf3-cached.jar /tmp/evaluation/234977-1168334390/unknown.xml 

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

/proc/loadavg: 2.00 2.00 2.00 4/86 23413
/proc/meminfo: memFree=1354560/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=12000 CPUtime=0
/proc/23412/stat : 23412 (java) D 23410 23412 22151 0 -1 0 782 0 0 0 0 0 0 0 18 0 1 0 181834760 12288000 574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5829412 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/23412/statm: 3000 574 426 14 0 1140 0

[startup+0.112361 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 23413
/proc/meminfo: memFree=1354560/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=902816 CPUtime=0.09
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 3453 0 1 0 8 1 0 0 24 0 12 0 181834760 924483584 3213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23412/statm: 225704 3214 1600 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.520408 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 23413
/proc/meminfo: memFree=1354560/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=905236 CPUtime=0.5
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 5977 0 1 0 47 3 0 0 25 0 12 0 181834760 926961664 5571 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23412/statm: 226309 5571 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.34451 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 23424
/proc/meminfo: memFree=1323496/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=906560 CPUtime=1.33
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 21283 0 1 0 122 11 0 0 25 0 12 0 181834760 928317440 20278 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054207413 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23412/statm: 226640 20279 2323 14 0 213077 0
[pid=23412/tid=23414] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181834763 928317440 20281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23415] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181834763 928317440 20287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23416] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181834765 928317440 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23417] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181834766 928317440 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 181834766 928317440 20303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23419] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 928317440 20308 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181834769 928317440 20313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23421] ppid=23410 vsize=906560 CPUtime=0.31
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1162 0 0 0 31 0 0 0 16 0 12 0 181834769 928317440 20319 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23422] ppid=23410 vsize=906560 CPUtime=0.27
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 684 0 0 0 27 0 0 0 16 0 12 0 181834769 928317440 20325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23423] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 928317440 20330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=906560 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 928317440 20330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 906560

[startup+2.9957 s]
/proc/loadavg: 2.08 2.02 2.01 4/97 23424
/proc/meminfo: memFree=1229992/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=910408 CPUtime=3.5
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 46484 0 1 0 327 23 0 0 24 0 12 0 181834760 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054246295 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23412/statm: 227602 43205 2477 14 0 214039 0
[pid=23412/tid=23414] ppid=23410 vsize=910408 CPUtime=0.65
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 18331 0 0 0 57 8 0 0 20 0 12 0 181834763 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23415] ppid=23410 vsize=910408 CPUtime=0.59
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 6219 0 0 0 57 2 0 0 19 0 12 0 181834763 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23416] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181834765 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23417] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181834766 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23419] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23421] ppid=23410 vsize=910408 CPUtime=0.43
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1182 0 0 0 43 0 0 0 16 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23422] ppid=23410 vsize=910408 CPUtime=0.36
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 695 0 0 0 36 0 0 0 16 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23423] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=910408 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 932257792 43205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 910408

[startup+6.20708 s]
/proc/loadavg: 2.08 2.02 2.01 3/97 23424
/proc/meminfo: memFree=1151016/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=910280 CPUtime=6.85
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 58261 0 1 0 658 27 0 0 20 0 12 0 181834760 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23412/statm: 227570 54665 2477 14 0 214007 0
[pid=23412/tid=23414] ppid=23410 vsize=910280 CPUtime=1.05
/proc/23412/task/23414/stat : 23414 (java) R 23410 23412 22151 0 -1 64 22516 0 0 0 95 10 0 0 16 0 12 0 181834763 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23415] ppid=23410 vsize=910280 CPUtime=1.17
/proc/23412/task/23415/stat : 23415 (java) R 23410 23412 22151 0 -1 64 13805 0 0 0 112 5 0 0 16 0 12 0 181834763 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958095 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23416] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181834765 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23417] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181834766 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23419] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23421] ppid=23410 vsize=910280 CPUtime=0.43
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1182 0 0 0 43 0 0 0 16 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23422] ppid=23410 vsize=910280 CPUtime=0.36
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 695 0 0 0 36 0 0 0 16 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23423] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 932126720 54665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 910280

[startup+12.6966 s]
/proc/loadavg: 2.23 2.05 2.02 3/97 23424
/proc/meminfo: memFree=1046248/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=910280 CPUtime=13.35
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 83319 0 1 0 1296 39 0 0 25 0 12 0 181834760 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054242032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23412/statm: 227570 79250 2478 14 0 214007 0
[pid=23412/tid=23414] ppid=23410 vsize=910280 CPUtime=1.52
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 30295 0 0 0 140 12 0 0 16 0 12 0 181834763 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23415] ppid=23410 vsize=910280 CPUtime=2.22
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 31039 0 0 0 208 14 0 0 16 0 12 0 181834763 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23416] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181834765 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23417] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181834766 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23419] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23421] ppid=23410 vsize=910280 CPUtime=0.52
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1188 0 0 0 52 0 0 0 17 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23422] ppid=23410 vsize=910280 CPUtime=0.41
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 710 0 0 0 41 0 0 0 16 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23423] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 932126720 79250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 910280

[startup+25.5922 s]
/proc/loadavg: 2.35 2.08 2.02 3/97 23424
/proc/meminfo: memFree=887016/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=910280 CPUtime=26.23
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 125582 0 1 0 2568 55 0 0 25 0 12 0 181834760 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054259526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23412/statm: 227570 120991 2478 14 0 214007 0
[pid=23412/tid=23414] ppid=23410 vsize=910280 CPUtime=2.93
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 49652 0 0 0 274 19 0 0 16 0 12 0 181834763 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23415] ppid=23410 vsize=910280 CPUtime=3.97
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 53913 0 0 0 374 23 0 0 16 0 12 0 181834763 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23416] ppid=23410 vsize=910280 CPUtime=0.01
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 181834765 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23417] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 181834766 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23419] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23421] ppid=23410 vsize=910280 CPUtime=0.52
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1188 0 0 0 52 0 0 0 17 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23422] ppid=23410 vsize=910280 CPUtime=0.42
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 710 0 0 0 42 0 0 0 17 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23423] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 932126720 120991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.23
Current children cumulated vsize (KiB) 910280

[startup+51.2552 s]
/proc/loadavg: 2.48 2.14 2.04 3/97 23424
/proc/meminfo: memFree=625000/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=910280 CPUtime=52.13
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 192640 0 1 0 5129 84 0 0 25 0 12 0 181834760 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054255674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23412/statm: 227570 184416 2479 14 0 214007 0
[pid=23412/tid=23414] ppid=23410 vsize=910280 CPUtime=5.85
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 74035 0 0 0 556 29 0 0 16 0 12 0 181834763 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23415] ppid=23410 vsize=910280 CPUtime=7.29
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 93791 0 0 0 691 38 0 0 16 0 12 0 181834763 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23416] ppid=23410 vsize=910280 CPUtime=1.53
/proc/23412/task/23416/stat : 23416 (java) S 23410 23412 22151 0 -1 64 2770 0 0 0 151 2 0 0 15 0 12 0 181834765 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23417] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181834766 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23418] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23419] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23421] ppid=23410 vsize=910280 CPUtime=0.55
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1188 0 0 0 55 0 0 0 17 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23422] ppid=23410 vsize=910280 CPUtime=0.45
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 712 0 0 0 45 0 0 0 16 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23423] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=910280 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 932126720 184416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.13
Current children cumulated vsize (KiB) 910280

[startup+102.538 s]
/proc/loadavg: 2.63 2.22 2.08 3/97 23424
/proc/meminfo: memFree=619560/2055920 swapFree=4165612/4192956
[pid=23412] ppid=23410 vsize=915564 CPUtime=103.5
/proc/23412/stat : 23412 (java) R 23410 23412 22151 0 -1 0 237012 0 1 0 10243 107 0 0 24 0 12 0 181834760 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23412/statm: 228891 186519 2479 14 0 215328 0
[pid=23412/tid=23414] ppid=23410 vsize=915564 CPUtime=7.14
/proc/23412/task/23414/stat : 23414 (java) S 23410 23412 22151 0 -1 64 74038 0 0 0 685 29 0 0 15 0 12 0 181834763 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23415] ppid=23410 vsize=915564 CPUtime=9.06
/proc/23412/task/23415/stat : 23415 (java) S 23410 23412 22151 0 -1 64 94417 0 0 0 868 38 0 0 16 0 12 0 181834763 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23416] ppid=23410 vsize=915564 CPUtime=37.97
/proc/23412/task/23416/stat : 23416 (java) R 23410 23412 22151 0 -1 64 46470 0 0 0 3772 25 0 0 16 0 12 0 181834765 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23417] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23417/stat : 23417 (java) S 23410 23412 22151 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181834766 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23418] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23418/stat : 23418 (java) S 23410 23412 22151 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181834766 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23419] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23419/stat : 23419 (java) S 23410 23412 22151 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23420] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23420/stat : 23420 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23421] ppid=23410 vsize=915564 CPUtime=0.55
/proc/23412/task/23421/stat : 23421 (java) S 23410 23412 22151 0 -1 64 1188 0 0 0 55 0 0 0 17 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23412/tid=23422] ppid=23410 vsize=915564 CPUtime=0.46
/proc/23412/task/23422/stat : 23422 (java) S 23410 23412 22151 0 -1 64 713 0 0 0 46 0 0 0 17 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23423] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23423/stat : 23423 (java) S 23410 23412 22151 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23412/tid=23424] ppid=23410 vsize=915564 CPUtime=0
/proc/23412/task/23424/stat : 23424 (java) S 23410 23412 22151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181834769 937537536 186519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.5
Current children cumulated vsize (KiB) 915564

Child status: 1
Real time (s): 116.969
CPU time (s): 117.829
CPU user time (s): 116.598
CPU system time (s): 1.23081
CPU usage (%): 100.736
Max. virtual memory (cumulated for all children) (KiB): 919564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.598
system time used= 1.23081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248456
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= 4582
involuntary context switches= 5973

runsolver used 0.141978 s user time and 0.386941 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 09:19:50 UTC 2007


IDJOB= 234977
IDBENCH= 6731
FILE ID= node1/234977-1168334390

PBS_JOBID= 3503084

Free space on /tmp= 66512 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234977-1168334390/sat4jCSP-bf3-cached.jar /tmp/evaluation/234977-1168334390/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-234977-1168334390 -o ROOT/results/node1/solver-234977-1168334390 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234977-1168334390/sat4jCSP-bf3-cached.jar /tmp/evaluation/234977-1168334390/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  88466bc5ff065959ca8a3d56a09094d5

RANDOM SEED= 537899960

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.234
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.234
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:       1354976 kB
Buffers:         79988 kB
Cached:         495616 kB
SwapCached:       3620 kB
Active:         206916 kB
Inactive:       433020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354976 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2840 kB
Writeback:           0 kB
Mapped:          75108 kB
Slab:            45756 kB
Committed_AS:  5778004 kB
PageTables:       2340 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= 66512 MiB



End job on node1 on Tue Jan  9 09:21:47 UTC 2007