Trace number 287320

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-CACHED 1.7 RC BF3SAT 85.698 87.653

General information on the benchmark

Namelard/
lard-91-91.xml
MD5SUM0c8b23367fd89475f66573c785f8c9a0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.6871
SatisfiableYES
(Un)Satisfiability was proved
Number of variables91
Number of constraints4095
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4095
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.68	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
1.68	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
1.68	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
1.69	c version CSP COMPETITION BUGFIX 3 CACHED
1.69	c sun.arch.data.model	32
1.69	c java.version	1.5.0_10
1.69	c os.name	Linux
1.69	c os.version	2.6.9-22.EL.rootsmp
1.69	c os.arch	i386
1.69	c Free memory 722620888
1.69	c Max memory 723845120
1.69	c Total memory 723845120
1.69	c Number of processors 2
1.80	c --- Begin Solver configuration ---
1.80	c Stops conflict analysis at the first Unique Implication Point
1.80	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
1.80	c Learn all clauses as in MiniSAT
1.80	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.80	c VSIDS like heuristics from MiniSAT using a heap
1.80	c No reason simplification
1.80	c --- End Solver configuration ---
1.80	c solving /tmp/evaluation/287320-1170113069/unknown.xml
1.80	c reading problem ... 
2.20	c reading problem named ?
2.20	c reading domains done.
2.21	c reading variables
c reading variables (91) done.
2.37	c reading relations
c reading relations (4095) done.
65.83	c reading constraints
c reading constraints done.
87.00	c ... done. Wall clock time 85.195s.
87.00	c CPU time (experimental) 67.24s.
87.00	c #vars     8372
87.00	c #constraints  557281
87.46	c starts		: 1
87.46	c conflicts		: 0
87.46	c decisions		: 4050
87.46	c propagations		: 8372
87.46	c inspects		: 403065
87.46	c learnt literals	: 0
87.46	c learnt binary clauses	: 0
87.46	c learnt ternary clauses	: 0
87.46	c learnt clauses	: 0
87.46	c root simplifications	: 0
87.46	c removed literals (reason simplification)	: 0
87.46	c reason swapping (by a shorter reason)	: 0
87.46	c Calls to reduceDB	: 0
87.46	c speed (decisions/second)	: 9574.468085106384
87.46	c non guided choices	4050
87.46	s SATISFIABLE
87.46	v 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
87.46	c Total wall clock time (in seconds) : 85.654
87.46	c Total CPU time (experimental, in seconds) : 67.46

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/node68/watcher-287320-1170113069 -o ROOT/results/node68/solver-287320-1170113069 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287320-1170113069/sat4jCSP-bf3-cached.jar /tmp/evaluation/287320-1170113069/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: 4.92 7.04 6.08 4/82 23595
/proc/meminfo: memFree=16056/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=18540 CPUtime=0
/proc/23594/stat : 23594 (runsolver) D 23592 23594 23164 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 31264781 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 257414458663 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23594/statm: 4635 279 244 17 0 2626 0

[startup+0.103302 s]
/proc/loadavg: 4.92 7.04 6.08 4/82 23595
/proc/meminfo: memFree=16056/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=18540 CPUtime=0
/proc/23594/stat : 23594 (runsolver) D 23592 23594 23164 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 31264781 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 257414458663 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23594/statm: 4635 279 244 17 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18540

[startup+0.511445 s]
/proc/loadavg: 4.92 7.04 6.08 4/82 23595
/proc/meminfo: memFree=16056/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=1496 CPUtime=0
/proc/23594/stat : 23594 (java) D 23592 23594 23164 0 -1 0 55 0 3 0 0 0 0 0 18 0 1 0 31264781 1531904 41 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 10519559 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23594/statm: 374 41 32 14 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1496

[startup+1.33242 s]
/proc/loadavg: 4.92 7.04 6.08 2/82 23595
/proc/meminfo: memFree=15352/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=50228 CPUtime=0.01
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 1325 0 60 0 0 1 0 0 17 0 1 0 31264781 51433472 1149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 0 0 0 17 1 0 0
/proc/23594/statm: 12557 1149 878 14 0 1707 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 50228

[startup+2.97656 s]
/proc/loadavg: 4.92 7.04 6.08 3/93 23606
/proc/meminfo: memFree=15840/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=905628 CPUtime=1.69
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 9233 0 92 0 160 9 0 0 19 0 12 0 31264781 927363072 8404 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054205605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23594/statm: 226407 8406 2332 14 0 212844 0
[pid=23594/tid=23596] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 31264915 927363072 8407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 31264915 927363072 8408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23598] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 23164 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 31264918 927363072 8409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 23164 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 31264919 927363072 8410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23600] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 23164 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 31264919 927363072 8412 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23601] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 23164 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31264942 927363072 8413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23602] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 23164 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 31264942 927363072 8415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=905628 CPUtime=0.41
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 23164 0 -1 64 608 0 0 0 41 0 0 0 16 0 12 0 31264942 927363072 8416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=905628 CPUtime=0.48
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 23164 0 -1 64 987 0 0 0 47 1 0 0 16 0 12 0 31264942 927363072 8417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 31264942 927363072 8419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23606] ppid=23592 vsize=905628 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 23164 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31264942 927363072 8420 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 905628

[startup+6.27188 s]
/proc/loadavg: 4.76 6.98 6.06 3/93 23607
/proc/meminfo: memFree=16224/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=905728 CPUtime=4.95
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 31375 0 92 0 473 22 0 0 25 0 12 0 31264781 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23594/statm: 226432 30187 2340 14 0 212869 0
[pid=23594/tid=23596] ppid=23592 vsize=905728 CPUtime=0.31
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 23164 0 -1 64 4065 0 0 0 30 1 0 0 16 0 12 0 31264915 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=905728 CPUtime=0.32
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 23164 0 -1 64 6028 0 0 0 30 2 0 0 16 0 12 0 31264915 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 23164 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 31264918 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 23164 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 31264919 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 23164 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 31264919 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 23164 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23602] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 23164 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=905728 CPUtime=0.48
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 23164 0 -1 64 661 0 0 0 48 0 0 0 17 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=905728 CPUtime=0.57
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 23164 0 -1 64 1031 0 0 0 56 1 0 0 17 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23606] ppid=23592 vsize=905728 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 23164 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31264942 927465472 30187 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 905728

[startup+12.6914 s]
/proc/loadavg: 4.62 6.91 6.05 3/93 23607
/proc/meminfo: memFree=15840/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=908728 CPUtime=11.29
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 43840 0 92 0 1099 30 0 0 23 0 12 0 31264781 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054176708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23594/statm: 227182 41909 2340 14 0 213619 0
[pid=23594/tid=23596] ppid=23592 vsize=908728 CPUtime=0.75
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 23164 0 -1 64 10891 0 0 0 71 4 0 0 16 0 12 0 31264915 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=908728 CPUtime=0.78
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 23164 0 -1 64 10279 0 0 0 74 4 0 0 16 0 12 0 31264915 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 23164 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 31264918 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 23164 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 31264919 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 23164 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 31264919 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 23164 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23602] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 23164 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=908728 CPUtime=0.77
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 23164 0 -1 64 2014 0 0 0 76 1 0 0 18 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=908728 CPUtime=0.66
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 23164 0 -1 64 1037 0 0 0 65 1 0 0 17 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23606] ppid=23592 vsize=908728 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 23164 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31264942 930537472 41909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 908728

[startup+25.5676 s]
/proc/loadavg: 4.41 6.75 6.01 3/93 23607
/proc/meminfo: memFree=15008/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=907124 CPUtime=24.12
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 68383 0 92 0 2367 45 0 0 25 0 12 0 31264781 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054176618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23594/statm: 226781 65118 2340 14 0 213218 0
[pid=23594/tid=23596] ppid=23592 vsize=907124 CPUtime=1.66
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 23164 0 -1 64 22374 0 0 0 157 9 0 0 16 0 12 0 31264915 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=907124 CPUtime=1.71
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 23164 0 -1 64 22331 0 0 0 162 9 0 0 16 0 12 0 31264915 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=907124 CPUtime=0.01
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 23164 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 31264918 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 23164 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 31264919 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 23164 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 31264919 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 23164 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23602] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 23164 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=907124 CPUtime=1.12
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 23164 0 -1 64 2864 0 0 0 111 1 0 0 16 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=907124 CPUtime=0.91
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 23164 0 -1 64 1147 0 0 0 90 1 0 0 16 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23606] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 23164 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31264942 928894976 65118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.12
Current children cumulated vsize (KiB) 907124

[startup+51.25 s]
/proc/loadavg: 4.01 6.46 5.93 3/93 23607
/proc/meminfo: memFree=15264/2055920 swapFree=4191892/4192956
[pid=23594] ppid=23592 vsize=907124 CPUtime=49.77
/proc/23594/stat : 23594 (java) R 23592 23594 23164 0 -1 0 117863 0 92 0 4895 82 0 0 25 0 12 0 31264781 928894976 114437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23594/statm: 226781 114440 2340 14 0 213218 0
[pid=23594/tid=23596] ppid=23592 vsize=907124 CPUtime=3.64
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 23164 0 -1 64 50156 0 0 0 343 21 0 0 15 0 12 0 31264915 928894976 114442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=907124 CPUtime=3.83
/proc/23594/task/23597/stat : 23597 (java) R 23592 23594 23164 0 -1 64 43931 0 0 0 364 19 0 0 15 0 12 0 31264915 928894976 114444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=907124 CPUtime=0.04
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 23164 0 -1 64 30 0 0 0 3 1 0 0 15 0 12 0 31264918 928894976 114446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 23164 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 31264919 928894976 114448 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 23164 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 31264919 928894976 114451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 23164 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 31264942 928894976 114453 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23602] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 23164 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 31264942 928894976 114455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=907124 CPUtime=1.28
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 23164 0 -1 64 2875 0 0 0 127 1 0 0 16 0 12 0 31264942 928894976 114456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=907124 CPUtime=1
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 23164 0 -1 64 1150 0 0 0 99 1 0 0 16 0 12 0 31264942 928894976 114458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 23164 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 31264942 928894976 114458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23606] ppid=23592 vsize=907124 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 23164 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 31264942 928894976 114458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 907124

Child status: 0
Real time (s): 87.653
CPU time (s): 85.698
CPU user time (s): 84.2422
CPU system time (s): 1.45578
CPU usage (%): 97.7695
Max. virtual memory (cumulated for all children) (KiB): 909668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.2422
system time used= 1.45578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189450
page faults= 102
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5930
involuntary context switches= 5643

runsolver used 0.120981 s user time and 0.298954 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 23:24:32 UTC 2007


IDJOB= 287320
IDBENCH= 19813
IDSOLVER= 80
FILE ID= node68/287320-1170113069

PBS_JOBID= 3690265

Free space on /tmp= 49511 MiB

SOLVER NAME= SAT4JCSP-CACHED 1.7 RC BF3
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-91-91.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287320-1170113069/sat4jCSP-bf3-cached.jar /tmp/evaluation/287320-1170113069/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-287320-1170113069 -o ROOT/results/node68/solver-287320-1170113069 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/287320-1170113069/sat4jCSP-bf3-cached.jar /tmp/evaluation/287320-1170113069/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0c8b23367fd89475f66573c785f8c9a0

RANDOM SEED= 960209217

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.234
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.234
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:         15064 kB
Buffers:         18076 kB
Cached:        1889528 kB
SwapCached:          0 kB
Active:         151268 kB
Inactive:      1791112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15064 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:          761468 kB
Writeback:       26068 kB
Mapped:          50536 kB
Slab:            83812 kB
Committed_AS:   725004 kB
PageTables:       1832 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= 48191 MiB



End job on node68 on Mon Jan 29 23:25:59 UTC 2007