Trace number 198845

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 BF3UNSAT 34.1478 34.3548

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f6.xml
MD5SUMc80f0bde8ed46737c0d5776e08f1a3ef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.5956
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/198845-1168130998/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.53	c reading variables
c reading variables (680) done.
1.10	c reading predicates 
c reading relations (3) done.
1.32	c reading constraints
c reading constraints done.
17.26	c ... done. Wall clock time 17.016s.
17.27	c CPU time (experimental) 12.94s.
17.27	c #vars     23196
17.27	c #constraints  236969
34.29	c starts		: 10
34.29	c conflicts		: 10431
34.29	c decisions		: 17356
34.29	c propagations		: 865632
34.29	c inspects		: 53745672
34.29	c learnt literals	: 9
34.29	c learnt binary clauses	: 0
34.29	c learnt ternary clauses	: 2
34.29	c learnt clauses	: 10421
34.29	c root simplifications	: 0
34.29	c removed literals (reason simplification)	: 0
34.29	c reason swapping (by a shorter reason)	: 0
34.29	c Calls to reduceDB	: 0
34.29	c speed (decisions/second)	: 1022.9268580185066
34.29	c non guided choices	1852
34.29	s UNSATISFIABLE
34.29	c Total wall clock time (in seconds) : 34.041
34.29	c Total CPU time (experimental, in seconds) : 29.32

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-198845-1168130998 -o ROOT/results/node40/solver-198845-1168130998 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198845-1168130998/sat4jCSP-bf3.jar /tmp/evaluation/198845-1168130998/unknown.xml 

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

/proc/loadavg: 1.41 1.11 0.96 5/74 10564
/proc/meminfo: memFree=1673928/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=18540 CPUtime=0
/proc/10563/stat : 10563 (runsolver) R 10561 10563 10068 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 161499188 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10563/statm: 4635 279 244 17 0 2626 0

[startup+0.107932 s]
/proc/loadavg: 1.41 1.11 0.96 5/74 10564
/proc/meminfo: memFree=1673928/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=901540 CPUtime=0.09
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 3363 0 1 0 8 1 0 0 21 0 12 0 161499188 923176960 3123 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053813928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 225385 3123 1570 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515986 s]
/proc/loadavg: 1.41 1.11 0.96 5/74 10564
/proc/meminfo: memFree=1673928/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=905236 CPUtime=0.49
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 5884 0 1 0 46 3 0 0 19 0 12 0 161499188 926961664 5478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160642226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 226309 5478 2267 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33909 s]
/proc/loadavg: 1.41 1.11 0.96 4/85 10575
/proc/meminfo: memFree=1654064/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=905300 CPUtime=1.32
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 8603 0 1 0 127 5 0 0 23 0 12 0 161499188 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053854182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 226325 7998 2451 14 0 212762 0
[pid=10563/tid=10565] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10565/stat : 10565 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161499191 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10566] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10566/stat : 10566 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161499191 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10567] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10567/stat : 10567 (java) S 10561 10563 10068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 161499194 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10568] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10568/stat : 10568 (java) S 10561 10563 10068 0 -1 64 7 0 0 0 0 0 0 0 20 0 12 0 161499194 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10569] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10569/stat : 10569 (java) S 10561 10563 10068 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 161499194 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10570] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10570/stat : 10570 (java) S 10561 10563 10068 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10571] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10571/stat : 10571 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10572] ppid=10561 vsize=905300 CPUtime=0.22
/proc/10563/task/10572/stat : 10572 (java) S 10561 10563 10068 0 -1 64 263 0 0 0 22 0 0 0 16 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10573] ppid=10561 vsize=905300 CPUtime=0.28
/proc/10563/task/10573/stat : 10573 (java) S 10561 10563 10068 0 -1 64 719 0 0 0 28 0 0 0 16 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10574] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10574/stat : 10574 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10575] ppid=10561 vsize=905300 CPUtime=0
/proc/10563/task/10575/stat : 10575 (java) S 10561 10563 10068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161499198 927027200 7998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 905300

[startup+2.99231 s]
/proc/loadavg: 1.41 1.11 0.96 3/85 10575
/proc/meminfo: memFree=1631536/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=908004 CPUtime=2.96
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 22172 0 1 0 286 10 0 0 25 0 12 0 161499188 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053849464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 227001 20708 2476 14 0 213438 0
[pid=10563/tid=10565] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10565/stat : 10565 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161499191 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10566] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10566/stat : 10566 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161499191 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10567] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10567/stat : 10567 (java) S 10561 10563 10068 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 161499194 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10568] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10568/stat : 10568 (java) S 10561 10563 10068 0 -1 64 7 0 0 0 0 0 0 0 20 0 12 0 161499194 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10569] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10569/stat : 10569 (java) S 10561 10563 10068 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 161499194 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10570] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10570/stat : 10570 (java) S 10561 10563 10068 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10571] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10571/stat : 10571 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10572] ppid=10561 vsize=908004 CPUtime=0.48
/proc/10563/task/10572/stat : 10572 (java) S 10561 10563 10068 0 -1 64 449 0 0 0 48 0 0 0 16 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10573] ppid=10561 vsize=908004 CPUtime=0.72
/proc/10563/task/10573/stat : 10573 (java) S 10561 10563 10068 0 -1 64 2151 0 0 0 72 0 0 0 16 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10574] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10574/stat : 10574 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10575] ppid=10561 vsize=908004 CPUtime=0
/proc/10563/task/10575/stat : 10575 (java) S 10561 10563 10068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161499198 929796096 20708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 908004

[startup+6.19672 s]
/proc/loadavg: 1.54 1.14 0.97 3/85 10575
/proc/meminfo: memFree=1574768/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=908364 CPUtime=6.15
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 30679 0 1 0 600 15 0 0 25 0 12 0 161499188 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 227091 27081 2479 14 0 213528 0
[pid=10563/tid=10565] ppid=10561 vsize=908364 CPUtime=0.11
/proc/10563/task/10565/stat : 10565 (java) R 10561 10563 10068 0 -1 64 2915 0 0 0 10 1 0 0 16 0 12 0 161499191 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10566] ppid=10561 vsize=908364 CPUtime=0.09
/proc/10563/task/10566/stat : 10566 (java) R 10561 10563 10068 0 -1 64 2920 0 0 0 8 1 0 0 16 0 12 0 161499191 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958999 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10567] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10567/stat : 10567 (java) R 10561 10563 10068 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161499194 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10568] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10568/stat : 10568 (java) S 10561 10563 10068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 161499194 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10569] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10569/stat : 10569 (java) S 10561 10563 10068 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161499194 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10570] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10570/stat : 10570 (java) S 10561 10563 10068 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10571] ppid=10561 vsize=908364 CPUtime=0.01
/proc/10563/task/10571/stat : 10571 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10572] ppid=10561 vsize=908364 CPUtime=0.77
/proc/10563/task/10572/stat : 10572 (java) S 10561 10563 10068 0 -1 64 1160 0 0 0 77 0 0 0 15 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10573] ppid=10561 vsize=908364 CPUtime=1.19
/proc/10563/task/10573/stat : 10573 (java) S 10561 10563 10068 0 -1 64 3471 0 0 0 118 1 0 0 16 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10574] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10574/stat : 10574 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10575] ppid=10561 vsize=908364 CPUtime=0
/proc/10563/task/10575/stat : 10575 (java) R 10561 10563 10068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161499198 930164736 27081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908364

[startup+12.6386 s]
/proc/loadavg: 1.58 1.15 0.98 3/85 10575
/proc/meminfo: memFree=1544880/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=908528 CPUtime=12.56
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 39683 0 1 0 1238 18 0 0 25 0 12 0 161499188 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054159151 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 227132 34583 2480 14 0 213569 0
[pid=10563/tid=10565] ppid=10561 vsize=908528 CPUtime=0.3
/proc/10563/task/10565/stat : 10565 (java) S 10561 10563 10068 0 -1 64 5727 0 0 0 28 2 0 0 16 0 12 0 161499191 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10566] ppid=10561 vsize=908528 CPUtime=0.36
/proc/10563/task/10566/stat : 10566 (java) S 10561 10563 10068 0 -1 64 7635 0 0 0 34 2 0 0 16 0 12 0 161499191 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10567] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10567/stat : 10567 (java) S 10561 10563 10068 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161499194 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10568] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10568/stat : 10568 (java) S 10561 10563 10068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 161499194 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10569] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10569/stat : 10569 (java) S 10561 10563 10068 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161499194 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10570] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10570/stat : 10570 (java) S 10561 10563 10068 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10571] ppid=10561 vsize=908528 CPUtime=0.01
/proc/10563/task/10571/stat : 10571 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10572] ppid=10561 vsize=908528 CPUtime=1.31
/proc/10563/task/10572/stat : 10572 (java) S 10561 10563 10068 0 -1 64 1809 0 0 0 131 0 0 0 15 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10573] ppid=10561 vsize=908528 CPUtime=1.76
/proc/10563/task/10573/stat : 10573 (java) S 10561 10563 10068 0 -1 64 4282 0 0 0 175 1 0 0 15 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10574] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10574/stat : 10574 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10575] ppid=10561 vsize=908528 CPUtime=0
/proc/10563/task/10575/stat : 10575 (java) S 10561 10563 10068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161499198 930332672 34583 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908528

[startup+25.4892 s]
/proc/loadavg: 1.75 1.21 1.00 3/86 10576
/proc/meminfo: memFree=1527784/2055920 swapFree=4192812/4192956
[pid=10563] ppid=10561 vsize=909044 CPUtime=25.35
/proc/10563/stat : 10563 (java) R 10561 10563 10068 0 -1 0 44267 0 1 0 2515 20 0 0 25 0 13 0 161499188 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054970538 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10563/statm: 227261 38880 2488 14 0 213698 0
[pid=10563/tid=10565] ppid=10561 vsize=909044 CPUtime=0.4
/proc/10563/task/10565/stat : 10565 (java) S 10561 10563 10068 0 -1 64 8059 0 0 0 37 3 0 0 16 0 13 0 161499191 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10566] ppid=10561 vsize=909044 CPUtime=0.46
/proc/10563/task/10566/stat : 10566 (java) S 10561 10563 10068 0 -1 64 9807 0 0 0 44 2 0 0 16 0 13 0 161499191 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10567] ppid=10561 vsize=909044 CPUtime=0.01
/proc/10563/task/10567/stat : 10567 (java) S 10561 10563 10068 0 -1 64 17 0 0 0 1 0 0 0 17 0 13 0 161499194 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10568] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10568/stat : 10568 (java) S 10561 10563 10068 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 161499194 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10569] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10569/stat : 10569 (java) S 10561 10563 10068 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161499194 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10570] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10570/stat : 10570 (java) S 10561 10563 10068 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10571] ppid=10561 vsize=909044 CPUtime=0.01
/proc/10563/task/10571/stat : 10571 (java) S 10561 10563 10068 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10572] ppid=10561 vsize=909044 CPUtime=1.73
/proc/10563/task/10572/stat : 10572 (java) S 10561 10563 10068 0 -1 64 1836 0 0 0 173 0 0 0 15 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10573] ppid=10561 vsize=909044 CPUtime=2.09
/proc/10563/task/10573/stat : 10573 (java) S 10561 10563 10068 0 -1 64 4299 0 0 0 208 1 0 0 15 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10574] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10574/stat : 10574 (java) S 10561 10563 10068 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10575] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10575/stat : 10575 (java) S 10561 10563 10068 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161499198 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10563/tid=10576] ppid=10561 vsize=909044 CPUtime=0
/proc/10563/task/10576/stat : 10576 (java) S 10561 10563 10068 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161500924 930861056 38880 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 909044

Child status: 0
Real time (s): 34.3548
CPU time (s): 34.1478
CPU user time (s): 33.9128
CPU system time (s): 0.234964
CPU usage (%): 99.3975
Max. virtual memory (cumulated for all children) (KiB): 909784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9128
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44278
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= 2051
involuntary context switches= 2388

runsolver used 0.054991 s user time and 0.106983 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 00:49:59 UTC 2007


IDJOB= 198845
IDBENCH= 3578
FILE ID= node40/198845-1168130998

PBS_JOBID= 3477972

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198845-1168130998/sat4jCSP-bf3.jar /tmp/evaluation/198845-1168130998/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-198845-1168130998 -o ROOT/results/node40/solver-198845-1168130998 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198845-1168130998/sat4jCSP-bf3.jar /tmp/evaluation/198845-1168130998/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c80f0bde8ed46737c0d5776e08f1a3ef

RANDOM SEED= 241100598

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.239
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.239
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:       1674344 kB
Buffers:         42112 kB
Cached:         243488 kB
SwapCached:          0 kB
Active:         109784 kB
Inactive:       212880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:          48532 kB
Slab:            44368 kB
Committed_AS:  3260576 kB
PageTables:       1812 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= 66542 MiB



End job on node40 on Sun Jan  7 00:50:33 UTC 2007