Trace number 203493

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.40? (TO) 1800.07 1803.48

General information on the benchmark

Namefrb/frb53-24/
frb53-24-4-mgd_ext.xml
MD5SUM58a018f3335821d1414ff360bd57ba06
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 benchmark73.8908
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables53
Number of constraints473
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension473
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/203493-1170095954/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/203493-1170095954/unknown.xml [Mon Jan 29 19:39:14 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/203493-1170095954/unknown.xml /tmp/evaluation/203493-1170095954/sugar26269.csp [Mon Jan 29 19:39:14 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203493-1170095954/sugar-v0-40.jar -convert /tmp/evaluation/203493-1170095954/unknown.xml /tmp/evaluation/203493-1170095954/sugar26269.csp
0.17	c BEGIN convert /tmp/evaluation/203493-1170095954/unknown.xml
0.94	c END convert (0.764454 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/203493-1170095954/sugar26269.csp 2578886 bytes (1 seconds) [Mon Jan 29 19:39:15 2007]
0.97	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203493-1170095954/sugar26269.bcnf [Mon Jan 29 19:39:15 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203493-1170095954/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203493-1170095954/sugar26269.map /tmp/evaluation/203493-1170095954/sugar26269.csp /tmp/evaluation/203493-1170095954/sugar26269.bcnf
1.09	c BEGIN parse /tmp/evaluation/203493-1170095954/sugar26269.csp
36.52	c END parse (35.431302 seconds)
36.52	c BEGIN simplify
36.67	c END simplify (0.152213 seconds)
36.67	c BEGIN encode /tmp/evaluation/203493-1170095954/sugar26269.bcnf
37.84	c END encode (1.168681 seconds)
38.00	c # GENERATE_SAT  END : 7583 variables 92188 clauses 9217836 bytes (37 seconds) [Mon Jan 29 19:39:52 2007]
38.00	c # GENERATE_SAT  CPU : 36.84 = 0.05 + 0 + 36.29 + 0.5
38.00	
38.00	c # SOLVE_SAT  BEGIN : /tmp/evaluation/203493-1170095954/sugar26269.bcnf [Mon Jan 29 19:39:52 2007]
38.00	c # CMD : /tmp/evaluation/203493-1170095954/minisat /tmp/evaluation/203493-1170095954/sugar26269.bcnf /tmp/evaluation/203493-1170095954/sugar26269.out
38.21	c ==================================[MINISAT]===================================
38.21	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.21	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.21	c ==============================================================================
38.21	c |         0 |   92188  2212261 |   30729       0        0     nan |  0.000 % |
38.26	c |       100 |   92188  2212261 |   33801     100     3067    30.7 |  0.000 % |
38.33	c |       250 |   92189  2212261 |   37182     249     5108    20.5 |  0.000 % |
38.43	c |       476 |   92189  2212261 |   40900     475     8147    17.2 |  0.000 % |
38.60	c |       814 |   92189  2212261 |   44990     813    15545    19.1 |  0.000 % |
38.82	c |      1320 |   92189  2212261 |   49489    1319    22959    17.4 |  0.000 % |
39.24	c |      2081 |   92189  2212261 |   54438    2080    34050    16.4 |  0.000 % |
39.84	c |      3220 |   92189  2212261 |   59882    3219    52693    16.4 |  0.000 % |
40.78	c |      4928 |   92189  2212261 |   65870    4927    78067    15.8 |  0.000 % |
42.20	c |      7490 |   92189  2212261 |   72457    7489   120055    16.0 |  0.000 % |
44.78	c |     11335 |   92189  2212261 |   79703   11334   186304    16.4 |  0.000 % |
48.91	c |     17101 |   92189  2212261 |   87673   17100   287998    16.8 |  0.000 % |
55.51	c |     25750 |   92190  2212261 |   96440   25748   432646    16.8 |  0.000 % |
67.70	c |     38726 |   92191  2212261 |  106084   38723   681438    17.6 |  0.000 % |
85.66	c |     58187 |   92192  2212261 |  116693   58183  1049758    18.0 |  0.000 % |
117.84	c |     87379 |   92198  2212261 |  128362   87369  1643854    18.8 |  0.000 % |
179.66	c |    131170 |   92202  2212261 |  141198   18995   395101    20.8 |  0.000 % |
253.22	c |    196855 |   92207  2212261 |  155318   84675  2210796    26.1 |  0.000 % |
397.22	c |    295381 |   92211  2212261 |  170850   49602  1430838    28.8 |  0.000 % |
621.93	c |    443170 |   92216  2212261 |  187935   46214  1127552    24.4 |  0.000 % |
940.78	c |    664853 |   92241  2212261 |  206729   97433  2587773    26.6 |  0.000 % |
1568.94	c |    997378 |   92253  2212261 |  227402   60174  1661635    27.6 |  0.000 % |
1802.46	
1802.46	s UNKNOWN
1802.46	c # INTERRUPTED
1802.46	c # MAIN  END :  (1802 seconds) [Mon Jan 29 20:09:16 2007]
1802.46	c # MAIN  CPU : 36.84 = 0.05 + 0 + 36.29 + 0.5
1802.46	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-203493-1170095954 -o ROOT/results/node12/solver-203493-1170095954 -C 1800 -M 900 /tmp/evaluation/203493-1170095954/solver /tmp/evaluation/203493-1170095954 /tmp/evaluation/203493-1170095954/unknown.xml 

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

/proc/loadavg: 2.00 2.04 2.19 5/87 26270
/proc/meminfo: memFree=1821016/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=18540 CPUtime=0
/proc/26269/stat : 26269 (runsolver) R 26267 26269 25282 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29549842 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26269/statm: 4635 279 244 17 0 2626 0

[startup+0.108621 s]
/proc/loadavg: 2.00 2.04 2.19 5/87 26270
/proc/meminfo: memFree=1821016/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29549842 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516693 s]
/proc/loadavg: 2.00 2.04 2.19 5/87 26270
/proc/meminfo: memFree=1821016/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33985 s]
/proc/loadavg: 2.00 2.04 2.19 3/96 26286
/proc/meminfo: memFree=1811152/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 808 370 3 0 531 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26279] ppid=26269 vsize=807064 CPUtime=0.34
/proc/26279/stat : 26279 (java) R 26269 26269 25282 0 -1 0 6511 0 1 0 31 3 0 0 17 0 8 0 29549939 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26279/statm: 201766 6261 1494 14 0 189044 0
[pid=26279/tid=26280] ppid=26269 vsize=807064 CPUtime=0.02
/proc/26279/task/26280/stat : 26280 (java) S 26269 26269 25282 0 -1 64 459 0 0 0 2 0 0 0 16 0 8 0 29549942 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26281] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26281/stat : 26281 (java) S 26269 26269 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29549943 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26282] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26282/stat : 26282 (java) S 26269 26269 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29549943 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26283] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26283/stat : 26283 (java) S 26269 26269 25282 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29549946 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26284] ppid=26269 vsize=807064 CPUtime=0.04
/proc/26279/task/26284/stat : 26284 (java) R 26269 26269 25282 0 -1 64 292 0 0 0 4 0 0 0 19 0 8 0 29549946 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26285] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26285/stat : 26285 (java) S 26269 26269 25282 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29549946 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26286] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26286/stat : 26286 (java) S 26269 26269 25282 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29549946 826433536 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99314 s]
/proc/loadavg: 2.16 2.07 2.20 3/96 26286
/proc/meminfo: memFree=1781648/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 808 370 3 0 531 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26279] ppid=26269 vsize=807064 CPUtime=1.98
/proc/26279/stat : 26279 (java) R 26269 26269 25282 0 -1 0 12939 0 1 0 191 7 0 0 25 0 8 0 29549939 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26279/statm: 201766 12674 1494 14 0 189044 0
[pid=26279/tid=26280] ppid=26269 vsize=807064 CPUtime=0.53
/proc/26279/task/26280/stat : 26280 (java) R 26269 26269 25282 0 -1 64 6872 0 0 0 50 3 0 0 16 0 8 0 29549942 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26281] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26281/stat : 26281 (java) S 26269 26269 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29549943 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26282] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26282/stat : 26282 (java) S 26269 26269 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29549943 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26283] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26283/stat : 26283 (java) S 26269 26269 25282 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29549946 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26284] ppid=26269 vsize=807064 CPUtime=0.04
/proc/26279/task/26284/stat : 26284 (java) S 26269 26269 25282 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29549946 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26285] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26285/stat : 26285 (java) S 26269 26269 25282 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29549946 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26286] ppid=26269 vsize=807064 CPUtime=0
/proc/26279/task/26286/stat : 26286 (java) S 26269 26269 25282 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29549946 826433536 12674 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 820788

[startup+6.20272 s]
/proc/loadavg: 2.16 2.07 2.20 3/96 26286
/proc/meminfo: memFree=1718480/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 808 370 3 0 531 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26279] ppid=26269 vsize=807328 CPUtime=5.16
/proc/26279/stat : 26279 (java) R 26269 26269 25282 0 -1 0 30524 0 1 0 500 16 0 0 25 0 8 0 29549939 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26279/statm: 201832 30198 1506 14 0 189110 0
[pid=26279/tid=26280] ppid=26269 vsize=807328 CPUtime=1.48
/proc/26279/task/26280/stat : 26280 (java) R 26269 26269 25282 0 -1 64 24245 0 0 0 137 11 0 0 16 0 8 0 29549942 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26281] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26281/stat : 26281 (java) S 26269 26269 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29549943 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26282] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26282/stat : 26282 (java) S 26269 26269 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29549943 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26283] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26283/stat : 26283 (java) S 26269 26269 25282 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29549946 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26284] ppid=26269 vsize=807328 CPUtime=0.13
/proc/26279/task/26284/stat : 26284 (java) S 26269 26269 25282 0 -1 64 400 0 0 0 12 1 0 0 16 0 8 0 29549946 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26285] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26285/stat : 26285 (java) S 26269 26269 25282 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29549946 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26286] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26286/stat : 26286 (java) S 26269 26269 25282 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29549946 826703872 30198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821052

[startup+12.7059 s]
/proc/loadavg: 2.13 2.06 2.20 3/96 26286
/proc/meminfo: memFree=1603472/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 808 370 3 0 531 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26279] ppid=26269 vsize=807328 CPUtime=11.62
/proc/26279/stat : 26279 (java) R 26269 26269 25282 0 -1 0 54998 0 1 0 1132 30 0 0 25 0 8 0 29549939 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26279/statm: 201832 54113 1507 14 0 189110 0
[pid=26279/tid=26280] ppid=26269 vsize=807328 CPUtime=3.76
/proc/26279/task/26280/stat : 26280 (java) R 26269 26269 25282 0 -1 64 48535 0 0 0 353 23 0 0 15 0 8 0 29549942 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827316 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26281] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26281/stat : 26281 (java) S 26269 26269 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29549943 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26282] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26282/stat : 26282 (java) S 26269 26269 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29549943 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26283] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26283/stat : 26283 (java) S 26269 26269 25282 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26284] ppid=26269 vsize=807328 CPUtime=0.14
/proc/26279/task/26284/stat : 26284 (java) S 26269 26269 25282 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26285] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26285/stat : 26285 (java) S 26269 26269 25282 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26286] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26286/stat : 26286 (java) S 26269 26269 25282 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821052

[startup+25.59 s]
/proc/loadavg: 2.27 2.09 2.20 3/96 26286
/proc/meminfo: memFree=1603344/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=13724 CPUtime=0.04
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29549842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 3431 808 370 3 0 531 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26279] ppid=26269 vsize=807328 CPUtime=24.5
/proc/26279/stat : 26279 (java) R 26269 26269 25282 0 -1 0 56339 0 1 0 2415 35 0 0 25 0 8 0 29549939 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26279/statm: 201832 54113 1507 14 0 189110 0
[pid=26279/tid=26280] ppid=26269 vsize=807328 CPUtime=8.56
/proc/26279/task/26280/stat : 26280 (java) S 26269 26269 25282 0 -1 64 49513 0 0 0 829 27 0 0 16 0 8 0 29549942 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26281] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26281/stat : 26281 (java) S 26269 26269 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29549943 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26282] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26282/stat : 26282 (java) S 26269 26269 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29549943 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26283] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26283/stat : 26283 (java) S 26269 26269 25282 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26284] ppid=26269 vsize=807328 CPUtime=0.14
/proc/26279/task/26284/stat : 26284 (java) S 26269 26269 25282 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26285] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26285/stat : 26285 (java) S 26269 26269 25282 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26279/tid=26286] ppid=26269 vsize=807328 CPUtime=0
/proc/26279/task/26286/stat : 26286 (java) S 26269 26269 25282 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29549946 826703872 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 821052

[startup+51.2157 s]
/proc/loadavg: 2.17 2.09 2.20 3/89 26287
/proc/meminfo: memFree=1788104/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=15244 CPUtime=13.19
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 4505 0 0 0 1316 3 0 0 25 0 1 0 29553642 15609856 3465 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 3811 3465 52 112 0 3695 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 32492

[startup+102.48 s]
/proc/loadavg: 2.07 2.07 2.18 3/89 26287
/proc/meminfo: memFree=1782152/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0

################
# More data... #
################

/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14134 0 0 0 120504 21 0 0 25 0 1 0 29553642 55767040 13094 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13615 13094 52 112 0 13499 0
Current children cumulated CPU time (s) 1243
Current children cumulated vsize (KiB) 71708

[startup+1303.8 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 26287
/proc/meminfo: memFree=1736008/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=54792 CPUtime=1265.33
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14185 0 0 0 126511 22 0 0 25 0 1 0 29553642 56107008 13145 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13698 13145 52 112 0 13582 0
Current children cumulated CPU time (s) 1303.08
Current children cumulated vsize (KiB) 72040

[startup+1363.81 s]
/proc/loadavg: 2.00 2.00 2.02 3/95 26411
/proc/meminfo: memFree=1733840/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=54960 CPUtime=1325.18
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14225 0 0 0 132496 22 0 0 25 0 1 0 29553642 56279040 13185 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13740 13185 52 112 0 13624 0
Current children cumulated CPU time (s) 1362.93
Current children cumulated vsize (KiB) 72208

[startup+1423.84 s]
/proc/loadavg: 2.11 2.04 2.03 3/89 26485
/proc/meminfo: memFree=1734664/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=54960 CPUtime=1385.09
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14253 0 0 0 138487 22 0 0 25 0 1 0 29553642 56279040 13213 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13740 13213 52 112 0 13624 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 72208

[startup+1483.94 s]
/proc/loadavg: 2.04 2.03 2.03 3/89 26485
/proc/meminfo: memFree=1734600/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55176 CPUtime=1445.17
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14281 0 0 0 144494 23 0 0 25 0 1 0 29553642 56500224 13241 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13794 13241 52 112 0 13678 0
Current children cumulated CPU time (s) 1482.92
Current children cumulated vsize (KiB) 72424

[startup+1543.94 s]
/proc/loadavg: 2.01 2.02 2.02 3/89 26485
/proc/meminfo: memFree=1734408/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55328 CPUtime=1505.15
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14335 0 0 0 150492 23 0 0 25 0 1 0 29553642 56655872 13295 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13832 13295 52 112 0 13716 0
Current children cumulated CPU time (s) 1542.9
Current children cumulated vsize (KiB) 72576

[startup+1604.02 s]
/proc/loadavg: 1.78 1.95 2.00 4/96 26835
/proc/meminfo: memFree=1723712/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55328 CPUtime=1564.92
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14335 0 0 0 156464 28 0 0 25 0 1 0 29553642 56655872 13295 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26287/statm: 13832 13295 52 112 0 13716 0
Current children cumulated CPU time (s) 1602.67
Current children cumulated vsize (KiB) 72576

[startup+1664.03 s]
/proc/loadavg: 2.10 2.01 2.01 4/96 26898
/proc/meminfo: memFree=1092288/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55468 CPUtime=1624.59
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14352 0 0 0 162422 37 0 0 25 0 1 0 29553642 56799232 13312 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13867 13312 52 112 0 13751 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 72716

[startup+1724.05 s]
/proc/loadavg: 2.07 2.02 2.01 3/96 26898
/proc/meminfo: memFree=1054656/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55752 CPUtime=1684.32
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14418 0 0 0 168395 37 0 0 25 0 1 0 29553642 57090048 13378 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26287/statm: 13938 13378 52 112 0 13822 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 73000

[startup+1784.06 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 26898
/proc/meminfo: memFree=1053504/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55916 CPUtime=1744.02
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14455 0 0 0 174365 37 0 0 25 0 1 0 29553642 57257984 13415 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26287/statm: 13979 13415 52 112 0 13863 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 73164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.45 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 26898
/proc/meminfo: memFree=1053440/2055920 swapFree=4192812/4192956
[pid=26269] ppid=26267 vsize=17248 CPUtime=36.88
/proc/26269/stat : 26269 (sugar) S 26267 26269 25282 0 -1 4194304 2156 67159 0 1 8 1 3629 50 16 0 1 0 29549842 17661952 1667 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26269/statm: 4312 1667 373 3 0 1412 0
[pid=26271] ppid=26269 vsize=0 CPUtime=0.87
/proc/26271/stat : 26271 (java) Z 26269 26269 25282 0 -1 1036 8052 0 1 0 80 7 0 0 18 0 1 0 29549847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26271/statm: 0 0 0 0 0 0 0
[pid=26287] ppid=26269 vsize=55916 CPUtime=1762.31
/proc/26287/stat : 26287 (minisat) R 26269 26269 25282 0 -1 0 14455 0 0 0 176194 37 0 0 25 0 1 0 29553642 57257984 13415 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/26287/statm: 13979 13415 52 112 0 13863 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 73164

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26269 and gives childrusage.ru_utime.tv_sec=36 childrusage.ru_utime.tv_usec=382469 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=534918
CPU time returned by wait4() is 36.9174
while last known CPU time is 1800.07

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1803.48
CPU time (s): 1800.07
CPU user time (s): 1799.11
CPU system time (s): 0.96
CPU usage (%): 99.8111
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3825
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7561
involuntary context switches= 7585

runsolver used 2.37264 s user time and 5.34819 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 18:39:14 UTC 2007


IDJOB= 203493
IDBENCH= 3965
IDSOLVER= 86
FILE ID= node12/203493-1170095954

PBS_JOBID= 3689420

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb53-24/frb53-24-4-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203493-1170095954/solver /tmp/evaluation/203493-1170095954 /tmp/evaluation/203493-1170095954/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-203493-1170095954 -o ROOT/results/node12/solver-203493-1170095954 -C 1800 -M 900  /tmp/evaluation/203493-1170095954/solver /tmp/evaluation/203493-1170095954 /tmp/evaluation/203493-1170095954/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  58a018f3335821d1414ff360bd57ba06

RANDOM SEED= 943824420

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.285
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.285
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:       1821496 kB
Buffers:         35664 kB
Cached:          70824 kB
SwapCached:          0 kB
Active:         119800 kB
Inactive:        60440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          93512 kB
Slab:            39208 kB
Committed_AS:   297480 kB
PageTables:       2108 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= 66477 MiB



End job on node12 on Mon Jan 29 19:09:17 UTC 2007