Trace number 215362

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 60.3418 60.8865

General information on the benchmark

NamepseudoSeries/
ii/ii-32d3.xml
MD5SUM9db463ea6302d5ac8ebb108d0fad22cd
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 benchmark60.3418
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1648
Number of constraints20302
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20302
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/215362-1170100059/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/215362-1170100059/unknown.xml [Mon Jan 29 20:47:41 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/215362-1170100059/unknown.xml /tmp/evaluation/215362-1170100059/sugar23563.csp [Mon Jan 29 20:47:41 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215362-1170100059/sugar-v0-40.jar -convert /tmp/evaluation/215362-1170100059/unknown.xml /tmp/evaluation/215362-1170100059/sugar23563.csp
0.15	c BEGIN convert /tmp/evaluation/215362-1170100059/unknown.xml
1.76	c END convert (1.612813 seconds)
1.80	c # CONVERT_XML  END : /tmp/evaluation/215362-1170100059/sugar23563.csp 768924 bytes (2 seconds) [Mon Jan 29 20:47:43 2007]
1.80	c # CONVERT_XML  CPU : 1.71 = 0 + 0 + 1.59 + 0.12
1.80	
1.80	c # GENERATE_SAT  BEGIN : /tmp/evaluation/215362-1170100059/sugar23563.bcnf [Mon Jan 29 20:47:43 2007]
1.80	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215362-1170100059/sugar-v0-40.jar -bcnf -map /tmp/evaluation/215362-1170100059/sugar23563.map /tmp/evaluation/215362-1170100059/sugar23563.csp /tmp/evaluation/215362-1170100059/sugar23563.bcnf
1.91	c BEGIN parse /tmp/evaluation/215362-1170100059/sugar23563.csp
8.10	c END parse (6.186783 seconds)
8.10	c BEGIN simplify
8.11	c END simplify (0.01259 seconds)
8.11	c BEGIN encode /tmp/evaluation/215362-1170100059/sugar23563.bcnf
8.68	c END encode (0.568417 seconds)
8.82	c # GENERATE_SAT  END : 61856 variables 453344 clauses 6487240 bytes (7 seconds) [Mon Jan 29 20:47:50 2007]
8.82	c # GENERATE_SAT  CPU : 6.98 = 0.11 + 0.01 + 6.73 + 0.13
8.82	
8.82	c # SOLVE_SAT  BEGIN : /tmp/evaluation/215362-1170100059/sugar23563.bcnf [Mon Jan 29 20:47:50 2007]
8.82	c # CMD : /tmp/evaluation/215362-1170100059/minisat /tmp/evaluation/215362-1170100059/sugar23563.bcnf /tmp/evaluation/215362-1170100059/sugar23563.out
9.07	c ==================================[MINISAT]===================================
9.07	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.07	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.07	c ==============================================================================
9.07	c |         0 |  453344  1168458 |  151114       0        0     nan |  0.000 % |
9.41	c |       100 |  453346  1168458 |  166225      98     2498    25.5 |  0.000 % |
9.91	c |       250 |  453348  1168458 |  182847     246     6735    27.4 |  0.000 % |
10.69	c |       475 |  453350  1168458 |  201132     469    12670    27.0 |  0.000 % |
11.80	c |       814 |  453352  1168458 |  221246     806    22474    27.9 |  0.000 % |
13.65	c |      1321 |  453365  1168458 |  243370    1300    35402    27.2 |  0.000 % |
16.23	c |      2082 |  453390  1168458 |  267707    2036    53742    26.4 |  0.000 % |
20.05	c |      3221 |  453413  1168458 |  294478    3152    78368    24.9 |  0.000 % |
26.42	c |      4929 |  453422  1168458 |  323926    4851   125390    25.8 |  0.000 % |
40.23	c |      7491 |  451654  1165410 |  356318    7308   198934    27.2 |  0.373 % |
58.39	c |     11335 |  446044  1155888 |  391950   10587   286809    27.1 |  1.591 % |
60.41	c ==============================================================================
60.41	c restarts              : 11
60.41	c conflicts             : 11714          (229 /sec)
60.41	c decisions             : 18551          (363 /sec)
60.41	c propagations          : 70579340       (1382032 /sec)
60.41	c conflict literals     : 303791         (24.67 % deleted)
60.41	c Memory used           : 21.04 MB
60.41	c CPU time              : 51.0692 s
60.41	c 
60.41	c SATISFIABLE
60.44	c # SOLVE_SAT  END : SATISFIABLE (52 seconds) [Mon Jan 29 20:48:42 2007]
60.44	c # SOLVE_SAT  CPU : 51.19 = 0 + 0.01 + 51.09 + 0.09
60.44	
60.44	c # RESULT : SATISFIABLE
60.44	
60.44	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:48:42 2007]
60.56	c BEGIN read SAT output /tmp/evaluation/215362-1170100059/sugar23563.out
60.63	c END read SAT output (0.071111 seconds)
60.63	c BEGIN write solution /tmp/evaluation/215362-1170100059/sugar23563.sol
60.81	c END write solution (0.18142 seconds)
60.85	s SATISFIABLE
60.85	v 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1
60.87	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:48:42 2007]
60.87	c # OUTPUT_SOL  CPU : 0.41 = 0.04 + 0 + 0.32 + 0.05
60.87	
60.87	c # MAIN  END :  (61 seconds) [Mon Jan 29 20:48:42 2007]
60.87	c # MAIN  CPU : 60.29 = 0.15 + 0.02 + 59.73 + 0.39
60.87	

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/node43/watcher-215362-1170100059 -o ROOT/results/node43/solver-215362-1170100059 -C 1800 -M 900 /tmp/evaluation/215362-1170100059/solver /tmp/evaluation/215362-1170100059 /tmp/evaluation/215362-1170100059/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.21 1.93 2.12 4/70 23564
/proc/meminfo: memFree=1912160/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=12268 CPUtime=0
/proc/23563/stat : 23563 (sugar) R 23560 23563 23455 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 29962143 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858147838 0 0 4224 0 0 0 0 17 0 0 0
/proc/23563/statm: 3067 316 241 3 0 167 0

[startup+0.103659 s]
/proc/loadavg: 1.21 1.93 2.12 4/70 23564
/proc/meminfo: memFree=1912160/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=13724 CPUtime=0.03
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29962143 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515726 s]
/proc/loadavg: 1.21 1.93 2.12 4/70 23564
/proc/meminfo: memFree=1912160/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=13724 CPUtime=0.03
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29962143 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33886 s]
/proc/loadavg: 1.21 1.93 2.12 3/90 23591
/proc/meminfo: memFree=1838520/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=13724 CPUtime=0.03
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29962143 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 3431 805 368 3 0 531 0
[pid=23568] ppid=23563 vsize=807412 CPUtime=1.27
/proc/23568/stat : 23568 (java) R 23563 23563 23455 0 -1 0 15042 0 1 0 117 10 0 0 20 0 8 0 29962147 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072926795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23568/statm: 201853 14788 1694 14 0 189131 0
[pid=23568/tid=23569] ppid=23563 vsize=807412 CPUtime=0.19
/proc/23568/task/23569/stat : 23569 (java) S 23563 23563 23455 0 -1 64 8444 0 0 0 16 3 0 0 17 0 8 0 29962150 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23568/tid=23571] ppid=23563 vsize=807412 CPUtime=0
/proc/23568/task/23571/stat : 23571 (java) S 23563 23563 23455 0 -1 64 9 0 0 0 0 0 0 0 22 0 8 0 29962151 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23568/tid=23572] ppid=23563 vsize=807412 CPUtime=0
/proc/23568/task/23572/stat : 23572 (java) S 23563 23563 23455 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 29962151 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23568/tid=23574] ppid=23563 vsize=807412 CPUtime=0
/proc/23568/task/23574/stat : 23574 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29962154 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23568/tid=23575] ppid=23563 vsize=807412 CPUtime=0.15
/proc/23568/task/23575/stat : 23575 (java) S 23563 23563 23455 0 -1 64 415 0 0 0 14 1 0 0 16 0 8 0 29962154 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23568/tid=23576] ppid=23563 vsize=807412 CPUtime=0
/proc/23568/task/23576/stat : 23576 (java) S 23563 23563 23455 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29962154 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23568/tid=23577] ppid=23563 vsize=807412 CPUtime=0
/proc/23568/task/23577/stat : 23577 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29962154 826789888 14788 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821136

[startup+2.97714 s]
/proc/loadavg: 1.21 1.93 2.12 3/90 23599
/proc/meminfo: memFree=1857336/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=13724 CPUtime=1.74
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 1190 16312 0 1 3 0 159 12 15 0 1 0 29962143 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 3431 809 371 3 0 531 0
[pid=23592] ppid=23563 vsize=807380 CPUtime=1.13
/proc/23592/stat : 23592 (java) R 23563 23563 23455 0 -1 0 9856 0 1 0 108 5 0 0 17 0 8 0 29962324 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23592/statm: 201845 9600 1506 14 0 189123 0
[pid=23592/tid=23593] ppid=23563 vsize=807380 CPUtime=0.2
/proc/23592/task/23593/stat : 23593 (java) S 23563 23563 23455 0 -1 64 3665 0 0 0 19 1 0 0 16 0 8 0 29962327 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23594] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23594/stat : 23594 (java) S 23563 23563 23455 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29962327 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23595] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23595/stat : 23595 (java) S 23563 23563 23455 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29962327 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23596] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23596/stat : 23596 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29962330 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23597] ppid=23563 vsize=807380 CPUtime=0.12
/proc/23592/task/23597/stat : 23597 (java) R 23563 23563 23455 0 -1 64 397 0 0 0 12 0 0 0 16 0 8 0 29962330 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153263022 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23592/tid=23598] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23598/stat : 23598 (java) S 23563 23563 23455 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29962330 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23599] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23599/stat : 23599 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29962330 826757120 9600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821104

[startup+6.18448 s]
/proc/loadavg: 1.19 1.92 2.12 2/76 23616
/proc/meminfo: memFree=1862632/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=13724 CPUtime=1.74
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 1190 16312 0 1 3 0 159 12 15 0 1 0 29962143 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 3431 809 371 3 0 531 0
[pid=23592] ppid=23563 vsize=807380 CPUtime=4.34
/proc/23592/stat : 23592 (java) R 23563 23563 23455 0 -1 0 14032 0 1 0 427 7 0 0 19 0 8 0 29962324 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073649673 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23592/statm: 201845 13747 1506 14 0 189123 0
[pid=23592/tid=23593] ppid=23563 vsize=807380 CPUtime=0.49
/proc/23592/task/23593/stat : 23593 (java) S 23563 23563 23455 0 -1 64 7788 0 0 0 46 3 0 0 15 0 8 0 29962327 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23592/tid=23594] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23594/stat : 23594 (java) S 23563 23563 23455 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29962327 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23595] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23595/stat : 23595 (java) S 23563 23563 23455 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29962327 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23596] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23596/stat : 23596 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29962330 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23597] ppid=23563 vsize=807380 CPUtime=0.15
/proc/23592/task/23597/stat : 23597 (java) S 23563 23563 23455 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 29962330 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23592/tid=23598] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23598/stat : 23598 (java) S 23563 23563 23455 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29962330 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23592/tid=23599] ppid=23563 vsize=807380 CPUtime=0
/proc/23592/task/23599/stat : 23599 (java) S 23563 23563 23455 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29962330 826757120 13747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821104

[startup+12.6486 s]
/proc/loadavg: 1.18 1.90 2.11 2/69 23624
/proc/meminfo: memFree=1879272/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=21716 CPUtime=8.72
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 3242 33670 0 2 14 1 832 25 16 0 1 0 29962143 22237184 2755 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 5429 2755 373 3 0 2529 0
[pid=23619] ppid=23563 vsize=19744 CPUtime=3.8
/proc/23619/stat : 23619 (minisat) R 23563 23563 23455 0 -1 0 5387 0 0 0 377 3 0 0 25 0 1 0 29963026 20217856 4332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/23619/statm: 4936 4332 51 112 0 4820 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 41460

[startup+25.4717 s]
/proc/loadavg: 1.35 1.90 2.11 3/71 23689
/proc/meminfo: memFree=1871952/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=21716 CPUtime=8.72
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 3242 33670 0 2 14 1 832 25 16 0 1 0 29962143 22237184 2755 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 5429 2755 373 3 0 2529 0
[pid=23619] ppid=23563 vsize=20268 CPUtime=16.51
/proc/23619/stat : 23619 (minisat) R 23563 23563 23455 0 -1 0 5529 0 0 0 1645 6 0 0 25 0 1 0 29963026 20754432 4474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/23619/statm: 5067 4474 51 112 0 4951 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 41984

[startup+51.128 s]
/proc/loadavg: 1.65 1.93 2.11 3/82 23744
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=23563] ppid=23560 vsize=21716 CPUtime=8.73
/proc/23563/stat : 23563 (sugar) S 23560 23563 23455 0 -1 4194304 3242 33670 0 2 14 2 832 25 16 0 1 0 29962143 22237184 2755 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23563/statm: 5429 2755 373 3 0 2529 0
[pid=23619] ppid=23563 vsize=21044 CPUtime=41.93
/proc/23619/stat : 23619 (minisat) R 23563 23563 23455 0 -1 0 5709 0 0 0 4186 7 0 0 25 0 1 0 29963026 21549056 4654 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/23619/statm: 5261 4654 51 112 0 5145 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 42760

Child status: 0
Real time (s): 60.8865
CPU time (s): 60.3418
CPU user time (s): 59.9199
CPU system time (s): 0.421935
CPU usage (%): 99.1054
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.9199
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49027
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= 2209
involuntary context switches= 3033

runsolver used 0.06399 s user time and 0.166974 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan 29 19:47:40 UTC 2007


IDJOB= 215362
IDBENCH= 4995
IDSOLVER= 86
FILE ID= node43/215362-1170100059

PBS_JOBID= 3689737

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ii/ii-32d3.xml
COMMAND LINE= /tmp/evaluation/215362-1170100059/solver /tmp/evaluation/215362-1170100059 /tmp/evaluation/215362-1170100059/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-215362-1170100059 -o ROOT/results/node43/solver-215362-1170100059 -C 1800 -M 900  /tmp/evaluation/215362-1170100059/solver /tmp/evaluation/215362-1170100059 /tmp/evaluation/215362-1170100059/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9db463ea6302d5ac8ebb108d0fad22cd

RANDOM SEED= 613135489

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.281
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.281
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:       1912976 kB
Buffers:         19104 kB
Cached:          53452 kB
SwapCached:          0 kB
Active:          64156 kB
Inactive:        28480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5044 kB
Writeback:           0 kB
Mapped:          30260 kB
Slab:            36048 kB
Committed_AS:   180108 kB
PageTables:       1592 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= 66549 MiB



End job on node43 on Mon Jan 29 19:48:42 UTC 2007