Trace number 232424

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) 107.236 105.938

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-1.xml
MD5SUMf240dec7122bf59a4eab757b8046c3d9
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/232424-1168322102/unknown.xml
0.25	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.95	c reading variables
c reading variables (400) done.
2.27	c reading predicates 
c reading relations (3) done.
2.48	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
105.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/node4/watcher-232424-1168322102 -o ROOT/results/node4/solver-232424-1168322102 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232424-1168322102/sat4jCSP-bf3-cached.jar /tmp/evaluation/232424-1168322102/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.98 2.01 1.98 4/86 17002
/proc/meminfo: memFree=1265008/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=1784 CPUtime=0
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 180605761 1826816 141 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17001/statm: 446 141 106 14 0 91 0

[startup+0.106146 s]
/proc/loadavg: 1.98 2.01 1.98 4/86 17002
/proc/meminfo: memFree=1265008/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=901540 CPUtime=0.08
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 3342 0 1 0 7 1 0 0 22 0 12 0 180605761 923176960 3102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155127197 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 225385 3102 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.514181 s]
/proc/loadavg: 1.98 2.01 1.98 4/86 17002
/proc/meminfo: memFree=1265008/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=906260 CPUtime=0.52
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 6014 0 1 0 49 3 0 0 18 0 12 0 180605761 928010240 5600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 226565 5600 2292 14 0 213002 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 906260

[startup+1.33726 s]
/proc/loadavg: 1.98 2.01 1.98 3/97 17013
/proc/meminfo: memFree=1231896/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=907584 CPUtime=1.33
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 14280 0 1 0 126 7 0 0 17 0 12 0 180605761 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 226896 13267 2321 14 0 213333 0
[pid=17001/tid=17003] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605764 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17004] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 180605764 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16590 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 180605766 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17006] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 180605767 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180605767 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 180605770 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=907584 CPUtime=0.22
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 276 0 0 0 22 0 0 0 16 0 12 0 180605770 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=907584 CPUtime=0.42
/proc/17001/task/17011/stat : 17011 (java) R 16999 17001 16590 0 -1 64 1580 0 0 0 42 0 0 0 16 0 12 0 180605770 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155025454 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=907584 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 929366016 13267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 907584

[startup+2.99042 s]
/proc/loadavg: 1.98 2.01 1.98 5/97 17013
/proc/meminfo: memFree=1077592/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=912712 CPUtime=3.26
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 53865 0 1 0 302 24 0 0 20 0 12 0 180605761 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054278663 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 228178 49520 2477 14 0 214615 0
[pid=17001/tid=17003] ppid=16999 vsize=912712 CPUtime=0.43
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 12021 0 0 0 38 5 0 0 19 0 12 0 180605764 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=912712 CPUtime=0.45
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 19662 0 0 0 38 7 0 0 16 0 12 0 180605764 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17005] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16590 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180605766 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180605767 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 180605770 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=912712 CPUtime=0.39
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 298 0 0 0 39 0 0 0 16 0 12 0 180605770 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=912712 CPUtime=0.5
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1594 0 0 0 50 0 0 0 16 0 12 0 180605770 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=912712 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 934617088 49520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 912712

[startup+6.21173 s]
/proc/loadavg: 2.14 2.04 1.99 3/97 17013
/proc/meminfo: memFree=1019680/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=911880 CPUtime=6.72
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 69855 0 1 0 641 31 0 0 25 0 12 0 180605761 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054305450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 227970 64463 2477 14 0 214407 0
[pid=17001/tid=17003] ppid=16999 vsize=911880 CPUtime=1.06
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 16738 0 0 0 99 7 0 0 16 0 12 0 180605764 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17004] ppid=16999 vsize=911880 CPUtime=1.24
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 30927 0 0 0 112 12 0 0 16 0 12 0 180605764 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16590 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180605766 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17006] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180605767 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 180605770 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=911880 CPUtime=0.39
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 299 0 0 0 39 0 0 0 16 0 12 0 180605770 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=911880 CPUtime=0.5
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1594 0 0 0 50 0 0 0 16 0 12 0 180605770 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 933765120 64463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 911880

[startup+12.6373 s]
/proc/loadavg: 2.13 2.04 1.99 3/97 17013
/proc/meminfo: memFree=889696/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=911880 CPUtime=13.14
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 101946 0 1 0 1268 46 0 0 25 0 12 0 180605761 933765120 96224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 227970 96224 2477 14 0 214407 0
[pid=17001/tid=17003] ppid=16999 vsize=911880 CPUtime=1.9
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16590 0 -1 64 30584 0 0 0 177 13 0 0 15 0 12 0 180605764 933765120 96224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=911880 CPUtime=2.35
/proc/17001/task/17004/stat : 17004 (java) R 16999 17001 16590 0 -1 64 49133 0 0 0 216 19 0 0 15 0 12 0 180605764 933765120 96224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17005] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16590 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 180605766 933765120 96224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 933765120 96224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180605767 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=911880 CPUtime=0.01
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 180605770 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=911880 CPUtime=0.46
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 306 0 0 0 46 0 0 0 17 0 12 0 180605770 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=911880 CPUtime=0.56
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1598 0 0 0 56 0 0 0 17 0 12 0 180605770 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 933765120 96225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 911880

[startup+25.4606 s]
/proc/loadavg: 2.24 2.07 2.00 3/97 17013
/proc/meminfo: memFree=690528/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=911880 CPUtime=26.5
/proc/17001/stat : 17001 (java) R 16999 17001 16590 0 -1 0 154708 0 1 0 2584 66 0 0 22 0 12 0 180605761 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054278945 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 227970 147547 2477 14 0 214407 0
[pid=17001/tid=17003] ppid=16999 vsize=911880 CPUtime=4.6
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 63821 0 0 0 434 26 0 0 16 0 12 0 180605764 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=911880 CPUtime=4.11
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 68628 0 0 0 385 26 0 0 16 0 12 0 180605764 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17005] ppid=16999 vsize=911880 CPUtime=0.01
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16590 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 180605766 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180605767 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=911880 CPUtime=0.01
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 180605770 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=911880 CPUtime=0.46
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 306 0 0 0 46 0 0 0 17 0 12 0 180605770 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=911880 CPUtime=0.56
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1598 0 0 0 56 0 0 0 17 0 12 0 180605770 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=911880 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 933765120 147547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.5
Current children cumulated vsize (KiB) 911880

[startup+51.064 s]
/proc/loadavg: 2.68 2.19 2.04 3/97 17013
/proc/meminfo: memFree=532768/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=919884 CPUtime=52.4
/proc/17001/stat : 17001 (java) S 16999 17001 16590 0 -1 0 201458 0 1 0 5154 86 0 0 25 0 12 0 180605761 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 229971 185136 2479 14 0 216408 0
[pid=17001/tid=17003] ppid=16999 vsize=919884 CPUtime=6.8
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 71132 0 0 0 651 29 0 0 16 0 12 0 180605764 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=919884 CPUtime=8.46
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 99246 0 0 0 807 39 0 0 15 0 12 0 180605764 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17005] ppid=16999 vsize=919884 CPUtime=4
/proc/17001/task/17005/stat : 17005 (java) R 16999 17001 16590 0 -1 64 8785 0 0 0 395 5 0 0 17 0 12 0 180605766 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155440556 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180605767 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=919884 CPUtime=0.01
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 180605770 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=919884 CPUtime=0.49
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 308 0 0 0 49 0 0 0 16 0 12 0 180605770 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=919884 CPUtime=0.57
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1598 0 0 0 57 0 0 0 16 0 12 0 180605770 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 941961216 185136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.4
Current children cumulated vsize (KiB) 919884

[startup+102.283 s]
/proc/loadavg: 2.45 2.21 2.05 3/97 17013
/proc/meminfo: memFree=525280/2055920 swapFree=4182144/4192956
[pid=17001] ppid=16999 vsize=919884 CPUtime=103.58
/proc/17001/stat : 17001 (java) S 16999 17001 16590 0 -1 0 293518 0 1 0 10231 127 0 0 17 0 12 0 180605761 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17001/statm: 229971 186971 2479 14 0 216408 0
[pid=17001/tid=17003] ppid=16999 vsize=919884 CPUtime=6.99
/proc/17001/task/17003/stat : 17003 (java) S 16999 17001 16590 0 -1 64 71132 0 0 0 670 29 0 0 16 0 12 0 180605764 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=919884 CPUtime=8.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16590 0 -1 64 99662 0 0 0 851 39 0 0 16 0 12 0 180605764 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17005] ppid=16999 vsize=919884 CPUtime=49.18
/proc/17001/task/17005/stat : 17005 (java) R 16999 17001 16590 0 -1 64 100397 0 0 0 4872 46 0 0 25 0 12 0 180605766 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921519 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16590 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180605767 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17007] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16590 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180605767 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180605770 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=919884 CPUtime=0.01
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16590 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 180605770 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=919884 CPUtime=0.49
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16590 0 -1 64 308 0 0 0 49 0 0 0 16 0 12 0 180605770 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17011] ppid=16999 vsize=919884 CPUtime=0.57
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16590 0 -1 64 1598 0 0 0 57 0 0 0 17 0 12 0 180605770 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 180605771 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17001/tid=17013] ppid=16999 vsize=919884 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180605771 941961216 186971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.58
Current children cumulated vsize (KiB) 919884

Child status: 1
Real time (s): 105.938
CPU time (s): 107.236
CPU user time (s): 105.832
CPU system time (s): 1.40379
CPU usage (%): 101.225
Max. virtual memory (cumulated for all children) (KiB): 920400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.832
system time used= 1.40379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299380
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= 4258
involuntary context switches= 4050

runsolver used 0.147977 s user time and 0.332949 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 05:55:02 UTC 2007


IDJOB= 232424
IDBENCH= 6518
FILE ID= node4/232424-1168322102

PBS_JOBID= 3502681

Free space on /tmp= 66526 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f240dec7122bf59a4eab757b8046c3d9

RANDOM SEED= 99053846

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1265424 kB
Buffers:         98540 kB
Cached:         551028 kB
SwapCached:       2552 kB
Active:         459492 kB
Inactive:       268344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265424 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:          91124 kB
Slab:            47360 kB
Committed_AS:  5370200 kB
PageTables:       2428 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= 66526 MiB



End job on node4 on Tue Jan  9 05:56:48 UTC 2007