Trace number 223614

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.16 1814.37

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-15_ext.xml
MD5SUMf61245cc4751f2fc09ea3c9b98a74093
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 benchmark3.51547
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/223614-1170102833/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223614-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223614-1170102833/unknown.xml /tmp/evaluation/223614-1170102833/sugar27826.csp [Mon Jan 29 21:33:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223614-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223614-1170102833/unknown.xml /tmp/evaluation/223614-1170102833/sugar27826.csp
0.23	c BEGIN convert /tmp/evaluation/223614-1170102833/unknown.xml
0.83	c END convert (0.599857 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/223614-1170102833/sugar27826.csp 1723765 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.95	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.65 + 0.06
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223614-1170102833/sugar27826.bcnf [Mon Jan 29 21:33:56 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223614-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223614-1170102833/sugar27826.map /tmp/evaluation/223614-1170102833/sugar27826.csp /tmp/evaluation/223614-1170102833/sugar27826.bcnf
1.07	c BEGIN parse /tmp/evaluation/223614-1170102833/sugar27826.csp
353.33	c END parse (352.26473 seconds)
353.34	c BEGIN simplify
354.36	c END simplify (1.028731 seconds)
354.36	c BEGIN encode /tmp/evaluation/223614-1170102833/sugar27826.bcnf
361.90	c END encode (7.531849 seconds)
362.61	c # GENERATE_SAT  END : 56984 variables 163092 clauses 84004584 bytes (362 seconds) [Mon Jan 29 21:39:58 2007]
362.61	c # GENERATE_SAT  CPU : 359.39 = 0.5 + 0.05 + 356.74 + 2.1
362.61	
362.61	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223614-1170102833/sugar27826.bcnf [Mon Jan 29 21:39:58 2007]
362.61	c # CMD : /tmp/evaluation/223614-1170102833/minisat /tmp/evaluation/223614-1170102833/sugar27826.bcnf /tmp/evaluation/223614-1170102833/sugar27826.out
364.34	c ==================================[MINISAT]===================================
364.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
364.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
364.34	c ==============================================================================
364.34	c |         0 |  163092 20838008 |   54364       0        0     nan |  0.000 % |
364.51	c |       101 |  163094 20838008 |   59800      99     6303    63.7 |  0.000 % |
364.78	c |       252 |  163096 20838008 |   65780     248    13595    54.8 |  0.000 % |
365.15	c |       477 |  163097 20838008 |   72358     472    26316    55.8 |  0.000 % |
365.68	c |       814 |  163104 20838008 |   79594     802    45905    57.2 |  0.000 % |
366.66	c |      1320 |  163106 20838008 |   87553    1306    79833    61.1 |  0.000 % |
367.79	c |      2082 |  163110 20838008 |   96309    2064   122150    59.2 |  0.000 % |
370.57	c |      3221 |  163111 20838008 |  105940    3202   223176    69.7 |  0.000 % |
374.02	c |      4929 |  163114 20838008 |  116534    4907   352078    71.8 |  0.000 % |
379.85	c |      7491 |  163117 20838008 |  128187    7466   520195    69.7 |  0.000 % |
388.27	c |     11339 |  163120 20838008 |  141006   11311   816783    72.2 |  0.000 % |
403.21	c |     17105 |  163124 20838008 |  155106   17073  1273136    74.6 |  0.000 % |
428.56	c |     25756 |  163130 20838008 |  170617   25718  1952174    75.9 |  0.000 % |
472.09	c |     38731 |  163138 20838008 |  187679   38685  3107749    80.3 |  0.000 % |
546.17	c |     58192 |  163151 20838008 |  206447   58133  4926759    84.7 |  0.000 % |
659.00	c |     87385 |  163170 20838008 |  227091   87307  7973314    91.3 |  0.000 % |
864.43	c |    131177 |  163193 20838008 |  249801  131076 12724473    97.1 |  0.000 % |
1259.39	c |    196862 |  163198 20838008 |  274781  196756 20011659   101.7 |  0.000 % |
1813.31	
1813.31	s UNKNOWN
1813.31	c # INTERRUPTED
1813.31	c # MAIN  END :  (1813 seconds) [Mon Jan 29 22:04:08 2007]
1813.31	c # MAIN  CPU : 360.1 = 0.5 + 0.05 + 357.39 + 2.16
1813.31	

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/node5/watcher-223614-1170102833 -o ROOT/results/node5/solver-223614-1170102833 -C 1800 -M 900 /tmp/evaluation/223614-1170102833/solver /tmp/evaluation/223614-1170102833 /tmp/evaluation/223614-1170102833/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.81 2.43 2.67 3/94 27827
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=18540 CPUtime=0
/proc/27826/stat : 27826 (runsolver) R 27824 27826 27482 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30238311 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27826/statm: 4635 279 244 17 0 2626 0

[startup+0.103173 s]
/proc/loadavg: 1.81 2.43 2.67 3/94 27827
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.04
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30238311 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512219 s]
/proc/loadavg: 1.81 2.43 2.67 3/94 27827
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.04
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30238311 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27826/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33931 s]
/proc/loadavg: 1.98 2.45 2.68 4/102 27843
/proc/meminfo: memFree=1275288/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807064 CPUtime=0.36
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 6539 0 1 0 33 3 0 0 23 0 8 0 30238406 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073560889 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201766 6289 1494 14 0 189044 0
[pid=27836/tid=27837] ppid=27826 vsize=807064 CPUtime=0.02
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 488 0 0 0 2 0 0 0 16 0 8 0 30238409 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807064 CPUtime=0.05
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30238413 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826433536 6289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 820788

[startup+2.98651 s]
/proc/loadavg: 1.98 2.45 2.68 3/102 27843
/proc/meminfo: memFree=1243928/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807064 CPUtime=2
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 14058 0 1 0 192 8 0 0 25 0 8 0 30238406 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073560775 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201766 13792 1494 14 0 189044 0
[pid=27836/tid=27837] ppid=27826 vsize=807064 CPUtime=0.53
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 7991 0 0 0 49 4 0 0 16 0 8 0 30238409 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807064 CPUtime=0.05
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30238413 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807064 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826433536 13792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 820788

[startup+6.19987 s]
/proc/loadavg: 2.14 2.48 2.68 4/102 27843
/proc/meminfo: memFree=1150680/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807332 CPUtime=5.19
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 38206 0 1 0 499 20 0 0 25 0 8 0 30238406 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201833 37838 1506 14 0 189111 0
[pid=27836/tid=27837] ppid=27826 vsize=807332 CPUtime=1.61
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 31909 0 0 0 145 16 0 0 16 0 8 0 30238409 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807332 CPUtime=0.12
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30238413 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826707968 37838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 821056

[startup+12.6656 s]
/proc/loadavg: 2.21 2.49 2.68 3/102 27843
/proc/meminfo: memFree=1069592/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807332 CPUtime=11.62
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 55015 0 1 0 1131 31 0 0 25 0 8 0 30238406 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073594062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201833 54109 1507 14 0 189111 0
[pid=27836/tid=27837] ppid=27826 vsize=807332 CPUtime=3.98
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 48481 0 0 0 372 26 0 0 16 0 8 0 30238409 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807332 CPUtime=0.15
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30238413 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826707968 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 821056

[startup+25.548 s]
/proc/loadavg: 2.33 2.50 2.69 3/102 27843
/proc/meminfo: memFree=1069144/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807332 CPUtime=24.42
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 55992 0 1 0 2405 37 0 0 25 0 8 0 30238406 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201833 54110 1507 14 0 189111 0
[pid=27836/tid=27837] ppid=27826 vsize=807332 CPUtime=8.88
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 49043 0 0 0 859 29 0 0 15 0 8 0 30238409 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807332 CPUtime=0.15
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 821056

[startup+51.1661 s]
/proc/loadavg: 2.48 2.53 2.69 3/102 27843
/proc/meminfo: memFree=1068312/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807332 CPUtime=49.86
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 57527 0 1 0 4936 50 0 0 25 0 8 0 30238406 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201833 54110 1507 14 0 189111 0
[pid=27836/tid=27837] ppid=27826 vsize=807332 CPUtime=18.82
/proc/27836/task/27837/stat : 27837 (java) S 27826 27826 27482 0 -1 64 49770 0 0 0 1846 36 0 0 15 0 8 0 30238409 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27838] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27838/stat : 27838 (java) S 27826 27826 27482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27839] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27839/stat : 27839 (java) S 27826 27826 27482 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238410 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27840] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27840/stat : 27840 (java) S 27826 27826 27482 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27841] ppid=27826 vsize=807332 CPUtime=0.15
/proc/27836/task/27841/stat : 27841 (java) S 27826 27826 27482 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27842] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27842/stat : 27842 (java) S 27826 27826 27482 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27836/tid=27843] ppid=27826 vsize=807332 CPUtime=0
/proc/27836/task/27843/stat : 27843 (java) S 27826 27826 27482 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238413 826707968 54110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 821056

[startup+102.408 s]
/proc/loadavg: 2.50 2.53 2.68 3/102 27845
/proc/meminfo: memFree=985560/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=13724 CPUtime=0.75
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 1190 7681 0 1 3 1 65 6 15 0 1 0 30238311 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 3431 809 371 3 0 531 0
[pid=27836] ppid=27826 vsize=807332 CPUtime=100.76
/proc/27836/stat : 27836 (java) R 27826 27826 27482 0 -1 0 81159 0 1 0 9997 79 0 0 25 0 8 0 30238406 826707968 74560 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746581 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27836/statm: 201833 74560 1507 14 0 189111 0
[pid=27836/tid=27837] ppid=27826 vsize=807332 CPUtime=39.81

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

/proc/loadavg: 2.82 2.61 2.58 3/95 27946
/proc/meminfo: memFree=1329808/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=167804 CPUtime=755.84
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 42461 0 0 0 75533 51 0 0 25 0 1 0 30274572 171831296 41407 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 41951 41407 52 112 0 41835 0
Current children cumulated CPU time (s) 1115.98
Current children cumulated vsize (KiB) 212132

[startup+1183.41 s]
/proc/loadavg: 2.83 2.65 2.59 4/95 27946
/proc/meminfo: memFree=1315024/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=172068 CPUtime=815.25
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 43543 0 0 0 81473 52 0 0 25 0 1 0 30274572 176197632 42489 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 43017 42489 52 112 0 42901 0
Current children cumulated CPU time (s) 1175.39
Current children cumulated vsize (KiB) 216396

[startup+1243.42 s]
/proc/loadavg: 2.94 2.71 2.62 4/95 27946
/proc/meminfo: memFree=1276816/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=176464 CPUtime=874.7
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 44664 0 0 0 87416 54 0 0 25 0 1 0 30274572 180699136 43610 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 44116 43610 52 112 0 44000 0
Current children cumulated CPU time (s) 1234.84
Current children cumulated vsize (KiB) 220792

[startup+1303.48 s]
/proc/loadavg: 2.69 2.68 2.61 4/95 27946
/proc/meminfo: memFree=1270928/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=179724 CPUtime=934.17
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 45489 0 0 0 93362 55 0 0 25 0 1 0 30274572 184037376 44435 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134532777 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 44931 44435 52 112 0 44815 0
Current children cumulated CPU time (s) 1294.31
Current children cumulated vsize (KiB) 224052

[startup+1363.55 s]
/proc/loadavg: 2.59 2.66 2.61 3/95 27946
/proc/meminfo: memFree=1245904/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=184640 CPUtime=993.63
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 46612 0 0 0 99307 56 0 0 25 0 1 0 30274572 189071360 45558 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 46160 45558 52 112 0 46044 0
Current children cumulated CPU time (s) 1353.77
Current children cumulated vsize (KiB) 228968

[startup+1423.61 s]
/proc/loadavg: 2.62 2.67 2.62 4/95 27946
/proc/meminfo: memFree=1226512/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=188756 CPUtime=1053.12
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 47638 0 0 0 105254 58 0 0 25 0 1 0 30274572 193286144 46584 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 47189 46584 52 112 0 47073 0
Current children cumulated CPU time (s) 1413.26
Current children cumulated vsize (KiB) 233084

[startup+1483.68 s]
/proc/loadavg: 2.47 2.62 2.60 4/95 27946
/proc/meminfo: memFree=1200336/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=192884 CPUtime=1112.6
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 48684 0 0 0 111201 59 0 0 25 0 1 0 30274572 197513216 47630 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 48221 47630 52 112 0 48105 0
Current children cumulated CPU time (s) 1472.74
Current children cumulated vsize (KiB) 237212

[startup+1543.74 s]
/proc/loadavg: 2.46 2.58 2.59 4/95 27946
/proc/meminfo: memFree=1159568/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=198212 CPUtime=1172.06
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 50034 0 0 0 117145 61 0 0 25 0 1 0 30274572 202969088 48980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 49553 48980 52 112 0 49437 0
Current children cumulated CPU time (s) 1532.2
Current children cumulated vsize (KiB) 242540

[startup+1603.8 s]
/proc/loadavg: 2.52 2.58 2.58 4/95 27946
/proc/meminfo: memFree=1136784/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=203012 CPUtime=1231.54
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 51233 0 0 0 123091 63 0 0 25 0 1 0 30274572 207884288 50179 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 50753 50179 52 112 0 50637 0
Current children cumulated CPU time (s) 1591.68
Current children cumulated vsize (KiB) 247340

[startup+1663.88 s]
/proc/loadavg: 2.66 2.61 2.59 4/101 28052
/proc/meminfo: memFree=1116512/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=208436 CPUtime=1290.94
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 52615 0 0 0 129016 78 0 0 25 0 1 0 30274572 213438464 51561 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27846/statm: 52109 51561 52 112 0 51993 0
Current children cumulated CPU time (s) 1651.08
Current children cumulated vsize (KiB) 252764

[startup+1723.96 s]
/proc/loadavg: 2.41 2.54 2.57 3/101 28124
/proc/meminfo: memFree=1102304/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=213672 CPUtime=1350.65
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 53926 0 0 0 134981 84 0 0 25 0 1 0 30274572 218800128 52872 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/27846/statm: 53418 52872 52 112 0 53302 0
Current children cumulated CPU time (s) 1710.79
Current children cumulated vsize (KiB) 258000

[startup+1784.02 s]
/proc/loadavg: 2.66 2.59 2.58 3/95 28144
/proc/meminfo: memFree=1061392/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=216668 CPUtime=1410.67
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 54665 0 0 0 140982 85 0 0 25 0 1 0 30274572 221868032 53611 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/27846/statm: 54167 53611 52 112 0 54051 0
Current children cumulated CPU time (s) 1770.81
Current children cumulated vsize (KiB) 260996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 2.68 2.60 2.58 3/95 28144
/proc/meminfo: memFree=1032656/2055920 swapFree=4192812/4192956
[pid=27826] ppid=27824 vsize=44328 CPUtime=360.14
/proc/27826/stat : 27826 (sugar) S 27824 27826 27482 0 -1 4194304 8806 177231 0 2 53 6 35739 216 16 0 1 0 30238311 45391872 8222 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27826/statm: 11082 8222 373 3 0 8182 0
[pid=27846] ppid=27826 vsize=216668 CPUtime=1439.94
/proc/27846/stat : 27846 (minisat) R 27826 27826 27482 0 -1 0 54665 0 0 0 143909 85 0 0 25 0 1 0 30274572 221868032 53611 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27846/statm: 54167 53611 52 112 0 54051 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 260996

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27826 and gives childrusage.ru_utime.tv_sec=357 childrusage.ru_utime.tv_usec=935585 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=285652
CPU time returned by wait4() is 360.221
while last known CPU time is 1800.16

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

Real time (s): 1814.37
CPU time (s): 1800.16
CPU user time (s): 1797.02
CPU system time (s): 3.14
CPU usage (%): 99.2168
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.936
system time used= 2.28565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186123
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= 51123
involuntary context switches= 56319

runsolver used 2.10868 s user time and 5.69713 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223614
IDBENCH= 5659
IDSOLVER= 86
FILE ID= node5/223614-1170102833

PBS_JOBID= 3689556

Free space on /tmp= 66549 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-15_ext.xml
COMMAND LINE= /tmp/evaluation/223614-1170102833/solver /tmp/evaluation/223614-1170102833 /tmp/evaluation/223614-1170102833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-223614-1170102833 -o ROOT/results/node5/solver-223614-1170102833 -C 1800 -M 900  /tmp/evaluation/223614-1170102833/solver /tmp/evaluation/223614-1170102833 /tmp/evaluation/223614-1170102833/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f61245cc4751f2fc09ea3c9b98a74093

RANDOM SEED= 826777328

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.224
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.224
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:       1284920 kB
Buffers:         22480 kB
Cached:          48240 kB
SwapCached:          0 kB
Active:         685524 kB
Inactive:        32408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:         672752 kB
Slab:            36824 kB
Committed_AS:  1103952 kB
PageTables:       3300 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= 66552 MiB



End job on node5 on Mon Jan 29 21:04:09 UTC 2007