Trace number 224400

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 BF3SAT 19.982 19.0999

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-7_ext.xml
MD5SUMd9b0504e639a4ad3395877c0787a0554
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.822874
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3 CACHED
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/224400-1168268718/unknown.xml
0.20	c reading problem ... 
0.36	c reading problem named ?
0.36	c reading domains done.
0.36	c reading variables
c reading variables (40) done.
0.43	c reading relations
c reading relations (103) done.
1.40	c reading constraints
c reading constraints done.
1.86	c ... done. Wall clock time 1.658s.
1.86	c CPU time (experimental) 1.36s.
1.86	c #vars     3200
1.86	c #constraints  16560
19.04	c starts		: 8
19.04	c conflicts		: 4081
19.04	c decisions		: 5517
19.04	c propagations		: 2430314
19.04	c inspects		: 36499918
19.04	c learnt literals	: 8
19.04	c learnt binary clauses	: 0
19.04	c learnt ternary clauses	: 1
19.04	c learnt clauses	: 4071
19.04	c root simplifications	: 0
19.04	c removed literals (reason simplification)	: 0
19.04	c reason swapping (by a shorter reason)	: 0
19.04	c Calls to reduceDB	: 0
19.04	c speed (decisions/second)	: 321.316249271986
19.04	c non guided choices	331
19.04	s SATISFIABLE
19.04	v 18 4 1 71 14 75 68 42 20 20 56 46 26 15 40 24 22 62 3 54 66 40 48 48 29 23 12 74 73 20 73 79 0 57 41 77 9 72 67 61 
19.04	c Total wall clock time (in seconds) : 18.837
19.04	c Total CPU time (experimental, in seconds) : 18.35

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-224400-1168268718 -o ROOT/results/node75/solver-224400-1168268718 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/224400-1168268718/sat4jCSP-bf3-cached.jar /tmp/evaluation/224400-1168268718/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.70 1.93 1.83 2/68 25147
/proc/meminfo: memFree=1836032/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=1452 CPUtime=0
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 267 0 0 0 0 0 0 0 18 0 1 0 175271232 1486848 78 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7161168 0 0 4096 0 0 0 0 17 1 0 0
/proc/25146/statm: 365 94 74 14 0 10 0

[startup+0.102221 s]
/proc/loadavg: 1.70 1.93 1.83 2/68 25147
/proc/meminfo: memFree=1836032/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=902816 CPUtime=0.09
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 3406 0 1 0 7 2 0 0 24 0 12 0 175271232 924483584 3166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845624 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25146/statm: 225704 3166 1582 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.510269 s]
/proc/loadavg: 1.70 1.93 1.83 2/68 25147
/proc/meminfo: memFree=1836032/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=906848 CPUtime=0.7
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 6533 0 1 0 66 4 0 0 17 0 12 0 175271232 928612352 6124 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154648322 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25146/statm: 226712 6124 2307 14 0 213149 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 906848

[startup+1.33236 s]
/proc/loadavg: 1.70 1.93 1.83 2/79 25161
/proc/meminfo: memFree=1767528/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=908220 CPUtime=1.81
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 22505 0 1 0 169 12 0 0 18 0 12 0 175271232 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054174659 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25146/statm: 227055 21499 2330 14 0 213492 0
[pid=25146/tid=25148] ppid=25144 vsize=908220 CPUtime=0.01
/proc/25146/task/25148/stat : 25148 (java) S 25144 25146 24133 0 -1 64 350 0 0 0 1 0 0 0 16 0 12 0 175271234 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25149] ppid=25144 vsize=908220 CPUtime=0.01
/proc/25146/task/25149/stat : 25149 (java) S 25144 25146 24133 0 -1 64 380 0 0 0 1 0 0 0 16 0 12 0 175271234 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25150] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25150/stat : 25150 (java) S 25144 25146 24133 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 175271237 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25151] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25151/stat : 25151 (java) S 25144 25146 24133 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 175271238 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25152] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25152/stat : 25152 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 175271238 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25153] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25153/stat : 25153 (java) S 25144 25146 24133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25154] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25154/stat : 25154 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25155] ppid=25144 vsize=908220 CPUtime=0.37
/proc/25146/task/25155/stat : 25155 (java) S 25144 25146 24133 0 -1 64 1208 0 0 0 37 0 0 0 16 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25156] ppid=25144 vsize=908220 CPUtime=0.37
/proc/25146/task/25156/stat : 25156 (java) S 25144 25146 24133 0 -1 64 910 0 0 0 37 0 0 0 16 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25157] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25157/stat : 25157 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25158] ppid=25144 vsize=908220 CPUtime=0
/proc/25146/task/25158/stat : 25158 (java) S 25144 25146 24133 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 175271241 930017280 21499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 908220

[startup+2.98456 s]
/proc/loadavg: 1.70 1.93 1.83 2/80 25162
/proc/meminfo: memFree=1754400/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=908736 CPUtime=3.89
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 25000 0 1 0 375 14 0 0 17 0 13 0 175271232 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054395552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25146/statm: 227184 22785 2357 14 0 213621 0
[pid=25146/tid=25148] ppid=25144 vsize=908736 CPUtime=0.03
/proc/25146/task/25148/stat : 25148 (java) S 25144 25146 24133 0 -1 64 1051 0 0 0 3 0 0 0 16 0 13 0 175271234 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25149] ppid=25144 vsize=908736 CPUtime=0.03
/proc/25146/task/25149/stat : 25149 (java) S 25144 25146 24133 0 -1 64 865 0 0 0 3 0 0 0 17 0 13 0 175271234 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25150] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25150/stat : 25150 (java) S 25144 25146 24133 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175271237 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25151] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25151/stat : 25151 (java) S 25144 25146 24133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175271238 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25152] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25152/stat : 25152 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175271238 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25153] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25153/stat : 25153 (java) S 25144 25146 24133 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25154] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25154/stat : 25154 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25155] ppid=25144 vsize=908736 CPUtime=0.64
/proc/25146/task/25155/stat : 25155 (java) S 25144 25146 24133 0 -1 64 1234 0 0 0 64 0 0 0 16 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25156] ppid=25144 vsize=908736 CPUtime=0.78
/proc/25146/task/25156/stat : 25156 (java) S 25144 25146 24133 0 -1 64 2154 0 0 0 77 1 0 0 15 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25157] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25157/stat : 25157 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25158] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25158/stat : 25158 (java) S 25144 25146 24133 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175271241 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25162] ppid=25144 vsize=908736 CPUtime=0
/proc/25146/task/25162/stat : 25162 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 175271420 930545664 22785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 908736

[startup+6.27195 s]
/proc/loadavg: 1.72 1.93 1.83 3/96 25202
/proc/meminfo: memFree=1675536/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=907364 CPUtime=7.19
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 25012 0 1 0 705 14 0 0 25 0 13 0 175271232 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054412021 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25146/statm: 226841 22449 2358 14 0 213278 0
[pid=25146/tid=25148] ppid=25144 vsize=907364 CPUtime=0.03
/proc/25146/task/25148/stat : 25148 (java) S 25144 25146 24133 0 -1 64 1051 0 0 0 3 0 0 0 16 0 13 0 175271234 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25149] ppid=25144 vsize=907364 CPUtime=0.03
/proc/25146/task/25149/stat : 25149 (java) S 25144 25146 24133 0 -1 64 865 0 0 0 3 0 0 0 17 0 13 0 175271234 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25150] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25150/stat : 25150 (java) S 25144 25146 24133 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 175271237 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25151] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25151/stat : 25151 (java) S 25144 25146 24133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175271238 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25152] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25152/stat : 25152 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175271238 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25153] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25153/stat : 25153 (java) S 25144 25146 24133 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25154] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25154/stat : 25154 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25155] ppid=25144 vsize=907364 CPUtime=0.66
/proc/25146/task/25155/stat : 25155 (java) S 25144 25146 24133 0 -1 64 1236 0 0 0 66 0 0 0 16 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25156] ppid=25144 vsize=907364 CPUtime=0.81
/proc/25146/task/25156/stat : 25156 (java) S 25144 25146 24133 0 -1 64 2159 0 0 0 80 1 0 0 17 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25157] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25157/stat : 25157 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25158] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25158/stat : 25158 (java) S 25144 25146 24133 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175271241 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25162] ppid=25144 vsize=907364 CPUtime=0
/proc/25146/task/25162/stat : 25162 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 175271420 929140736 22449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 907364

[startup+12.6787 s]
/proc/loadavg: 1.74 1.94 1.83 3/97 25203
/proc/meminfo: memFree=1670608/2055920 swapFree=4184496/4192956
[pid=25146] ppid=25144 vsize=907076 CPUtime=13.6
/proc/25146/stat : 25146 (java) R 25144 25146 24133 0 -1 0 25012 0 1 0 1346 14 0 0 25 0 13 0 175271232 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054412195 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25146/statm: 226769 22377 2358 14 0 213206 0
[pid=25146/tid=25148] ppid=25144 vsize=907076 CPUtime=0.03
/proc/25146/task/25148/stat : 25148 (java) S 25144 25146 24133 0 -1 64 1051 0 0 0 3 0 0 0 16 0 13 0 175271234 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25149] ppid=25144 vsize=907076 CPUtime=0.03
/proc/25146/task/25149/stat : 25149 (java) S 25144 25146 24133 0 -1 64 865 0 0 0 3 0 0 0 17 0 13 0 175271234 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25150] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25150/stat : 25150 (java) S 25144 25146 24133 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175271237 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25151] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25151/stat : 25151 (java) S 25144 25146 24133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175271238 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25152] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25152/stat : 25152 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175271238 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25153] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25153/stat : 25153 (java) S 25144 25146 24133 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25154] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25154/stat : 25154 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25155] ppid=25144 vsize=907076 CPUtime=0.66
/proc/25146/task/25155/stat : 25155 (java) S 25144 25146 24133 0 -1 64 1236 0 0 0 66 0 0 0 16 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25156] ppid=25144 vsize=907076 CPUtime=0.81
/proc/25146/task/25156/stat : 25156 (java) S 25144 25146 24133 0 -1 64 2159 0 0 0 80 1 0 0 17 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25157] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25157/stat : 25157 (java) S 25144 25146 24133 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25146/tid=25158] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25158/stat : 25158 (java) S 25144 25146 24133 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175271241 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25146/tid=25162] ppid=25144 vsize=907076 CPUtime=0
/proc/25146/task/25162/stat : 25162 (java) S 25144 25146 24133 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 175271420 928845824 22377 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 907076

Child status: 0
Real time (s): 19.0999
CPU time (s): 19.982
CPU user time (s): 19.826
CPU system time (s): 0.155976
CPU usage (%): 104.618
Max. virtual memory (cumulated for all children) (KiB): 909940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.826
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25024
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= 974
involuntary context switches= 1038

runsolver used 0.021996 s user time and 0.066989 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan  8 15:05:18 UTC 2007


IDJOB= 224400
IDBENCH= 5747
FILE ID= node75/224400-1168268718

PBS_JOBID= 3482911

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-7_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/224400-1168268718/sat4jCSP-bf3-cached.jar /tmp/evaluation/224400-1168268718/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-224400-1168268718 -o ROOT/results/node75/solver-224400-1168268718 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/224400-1168268718/sat4jCSP-bf3-cached.jar /tmp/evaluation/224400-1168268718/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  d9b0504e639a4ad3395877c0787a0554

RANDOM SEED= 585998177

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1836448 kB
Buffers:         44372 kB
Cached:         106832 kB
SwapCached:       2680 kB
Active:          85236 kB
Inactive:        80508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836448 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:          20624 kB
Slab:            39360 kB
Committed_AS:  4064788 kB
PageTables:       1636 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= 66554 MiB



End job on node75 on Mon Jan  8 15:05:38 UTC 2007