Trace number 234726

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 91.3491 91.8705

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-8.xml
MD5SUMb44e154edbaa39f899e76fd76810454f
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 benchmark0.022996
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size320
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.19	c version CSP COMPETITION BUGFIX 3
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_10
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 722620888
0.19	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/234726-1168333098/unknown.xml
0.28	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.70	c reading variables
c reading variables (25) done.
0.87	c reading predicates 
c reading relations (2) done.
1.12	c reading constraints
c reading constraints done.
23.23	c ... done. Wall clock time 22.947s.
23.23	c CPU time (experimental) 21.73s.
23.23	c #vars     6821
23.23	c #constraints  54618
91.82	c starts		: 13
91.82	c conflicts		: 29774
91.82	c decisions		: 76857
91.82	c propagations		: 4820031
91.82	c inspects		: 85750850
91.82	c learnt literals	: 7
91.82	c learnt binary clauses	: 0
91.82	c learnt ternary clauses	: 40
91.82	c learnt clauses	: 29765
91.82	c root simplifications	: 0
91.82	c removed literals (reason simplification)	: 0
91.82	c reason swapping (by a shorter reason)	: 0
91.82	c Calls to reduceDB	: 0
91.82	c speed (decisions/second)	: 1121.1162003675934
91.82	c non guided choices	385
91.82	s UNSATISFIABLE
91.82	c Total wall clock time (in seconds) : 91.534
91.82	c Total CPU time (experimental, in seconds) : 89.05

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/node5/watcher-234726-1168333098 -o ROOT/results/node5/solver-234726-1168333098 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234726-1168333098/sat4jCSP-bf3.jar /tmp/evaluation/234726-1168333098/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.02 2.02 2.00 5/86 14640
/proc/meminfo: memFree=1200496/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=18540 CPUtime=0
/proc/14639/stat : 14639 (runsolver) R 14637 14639 13814 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 161924258 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14639/statm: 4635 279 244 17 0 2626 0

[startup+0.102982 s]
/proc/loadavg: 2.02 2.02 2.00 5/86 14640
/proc/meminfo: memFree=1200496/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=897120 CPUtime=0.04
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 2968 0 1 0 4 0 0 0 16 0 6 0 161924258 918650880 2728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152668836 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 224280 2728 1421 14 0 211300 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 897120

[startup+0.511027 s]
/proc/loadavg: 2.02 2.02 2.00 5/86 14640
/proc/meminfo: memFree=1200496/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=905236 CPUtime=0.45
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 5774 0 1 0 43 2 0 0 19 0 12 0 161924258 926961664 5369 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053846274 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226309 5369 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.33412 s]
/proc/loadavg: 2.10 2.04 2.01 3/97 14651
/proc/meminfo: memFree=1181144/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=906360 CPUtime=1.26
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 8201 0 1 0 123 3 0 0 19 0 12 0 161924258 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053858903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226590 7315 2458 14 0 213027 0
[pid=14639/tid=14641] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14641/stat : 14641 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161924265 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14642/stat : 14642 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 161924265 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14637 14639 13814 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 161924267 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161924268 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161924268 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=906360 CPUtime=0.31
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 974 0 0 0 31 0 0 0 16 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=906360 CPUtime=0.24
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 693 0 0 0 24 0 0 0 16 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161924272 928112640 7315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 906360

[startup+2.9873 s]
/proc/loadavg: 2.10 2.04 2.01 3/97 14651
/proc/meminfo: memFree=1132312/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=906360 CPUtime=2.9
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 22558 0 1 0 282 8 0 0 25 0 12 0 161924258 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054238110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226590 21670 2477 14 0 213027 0
[pid=14639/tid=14641] ppid=14637 vsize=906360 CPUtime=0.01
/proc/14639/task/14641/stat : 14641 (java) S 14637 14639 13814 0 -1 64 784 0 0 0 1 0 0 0 17 0 12 0 161924265 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14642/stat : 14642 (java) S 14637 14639 13814 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 161924265 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14637 14639 13814 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 161924267 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 161924268 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 161924268 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=906360 CPUtime=0.4
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 987 0 0 0 40 0 0 0 16 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=906360 CPUtime=0.35
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 709 0 0 0 35 0 0 0 16 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=906360 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161924272 928112640 21670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 906360

[startup+6.29878 s]
/proc/loadavg: 2.10 2.04 2.01 3/97 14651
/proc/meminfo: memFree=1110488/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=906232 CPUtime=6.18
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 26043 0 1 0 608 10 0 0 25 0 12 0 161924258 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226558 25120 2478 14 0 212995 0
[pid=14639/tid=14641] ppid=14637 vsize=906232 CPUtime=0.06
/proc/14639/task/14641/stat : 14641 (java) R 14637 14639 13814 0 -1 64 2001 0 0 0 6 0 0 0 15 0 12 0 161924265 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=906232 CPUtime=0.04
/proc/14639/task/14642/stat : 14642 (java) R 14637 14639 13814 0 -1 64 2249 0 0 0 3 1 0 0 15 0 12 0 161924265 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) R 14637 14639 13814 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 161924267 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 161924268 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 161924268 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=906232 CPUtime=0.42
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 987 0 0 0 42 0 0 0 16 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=906232 CPUtime=0.4
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 714 0 0 0 40 0 0 0 16 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161924272 927981568 25120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 906232

[startup+12.7812 s]
/proc/loadavg: 2.32 2.09 2.02 3/97 14651
/proc/meminfo: memFree=1086360/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=906232 CPUtime=12.63
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 32013 0 1 0 1250 13 0 0 25 0 12 0 161924258 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054232063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226558 30878 2478 14 0 212995 0
[pid=14639/tid=14641] ppid=14637 vsize=906232 CPUtime=0.11
/proc/14639/task/14641/stat : 14641 (java) S 14637 14639 13814 0 -1 64 4603 0 0 0 10 1 0 0 15 0 12 0 161924265 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=906232 CPUtime=0.1
/proc/14639/task/14642/stat : 14642 (java) S 14637 14639 13814 0 -1 64 5597 0 0 0 8 2 0 0 16 0 12 0 161924265 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14637 14639 13814 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 161924267 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 161924268 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 161924268 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=906232 CPUtime=0.45
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 993 0 0 0 45 0 0 0 17 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=906232 CPUtime=0.42
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 715 0 0 0 42 0 0 0 16 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=906232 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161924272 927981568 30878 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 906232

[startup+25.6467 s]
/proc/loadavg: 2.27 2.08 2.02 3/98 14652
/proc/meminfo: memFree=1064784/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=907324 CPUtime=25.44
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 38448 0 1 0 2528 16 0 0 25 0 13 0 161924258 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054347000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226831 36928 2483 14 0 213268 0
[pid=14639/tid=14641] ppid=14637 vsize=907324 CPUtime=0.19
/proc/14639/task/14641/stat : 14641 (java) S 14637 14639 13814 0 -1 64 7748 0 0 0 16 3 0 0 17 0 13 0 161924265 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=907324 CPUtime=0.17
/proc/14639/task/14642/stat : 14642 (java) S 14637 14639 13814 0 -1 64 8382 0 0 0 13 4 0 0 17 0 13 0 161924265 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14637 14639 13814 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 161924267 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 161924268 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 161924268 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=907324 CPUtime=0.71
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 1021 0 0 0 71 0 0 0 17 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=907324 CPUtime=0.89
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 1151 0 0 0 89 0 0 0 17 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161924272 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14652] ppid=14637 vsize=907324 CPUtime=0
/proc/14639/task/14652/stat : 14652 (java) S 14637 14639 13814 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 161926585 929099776 36928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 907324

[startup+51.3046 s]
/proc/loadavg: 2.18 2.08 2.02 3/98 14652
/proc/meminfo: memFree=1062224/2055920 swapFree=4192812/4192956
[pid=14639] ppid=14637 vsize=907036 CPUtime=50.98
/proc/14639/stat : 14639 (java) R 14637 14639 13814 0 -1 0 38466 0 1 0 5081 17 0 0 25 0 13 0 161924258 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054393297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 226759 36883 2484 14 0 213196 0
[pid=14639/tid=14641] ppid=14637 vsize=907036 CPUtime=0.19
/proc/14639/task/14641/stat : 14641 (java) S 14637 14639 13814 0 -1 64 7748 0 0 0 16 3 0 0 17 0 13 0 161924265 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14637 vsize=907036 CPUtime=0.17
/proc/14639/task/14642/stat : 14642 (java) S 14637 14639 13814 0 -1 64 8382 0 0 0 13 4 0 0 17 0 13 0 161924265 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14637 14639 13814 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 161924267 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14637 14639 13814 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 161924268 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14645/stat : 14645 (java) S 14637 14639 13814 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 161924268 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14637 14639 13814 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14648] ppid=14637 vsize=907036 CPUtime=0.8
/proc/14639/task/14648/stat : 14648 (java) S 14637 14639 13814 0 -1 64 1029 0 0 0 80 0 0 0 17 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14649] ppid=14637 vsize=907036 CPUtime=0.92
/proc/14639/task/14649/stat : 14649 (java) S 14637 14639 13814 0 -1 64 1154 0 0 0 92 0 0 0 16 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14650] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14650/stat : 14650 (java) S 14637 14639 13814 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14651] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14651/stat : 14651 (java) S 14637 14639 13814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161924272 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14639/tid=14652] ppid=14637 vsize=907036 CPUtime=0
/proc/14639/task/14652/stat : 14652 (java) S 14637 14639 13814 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 161926585 928804864 36883 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 907036

Child status: 0
Real time (s): 91.8705
CPU time (s): 91.3491
CPU user time (s): 91.0881
CPU system time (s): 0.26096
CPU usage (%): 99.4325
Max. virtual memory (cumulated for all children) (KiB): 907324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.0882
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51546
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= 2953
involuntary context switches= 5384

runsolver used 0.120981 s user time and 0.297954 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Jan  9 08:58:18 UTC 2007


IDJOB= 234726
IDBENCH= 6708
FILE ID= node5/234726-1168333098

PBS_JOBID= 3503059

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-8.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234726-1168333098/sat4jCSP-bf3.jar /tmp/evaluation/234726-1168333098/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-234726-1168333098 -o ROOT/results/node5/solver-234726-1168333098 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234726-1168333098/sat4jCSP-bf3.jar /tmp/evaluation/234726-1168333098/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b44e154edbaa39f899e76fd76810454f

RANDOM SEED= 77721016

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.240
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.240
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:       1200976 kB
Buffers:         76192 kB
Cached:         622032 kB
SwapCached:          0 kB
Active:         290604 kB
Inactive:       501936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1200976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:         116748 kB
Slab:            47168 kB
Committed_AS:  4570664 kB
PageTables:       2216 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB



End job on node5 on Tue Jan  9 08:59:51 UTC 2007