Trace number 195148

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.05 1818.55

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-28_ext.xml
MD5SUM52ed2568202fcbac8bc8a2c645b9bee6
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 benchmark34.2198
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
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/195148-1170092090/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/195148-1170092090/unknown.xml [Mon Jan 29 18:34:52 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/195148-1170092090/unknown.xml /tmp/evaluation/195148-1170092090/sugar23861.csp [Mon Jan 29 18:34:52 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195148-1170092090/sugar-v0-40.jar -convert /tmp/evaluation/195148-1170092090/unknown.xml /tmp/evaluation/195148-1170092090/sugar23861.csp
0.17	c BEGIN convert /tmp/evaluation/195148-1170092090/unknown.xml
0.83	c END convert (0.657862 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/195148-1170092090/sugar23861.csp 2192347 bytes (1 seconds) [Mon Jan 29 18:34:53 2007]
0.86	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.7 + 0.06
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195148-1170092090/sugar23861.bcnf [Mon Jan 29 18:34:53 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195148-1170092090/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195148-1170092090/sugar23861.map /tmp/evaluation/195148-1170092090/sugar23861.csp /tmp/evaluation/195148-1170092090/sugar23861.bcnf
1.05	c BEGIN parse /tmp/evaluation/195148-1170092090/sugar23861.csp
31.45	c END parse (30.402189 seconds)
31.45	c BEGIN simplify
31.58	c END simplify (0.124922 seconds)
31.58	c BEGIN encode /tmp/evaluation/195148-1170092090/sugar23861.bcnf
32.52	c END encode (0.941349 seconds)
32.65	c # GENERATE_SAT  END : 6466 variables 78422 clauses 7735304 bytes (32 seconds) [Mon Jan 29 18:35:25 2007]
32.65	c # GENERATE_SAT  CPU : 31.26 = 0.05 + 0.01 + 30.73 + 0.47
32.65	
32.65	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195148-1170092090/sugar23861.bcnf [Mon Jan 29 18:35:25 2007]
32.65	c # CMD : /tmp/evaluation/195148-1170092090/minisat /tmp/evaluation/195148-1170092090/sugar23861.bcnf /tmp/evaluation/195148-1170092090/sugar23861.out
32.84	c ==================================[MINISAT]===================================
32.84	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
32.84	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
32.84	c ==============================================================================
32.84	c |         0 |   78422  1855396 |   26140       0        0     nan |  0.000 % |
32.89	c |       100 |   78422  1855396 |   28754     100     4790    47.9 |  0.000 % |
32.95	c |       252 |   78422  1855396 |   31629     252     7008    27.8 |  0.000 % |
33.04	c |       478 |   78422  1855396 |   34792     478    10184    21.3 |  0.000 % |
33.19	c |       815 |   78423  1855396 |   38271     814    16153    19.8 |  0.000 % |
33.42	c |      1321 |   78424  1855396 |   42098    1319    23718    18.0 |  0.000 % |
33.73	c |      2080 |   78425  1855396 |   46308    2077    36163    17.4 |  0.000 % |
34.21	c |      3219 |   78425  1855396 |   50939    3216    55594    17.3 |  0.000 % |
34.95	c |      4929 |   78426  1855396 |   56033    4925    86909    17.6 |  0.000 % |
36.09	c |      7492 |   78426  1855396 |   61636    7488   133533    17.8 |  0.000 % |
37.98	c |     11336 |   78426  1855396 |   67800   11332   214823    19.0 |  0.000 % |
40.74	c |     17106 |   78427  1855396 |   74580   17101   320486    18.7 |  0.000 % |
45.93	c |     25756 |   78428  1855396 |   82038   25750   521125    20.2 |  0.000 % |
55.75	c |     38730 |   78431  1855396 |   90242   38721   872153    22.5 |  0.000 % |
75.67	c |     58192 |   78431  1855396 |   99266   58183  1490532    25.6 |  0.000 % |
109.54	c |     87386 |   78439  1855396 |  109193   87369  2899863    33.2 |  0.000 % |
162.15	c |    131175 |   78449  1855396 |  120112   36693  1521154    41.5 |  0.000 % |
244.72	c |    196859 |   78452  1855396 |  132123  102374  4203129    41.1 |  0.000 % |
380.58	c |    295385 |   78460  1855396 |  145336   85480  3619239    42.3 |  0.000 % |
621.50	c |    443177 |   78473  1855396 |  159869  108173  3774021    34.9 |  0.000 % |
1016.82	c |    664860 |   78482  1855396 |  175856   48455  3011039    62.1 |  0.000 % |
1615.31	c |    997386 |   78490  1855396 |  193442   69338  2401223    34.6 |  0.000 % |
1817.54	
1817.54	s UNKNOWN
1817.54	c # INTERRUPTED
1817.54	c # MAIN  END :  (1818 seconds) [Mon Jan 29 19:05:10 2007]
1817.54	c # MAIN  CPU : 32.02 = 0.05 + 0.01 + 31.43 + 0.53
1817.54	

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/node16/watcher-195148-1170092090 -o ROOT/results/node16/solver-195148-1170092090 -C 1800 -M 900 /tmp/evaluation/195148-1170092090/solver /tmp/evaluation/195148-1170092090 /tmp/evaluation/195148-1170092090/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.78 1.96 1.71 5/95 23862
/proc/meminfo: memFree=1691216/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=5352 CPUtime=0
/proc/23861/stat : 23861 (solver) R 23859 23861 23613 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29163570 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231962373415 0 0 4096 0 0 0 0 17 1 0 0
/proc/23861/statm: 1338 231 193 169 0 49 0

[startup+0.1047 s]
/proc/loadavg: 1.78 1.96 1.71 5/95 23862
/proc/meminfo: memFree=1691216/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.03
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29163570 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512652 s]
/proc/loadavg: 1.78 1.96 1.71 5/95 23862
/proc/meminfo: memFree=1691216/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.03
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29163570 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33457 s]
/proc/loadavg: 1.78 1.96 1.71 4/103 23878
/proc/meminfo: memFree=1661256/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.79
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1190 7929 0 1 3 0 70 6 15 0 1 0 29163570 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 809 371 3 0 531 0
[pid=23871] ppid=23861 vsize=807064 CPUtime=0.37
/proc/23871/stat : 23871 (java) R 23861 23861 23613 0 -1 0 6510 0 1 0 34 3 0 0 24 0 8 0 29163656 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 201766 6260 1494 14 0 189044 0
[pid=23871/tid=23872] ppid=23861 vsize=807064 CPUtime=0.02
/proc/23871/task/23872/stat : 23872 (java) S 23861 23861 23613 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 29163667 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23873/stat : 23873 (java) S 23861 23861 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29163667 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23874] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23861 23861 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29163667 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23861 23861 23613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29163671 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23876] ppid=23861 vsize=807064 CPUtime=0.04
/proc/23871/task/23876/stat : 23876 (java) S 23861 23861 23613 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 29163671 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23877] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23861 23861 23613 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29163671 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23861 23861 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29163671 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 820788

[startup+2.98739 s]
/proc/loadavg: 1.78 1.96 1.71 3/103 23878
/proc/meminfo: memFree=1613448/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.79
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1190 7929 0 1 3 0 70 6 15 0 1 0 29163570 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 809 371 3 0 531 0
[pid=23871] ppid=23861 vsize=807064 CPUtime=2.02
/proc/23871/stat : 23871 (java) R 23861 23861 23613 0 -1 0 13755 0 1 0 195 7 0 0 25 0 8 0 29163656 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073492157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 201766 13489 1494 14 0 189044 0
[pid=23871/tid=23872] ppid=23861 vsize=807064 CPUtime=0.55
/proc/23871/task/23872/stat : 23872 (java) S 23861 23861 23613 0 -1 64 7687 0 0 0 52 3 0 0 16 0 8 0 29163667 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23873/stat : 23873 (java) S 23861 23861 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29163667 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23874] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23861 23861 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29163667 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23861 23861 23613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29163671 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23876] ppid=23861 vsize=807064 CPUtime=0.05
/proc/23871/task/23876/stat : 23876 (java) S 23861 23861 23613 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29163671 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23877] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23861 23861 23613 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29163671 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23861 vsize=807064 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23861 23861 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29163671 826433536 13489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 820788

[startup+6.28702 s]
/proc/loadavg: 1.80 1.96 1.71 3/103 23878
/proc/meminfo: memFree=1443400/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.79
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1190 7929 0 1 3 0 70 6 15 0 1 0 29163570 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 809 371 3 0 531 0
[pid=23871] ppid=23861 vsize=807336 CPUtime=5.28
/proc/23871/stat : 23871 (java) R 23861 23861 23613 0 -1 0 34122 0 1 0 509 19 0 0 25 0 8 0 29163656 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 201834 33776 1506 14 0 189112 0
[pid=23871/tid=23872] ppid=23861 vsize=807336 CPUtime=1.57
/proc/23871/task/23872/stat : 23872 (java) S 23861 23861 23613 0 -1 64 27822 0 0 0 143 14 0 0 16 0 8 0 29163667 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23873/stat : 23873 (java) S 23861 23861 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29163667 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23874] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23861 23861 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29163667 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23861 23861 23613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29163671 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23876] ppid=23861 vsize=807336 CPUtime=0.12
/proc/23871/task/23876/stat : 23876 (java) S 23861 23861 23613 0 -1 64 401 0 0 0 12 0 0 0 16 0 8 0 29163671 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23877] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23861 23861 23613 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29163671 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23861 23861 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29163671 826712064 33776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.7343 s]
/proc/loadavg: 1.89 1.97 1.72 4/103 23878
/proc/meminfo: memFree=1284680/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.79
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1190 7929 0 1 3 0 70 6 15 0 1 0 29163570 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 809 371 3 0 531 0
[pid=23871] ppid=23861 vsize=807336 CPUtime=11.65
/proc/23871/stat : 23871 (java) R 23861 23861 23613 0 -1 0 54793 0 1 0 1134 31 0 0 25 0 8 0 29163656 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 201834 54114 1507 14 0 189112 0
[pid=23871/tid=23872] ppid=23861 vsize=807336 CPUtime=3.68
/proc/23871/task/23872/stat : 23872 (java) R 23861 23861 23613 0 -1 64 48316 0 0 0 343 25 0 0 15 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216470 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23873/stat : 23873 (java) S 23861 23861 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23874] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23861 23861 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23861 23861 23613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23876] ppid=23861 vsize=807336 CPUtime=0.13
/proc/23871/task/23876/stat : 23876 (java) S 23861 23861 23613 0 -1 64 404 0 0 0 13 0 0 0 17 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23877] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23861 23861 23613 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) R 23861 23861 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821060

[startup+25.5459 s]
/proc/loadavg: 2.00 1.99 1.73 3/103 23880
/proc/meminfo: memFree=1284680/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=13724 CPUtime=0.79
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 1190 7929 0 1 3 0 70 6 15 0 1 0 29163570 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 3431 809 371 3 0 531 0
[pid=23871] ppid=23861 vsize=807336 CPUtime=24.26
/proc/23871/stat : 23871 (java) R 23861 23861 23613 0 -1 0 55968 0 1 0 2389 37 0 0 25 0 8 0 29163656 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 201834 54114 1507 14 0 189112 0
[pid=23871/tid=23872] ppid=23861 vsize=807336 CPUtime=8.29
/proc/23871/task/23872/stat : 23872 (java) S 23861 23861 23613 0 -1 64 49145 0 0 0 800 29 0 0 16 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23873/stat : 23873 (java) S 23861 23861 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23874] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23861 23861 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29163667 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23861 23861 23613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23876] ppid=23861 vsize=807336 CPUtime=0.13
/proc/23871/task/23876/stat : 23876 (java) S 23861 23861 23613 0 -1 64 404 0 0 0 13 0 0 0 17 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23877] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23861 23861 23613 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23861 vsize=807336 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23861 23861 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29163671 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 821060

[startup+51.2051 s]
/proc/loadavg: 2.11 2.02 1.75 3/89 23882
/proc/meminfo: memFree=1655608/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=15520 CPUtime=18.38
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 4536 0 0 0 1834 4 0 0 25 0 1 0 29166836 15892480 3497 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527220 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 3880 3497 52 112 0 3764 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 32236

[startup+102.429 s]
/proc/loadavg: 2.05 2.02 1.76 3/89 23882
/proc/meminfo: memFree=1639800/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=24816 CPUtime=69.12
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 6866 0 0 0 6904 8 0 0 25 0 1 0 29166836 25411584 5827 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 6204 5827 52 112 0 6088 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 41532

[startup+162.477 s]
/proc/loadavg: 2.02 2.01 1.77 3/89 23882
/proc/meminfo: memFree=1630904/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=29972 CPUtime=128.57
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 8111 0 0 0 12847 10 0 0 25 0 1 0 29166836 30691328 7072 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 7493 7072 52 112 0 7377 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 46688


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

/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1592184/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=51380 CPUtime=1080.48
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13409 0 0 0 108027 21 0 0 25 0 1 0 29166836 52613120 12370 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 12845 12370 52 112 0 12729 0
Current children cumulated CPU time (s) 1112.53
Current children cumulated vsize (KiB) 68096

[startup+1183.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1591928/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=51380 CPUtime=1140.03
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13416 0 0 0 113982 21 0 0 25 0 1 0 29166836 52613120 12377 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 12845 12377 52 112 0 12729 0
Current children cumulated CPU time (s) 1172.08
Current children cumulated vsize (KiB) 68096

[startup+1243.63 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1591160/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=51624 CPUtime=1199.55
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13446 0 0 0 119933 22 0 0 25 0 1 0 29166836 52862976 12407 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 12906 12407 52 112 0 12790 0
Current children cumulated CPU time (s) 1231.6
Current children cumulated vsize (KiB) 68340

[startup+1303.69 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1589432/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53200 CPUtime=1259.05
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13856 0 0 0 125883 22 0 0 25 0 1 0 29166836 54476800 12817 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13300 12817 52 112 0 13184 0
Current children cumulated CPU time (s) 1291.1
Current children cumulated vsize (KiB) 69916

[startup+1363.74 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1589304/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53200 CPUtime=1318.52
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13857 0 0 0 131830 22 0 0 25 0 1 0 29166836 54476800 12818 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13300 12818 52 112 0 13184 0
Current children cumulated CPU time (s) 1350.57
Current children cumulated vsize (KiB) 69916

[startup+1423.79 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1588920/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53512 CPUtime=1377.99
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13929 0 0 0 137776 23 0 0 25 0 1 0 29166836 54796288 12890 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525038 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13378 12890 52 112 0 13262 0
Current children cumulated CPU time (s) 1410.04
Current children cumulated vsize (KiB) 70228

[startup+1483.88 s]
/proc/loadavg: 2.00 2.00 1.91 4/89 23882
/proc/meminfo: memFree=1588344/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53684 CPUtime=1437.52
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 13975 0 0 0 143729 23 0 0 25 0 1 0 29166836 54972416 12928 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13421 12928 52 112 0 13305 0
Current children cumulated CPU time (s) 1469.57
Current children cumulated vsize (KiB) 70400

[startup+1543.92 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23882
/proc/meminfo: memFree=1588280/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53992 CPUtime=1497
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14012 0 0 0 149677 23 0 0 25 0 1 0 29166836 55287808 12965 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13498 12965 52 112 0 13382 0
Current children cumulated CPU time (s) 1529.05
Current children cumulated vsize (KiB) 70708

[startup+1603.98 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 23988
/proc/meminfo: memFree=1586552/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=53992 CPUtime=1556.44
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14015 0 0 0 155612 32 0 0 25 0 1 0 29166836 55287808 12968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13498 12968 52 112 0 13382 0
Current children cumulated CPU time (s) 1588.49
Current children cumulated vsize (KiB) 70708

[startup+1664.08 s]
/proc/loadavg: 2.05 2.01 1.91 3/89 24080
/proc/meminfo: memFree=1587312/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=54136 CPUtime=1615.92
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14043 0 0 0 161551 41 0 0 25 0 1 0 29166836 55435264 12996 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13534 12996 52 112 0 13418 0
Current children cumulated CPU time (s) 1647.97
Current children cumulated vsize (KiB) 70852

[startup+1724.14 s]
/proc/loadavg: 2.02 2.01 1.91 3/89 24080
/proc/meminfo: memFree=1585144/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=54380 CPUtime=1675.41
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14087 0 0 0 167499 42 0 0 25 0 1 0 29166836 55685120 13040 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13595 13040 52 112 0 13479 0
Current children cumulated CPU time (s) 1707.46
Current children cumulated vsize (KiB) 71096

[startup+1784.18 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 24080
/proc/meminfo: memFree=1581176/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=54380 CPUtime=1734.87
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14096 0 0 0 173445 42 0 0 25 0 1 0 29166836 55685120 13049 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13595 13049 52 112 0 13479 0
Current children cumulated CPU time (s) 1766.92
Current children cumulated vsize (KiB) 71096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.53 s]
/proc/loadavg: 1.87 1.97 1.90 3/89 24145
/proc/meminfo: memFree=1634296/2055920 swapFree=4192956/4192956
[pid=23861] ppid=23859 vsize=16716 CPUtime=32.05
/proc/23861/stat : 23861 (sugar) S 23859 23861 23613 0 -1 4194304 2029 64766 0 2 8 1 3143 53 16 0 1 0 29163570 17117184 1541 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4179 1541 373 3 0 1279 0
[pid=23881] ppid=23861 vsize=54380 CPUtime=1768
/proc/23881/stat : 23881 (minisat) R 23861 23861 23613 0 -1 0 14097 0 0 0 176757 43 0 0 25 0 1 0 29166836 55685120 13050 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23881/statm: 13595 13050 52 112 0 13479 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 71096

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23861 and gives childrusage.ru_utime.tv_sec=31 childrusage.ru_utime.tv_usec=516208 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=551916
CPU time returned by wait4() is 32.0681
while last known CPU time is 1800.05

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

Real time (s): 1818.55
CPU time (s): 1800.05
CPU user time (s): 1799.08
CPU system time (s): 0.97
CPU usage (%): 98.9825
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.5162
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66880
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7281
involuntary context switches= 8153

runsolver used 2.23766 s user time and 5.48616 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 17:34:51 UTC 2007


IDJOB= 195148
IDBENCH= 3251
IDSOLVER= 86
FILE ID= node16/195148-1170092090

PBS_JOBID= 3689404

Free space on /tmp= 66551 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-28_ext.xml
COMMAND LINE= /tmp/evaluation/195148-1170092090/solver /tmp/evaluation/195148-1170092090 /tmp/evaluation/195148-1170092090/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-195148-1170092090 -o ROOT/results/node16/solver-195148-1170092090 -C 1800 -M 900  /tmp/evaluation/195148-1170092090/solver /tmp/evaluation/195148-1170092090 /tmp/evaluation/195148-1170092090/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  52ed2568202fcbac8bc8a2c645b9bee6

RANDOM SEED= 6108712

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:       1713520 kB
Buffers:         47032 kB
Cached:         167644 kB
SwapCached:          0 kB
Active:         191096 kB
Inactive:        84776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          81068 kB
Slab:            51572 kB
Committed_AS:   241656 kB
PageTables:       2116 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= 66550 MiB



End job on node16 on Mon Jan 29 18:05:11 UTC 2007