Trace number 211325

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
sugar 0.40SAT 44.6272 45.1533

General information on the benchmark

NamepseudoSeries/ttp/
data-10-3.xml
MD5SUM0e55a6b21f60962d919e77257912f16e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.6272
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/211325-1170098083/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/211325-1170098083/unknown.xml [Mon Jan 29 20:14:44 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/211325-1170098083/unknown.xml /tmp/evaluation/211325-1170098083/sugar21847.csp [Mon Jan 29 20:14:44 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211325-1170098083/sugar-v0-40.jar -convert /tmp/evaluation/211325-1170098083/unknown.xml /tmp/evaluation/211325-1170098083/sugar21847.csp
0.17	c BEGIN convert /tmp/evaluation/211325-1170098083/unknown.xml
4.95	c END convert (4.779724 seconds)
4.99	c # CONVERT_XML  END : /tmp/evaluation/211325-1170098083/sugar21847.csp 5353253 bytes (5 seconds) [Mon Jan 29 20:14:49 2007]
4.99	c # CONVERT_XML  CPU : 4.88 = 0.01 + 0 + 4.65 + 0.22
4.99	
4.99	c # GENERATE_SAT  BEGIN : /tmp/evaluation/211325-1170098083/sugar21847.bcnf [Mon Jan 29 20:14:49 2007]
4.99	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211325-1170098083/sugar-v0-40.jar -bcnf -map /tmp/evaluation/211325-1170098083/sugar21847.map /tmp/evaluation/211325-1170098083/sugar21847.csp /tmp/evaluation/211325-1170098083/sugar21847.bcnf
5.10	c BEGIN parse /tmp/evaluation/211325-1170098083/sugar21847.csp
34.73	c END parse (29.623637 seconds)
34.73	c BEGIN simplify
34.77	c END simplify (0.037438 seconds)
34.77	c BEGIN encode /tmp/evaluation/211325-1170098083/sugar21847.bcnf
38.46	c END encode (3.688798 seconds)
39.11	c # GENERATE_SAT  END : 408594 variables 3417171 clauses 49703864 bytes (34 seconds) [Mon Jan 29 20:15:23 2007]
39.11	c # GENERATE_SAT  CPU : 33.75 = 0.55 + 0.04 + 32.53 + 0.63
39.11	
39.11	c # SOLVE_SAT  BEGIN : /tmp/evaluation/211325-1170098083/sugar21847.bcnf [Mon Jan 29 20:15:23 2007]
39.11	c # CMD : /tmp/evaluation/211325-1170098083/minisat /tmp/evaluation/211325-1170098083/sugar21847.bcnf /tmp/evaluation/211325-1170098083/sugar21847.out
41.34	c ==================================[MINISAT]===================================
41.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
41.35	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
41.35	c ==============================================================================
41.35	c |         0 | 2828716  7484583 |  942905       0        0     nan |  0.000 % |
42.62	c |       100 | 2828720  7484583 | 1037195      89     1827    20.5 |  7.116 % |
43.84	c ==============================================================================
43.84	c restarts              : 2
43.84	c conflicts             : 218            (49 /sec)
43.84	c decisions             : 891            (199 /sec)
43.84	c propagations          : 5105737        (1140611 /sec)
43.84	c conflict literals     : 6941           (4.38 % deleted)
43.84	c Memory used           : 125.24 MB
43.84	c CPU time              : 4.47632 s
43.84	c 
43.84	c SATISFIABLE
44.05	c # SOLVE_SAT  END : SATISFIABLE (5 seconds) [Mon Jan 29 20:15:28 2007]
44.05	c # SOLVE_SAT  CPU : 4.89 = 0 + 0.01 + 4.65 + 0.23
44.05	
44.05	c # RESULT : SATISFIABLE
44.05	
44.05	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:15:28 2007]
44.18	c BEGIN read SAT output /tmp/evaluation/211325-1170098083/sugar21847.out
44.53	c END read SAT output (0.342164 seconds)
44.53	c BEGIN write solution /tmp/evaluation/211325-1170098083/sugar21847.sol
44.92	c END write solution (0.395182 seconds)
44.93	s SATISFIABLE
44.95	v 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1
45.11	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 20:15:29 2007]
45.11	c # OUTPUT_SOL  CPU : 1.02 = 0.16 + 0.01 + 0.780000000000001 + 0.0699999999999998
45.11	
45.11	c # MAIN  END :  (45 seconds) [Mon Jan 29 20:15:29 2007]
45.11	c # MAIN  CPU : 44.54 = 0.72 + 0.06 + 42.61 + 1.15
45.11	

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/node42/watcher-211325-1170098083 -o ROOT/results/node42/solver-211325-1170098083 -C 1800 -M 900 /tmp/evaluation/211325-1170098083/solver /tmp/evaluation/211325-1170098083 /tmp/evaluation/211325-1170098083/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.68 1.24 1.55 5/81 21848
/proc/meminfo: memFree=1304648/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=18540 CPUtime=0
/proc/21847/stat : 21847 (runsolver) R 21845 21847 21442 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 29764403 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259415312073 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21847/statm: 4635 279 244 17 0 2626 0

[startup+0.107389 s]
/proc/loadavg: 1.68 1.24 1.55 5/81 21848
/proc/meminfo: memFree=1304648/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=0.03
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29764403 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21847/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51547 s]
/proc/loadavg: 1.68 1.24 1.55 5/81 21848
/proc/meminfo: memFree=1304648/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=0.03
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29764403 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21847/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33663 s]
/proc/loadavg: 1.68 1.24 1.55 3/89 21856
/proc/meminfo: memFree=1220104/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=0.03
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29764403 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21847/statm: 3431 805 368 3 0 531 0
[pid=21849] ppid=21847 vsize=807288 CPUtime=1.23
/proc/21849/stat : 21849 (java) R 21847 21847 21442 0 -1 0 18852 0 1 0 112 11 0 0 22 0 8 0 29764408 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21849/statm: 201822 18596 1690 14 0 189100 0
[pid=21849/tid=21850] ppid=21847 vsize=807288 CPUtime=0.23
/proc/21849/task/21850/stat : 21850 (java) R 21847 21847 21442 0 -1 64 12294 0 0 0 18 5 0 0 16 0 8 0 29764412 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155528723 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21849/tid=21851] ppid=21847 vsize=807288 CPUtime=0
/proc/21849/task/21851/stat : 21851 (java) S 21847 21847 21442 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29764412 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21852] ppid=21847 vsize=807288 CPUtime=0
/proc/21849/task/21852/stat : 21852 (java) S 21847 21847 21442 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29764412 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21853] ppid=21847 vsize=807288 CPUtime=0
/proc/21849/task/21853/stat : 21853 (java) S 21847 21847 21442 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29764416 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21854] ppid=21847 vsize=807288 CPUtime=0.12
/proc/21849/task/21854/stat : 21854 (java) S 21847 21847 21442 0 -1 64 395 0 0 0 12 0 0 0 16 0 8 0 29764416 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21849/tid=21855] ppid=21847 vsize=807288 CPUtime=0
/proc/21849/task/21855/stat : 21855 (java) S 21847 21847 21442 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29764416 826662912 18596 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21856] ppid=21847 vsize=807288 CPUtime=0
/proc/21849/task/21856/stat : 21856 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29764416 826662912 18596 18446744073709551615 134512640 134570532 4294956528 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) 821012

[startup+2.98893 s]
/proc/loadavg: 1.68 1.24 1.55 4/89 21856
/proc/meminfo: memFree=1167240/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=0.03
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29764403 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21847/statm: 3431 805 368 3 0 531 0
[pid=21849] ppid=21847 vsize=807408 CPUtime=2.89
/proc/21849/stat : 21849 (java) R 21847 21847 21442 0 -1 0 30974 0 1 0 272 17 0 0 25 0 8 0 29764408 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073715406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21849/statm: 201852 30712 1695 14 0 189130 0
[pid=21849/tid=21850] ppid=21847 vsize=807408 CPUtime=0.66
/proc/21849/task/21850/stat : 21850 (java) S 21847 21847 21442 0 -1 64 24356 0 0 0 57 9 0 0 16 0 8 0 29764412 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21849/tid=21851] ppid=21847 vsize=807408 CPUtime=0
/proc/21849/task/21851/stat : 21851 (java) S 21847 21847 21442 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29764412 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21852] ppid=21847 vsize=807408 CPUtime=0
/proc/21849/task/21852/stat : 21852 (java) S 21847 21847 21442 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29764412 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21853] ppid=21847 vsize=807408 CPUtime=0
/proc/21849/task/21853/stat : 21853 (java) S 21847 21847 21442 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29764416 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21854] ppid=21847 vsize=807408 CPUtime=0.18
/proc/21849/task/21854/stat : 21854 (java) S 21847 21847 21442 0 -1 64 427 0 0 0 17 1 0 0 16 0 8 0 29764416 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21849/tid=21855] ppid=21847 vsize=807408 CPUtime=0
/proc/21849/task/21855/stat : 21855 (java) S 21847 21847 21442 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29764416 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21849/tid=21856] ppid=21847 vsize=807408 CPUtime=0
/proc/21849/task/21856/stat : 21856 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29764416 826785792 30712 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821132

[startup+6.28256 s]
/proc/loadavg: 1.79 1.27 1.56 3/89 21864
/proc/meminfo: memFree=1173384/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=4.91
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1190 31019 0 1 4 0 465 22 15 0 1 0 29764403 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21847/statm: 3431 809 371 3 0 531 0
[pid=21857] ppid=21847 vsize=808088 CPUtime=1.24
/proc/21857/stat : 21857 (java) R 21847 21847 21442 0 -1 0 11194 0 1 0 120 4 0 0 25 0 8 0 29764903 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21857/statm: 202022 10935 1494 14 0 189300 0
[pid=21857/tid=21858] ppid=21847 vsize=808088 CPUtime=0.29
/proc/21857/task/21858/stat : 21858 (java) S 21847 21847 21442 0 -1 64 5128 0 0 0 28 1 0 0 16 0 8 0 29764906 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21847 vsize=808088 CPUtime=0
/proc/21857/task/21859/stat : 21859 (java) S 21847 21847 21442 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29764906 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21847 vsize=808088 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21847 21847 21442 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 29764906 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21847 vsize=808088 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21847 21847 21442 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29764909 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21847 vsize=808088 CPUtime=0.04
/proc/21857/task/21862/stat : 21862 (java) S 21847 21847 21442 0 -1 64 293 0 0 0 4 0 0 0 18 0 8 0 29764909 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21863] ppid=21847 vsize=808088 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29764909 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21847 vsize=808088 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29764909 827482112 10935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821812

[startup+12.6978 s]
/proc/loadavg: 1.80 1.28 1.56 6/89 21864
/proc/meminfo: memFree=947208/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=4.91
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1190 31019 0 1 4 0 465 22 15 0 1 0 29764403 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21847/statm: 3431 809 371 3 0 531 0
[pid=21857] ppid=21847 vsize=808404 CPUtime=7.59
/proc/21857/stat : 21857 (java) R 21847 21847 21442 0 -1 0 35718 0 1 0 741 18 0 0 25 0 8 0 29764903 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 202101 35400 1507 14 0 189379 0
[pid=21857/tid=21858] ppid=21847 vsize=808404 CPUtime=1.93
/proc/21857/task/21858/stat : 21858 (java) R 21847 21847 21442 0 -1 64 29443 0 0 0 181 12 0 0 15 0 8 0 29764906 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21859/stat : 21859 (java) S 21847 21847 21442 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29764906 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21847 21847 21442 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 29764906 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21847 21847 21442 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29764909 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21847 vsize=808404 CPUtime=0.15
/proc/21857/task/21862/stat : 21862 (java) S 21847 21847 21442 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29764909 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29764909 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) R 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29764909 827805696 35400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 822128

[startup+25.5851 s]
/proc/loadavg: 2.07 1.36 1.58 3/89 21864
/proc/meminfo: memFree=669640/2055920 swapFree=4192956/4192956
[pid=21847] ppid=21845 vsize=13724 CPUtime=4.91
/proc/21847/stat : 21847 (sugar) S 21845 21847 21442 0 -1 4194304 1190 31019 0 1 4 0 465 22 15 0 1 0 29764403 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21847/statm: 3431 809 371 3 0 531 0
[pid=21857] ppid=21847 vsize=808404 CPUtime=20.4
/proc/21857/stat : 21857 (java) R 21847 21847 21442 0 -1 0 52335 0 1 0 2011 29 0 0 25 0 8 0 29764903 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154523530 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21857/statm: 202101 51895 1507 14 0 189379 0
[pid=21857/tid=21858] ppid=21847 vsize=808404 CPUtime=3.19
/proc/21857/task/21858/stat : 21858 (java) S 21847 21847 21442 0 -1 64 45937 0 0 0 298 21 0 0 16 0 8 0 29764906 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21859] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21859/stat : 21859 (java) S 21847 21847 21442 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29764906 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21860] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21847 21847 21442 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 29764906 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21861] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21847 21847 21442 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29764909 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21862] ppid=21847 vsize=808404 CPUtime=0.15
/proc/21857/task/21862/stat : 21862 (java) S 21847 21847 21442 0 -1 64 421 0 0 0 15 0 0 0 17 0 8 0 29764909 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21863/stat : 21863 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29764909 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21857/tid=21864] ppid=21847 vsize=808404 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21847 21847 21442 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29764909 827805696 51895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 822128

Child status: 0
Real time (s): 45.1533
CPU time (s): 44.6272
CPU user time (s): 43.3724
CPU system time (s): 1.25481
CPU usage (%): 98.835
Max. virtual memory (cumulated for all children) (KiB): 858992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3724
system time used= 1.25481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149942
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4666
involuntary context switches= 5862

runsolver used 0.055991 s user time and 0.158975 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan 29 19:14:44 UTC 2007


IDJOB= 211325
IDBENCH= 4685
IDSOLVER= 86
FILE ID= node42/211325-1170098083

PBS_JOBID= 3689716

Free space on /tmp= 66394 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/data-10-3.xml
COMMAND LINE= /tmp/evaluation/211325-1170098083/solver /tmp/evaluation/211325-1170098083 /tmp/evaluation/211325-1170098083/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-211325-1170098083 -o ROOT/results/node42/solver-211325-1170098083 -C 1800 -M 900  /tmp/evaluation/211325-1170098083/solver /tmp/evaluation/211325-1170098083 /tmp/evaluation/211325-1170098083/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0e55a6b21f60962d919e77257912f16e

RANDOM SEED= 541069219

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.261
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.261
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:       1308392 kB
Buffers:         51076 kB
Cached:         536784 kB
SwapCached:          0 kB
Active:         237592 kB
Inactive:       431956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          110020 kB
Writeback:           0 kB
Mapped:          98460 kB
Slab:            63180 kB
Committed_AS:   384576 kB
PageTables:       1972 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= 66546 MiB



End job on node42 on Mon Jan 29 19:15:29 UTC 2007