Trace number 226662

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 BF3SAT 22.7045 21.7043

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-19_ext.xml
MD5SUMaadb901839dc42f9264281ee6b8f03fe
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 benchmark1.05484
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.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/226662-1168276218/unknown.xml
0.20	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.38	c reading variables
c reading variables (40) done.
0.43	c reading relations
c reading relations (135) done.
1.21	c reading constraints
c reading constraints done.
1.57	c ... done. Wall clock time 1.37s.
1.57	c CPU time (experimental) 1.16s.
1.57	c #vars     1600
1.57	c #constraints  10880
21.66	c starts		: 10
21.66	c conflicts		: 8676
21.66	c decisions		: 9920
21.66	c propagations		: 1924771
21.66	c inspects		: 54480630
21.66	c learnt literals	: 0
21.66	c learnt binary clauses	: 0
21.66	c learnt ternary clauses	: 0
21.66	c learnt clauses	: 8676
21.66	c root simplifications	: 0
21.66	c removed literals (reason simplification)	: 0
21.66	c reason swapping (by a shorter reason)	: 0
21.66	c Calls to reduceDB	: 0
21.66	c speed (decisions/second)	: 493.99930282356456
21.66	c non guided choices	119
21.66	s SATISFIABLE
21.66	v 18 22 37 14 25 27 14 2 35 9 25 3 27 6 30 14 24 27 3 33 3 37 33 5 4 37 25 12 24 35 36 24 1 23 35 25 37 20 6 9 
21.66	c Total wall clock time (in seconds) : 21.455
21.66	c Total CPU time (experimental, in seconds) : 21.06

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/node22/watcher-226662-1168276218 -o ROOT/results/node22/solver-226662-1168276218 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/226662-1168276218/sat4jCSP-bf3.jar /tmp/evaluation/226662-1168276218/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: 0.92 1.00 1.18 4/78 28246
/proc/meminfo: memFree=647784/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=172 CPUtime=0
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 176016238 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/28245/statm: 43 24 18 14 0 3 0

[startup+0.105621 s]
/proc/loadavg: 0.92 1.00 1.18 4/78 28246
/proc/meminfo: memFree=647784/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=902816 CPUtime=0.09
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 3435 0 1 0 7 2 0 0 24 0 12 0 176016238 924483584 3195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155213623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28245/statm: 225704 3195 1594 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.515686 s]
/proc/loadavg: 0.92 1.00 1.18 4/78 28246
/proc/meminfo: memFree=647784/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=906640 CPUtime=0.7
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 6512 0 1 0 66 4 0 0 25 0 12 0 176016238 928399360 6044 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28245/statm: 226660 6044 2316 14 0 213097 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 906640

[startup+1.33681 s]
/proc/loadavg: 0.92 1.00 1.18 2/89 28257
/proc/meminfo: memFree=577040/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=908856 CPUtime=1.89
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 22739 0 1 0 178 11 0 0 18 0 12 0 176016238 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053858466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28245/statm: 227214 21534 2344 14 0 213651 0
[pid=28245/tid=28247] ppid=28243 vsize=908856 CPUtime=0.01
/proc/28245/task/28247/stat : 28247 (java) S 28243 28245 27138 0 -1 64 325 0 0 0 1 0 0 0 16 0 12 0 176016240 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28248] ppid=28243 vsize=908856 CPUtime=0.01
/proc/28245/task/28248/stat : 28248 (java) S 28243 28245 27138 0 -1 64 323 0 0 0 1 0 0 0 16 0 12 0 176016240 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28249] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28249/stat : 28249 (java) S 28243 28245 27138 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 176016242 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28250] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28250/stat : 28250 (java) S 28243 28245 27138 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 176016243 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28251] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28251/stat : 28251 (java) S 28243 28245 27138 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 176016243 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28252] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28252/stat : 28252 (java) S 28243 28245 27138 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28253] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28253/stat : 28253 (java) S 28243 28245 27138 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28254] ppid=28243 vsize=908856 CPUtime=0.43
/proc/28245/task/28254/stat : 28254 (java) R 28243 28245 27138 0 -1 64 1508 0 0 0 43 0 0 0 16 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151170020 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28255] ppid=28243 vsize=908856 CPUtime=0.44
/proc/28245/task/28255/stat : 28255 (java) S 28243 28245 27138 0 -1 64 889 0 0 0 44 0 0 0 17 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28256] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28256/stat : 28256 (java) S 28243 28245 27138 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28257] ppid=28243 vsize=908856 CPUtime=0
/proc/28245/task/28257/stat : 28257 (java) S 28243 28245 27138 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 176016246 930668544 21534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 908856

[startup+2.98406 s]
/proc/loadavg: 1.01 1.02 1.18 2/90 28258
/proc/meminfo: memFree=570120/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=909372 CPUtime=3.91
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 22840 0 1 0 380 11 0 0 25 0 13 0 176016238 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019107 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28245/statm: 227343 21633 2357 14 0 213780 0
[pid=28245/tid=28247] ppid=28243 vsize=909372 CPUtime=0.01
/proc/28245/task/28247/stat : 28247 (java) S 28243 28245 27138 0 -1 64 325 0 0 0 1 0 0 0 16 0 13 0 176016240 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28248] ppid=28243 vsize=909372 CPUtime=0.01
/proc/28245/task/28248/stat : 28248 (java) S 28243 28245 27138 0 -1 64 323 0 0 0 1 0 0 0 16 0 13 0 176016240 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28249] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28249/stat : 28249 (java) S 28243 28245 27138 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 176016242 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28250] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28250/stat : 28250 (java) S 28243 28245 27138 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 176016243 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28251] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28251/stat : 28251 (java) S 28243 28245 27138 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 176016243 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28252] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28252/stat : 28252 (java) S 28243 28245 27138 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28253] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28253/stat : 28253 (java) S 28243 28245 27138 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28254] ppid=28243 vsize=909372 CPUtime=0.64
/proc/28245/task/28254/stat : 28254 (java) S 28243 28245 27138 0 -1 64 1541 0 0 0 64 0 0 0 16 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28255] ppid=28243 vsize=909372 CPUtime=0.78
/proc/28245/task/28255/stat : 28255 (java) S 28243 28245 27138 0 -1 64 932 0 0 0 78 0 0 0 16 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28256] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28256/stat : 28256 (java) S 28243 28245 27138 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28257] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28257/stat : 28257 (java) S 28243 28245 27138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176016246 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28258] ppid=28243 vsize=909372 CPUtime=0
/proc/28245/task/28258/stat : 28258 (java) S 28243 28245 27138 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 176016396 931196928 21633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 909372

[startup+6.28357 s]
/proc/loadavg: 1.01 1.02 1.18 2/90 28258
/proc/meminfo: memFree=570128/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=909212 CPUtime=7.25
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 22847 0 1 0 714 11 0 0 25 0 13 0 176016238 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054400041 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28245/statm: 227303 21629 2357 14 0 213740 0
[pid=28245/tid=28247] ppid=28243 vsize=909212 CPUtime=0.01
/proc/28245/task/28247/stat : 28247 (java) S 28243 28245 27138 0 -1 64 325 0 0 0 1 0 0 0 16 0 13 0 176016240 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28248] ppid=28243 vsize=909212 CPUtime=0.01
/proc/28245/task/28248/stat : 28248 (java) S 28243 28245 27138 0 -1 64 323 0 0 0 1 0 0 0 16 0 13 0 176016240 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28249] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28249/stat : 28249 (java) S 28243 28245 27138 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 176016242 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28250] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28250/stat : 28250 (java) S 28243 28245 27138 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 176016243 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28251] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28251/stat : 28251 (java) S 28243 28245 27138 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 176016243 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28252] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28252/stat : 28252 (java) S 28243 28245 27138 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28253] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28253/stat : 28253 (java) S 28243 28245 27138 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28254] ppid=28243 vsize=909212 CPUtime=0.67
/proc/28245/task/28254/stat : 28254 (java) S 28243 28245 27138 0 -1 64 1544 0 0 0 67 0 0 0 16 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28255] ppid=28243 vsize=909212 CPUtime=0.81
/proc/28245/task/28255/stat : 28255 (java) S 28243 28245 27138 0 -1 64 933 0 0 0 81 0 0 0 16 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28256] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28256/stat : 28256 (java) S 28243 28245 27138 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28257] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28257/stat : 28257 (java) S 28243 28245 27138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176016246 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28258] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28258/stat : 28258 (java) S 28243 28245 27138 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 176016396 931033088 21629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 909212

[startup+12.7696 s]
/proc/loadavg: 1.00 1.02 1.18 2/90 28258
/proc/meminfo: memFree=570136/2055920 swapFree=4157540/4192956
[pid=28245] ppid=28243 vsize=909212 CPUtime=13.77
/proc/28245/stat : 28245 (java) R 28243 28245 27138 0 -1 0 22854 0 1 0 1366 11 0 0 25 0 13 0 176016238 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399441 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28245/statm: 227303 21634 2358 14 0 213740 0
[pid=28245/tid=28247] ppid=28243 vsize=909212 CPUtime=0.01
/proc/28245/task/28247/stat : 28247 (java) S 28243 28245 27138 0 -1 64 325 0 0 0 1 0 0 0 16 0 13 0 176016240 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28248] ppid=28243 vsize=909212 CPUtime=0.01
/proc/28245/task/28248/stat : 28248 (java) S 28243 28245 27138 0 -1 64 323 0 0 0 1 0 0 0 16 0 13 0 176016240 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28249] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28249/stat : 28249 (java) S 28243 28245 27138 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 176016242 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28250] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28250/stat : 28250 (java) S 28243 28245 27138 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 176016243 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28251] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28251/stat : 28251 (java) S 28243 28245 27138 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 176016243 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28252] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28252/stat : 28252 (java) S 28243 28245 27138 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28253] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28253/stat : 28253 (java) S 28243 28245 27138 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28254] ppid=28243 vsize=909212 CPUtime=0.68
/proc/28245/task/28254/stat : 28254 (java) S 28243 28245 27138 0 -1 64 1545 0 0 0 68 0 0 0 17 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28255] ppid=28243 vsize=909212 CPUtime=0.85
/proc/28245/task/28255/stat : 28255 (java) S 28243 28245 27138 0 -1 64 937 0 0 0 85 0 0 0 17 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28256] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28256/stat : 28256 (java) S 28243 28245 27138 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28245/tid=28257] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28257/stat : 28257 (java) S 28243 28245 27138 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 176016246 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28245/tid=28258] ppid=28243 vsize=909212 CPUtime=0
/proc/28245/task/28258/stat : 28258 (java) S 28243 28245 27138 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 176016396 931033088 21634 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 909212

Child status: 0
Real time (s): 21.7043
CPU time (s): 22.7045
CPU user time (s): 22.5706
CPU system time (s): 0.133979
CPU usage (%): 104.608
Max. virtual memory (cumulated for all children) (KiB): 909372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5706
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22865
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= 977
involuntary context switches= 1107

runsolver used 0.026995 s user time and 0.067989 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan  8 17:10:18 UTC 2007


IDJOB= 226662
IDBENCH= 5999
FILE ID= node22/226662-1168276218

PBS_JOBID= 3483268

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-19_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/226662-1168276218/sat4jCSP-bf3.jar /tmp/evaluation/226662-1168276218/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-226662-1168276218 -o ROOT/results/node22/solver-226662-1168276218 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/226662-1168276218/sat4jCSP-bf3.jar /tmp/evaluation/226662-1168276218/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  aadb901839dc42f9264281ee6b8f03fe

RANDOM SEED= 906403657

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.279
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.279
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:        648200 kB
Buffers:         16692 kB
Cached:        1302880 kB
SwapCached:      11392 kB
Active:         785868 kB
Inactive:       569624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        648200 kB
SwapTotal:     4192956 kB
SwapFree:      4157540 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          53412 kB
Slab:            37612 kB
Committed_AS:  3354404 kB
PageTables:       1916 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 node22 on Mon Jan  8 17:10:40 UTC 2007