Trace number 287367

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 96.4373 87.2222

General information on the benchmark

Namelard/
lard-92-92.xml
MD5SUM0be7473d94400748acf63bb7fa2ff002
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 benchmark25.2522
SatisfiableYES
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size93
Number of constraints which are defined in extension4186
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.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	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.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/287367-1170113339/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.39	c reading variables
c reading variables (92) done.
0.55	c reading relations
c reading relations (4186) done.
58.78	c reading constraints
c reading constraints done.
86.78	c ... done. Wall clock time 86.571s.
86.78	c CPU time (experimental) 67.3s.
86.78	c #vars     8556
86.78	c #constraints  573847
87.06	c starts		: 1
87.06	c conflicts		: 0
87.06	c decisions		: 4095
87.06	c propagations		: 8556
87.06	c inspects		: 416716
87.06	c learnt literals	: 0
87.06	c learnt binary clauses	: 0
87.06	c learnt ternary clauses	: 0
87.06	c learnt clauses	: 0
87.06	c root simplifications	: 0
87.06	c removed literals (reason simplification)	: 0
87.06	c reason swapping (by a shorter reason)	: 0
87.06	c Calls to reduceDB	: 0
87.06	c speed (decisions/second)	: 16058.823529411764
87.06	c non guided choices	4095
87.06	s SATISFIABLE
87.06	v 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
87.06	c Total wall clock time (in seconds) : 86.848
87.06	c Total CPU time (experimental, in seconds) : 67.53

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/node61/watcher-287367-1170113339 -o ROOT/results/node61/solver-287367-1170113339 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287367-1170113339/sat4jCSP-bf3.jar /tmp/evaluation/287367-1170113339/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.95 1.50 3.46 3/65 23574
/proc/meminfo: memFree=1327536/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=1784 CPUtime=0
/proc/23573/stat : 23573 (java) D 23571 23573 22247 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 31290973 1826816 146 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23573/statm: 446 146 111 14 0 91 0

[startup+0.103599 s]
/proc/loadavg: 0.95 1.50 3.46 3/65 23574
/proc/meminfo: memFree=1327536/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=901540 CPUtime=0.08
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 3363 0 1 0 7 1 0 0 23 0 12 0 31290973 923176960 3123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23573/statm: 225385 3123 1570 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511635 s]
/proc/loadavg: 0.95 1.50 3.46 3/65 23574
/proc/meminfo: memFree=1327536/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=906536 CPUtime=0.67
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 6433 0 1 0 64 3 0 0 17 0 12 0 31290973 928292864 5991 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152761709 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23573/statm: 226634 5991 2309 14 0 213071 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 906536

[startup+1.33772 s]
/proc/loadavg: 0.95 1.50 3.46 2/76 23585
/proc/meminfo: memFree=1283352/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=909136 CPUtime=1.93
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 23422 0 1 0 184 9 0 0 18 0 12 0 31290973 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054189367 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23573/statm: 227284 21948 2331 14 0 213721 0
[pid=23573/tid=23575] ppid=23571 vsize=909136 CPUtime=0.02
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 463 0 0 0 2 0 0 0 17 0 12 0 31290976 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23576] ppid=23571 vsize=909136 CPUtime=0.01
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 555 0 0 0 1 0 0 0 17 0 12 0 31290976 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23577] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 31290978 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 31290982 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23582] ppid=23571 vsize=909136 CPUtime=0.45
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 1388 0 0 0 45 0 0 0 16 0 12 0 31290982 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23583] ppid=23571 vsize=909136 CPUtime=0.47
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1325 0 0 0 47 0 0 0 16 0 12 0 31290982 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23584] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 930955264 21948 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 909136

[startup+2.98787 s]
/proc/loadavg: 0.95 1.50 3.46 2/76 23585
/proc/meminfo: memFree=1228312/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=909136 CPUtime=3.92
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 29943 0 1 0 378 14 0 0 17 0 12 0 31290973 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054184667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23573/statm: 227284 27923 2335 14 0 213721 0
[pid=23573/tid=23575] ppid=23571 vsize=909136 CPUtime=0.27
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 3179 0 0 0 26 1 0 0 16 0 12 0 31290976 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23576] ppid=23571 vsize=909136 CPUtime=0.26
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 4325 0 0 0 24 2 0 0 17 0 12 0 31290976 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23577] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 31290978 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 31290982 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23582] ppid=23571 vsize=909136 CPUtime=0.49
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 1391 0 0 0 49 0 0 0 16 0 12 0 31290982 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23583] ppid=23571 vsize=909136 CPUtime=0.53
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1330 0 0 0 53 0 0 0 16 0 12 0 31290982 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23584] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=909136 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 930955264 27923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 909136

[startup+6.27519 s]
/proc/loadavg: 1.03 1.51 3.46 2/76 23585
/proc/meminfo: memFree=1199712/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=908620 CPUtime=7.62
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 38148 0 1 0 742 20 0 0 20 0 12 0 31290973 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204438 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23573/statm: 227155 35903 2335 14 0 213592 0
[pid=23573/tid=23575] ppid=23571 vsize=908620 CPUtime=0.59
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 4137 0 0 0 58 1 0 0 16 0 12 0 31290976 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23576] ppid=23571 vsize=908620 CPUtime=0.6
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 11536 0 0 0 54 6 0 0 16 0 12 0 31290976 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23577] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 31290978 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 31290982 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23582] ppid=23571 vsize=908620 CPUtime=0.56
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 1403 0 0 0 56 0 0 0 16 0 12 0 31290982 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23583] ppid=23571 vsize=908620 CPUtime=0.58
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1332 0 0 0 58 0 0 0 16 0 12 0 31290982 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23584] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=908620 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 930426880 35903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 908620

[startup+12.6798 s]
/proc/loadavg: 1.27 1.55 3.46 2/76 23585
/proc/meminfo: memFree=1142304/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=909228 CPUtime=15.12
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 52344 0 1 0 1482 30 0 0 20 0 12 0 31290973 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054205268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23573/statm: 227307 49555 2335 14 0 213744 0
[pid=23573/tid=23575] ppid=23571 vsize=909228 CPUtime=1.17
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 10576 0 0 0 112 5 0 0 16 0 12 0 31290976 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23576] ppid=23571 vsize=909228 CPUtime=1.17
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 18552 0 0 0 108 9 0 0 16 0 12 0 31290976 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23577] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 31290978 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=909228 CPUtime=0.01
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 31290982 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23582] ppid=23571 vsize=909228 CPUtime=0.81
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 1477 0 0 0 81 0 0 0 16 0 12 0 31290982 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23583] ppid=23571 vsize=909228 CPUtime=0.96
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1967 0 0 0 95 1 0 0 15 0 12 0 31290982 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23584] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=909228 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 931049472 49555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 909228

[startup+25.581 s]
/proc/loadavg: 1.21 1.53 3.42 2/76 23585
/proc/meminfo: memFree=1034016/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=908980 CPUtime=29.55
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 80240 0 1 0 2906 49 0 0 19 0 12 0 31290973 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054304151 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23573/statm: 227245 77208 2335 14 0 213682 0
[pid=23573/tid=23575] ppid=23571 vsize=908980 CPUtime=2.36
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 27870 0 0 0 223 13 0 0 16 0 12 0 31290976 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23576] ppid=23571 vsize=908980 CPUtime=2.39
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 29011 0 0 0 224 15 0 0 16 0 12 0 31290976 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23577] ppid=23571 vsize=908980 CPUtime=0.02
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 28 0 0 0 1 1 0 0 16 0 12 0 31290978 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=908980 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=908980 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=908980 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=908980 CPUtime=0.01
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 1 0 0 0 17 0 12 0 31290982 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23582] ppid=23571 vsize=908980 CPUtime=1.08
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 1565 0 0 0 108 0 0 0 16 0 12 0 31290982 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23583] ppid=23571 vsize=908980 CPUtime=1.09
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1972 0 0 0 108 1 0 0 16 0 12 0 31290982 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23584] ppid=23571 vsize=908980 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=908980 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 930795520 77208 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.55
Current children cumulated vsize (KiB) 908980

[startup+51.2075 s]
/proc/loadavg: 1.14 1.48 3.35 2/76 23585
/proc/meminfo: memFree=811232/2055920 swapFree=4192812/4192956
[pid=23573] ppid=23571 vsize=910408 CPUtime=58.13
/proc/23573/stat : 23573 (java) R 23571 23573 22247 0 -1 0 137310 0 1 0 5728 85 0 0 25 0 12 0 31290973 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054292703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23573/statm: 227602 132258 2335 14 0 214039 0
[pid=23573/tid=23575] ppid=23571 vsize=910408 CPUtime=4.93
/proc/23573/task/23575/stat : 23575 (java) S 23571 23573 22247 0 -1 64 58232 0 0 0 467 26 0 0 16 0 12 0 31290976 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23576] ppid=23571 vsize=910408 CPUtime=4.94
/proc/23573/task/23576/stat : 23576 (java) S 23571 23573 22247 0 -1 64 53393 0 0 0 467 27 0 0 16 0 12 0 31290976 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23577] ppid=23571 vsize=910408 CPUtime=0.04
/proc/23573/task/23577/stat : 23577 (java) S 23571 23573 22247 0 -1 64 28 0 0 0 2 2 0 0 15 0 12 0 31290978 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23578] ppid=23571 vsize=910408 CPUtime=0
/proc/23573/task/23578/stat : 23578 (java) S 23571 23573 22247 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31290979 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23579] ppid=23571 vsize=910408 CPUtime=0
/proc/23573/task/23579/stat : 23579 (java) S 23571 23573 22247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31290979 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23580] ppid=23571 vsize=910408 CPUtime=0
/proc/23573/task/23580/stat : 23580 (java) S 23571 23573 22247 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 31290982 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23581] ppid=23571 vsize=910408 CPUtime=0.01
/proc/23573/task/23581/stat : 23581 (java) S 23571 23573 22247 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 31290982 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23582] ppid=23571 vsize=910408 CPUtime=1.53
/proc/23573/task/23582/stat : 23582 (java) S 23571 23573 22247 0 -1 64 3791 0 0 0 152 1 0 0 16 0 12 0 31290982 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23583] ppid=23571 vsize=910408 CPUtime=1.15
/proc/23573/task/23583/stat : 23583 (java) S 23571 23573 22247 0 -1 64 1975 0 0 0 114 1 0 0 16 0 12 0 31290982 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23573/tid=23584] ppid=23571 vsize=910408 CPUtime=0
/proc/23573/task/23584/stat : 23584 (java) S 23571 23573 22247 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 31290983 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23573/tid=23585] ppid=23571 vsize=910408 CPUtime=0
/proc/23573/task/23585/stat : 23585 (java) S 23571 23573 22247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 31290983 932257792 132258 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.13
Current children cumulated vsize (KiB) 910408

Child status: 0
Real time (s): 87.2222
CPU time (s): 96.4373
CPU user time (s): 95.1945
CPU system time (s): 1.24281
CPU usage (%): 110.565
Max. virtual memory (cumulated for all children) (KiB): 913428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.1945
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196214
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= 4989
involuntary context switches= 3536

runsolver used 0.082987 s user time and 0.238963 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan 29 23:29:00 UTC 2007


IDJOB= 287367
IDBENCH= 19815
IDSOLVER= 81
FILE ID= node61/287367-1170113339

PBS_JOBID= 3690261

Free space on /tmp= 66465 MiB

SOLVER NAME= sat4jCSP 1.7 RC BF3
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-92-92.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287367-1170113339/sat4jCSP-bf3.jar /tmp/evaluation/287367-1170113339/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-287367-1170113339 -o ROOT/results/node61/solver-287367-1170113339 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287367-1170113339/sat4jCSP-bf3.jar /tmp/evaluation/287367-1170113339/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0be7473d94400748acf63bb7fa2ff002

RANDOM SEED= 66070105

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.216
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.216
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:       1328016 kB
Buffers:         62044 kB
Cached:         581848 kB
SwapCached:          0 kB
Active:         331284 kB
Inactive:       341020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          101556 kB
Writeback:           0 kB
Mapped:          25924 kB
Slab:            41736 kB
Committed_AS:   445496 kB
PageTables:       1388 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= 66465 MiB



End job on node61 on Mon Jan 29 23:30:28 UTC 2007