Trace number 287183

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 76.7233 73.2723

General information on the benchmark

Namelard/
lard-89-89.xml
MD5SUM75d66e9edb073d20e5e74659e34b5dc8
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 benchmark22.1156
SatisfiableYES
(Un)Satisfiability was proved
Number of variables89
Number of constraints3916
Maximum constraint arity2
Maximum domain size90
Number of constraints which are defined in extension3916
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.50	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
1.50	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
1.50	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
1.51	c version CSP COMPETITION BUGFIX 3
1.51	c sun.arch.data.model	32
1.51	c java.version	1.5.0_10
1.51	c os.name	Linux
1.51	c os.version	2.6.9-22.EL.rootsmp
1.51	c os.arch	i386
1.51	c Free memory 722620888
1.51	c Max memory 723845120
1.51	c Total memory 723845120
1.51	c Number of processors 2
1.62	c --- Begin Solver configuration ---
1.62	c Stops conflict analysis at the first Unique Implication Point
1.62	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
1.62	c Learn all clauses as in MiniSAT
1.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.62	c VSIDS like heuristics from MiniSAT using a heap
1.62	c No reason simplification
1.62	c --- End Solver configuration ---
1.62	c solving /tmp/evaluation/287183-1170112367/unknown.xml
1.62	c reading problem ... 
1.92	c reading problem named ?
1.92	c reading domains done.
1.93	c reading variables
c reading variables (89) done.
2.16	c reading relations
c reading relations (3916) done.
56.99	c reading constraints
c reading constraints done.
72.83	c ... done. Wall clock time 71.204s.
72.83	c CPU time (experimental) 60.9s.
72.83	c #vars     8010
72.83	c #constraints  521181
73.12	c starts		: 1
73.12	c conflicts		: 0
73.12	c decisions		: 3872
73.12	c propagations		: 8010
73.12	c inspects		: 378097
73.12	c learnt literals	: 0
73.12	c learnt binary clauses	: 0
73.12	c learnt ternary clauses	: 0
73.12	c learnt clauses	: 0
73.12	c root simplifications	: 0
73.12	c removed literals (reason simplification)	: 0
73.12	c reason swapping (by a shorter reason)	: 0
73.12	c Calls to reduceDB	: 0
73.12	c speed (decisions/second)	: 13828.571428571428
73.12	c non guided choices	3872
73.12	s SATISFIABLE
73.13	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 
73.13	c Total wall clock time (in seconds) : 71.508
73.13	c Total CPU time (experimental, in seconds) : 61.12

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/node10/watcher-287183-1170112367 -o ROOT/results/node10/solver-287183-1170112367 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287183-1170112367/sat4jCSP-bf3.jar /tmp/evaluation/287183-1170112367/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.35 4.15 5.27 5/94 4291
/proc/meminfo: memFree=1407056/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=18540 CPUtime=0
/proc/4290/stat : 4290 (runsolver) D 4288 4290 4166 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 31191969 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/4290/statm: 4635 279 244 17 0 2626 0

[startup+0.106888 s]
/proc/loadavg: 2.35 4.15 5.27 5/94 4291
/proc/meminfo: memFree=1407056/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=18540 CPUtime=0
/proc/4290/stat : 4290 (runsolver) D 4288 4290 4166 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 31191969 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4290/statm: 4635 279 244 17 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18540

[startup+0.514927 s]
/proc/loadavg: 2.35 4.15 5.27 5/94 4291
/proc/meminfo: memFree=1407056/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=12076 CPUtime=0
/proc/4290/stat : 4290 (java) D 4288 4290 4166 0 -1 0 758 0 34 0 0 0 0 0 18 0 1 0 31191969 12365824 584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8905636 0 0 0 7368 18446744071563608240 0 0 17 1 0 0
/proc/4290/statm: 3019 584 435 14 0 1140 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12076

[startup+1.33656 s]
/proc/loadavg: 2.48 4.15 5.27 2/94 4291
/proc/meminfo: memFree=1397328/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=49668 CPUtime=0.01
/proc/4290/stat : 4290 (java) R 4288 4290 4166 0 -1 0 931 0 42 0 0 1 0 0 17 0 1 0 31191969 50860032 737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149665185 0 4 0 7368 0 0 0 17 1 0 0
/proc/4290/statm: 12417 737 570 14 0 1707 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 49668

[startup+2.98937 s]
/proc/loadavg: 2.48 4.15 5.27 4/105 4302
/proc/meminfo: memFree=1368952/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=907240 CPUtime=1.57
/proc/4290/stat : 4290 (java) R 4288 4290 4166 0 -1 0 9977 0 71 0 150 7 0 0 20 0 12 0 31191969 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4290/statm: 226810 9120 2328 14 0 213247 0
[pid=4290/tid=4292] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4292/stat : 4292 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 31192104 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4293] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4293/stat : 4293 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 31192104 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4294] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4294/stat : 4294 (java) S 4288 4290 4166 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 31192107 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4295] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4295/stat : 4295 (java) S 4288 4290 4166 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 31192107 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4296] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4296/stat : 4296 (java) S 4288 4290 4166 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 31192107 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4297] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4297/stat : 4297 (java) S 4288 4290 4166 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4298] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4298/stat : 4298 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4299] ppid=4288 vsize=907240 CPUtime=0.51
/proc/4290/task/4299/stat : 4299 (java) S 4288 4290 4166 0 -1 64 1217 0 0 0 51 0 0 0 16 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4300] ppid=4288 vsize=907240 CPUtime=0.36
/proc/4290/task/4300/stat : 4300 (java) S 4288 4290 4166 0 -1 64 726 0 0 0 36 0 0 0 16 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4301] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4301/stat : 4301 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4302] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4302/stat : 4302 (java) S 4288 4290 4166 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31192111 929013760 9120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 907240

[startup+6.26723 s]
/proc/loadavg: 2.48 4.15 5.27 5/105 4302
/proc/meminfo: memFree=1263416/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=907240 CPUtime=4.81
/proc/4290/stat : 4290 (java) R 4288 4290 4166 0 -1 0 31631 0 71 0 465 16 0 0 25 0 12 0 31191969 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054249218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4290/statm: 226810 30394 2335 14 0 213247 0
[pid=4290/tid=4292] ppid=4288 vsize=907240 CPUtime=0.35
/proc/4290/task/4292/stat : 4292 (java) S 4288 4290 4166 0 -1 64 7205 0 0 0 32 3 0 0 16 0 12 0 31192104 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4293] ppid=4288 vsize=907240 CPUtime=0.34
/proc/4290/task/4293/stat : 4293 (java) S 4288 4290 4166 0 -1 64 2862 0 0 0 33 1 0 0 16 0 12 0 31192104 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4294] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4294/stat : 4294 (java) S 4288 4290 4166 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 31192107 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4295] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4295/stat : 4295 (java) S 4288 4290 4166 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31192107 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4296] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4296/stat : 4296 (java) S 4288 4290 4166 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31192107 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4297] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4297/stat : 4297 (java) S 4288 4290 4166 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4298] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4298/stat : 4298 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4299] ppid=4288 vsize=907240 CPUtime=0.54
/proc/4290/task/4299/stat : 4299 (java) S 4288 4290 4166 0 -1 64 1224 0 0 0 54 0 0 0 16 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4300] ppid=4288 vsize=907240 CPUtime=0.43
/proc/4290/task/4300/stat : 4300 (java) S 4288 4290 4166 0 -1 64 729 0 0 0 43 0 0 0 16 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4301] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4301/stat : 4301 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4302] ppid=4288 vsize=907240 CPUtime=0
/proc/4290/task/4302/stat : 4302 (java) S 4288 4290 4166 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31192111 929013760 30394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 907240

[startup+12.688 s]
/proc/loadavg: 2.57 4.11 5.24 3/105 4302
/proc/meminfo: memFree=1188088/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=906688 CPUtime=11.22
/proc/4290/stat : 4290 (java) R 4288 4290 4166 0 -1 0 42778 0 71 0 1097 25 0 0 25 0 12 0 31191969 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4290/statm: 226672 41402 2335 14 0 213109 0
[pid=4290/tid=4292] ppid=4288 vsize=906688 CPUtime=0.79
/proc/4290/task/4292/stat : 4292 (java) S 4288 4290 4166 0 -1 64 12226 0 0 0 74 5 0 0 16 0 12 0 31192104 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4293] ppid=4288 vsize=906688 CPUtime=0.8
/proc/4290/task/4293/stat : 4293 (java) S 4288 4290 4166 0 -1 64 8920 0 0 0 77 3 0 0 16 0 12 0 31192104 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4294] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4294/stat : 4294 (java) S 4288 4290 4166 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 31192107 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4295] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4295/stat : 4295 (java) S 4288 4290 4166 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31192107 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4296] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4296/stat : 4296 (java) S 4288 4290 4166 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31192107 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4297] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4297/stat : 4297 (java) S 4288 4290 4166 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4298] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4298/stat : 4298 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4299] ppid=4288 vsize=906688 CPUtime=0.7
/proc/4290/task/4299/stat : 4299 (java) S 4288 4290 4166 0 -1 64 1238 0 0 0 70 0 0 0 16 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4300] ppid=4288 vsize=906688 CPUtime=0.65
/proc/4290/task/4300/stat : 4300 (java) R 4288 4290 4166 0 -1 64 752 0 0 0 65 0 0 0 17 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154875375 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4301] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4301/stat : 4301 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4302] ppid=4288 vsize=906688 CPUtime=0
/proc/4290/task/4302/stat : 4302 (java) S 4288 4290 4166 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31192111 928448512 41402 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 906688

[startup+25.5257 s]
/proc/loadavg: 2.48 4.04 5.21 2/98 4305
/proc/meminfo: memFree=1460344/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=908792 CPUtime=24.58
/proc/4290/stat : 4290 (java) S 4288 4290 4166 0 -1 0 68747 0 71 0 2419 39 0 0 18 0 12 0 31191969 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4290/statm: 227198 66837 2335 14 0 213635 0
[pid=4290/tid=4292] ppid=4288 vsize=908792 CPUtime=1.84
/proc/4290/task/4292/stat : 4292 (java) R 4288 4290 4166 0 -1 64 27104 0 0 0 173 11 0 0 16 0 12 0 31192104 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4293] ppid=4288 vsize=908792 CPUtime=1.84
/proc/4290/task/4293/stat : 4293 (java) R 4288 4290 4166 0 -1 64 18908 0 0 0 177 7 0 0 15 0 12 0 31192104 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958126 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4290/tid=4294] ppid=4288 vsize=908792 CPUtime=0.01
/proc/4290/task/4294/stat : 4294 (java) S 4288 4290 4166 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 31192107 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4290/tid=4295] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4295/stat : 4295 (java) S 4288 4290 4166 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31192107 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4296] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4296/stat : 4296 (java) S 4288 4290 4166 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31192107 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4297] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4297/stat : 4297 (java) S 4288 4290 4166 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4298] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4298/stat : 4298 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4299] ppid=4288 vsize=908792 CPUtime=0.89
/proc/4290/task/4299/stat : 4299 (java) S 4288 4290 4166 0 -1 64 1257 0 0 0 89 0 0 0 16 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4300] ppid=4288 vsize=908792 CPUtime=1.18
/proc/4290/task/4300/stat : 4300 (java) S 4288 4290 4166 0 -1 64 1789 0 0 0 117 1 0 0 17 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4301] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4301/stat : 4301 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4302] ppid=4288 vsize=908792 CPUtime=0
/proc/4290/task/4302/stat : 4302 (java) S 4288 4290 4166 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31192111 930603008 66837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 908792

[startup+51.1661 s]
/proc/loadavg: 2.39 3.89 5.13 2/98 4305
/proc/meminfo: memFree=1236280/2055920 swapFree=4192812/4192956
[pid=4290] ppid=4288 vsize=912336 CPUtime=52.56
/proc/4290/stat : 4290 (java) R 4288 4290 4166 0 -1 0 125098 0 71 0 5182 74 0 0 23 0 12 0 31191969 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054230376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4290/statm: 228084 121036 2335 14 0 214521 0
[pid=4290/tid=4292] ppid=4288 vsize=912336 CPUtime=4.29
/proc/4290/task/4292/stat : 4292 (java) S 4288 4290 4166 0 -1 64 51757 0 0 0 406 23 0 0 16 0 12 0 31192104 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4293] ppid=4288 vsize=912336 CPUtime=4.28
/proc/4290/task/4293/stat : 4293 (java) S 4288 4290 4166 0 -1 64 47640 0 0 0 408 20 0 0 16 0 12 0 31192104 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4290/tid=4294] ppid=4288 vsize=912336 CPUtime=0.04
/proc/4290/task/4294/stat : 4294 (java) S 4288 4290 4166 0 -1 64 30 0 0 0 3 1 0 0 15 0 12 0 31192107 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4295] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4295/stat : 4295 (java) S 4288 4290 4166 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 31192107 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4296] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4296/stat : 4296 (java) S 4288 4290 4166 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31192107 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4297] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4297/stat : 4297 (java) S 4288 4290 4166 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4298] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4298/stat : 4298 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4290/tid=4299] ppid=4288 vsize=912336 CPUtime=1.03
/proc/4290/task/4299/stat : 4299 (java) S 4288 4290 4166 0 -1 64 1342 0 0 0 103 0 0 0 16 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4290/tid=4300] ppid=4288 vsize=912336 CPUtime=1.64
/proc/4290/task/4300/stat : 4300 (java) S 4288 4290 4166 0 -1 64 4574 0 0 0 162 2 0 0 15 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4301] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4301/stat : 4301 (java) S 4288 4290 4166 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4290/tid=4302] ppid=4288 vsize=912336 CPUtime=0
/proc/4290/task/4302/stat : 4302 (java) S 4288 4290 4166 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31192111 934232064 121036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.56
Current children cumulated vsize (KiB) 912336

Child status: 0
Real time (s): 73.2723
CPU time (s): 76.7233
CPU user time (s): 75.4055
CPU system time (s): 1.3178
CPU usage (%): 104.71
Max. virtual memory (cumulated for all children) (KiB): 914884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.4055
system time used= 1.3178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180928
page faults= 72
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4891
involuntary context switches= 5882

runsolver used 0.104984 s user time and 0.289955 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 23:12:49 UTC 2007


IDJOB= 287183
IDBENCH= 19807
IDSOLVER= 81
FILE ID= node10/287183-1170112367

PBS_JOBID= 3690041

Free space on /tmp= 39937 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  75d66e9edb073d20e5e74659e34b5dc8

RANDOM SEED= 563002489

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.232
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.232
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:       1407664 kB
Buffers:          4020 kB
Cached:         490612 kB
SwapCached:          0 kB
Active:         191348 kB
Inactive:       371784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207976 kB
Writeback:         860 kB
Mapped:          94016 kB
Slab:            69948 kB
Committed_AS:  1243964 kB
PageTables:       2256 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= 66388 MiB



End job on node10 on Mon Jan 29 23:14:03 UTC 2007