Trace number 234179

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) 113.609 95.8837

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-7.xml
MD5SUMea2b04892a232bd6b444531ae5d2a526
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.82681
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1160
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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.19	c --- Begin Solver configuration ---
0.19	c Stops conflict analysis at the first Unique Implication Point
0.19	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.19	c Learn all clauses as in MiniSAT
0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19	c VSIDS like heuristics from MiniSAT using a heap
0.19	c No reason simplification
0.19	c --- End Solver configuration ---
0.19	c solving /tmp/evaluation/234179-1168330873/unknown.xml
0.19	c reading problem ... 
0.35	c reading problem named ?
0.35	c reading domains done.
0.48	c reading variables
c reading variables (225) done.
0.91	c reading predicates 
c reading relations (3) done.
1.44	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
95.76	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/node75/watcher-234179-1168330873 -o ROOT/results/node75/solver-234179-1168330873 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234179-1168330873/sat4jCSP-bf3-cached.jar /tmp/evaluation/234179-1168330873/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.00 1.00 1.14 4/65 23316
/proc/meminfo: memFree=1478816/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=1496 CPUtime=0
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 60 0 0 0 0 0 0 0 20 0 1 0 181486647 1531904 44 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 6734685 0 0 4096 0 0 0 0 17 1 0 0
/proc/23315/statm: 375 51 40 14 0 8 0

[startup+0.103593 s]
/proc/loadavg: 1.00 1.00 1.14 4/65 23316
/proc/meminfo: memFree=1478816/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=902564 CPUtime=0.08
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 3362 0 1 0 7 1 0 0 18 0 12 0 181486647 924225536 3122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151901150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23315/statm: 225641 3122 1570 14 0 212365 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902564

[startup+0.515645 s]
/proc/loadavg: 1.00 1.00 1.14 4/65 23316
/proc/meminfo: memFree=1478816/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=907804 CPUtime=0.74
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 6865 0 1 0 70 4 0 0 20 0 12 0 181486647 929591296 6107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23315/statm: 226951 6107 2303 14 0 213388 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 907804

[startup+1.34274 s]
/proc/loadavg: 1.16 1.04 1.15 3/76 23327
/proc/meminfo: memFree=1387208/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=911656 CPUtime=2
/proc/23315/stat : 23315 (java) S 23313 23315 21907 0 -1 0 35087 0 1 0 182 18 0 0 24 0 12 0 181486647 933535744 32038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23315/statm: 227914 32041 2453 14 0 214351 0
[pid=23315/tid=23317] ppid=23313 vsize=911656 CPUtime=0.24
/proc/23315/task/23317/stat : 23317 (java) R 23313 23315 21907 0 -1 64 4684 0 0 0 23 1 0 0 19 0 12 0 181486649 933535744 32043 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242719 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=911656 CPUtime=0.25
/proc/23315/task/23318/stat : 23318 (java) R 23313 23315 21907 0 -1 64 8095 0 0 0 21 4 0 0 19 0 12 0 181486649 933535744 32046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23319] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181486652 933535744 32048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 181486653 933535744 32050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181486653 933535744 32052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 933535744 32054 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181486656 933535744 32056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=911656 CPUtime=0.27
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 582 0 0 0 27 0 0 0 16 0 12 0 181486656 933535744 32058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23325] ppid=23313 vsize=911656 CPUtime=0.33
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 1489 0 0 0 33 0 0 0 16 0 12 0 181486656 933535744 32060 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 933535744 32062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=911656 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 933535744 32064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 911656

[startup+2.98208 s]
/proc/loadavg: 1.16 1.04 1.15 3/76 23327
/proc/meminfo: memFree=1341256/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=912916 CPUtime=4.39
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 45337 0 1 0 415 24 0 0 15 0 12 0 181486647 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054253063 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23315/statm: 228229 41283 2478 14 0 214666 0
[pid=23315/tid=23317] ppid=23313 vsize=912916 CPUtime=0.66
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 21907 0 -1 64 8036 0 0 0 62 4 0 0 16 0 12 0 181486649 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=912916 CPUtime=0.68
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 21907 0 -1 64 13784 0 0 0 61 7 0 0 16 0 12 0 181486649 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23319] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181486652 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181486653 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23321] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181486653 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23322] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=912916 CPUtime=0.41
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 651 0 0 0 41 0 0 0 16 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23325] ppid=23313 vsize=912916 CPUtime=0.54
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 2530 0 0 0 54 0 0 0 18 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=912916 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 934825984 41283 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 912916

[startup+6.28447 s]
/proc/loadavg: 1.15 1.03 1.15 3/76 23327
/proc/meminfo: memFree=1280008/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=912076 CPUtime=8.79
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 60203 0 1 0 847 32 0 0 17 0 12 0 181486647 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053850114 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23315/statm: 228019 55582 2478 14 0 214456 0
[pid=23315/tid=23317] ppid=23313 vsize=912076 CPUtime=1.77
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 21907 0 -1 64 13763 0 0 0 169 8 0 0 16 0 12 0 181486649 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=912076 CPUtime=1.78
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 21907 0 -1 64 22913 0 0 0 167 11 0 0 16 0 12 0 181486649 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23319] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181486652 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181486653 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23321] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181486653 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23322] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=912076 CPUtime=0.44
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 652 0 0 0 44 0 0 0 16 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23325] ppid=23313 vsize=912076 CPUtime=0.54
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 2530 0 0 0 54 0 0 0 16 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23326] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=912076 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 933965824 55582 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 912076

[startup+12.6861 s]
/proc/loadavg: 1.13 1.03 1.15 2/76 23327
/proc/meminfo: memFree=1164744/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=912044 CPUtime=17.07
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 88002 0 1 0 1661 46 0 0 19 0 12 0 181486647 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207780 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23315/statm: 228011 80823 2479 14 0 214448 0
[pid=23315/tid=23317] ppid=23313 vsize=912044 CPUtime=3.58
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 21907 0 -1 64 28605 0 0 0 343 15 0 0 16 0 12 0 181486649 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23318] ppid=23313 vsize=912044 CPUtime=3.62
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 21907 0 -1 64 35829 0 0 0 344 18 0 0 16 0 12 0 181486649 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 181486652 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181486653 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23321] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181486653 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23322] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=912044 CPUtime=0.49
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 658 0 0 0 49 0 0 0 16 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23325] ppid=23313 vsize=912044 CPUtime=0.61
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 2536 0 0 0 61 0 0 0 16 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 933933056 80823 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (KiB) 912044

[startup+25.4896 s]
/proc/loadavg: 1.11 1.03 1.15 2/76 23327
/proc/meminfo: memFree=947912/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=912044 CPUtime=33.89
/proc/23315/stat : 23315 (java) R 23313 23315 21907 0 -1 0 147635 0 1 0 3313 76 0 0 17 0 12 0 181486647 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054160537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23315/statm: 228011 136624 2479 14 0 214448 0
[pid=23315/tid=23317] ppid=23313 vsize=912044 CPUtime=7.64
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 21907 0 -1 64 54668 0 0 0 735 29 0 0 17 0 12 0 181486649 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=912044 CPUtime=7.67
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 21907 0 -1 64 69365 0 0 0 733 34 0 0 16 0 12 0 181486649 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 181486652 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181486653 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23321] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181486653 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23322] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=912044 CPUtime=0.5
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 658 0 0 0 50 0 0 0 16 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=912044 CPUtime=0.62
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 2536 0 0 0 62 0 0 0 16 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=912044 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 933933056 136624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 912044

[startup+51.1768 s]
/proc/loadavg: 1.14 1.04 1.15 2/76 23327
/proc/meminfo: memFree=751112/2055920 swapFree=4184508/4192956
[pid=23315] ppid=23313 vsize=911592 CPUtime=66.91
/proc/23315/stat : 23315 (java) S 23313 23315 21907 0 -1 0 198688 0 1 0 6587 104 0 0 17 0 12 0 181486647 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23315/statm: 227898 184004 2480 14 0 214335 0
[pid=23315/tid=23317] ppid=23313 vsize=911592 CPUtime=15.01
/proc/23315/task/23317/stat : 23317 (java) R 23313 23315 21907 0 -1 64 78231 0 0 0 1458 43 0 0 16 0 12 0 181486649 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242634 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23318] ppid=23313 vsize=911592 CPUtime=15.05
/proc/23315/task/23318/stat : 23318 (java) R 23313 23315 21907 0 -1 64 95818 0 0 0 1459 46 0 0 17 0 12 0 181486649 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=911592 CPUtime=2.46
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 21907 0 -1 64 1003 0 0 0 246 0 0 0 15 0 12 0 181486652 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 21907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181486653 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 21907 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181486653 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23315/tid=23324] ppid=23313 vsize=911592 CPUtime=0.52
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 21907 0 -1 64 659 0 0 0 52 0 0 0 17 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=911592 CPUtime=0.65
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 21907 0 -1 64 2538 0 0 0 65 0 0 0 16 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 21907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=911592 CPUtime=0
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 21907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181486656 933470208 184004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.91
Current children cumulated vsize (KiB) 911592

Child status: 1
Real time (s): 95.8837
CPU time (s): 113.609
CPU user time (s): 112.133
CPU system time (s): 1.47578
CPU usage (%): 118.486
Max. virtual memory (cumulated for all children) (KiB): 920112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.133
system time used= 1.47578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260325
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= 3508
involuntary context switches= 1872

runsolver used 0.103984 s user time and 0.247962 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Jan  9 08:21:13 UTC 2007


IDJOB= 234179
IDBENCH= 6667
FILE ID= node75/234179-1168330873

PBS_JOBID= 3503237

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234179-1168330873/sat4jCSP-bf3-cached.jar /tmp/evaluation/234179-1168330873/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-234179-1168330873 -o ROOT/results/node75/solver-234179-1168330873 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234179-1168330873/sat4jCSP-bf3-cached.jar /tmp/evaluation/234179-1168330873/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  ea2b04892a232bd6b444531ae5d2a526

RANDOM SEED= 368421033

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1479232 kB
Buffers:         67464 kB
Cached:         441060 kB
SwapCached:       2700 kB
Active:         165228 kB
Inactive:       353752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479232 kB
SwapTotal:     4192956 kB
SwapFree:      4184508 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:          16512 kB
Slab:            43604 kB
Committed_AS:  4191192 kB
PageTables:       1436 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= 66558 MiB



End job on node75 on Tue Jan  9 08:22:49 UTC 2007