Trace number 249577

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? 131.123 129.547

General information on the benchmark

Nameprimes/primes-20/
primes-20-20-2-5.xml
MD5SUM93a6bc4c2c60cdf0dc7d3aab9f852a38
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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
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/249577-1168405068/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.53	c reading variables
c reading variables (100) done.
0.76	c reading predicates 
c reading relations (21) done.
1.05	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
129.27	c starts		: 0
129.27	c conflicts		: 0
129.27	c decisions		: 0
129.27	c propagations		: 0
129.27	c inspects		: 0
129.27	c learnt literals	: 0
129.27	c learnt binary clauses	: 0
129.27	c learnt ternary clauses	: 0
129.27	c learnt clauses	: 0
129.27	c root simplifications	: 0
129.27	c removed literals (reason simplification)	: 0
129.27	c reason swapping (by a shorter reason)	: 0
129.27	c Calls to reduceDB	: 0
129.27	c speed (decisions/second)	: 0.0
129.27	c non guided choices	0
129.27	s UNKNOWN
129.27	c Total wall clock time (in seconds) : 129.016
129.27	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/node50/watcher-249577-1168405068 -o ROOT/results/node50/solver-249577-1168405068 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249577-1168405068/sat4jCSP-bf3.jar /tmp/evaluation/249577-1168405068/unknown.xml 

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

/proc/loadavg: 2.00 2.00 2.00 4/81 14080
/proc/meminfo: memFree=1024880/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=14260 CPUtime=0
/proc/14079/stat : 14079 (java) D 14077 14079 13686 0 -1 0 945 0 1 0 0 0 0 0 17 0 1 0 188905415 14602240 710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7918372 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/14079/statm: 3565 710 548 14 0 1602 0

[startup+0.10347 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14080
/proc/meminfo: memFree=1024880/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=900216 CPUtime=0.08
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 3269 0 1 0 7 1 0 0 21 0 12 0 188905415 921821184 3029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 225054 3029 1532 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.511528 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14080
/proc/meminfo: memFree=1024880/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=905368 CPUtime=0.49
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 5840 0 1 0 45 4 0 0 19 0 12 0 188905415 927096832 5435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226342 5435 2250 14 0 212779 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905368

[startup+1.33467 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 14091
/proc/meminfo: memFree=1006168/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=905280 CPUtime=1.3
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 7833 0 1 0 125 5 0 0 19 0 12 0 188905415 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226320 7244 2463 14 0 212757 0
[pid=14079/tid=14081] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14081/stat : 14081 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188905418 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14082/stat : 14082 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188905418 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 188905420 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188905421 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188905421 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=905280 CPUtime=0.28
/proc/14079/task/14088/stat : 14088 (java) R 14077 14079 13686 0 -1 64 303 0 0 0 28 0 0 0 16 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154885725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=905280 CPUtime=0.25
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 682 0 0 0 25 0 0 0 16 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=905280 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 927006720 7244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905280

[startup+2.98795 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 14091
/proc/meminfo: memFree=955480/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=906088 CPUtime=2.96
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 25974 0 1 0 282 14 0 0 25 0 12 0 188905415 927834112 24891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226522 24893 2473 14 0 212959 0
[pid=14079/tid=14081] ppid=14077 vsize=906088 CPUtime=0.06
/proc/14079/task/14081/stat : 14081 (java) R 14077 14079 13686 0 -1 64 2472 0 0 0 6 0 0 0 16 0 12 0 188905418 927834112 24894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=906088 CPUtime=0.06
/proc/14079/task/14082/stat : 14082 (java) R 14077 14079 13686 0 -1 64 1955 0 0 0 6 0 0 0 16 0 12 0 188905418 927834112 24895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14079/tid=14083] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188905420 927834112 24897 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188905421 927834112 24899 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 927834112 24900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 927834112 24907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 927834112 24913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=906088 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 927834112 24913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=906088 CPUtime=0.27
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 685 0 0 0 27 0 0 0 16 0 12 0 188905425 927834112 24914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 927834112 24915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=906088 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 927834112 24916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 906088

[startup+6.21849 s]
/proc/loadavg: 2.08 2.02 2.01 5/92 14091
/proc/meminfo: memFree=892312/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=907848 CPUtime=6.39
/proc/14079/stat : 14079 (java) S 14077 14079 13686 0 -1 0 40223 0 1 0 618 21 0 0 18 0 12 0 188905415 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14079/statm: 226962 38497 2473 14 0 213399 0
[pid=14079/tid=14081] ppid=14077 vsize=907848 CPUtime=0.6
/proc/14079/task/14081/stat : 14081 (java) R 14077 14079 13686 0 -1 64 9658 0 0 0 56 4 0 0 16 0 12 0 188905418 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=907848 CPUtime=0.55
/proc/14079/task/14082/stat : 14082 (java) R 14077 14079 13686 0 -1 64 9005 0 0 0 52 3 0 0 16 0 12 0 188905418 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188905420 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=907848 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=907848 CPUtime=0.27
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 685 0 0 0 27 0 0 0 16 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 929636352 38497 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 907848

[startup+12.7084 s]
/proc/loadavg: 2.07 2.02 2.00 5/92 14091
/proc/meminfo: memFree=805016/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=907848 CPUtime=13.15
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 59981 0 1 0 1286 29 0 0 23 0 12 0 188905415 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054202466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226962 57519 2473 14 0 213399 0
[pid=14079/tid=14081] ppid=14077 vsize=907848 CPUtime=1.5
/proc/14079/task/14081/stat : 14081 (java) S 14077 14079 13686 0 -1 64 20049 0 0 0 141 9 0 0 16 0 12 0 188905418 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14079/tid=14082] ppid=14077 vsize=907848 CPUtime=1.46
/proc/14079/task/14082/stat : 14082 (java) S 14077 14079 13686 0 -1 64 18348 0 0 0 139 7 0 0 16 0 12 0 188905418 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 19 0 0 0 0 0 0 0 17 0 12 0 188905420 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=907848 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=907848 CPUtime=0.28
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 689 0 0 0 28 0 0 0 16 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 929636352 57519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 907848

[startup+25.5775 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 14091
/proc/meminfo: memFree=665048/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=907848 CPUtime=26.38
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 96378 0 1 0 2594 44 0 0 25 0 12 0 188905415 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054163870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226962 93783 2473 14 0 213399 0
[pid=14079/tid=14081] ppid=14077 vsize=907848 CPUtime=3.22
/proc/14079/task/14081/stat : 14081 (java) S 14077 14079 13686 0 -1 64 34800 0 0 0 308 14 0 0 16 0 12 0 188905418 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=907848 CPUtime=3.27
/proc/14079/task/14082/stat : 14082 (java) S 14077 14079 13686 0 -1 64 39965 0 0 0 311 16 0 0 16 0 12 0 188905418 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 25 0 0 0 0 0 0 0 15 0 12 0 188905420 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=907848 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=907848 CPUtime=0.28
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 689 0 0 0 28 0 0 0 16 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 929636352 93783 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.38
Current children cumulated vsize (KiB) 907848

[startup+51.18 s]
/proc/loadavg: 2.16 2.04 2.01 3/92 14091
/proc/meminfo: memFree=367192/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=907848 CPUtime=53.16
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 170617 0 1 0 5241 75 0 0 18 0 12 0 188905415 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054202424 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226962 166552 2473 14 0 213399 0
[pid=14079/tid=14081] ppid=14077 vsize=907848 CPUtime=8.67
/proc/14079/task/14081/stat : 14081 (java) S 14077 14079 13686 0 -1 64 83339 0 0 0 833 34 0 0 16 0 12 0 188905418 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=907848 CPUtime=6.77
/proc/14079/task/14082/stat : 14082 (java) S 14077 14079 13686 0 -1 64 65620 0 0 0 652 25 0 0 16 0 12 0 188905418 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=907848 CPUtime=0.01
/proc/14079/task/14083/stat : 14083 (java) S 14077 14079 13686 0 -1 64 30 0 0 0 0 1 0 0 16 0 12 0 188905420 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=907848 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=907848 CPUtime=0.28
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 689 0 0 0 28 0 0 0 16 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 929636352 166552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.16
Current children cumulated vsize (KiB) 907848

[startup+102.442 s]
/proc/loadavg: 2.67 2.19 2.06 5/92 14091
/proc/meminfo: memFree=293272/2055920 swapFree=4191892/4192956
[pid=14079] ppid=14077 vsize=907848 CPUtime=104.41
/proc/14079/stat : 14079 (java) R 14077 14079 13686 0 -1 0 189122 0 1 0 10358 83 0 0 25 0 12 0 188905415 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14079/statm: 226962 184990 2474 14 0 213399 0
[pid=14079/tid=14081] ppid=14077 vsize=907848 CPUtime=9.59
/proc/14079/task/14081/stat : 14081 (java) S 14077 14079 13686 0 -1 64 86625 0 0 0 923 36 0 0 15 0 12 0 188905418 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14082] ppid=14077 vsize=907848 CPUtime=7.64
/proc/14079/task/14082/stat : 14082 (java) S 14077 14079 13686 0 -1 64 68526 0 0 0 737 27 0 0 16 0 12 0 188905418 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14083] ppid=14077 vsize=907848 CPUtime=40.33
/proc/14079/task/14083/stat : 14083 (java) R 14077 14079 13686 0 -1 64 31 0 0 0 4032 1 0 0 18 0 12 0 188905420 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14084] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14084/stat : 14084 (java) S 14077 14079 13686 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188905421 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14085] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14085/stat : 14085 (java) S 14077 14079 13686 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 188905421 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14086] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14086/stat : 14086 (java) S 14077 14079 13686 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14087] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14087/stat : 14087 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14088] ppid=14077 vsize=907848 CPUtime=0.43
/proc/14079/task/14088/stat : 14088 (java) S 14077 14079 13686 0 -1 64 683 0 0 0 43 0 0 0 16 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14089] ppid=14077 vsize=907848 CPUtime=0.28
/proc/14079/task/14089/stat : 14089 (java) S 14077 14079 13686 0 -1 64 689 0 0 0 28 0 0 0 16 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14090] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14090/stat : 14090 (java) S 14077 14079 13686 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14079/tid=14091] ppid=14077 vsize=907848 CPUtime=0
/proc/14079/task/14091/stat : 14091 (java) S 14077 14079 13686 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188905425 929636352 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.41
Current children cumulated vsize (KiB) 907848

Child status: 1
Real time (s): 129.547
CPU time (s): 131.123
CPU user time (s): 130.171
CPU system time (s): 0.951855
CPU usage (%): 101.217
Max. virtual memory (cumulated for all children) (KiB): 907848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.171
system time used= 0.951855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189149
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= 4395
involuntary context switches= 7809

runsolver used 0.170974 s user time and 0.401938 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Wed Jan 10 04:57:49 UTC 2007


IDJOB= 249577
IDBENCH= 11794
FILE ID= node50/249577-1168405068

PBS_JOBID= 3523105

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-20-2-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249577-1168405068/sat4jCSP-bf3.jar /tmp/evaluation/249577-1168405068/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-249577-1168405068 -o ROOT/results/node50/solver-249577-1168405068 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249577-1168405068/sat4jCSP-bf3.jar /tmp/evaluation/249577-1168405068/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  93a6bc4c2c60cdf0dc7d3aab9f852a38

RANDOM SEED= 716308839

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.263
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	: 5931.00
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.263
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:       1025296 kB
Buffers:         53088 kB
Cached:         552804 kB
SwapCached:        396 kB
Active:         475324 kB
Inactive:       495136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1025296 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:         381348 kB
Slab:            44764 kB
Committed_AS:  5329400 kB
PageTables:       2608 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 node50 on Wed Jan 10 04:59:58 UTC 2007