Trace number 233794

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? 117.517 118.315

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-9.xml
MD5SUMe3748dadd57349951a4947e30cc63ebe
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 benchmark0.177972
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3 CACHED
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/233794-1168328219/unknown.xml
0.27	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.58	c reading variables
c reading variables (49) done.
0.82	c reading predicates 
c reading relations (2) done.
1.07	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
118.14	c starts		: 0
118.14	c conflicts		: 0
118.14	c decisions		: 0
118.14	c propagations		: 0
118.14	c inspects		: 0
118.14	c learnt literals	: 0
118.14	c learnt binary clauses	: 0
118.14	c learnt ternary clauses	: 0
118.14	c learnt clauses	: 0
118.14	c root simplifications	: 0
118.14	c removed literals (reason simplification)	: 0
118.14	c reason swapping (by a shorter reason)	: 0
118.14	c Calls to reduceDB	: 0
118.14	c speed (decisions/second)	: 0.0
118.14	c non guided choices	0
118.14	s UNKNOWN
118.14	c Total wall clock time (in seconds) : 117.871
118.14	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-233794-1168328219 -o ROOT/results/node15/solver-233794-1168328219 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233794-1168328219/sat4jCSP-bf3-cached.jar /tmp/evaluation/233794-1168328219/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.02 2.07 2.02 4/94 2622
/proc/meminfo: memFree=1695752/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=12000 CPUtime=0
/proc/2621/stat : 2621 (java) D 2619 2621 32208 0 -1 0 782 0 0 0 0 0 0 0 18 0 1 0 181216739 12288000 574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7512868 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/2621/statm: 3000 574 426 14 0 1140 0

[startup+0.103209 s]
/proc/loadavg: 2.02 2.07 2.02 4/94 2622
/proc/meminfo: memFree=1695752/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=897120 CPUtime=0.07
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 3115 0 1 0 6 1 0 0 16 0 6 0 181216739 918650880 2875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643169 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 224280 2875 1474 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.515279 s]
/proc/loadavg: 2.02 2.07 2.02 4/94 2622
/proc/meminfo: memFree=1695752/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=905236 CPUtime=0.47
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 5821 0 1 0 45 2 0 0 19 0 12 0 181216739 926961664 5416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 226309 5416 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33942 s]
/proc/loadavg: 2.02 2.07 2.02 3/105 2633
/proc/meminfo: memFree=1675120/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=909304 CPUtime=1.29
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 9446 0 1 0 125 4 0 0 19 0 12 0 181216739 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 227326 8449 2448 14 0 213763 0
[pid=2621/tid=2623] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181216744 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2624] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181216744 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2625] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 181216747 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2626] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181216748 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181216748 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2630] ppid=2619 vsize=909304 CPUtime=0.18
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 261 0 0 0 18 0 0 0 16 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2631] ppid=2619 vsize=909304 CPUtime=0.38
/proc/2621/task/2631/stat : 2631 (java) R 2619 2621 32208 0 -1 64 1956 0 0 0 38 0 0 0 17 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152665712 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2632] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=909304 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 931127296 8449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 909304

[startup+2.9817 s]
/proc/loadavg: 2.02 2.07 2.02 4/105 2633
/proc/meminfo: memFree=1631152/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=909820 CPUtime=2.92
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 26016 0 1 0 283 9 0 0 25 0 12 0 181216739 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054193042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 227455 24381 2478 14 0 213892 0
[pid=2621/tid=2623] ppid=2619 vsize=909820 CPUtime=0.02
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 1270 0 0 0 2 0 0 0 17 0 12 0 181216744 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2624] ppid=2619 vsize=909820 CPUtime=0.03
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 1412 0 0 0 3 0 0 0 17 0 12 0 181216744 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2625] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181216747 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2626] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2630] ppid=2619 vsize=909820 CPUtime=0.46
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 577 0 0 0 46 0 0 0 16 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2631] ppid=2619 vsize=909820 CPUtime=0.64
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2554 0 0 0 64 0 0 0 16 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2632] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=909820 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 931655680 24381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 909820

[startup+6.19525 s]
/proc/loadavg: 2.02 2.07 2.02 3/105 2633
/proc/meminfo: memFree=1565232/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=908672 CPUtime=6.15
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 38486 0 1 0 601 14 0 0 25 0 12 0 181216739 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054196535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 227168 36011 2478 14 0 213605 0
[pid=2621/tid=2623] ppid=2619 vsize=908672 CPUtime=0.34
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 8038 0 0 0 32 2 0 0 16 0 12 0 181216744 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2624] ppid=2619 vsize=908672 CPUtime=0.33
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 7107 0 0 0 30 3 0 0 16 0 12 0 181216744 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2625] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 181216747 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2626] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2630] ppid=2619 vsize=908672 CPUtime=0.47
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 577 0 0 0 47 0 0 0 17 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2631] ppid=2619 vsize=908672 CPUtime=0.65
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2555 0 0 0 65 0 0 0 16 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2632] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=908672 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 930480128 36011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908672

[startup+12.6434 s]
/proc/loadavg: 2.17 2.10 2.03 5/105 2633
/proc/meminfo: memFree=1494896/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=908640 CPUtime=12.53
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 56470 0 1 0 1231 22 0 0 25 0 12 0 181216739 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054218981 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 227160 53311 2478 14 0 213597 0
[pid=2621/tid=2623] ppid=2619 vsize=908640 CPUtime=0.91
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 15390 0 0 0 86 5 0 0 16 0 12 0 181216744 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2624] ppid=2619 vsize=908640 CPUtime=0.97
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 17712 0 0 0 90 7 0 0 16 0 12 0 181216744 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2625] ppid=2619 vsize=908640 CPUtime=0.01
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 181216747 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2626] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2630] ppid=2619 vsize=908640 CPUtime=0.51
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 579 0 0 0 51 0 0 0 16 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2631] ppid=2619 vsize=908640 CPUtime=0.71
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2560 0 0 0 71 0 0 0 17 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2632] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=908640 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 930447360 53311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 908640

[startup+25.4806 s]
/proc/loadavg: 2.15 2.09 2.03 3/105 2633
/proc/meminfo: memFree=1361904/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=909280 CPUtime=25.31
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 90515 0 1 0 2496 35 0 0 25 0 12 0 181216739 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054289765 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2621/statm: 227320 87064 2478 14 0 213757 0
[pid=2621/tid=2623] ppid=2619 vsize=909280 CPUtime=1.81
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 29217 0 0 0 171 10 0 0 16 0 12 0 181216744 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2624] ppid=2619 vsize=909280 CPUtime=2.04
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 37903 0 0 0 189 15 0 0 16 0 12 0 181216744 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2625] ppid=2619 vsize=909280 CPUtime=0.01
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 181216747 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2626] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2630] ppid=2619 vsize=909280 CPUtime=0.52
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 579 0 0 0 52 0 0 0 17 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2631] ppid=2619 vsize=909280 CPUtime=0.71
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2560 0 0 0 71 0 0 0 17 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2632] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=909280 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 931102720 87064 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 909280

[startup+51.139 s]
/proc/loadavg: 2.44 2.18 2.06 3/105 2633
/proc/meminfo: memFree=1089712/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=909920 CPUtime=50.93
/proc/2621/stat : 2621 (java) R 2619 2621 32208 0 -1 0 157301 0 1 0 5032 61 0 0 25 0 12 0 181216739 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054218105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2621/statm: 227480 153640 2478 14 0 213917 0
[pid=2621/tid=2623] ppid=2619 vsize=909920 CPUtime=3.7
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 64136 0 0 0 348 22 0 0 16 0 12 0 181216744 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2624] ppid=2619 vsize=909920 CPUtime=4.06
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 69718 0 0 0 377 29 0 0 16 0 12 0 181216744 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2625] ppid=2619 vsize=909920 CPUtime=0.02
/proc/2621/task/2625/stat : 2625 (java) S 2619 2621 32208 0 -1 64 14 0 0 0 2 0 0 0 15 0 12 0 181216747 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2626] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2630] ppid=2619 vsize=909920 CPUtime=0.55
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 580 0 0 0 55 0 0 0 17 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2631] ppid=2619 vsize=909920 CPUtime=0.75
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2561 0 0 0 75 0 0 0 17 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2632] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 931758080 153640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 909920

[startup+102.418 s]
/proc/loadavg: 2.63 2.26 2.09 4/105 2633
/proc/meminfo: memFree=961392/2055920 swapFree=4174172/4192956
[pid=2621] ppid=2619 vsize=909920 CPUtime=101.8
/proc/2621/stat : 2621 (java) S 2619 2621 32208 0 -1 0 189355 0 1 0 10106 74 0 0 25 0 12 0 181216739 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2621/statm: 227480 185650 2479 14 0 213917 0
[pid=2621/tid=2623] ppid=2619 vsize=909920 CPUtime=4.26
/proc/2621/task/2623/stat : 2623 (java) S 2619 2621 32208 0 -1 64 76890 0 0 0 399 27 0 0 15 0 12 0 181216744 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2624] ppid=2619 vsize=909920 CPUtime=5.37
/proc/2621/task/2624/stat : 2624 (java) S 2619 2621 32208 0 -1 64 88554 0 0 0 501 36 0 0 16 0 12 0 181216744 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2625] ppid=2619 vsize=909920 CPUtime=34.36
/proc/2621/task/2625/stat : 2625 (java) R 2619 2621 32208 0 -1 64 434 0 0 0 3435 1 0 0 16 0 12 0 181216747 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921554 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2626] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2626/stat : 2626 (java) S 2619 2621 32208 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181216748 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2627] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2627/stat : 2627 (java) S 2619 2621 32208 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181216748 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2628] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2628/stat : 2628 (java) S 2619 2621 32208 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2629] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2629/stat : 2629 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2630] ppid=2619 vsize=909920 CPUtime=0.55
/proc/2621/task/2630/stat : 2630 (java) S 2619 2621 32208 0 -1 64 580 0 0 0 55 0 0 0 17 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2631] ppid=2619 vsize=909920 CPUtime=0.75
/proc/2621/task/2631/stat : 2631 (java) S 2619 2621 32208 0 -1 64 2561 0 0 0 75 0 0 0 17 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2621/tid=2632] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2632/stat : 2632 (java) S 2619 2621 32208 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2621/tid=2633] ppid=2619 vsize=909920 CPUtime=0
/proc/2621/task/2633/stat : 2633 (java) S 2619 2621 32208 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181216751 931758080 185650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 909920

Child status: 1
Real time (s): 118.315
CPU time (s): 117.517
CPU user time (s): 116.648
CPU system time (s): 0.868867
CPU usage (%): 99.3258
Max. virtual memory (cumulated for all children) (KiB): 910784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.648
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189379
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= 4613
involuntary context switches= 5384

runsolver used 0.150977 s user time and 0.39194 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Jan  9 07:36:59 UTC 2007


IDJOB= 233794
IDBENCH= 6637
FILE ID= node15/233794-1168328219

PBS_JOBID= 3502991

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e3748dadd57349951a4947e30cc63ebe

RANDOM SEED= 891234443

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.276
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.276
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:       1696168 kB
Buffers:         48764 kB
Cached:         182620 kB
SwapCached:       6072 kB
Active:         182772 kB
Inactive:       122308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696168 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2456 kB
Writeback:           0 kB
Mapped:          91244 kB
Slab:            39160 kB
Committed_AS:  5689304 kB
PageTables:       2544 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= 66562 MiB



End job on node15 on Tue Jan  9 07:38:57 UTC 2007