Trace number 200135

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.08 1809.34

General information on the benchmark

Namefrb/frb56-25/
frb56-25-3-mgd_ext.xml
MD5SUM0c6411e2d008881c045d0e1c601b91c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints511
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension511
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/200135-1170094411/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/200135-1170094411/unknown.xml [Mon Jan 29 19:13:31 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/200135-1170094411/unknown.xml /tmp/evaluation/200135-1170094411/sugar25936.csp [Mon Jan 29 19:13:31 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/200135-1170094411/sugar-v0-40.jar -convert /tmp/evaluation/200135-1170094411/unknown.xml /tmp/evaluation/200135-1170094411/sugar25936.csp
0.16	c BEGIN convert /tmp/evaluation/200135-1170094411/unknown.xml
0.94	c END convert (0.784937 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/200135-1170094411/sugar25936.csp 2997200 bytes (1 seconds) [Mon Jan 29 19:13:32 2007]
0.95	c # CONVERT_XML  CPU : 0.88 = 0 + 0 + 0.82 + 0.06
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/200135-1170094411/sugar25936.bcnf [Mon Jan 29 19:13:32 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/200135-1170094411/sugar-v0-40.jar -bcnf -map /tmp/evaluation/200135-1170094411/sugar25936.map /tmp/evaluation/200135-1170094411/sugar25936.csp /tmp/evaluation/200135-1170094411/sugar25936.bcnf
1.07	c BEGIN parse /tmp/evaluation/200135-1170094411/sugar25936.csp
46.19	c END parse (45.126732 seconds)
46.19	c BEGIN simplify
46.36	c END simplify (0.164666 seconds)
46.36	c BEGIN encode /tmp/evaluation/200135-1170094411/sugar25936.bcnf
47.63	c END encode (1.271925 seconds)
47.79	c # GENERATE_SAT  END : 8640 variables 106746 clauses 11220364 bytes (47 seconds) [Mon Jan 29 19:14:19 2007]
47.79	c # GENERATE_SAT  CPU : 46.29 = 0.06 + 0.01 + 45.61 + 0.61
47.79	
47.79	c # SOLVE_SAT  BEGIN : /tmp/evaluation/200135-1170094411/sugar25936.bcnf [Mon Jan 29 19:14:19 2007]
47.79	c # CMD : /tmp/evaluation/200135-1170094411/minisat /tmp/evaluation/200135-1170094411/sugar25936.bcnf /tmp/evaluation/200135-1170094411/sugar25936.out
48.05	c ==================================[MINISAT]===================================
48.05	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
48.05	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
48.05	c ==============================================================================
48.05	c |         0 |  106746  2698335 |   35582       0        0     nan |  0.000 % |
48.11	c |       101 |  106747  2698335 |   39140     100     3067    30.7 |  0.000 % |
48.19	c |       251 |  106747  2698335 |   43054     250     5458    21.8 |  0.000 % |
48.33	c |       476 |  106747  2698335 |   47359     475     8353    17.6 |  0.000 % |
48.50	c |       813 |  106747  2698335 |   52095     812    13097    16.1 |  0.000 % |
48.83	c |      1320 |  106747  2698335 |   57305    1319    23310    17.7 |  0.000 % |
49.28	c |      2079 |  106748  2698335 |   63035    2077    38026    18.3 |  0.000 % |
49.90	c |      3218 |  106748  2698335 |   69339    3216    58641    18.2 |  0.000 % |
50.96	c |      4927 |  106749  2698335 |   76273    4924    88845    18.0 |  0.000 % |
52.62	c |      7490 |  106752  2698335 |   83900    7484   151211    20.2 |  0.000 % |
55.23	c |     11334 |  106755  2698335 |   92290   11325   251707    22.2 |  0.000 % |
59.66	c |     17101 |  106755  2698335 |  101519   17092   392694    23.0 |  0.000 % |
67.01	c |     25751 |  106755  2698335 |  111671   25742   613160    23.8 |  0.000 % |
79.39	c |     38725 |  106755  2698335 |  122838   38716   962114    24.9 |  0.000 % |
98.41	c |     58186 |  106758  2698335 |  135122   58174  1470827    25.3 |  0.000 % |
136.14	c |     87379 |  106761  2698335 |  148634   87364  2354146    26.9 |  0.000 % |
207.12	c |    131168 |  106770  2698335 |  163498  131144  3785242    28.9 |  0.000 % |
307.10	c |    196854 |  106777  2698335 |  179848   52196  1588005    30.4 |  0.000 % |
477.88	c |    295380 |  106783  2698335 |  197832  150716  4847188    32.2 |  0.000 % |
721.59	c |    443172 |  106789  2698335 |  217616  116774  5894017    50.5 |  0.000 % |
1087.61	c |    664856 |  106808  2698335 |  239377  142045  4226734    29.8 |  0.000 % |
1803.71	c |    997381 |  106830  2698335 |  263315   34995  1617624    46.2 |  0.000 % |
1808.32	
1808.32	s UNKNOWN
1808.32	c # INTERRUPTED
1808.32	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:43:40 2007]
1808.32	c # MAIN  CPU : 47.17 = 0.06 + 0.01 + 46.43 + 0.67
1808.32	

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/node62/watcher-200135-1170094411 -o ROOT/results/node62/solver-200135-1170094411 -C 1800 -M 900 /tmp/evaluation/200135-1170094411/solver /tmp/evaluation/200135-1170094411 /tmp/evaluation/200135-1170094411/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.67 5.60 6.18 4/82 25937
/proc/meminfo: memFree=1810560/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=18540 CPUtime=0
/proc/25936/stat : 25936 (runsolver) R 25934 25936 25105 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29398177 18984960 280 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25936/statm: 4635 280 244 17 0 2626 0

[startup+0.107383 s]
/proc/loadavg: 2.67 5.60 6.18 4/82 25937
/proc/meminfo: memFree=1810560/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.03
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29398177 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51543 s]
/proc/loadavg: 2.67 5.60 6.18 4/82 25937
/proc/meminfo: memFree=1810560/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.03
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29398177 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33952 s]
/proc/loadavg: 2.67 5.60 6.18 5/90 25953
/proc/meminfo: memFree=1783040/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.91
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1190 8215 0 1 3 0 82 6 15 0 1 0 29398177 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 809 371 3 0 531 0
[pid=25946] ppid=25936 vsize=807064 CPUtime=0.36
/proc/25946/stat : 25946 (java) R 25936 25936 25105 0 -1 0 6510 0 1 0 33 3 0 0 25 0 8 0 29398273 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073504799 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25946/statm: 201766 6260 1494 14 0 189044 0
[pid=25946/tid=25947] ppid=25936 vsize=807064 CPUtime=0.02
/proc/25946/task/25947/stat : 25947 (java) S 25936 25936 25105 0 -1 64 459 0 0 0 2 0 0 0 16 0 8 0 29398276 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25948] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25948/stat : 25948 (java) S 25936 25936 25105 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29398276 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25949] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25949/stat : 25949 (java) S 25936 25936 25105 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29398276 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25950] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25950/stat : 25950 (java) S 25936 25936 25105 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29398279 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25951] ppid=25936 vsize=807064 CPUtime=0.05
/proc/25946/task/25951/stat : 25951 (java) S 25936 25936 25105 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29398279 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25952] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25952/stat : 25952 (java) S 25936 25936 25105 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29398279 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25953] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25953/stat : 25953 (java) S 25936 25936 25105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29398279 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.98872 s]
/proc/loadavg: 2.67 5.60 6.18 4/90 25953
/proc/meminfo: memFree=1729344/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.91
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1190 8215 0 1 3 0 82 6 15 0 1 0 29398177 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 809 371 3 0 531 0
[pid=25946] ppid=25936 vsize=807064 CPUtime=2
/proc/25946/stat : 25946 (java) R 25936 25936 25105 0 -1 0 13339 0 1 0 193 7 0 0 25 0 8 0 29398273 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25946/statm: 201766 13073 1494 14 0 189044 0
[pid=25946/tid=25947] ppid=25936 vsize=807064 CPUtime=0.56
/proc/25946/task/25947/stat : 25947 (java) R 25936 25936 25105 0 -1 64 7272 0 0 0 53 3 0 0 16 0 8 0 29398276 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827387 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25948] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25948/stat : 25948 (java) S 25936 25936 25105 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29398276 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25949] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25949/stat : 25949 (java) S 25936 25936 25105 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29398276 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25950] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25950/stat : 25950 (java) S 25936 25936 25105 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29398279 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25951] ppid=25936 vsize=807064 CPUtime=0.05
/proc/25946/task/25951/stat : 25951 (java) S 25936 25936 25105 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29398279 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25952] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25952/stat : 25952 (java) S 25936 25936 25105 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29398279 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25953] ppid=25936 vsize=807064 CPUtime=0
/proc/25946/task/25953/stat : 25953 (java) S 25936 25936 25105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29398279 826433536 13073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 820788

[startup+6.27173 s]
/proc/loadavg: 2.62 5.54 6.16 4/90 25953
/proc/meminfo: memFree=1576896/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.91
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1190 8215 0 1 3 0 82 6 15 0 1 0 29398177 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 809 371 3 0 531 0
[pid=25946] ppid=25936 vsize=807340 CPUtime=5.24
/proc/25946/stat : 25946 (java) R 25936 25936 25105 0 -1 0 26214 0 1 0 511 13 0 0 25 0 8 0 29398273 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25946/statm: 201835 25907 1506 14 0 189113 0
[pid=25946/tid=25947] ppid=25936 vsize=807340 CPUtime=1.42
/proc/25946/task/25947/stat : 25947 (java) R 25936 25936 25105 0 -1 64 19958 0 0 0 133 9 0 0 15 0 8 0 29398276 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968368 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25948] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25948/stat : 25948 (java) S 25936 25936 25105 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29398276 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25949] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25949/stat : 25949 (java) S 25936 25936 25105 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29398276 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25950] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25950/stat : 25950 (java) S 25936 25936 25105 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29398279 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25951] ppid=25936 vsize=807340 CPUtime=0.12
/proc/25946/task/25951/stat : 25951 (java) S 25936 25936 25105 0 -1 64 400 0 0 0 12 0 0 0 17 0 8 0 29398279 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25952] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25952/stat : 25952 (java) S 25936 25936 25105 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29398279 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25953] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25953/stat : 25953 (java) S 25936 25936 25105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29398279 826716160 25907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821064

[startup+12.7279 s]
/proc/loadavg: 2.57 5.48 6.13 4/90 25953
/proc/meminfo: memFree=1438848/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.91
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1190 8215 0 1 3 0 82 6 15 0 1 0 29398177 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 809 371 3 0 531 0
[pid=25946] ppid=25936 vsize=807340 CPUtime=11.62
/proc/25946/stat : 25946 (java) R 25936 25936 25105 0 -1 0 54784 0 1 0 1131 31 0 0 25 0 8 0 29398273 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25946/statm: 201835 54114 1507 14 0 189113 0
[pid=25946/tid=25947] ppid=25936 vsize=807340 CPUtime=3.71
/proc/25946/task/25947/stat : 25947 (java) S 25936 25936 25105 0 -1 64 48339 0 0 0 346 25 0 0 16 0 8 0 29398276 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25948] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25948/stat : 25948 (java) S 25936 25936 25105 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29398276 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25949] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25949/stat : 25949 (java) S 25936 25936 25105 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29398276 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25950] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25950/stat : 25950 (java) S 25936 25936 25105 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29398279 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25951] ppid=25936 vsize=807340 CPUtime=0.13
/proc/25946/task/25951/stat : 25951 (java) S 25936 25936 25105 0 -1 64 402 0 0 0 13 0 0 0 16 0 8 0 29398279 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25952] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25952/stat : 25952 (java) S 25936 25936 25105 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29398279 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25953] ppid=25936 vsize=807340 CPUtime=0
/proc/25946/task/25953/stat : 25953 (java) S 25936 25936 25105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29398279 826716160 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821064

[startup+25.5974 s]
/proc/loadavg: 2.88 5.40 6.10 4/90 25953
/proc/meminfo: memFree=1435776/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=13724 CPUtime=0.91
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 1190 8215 0 1 3 0 82 6 15 0 1 0 29398177 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25936/statm: 3431 809 371 3 0 531 0
[pid=25946] ppid=25936 vsize=807844 CPUtime=24.31
/proc/25946/stat : 25946 (java) R 25936 25936 25105 0 -1 0 56545 0 1 0 2394 37 0 0 25 0 8 0 29398273 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25946/statm: 201961 54274 1507 14 0 189239 0
[pid=25946/tid=25947] ppid=25936 vsize=807844 CPUtime=8.77
/proc/25946/task/25947/stat : 25947 (java) R 25936 25936 25105 0 -1 64 49748 0 0 0 849 28 0 0 16 0 8 0 29398276 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155215785 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25948] ppid=25936 vsize=807844 CPUtime=0
/proc/25946/task/25948/stat : 25948 (java) S 25936 25936 25105 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29398276 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25949] ppid=25936 vsize=807844 CPUtime=0
/proc/25946/task/25949/stat : 25949 (java) S 25936 25936 25105 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29398276 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25950] ppid=25936 vsize=807844 CPUtime=0
/proc/25946/task/25950/stat : 25950 (java) S 25936 25936 25105 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29398279 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25951] ppid=25936 vsize=807844 CPUtime=0.13
/proc/25946/task/25951/stat : 25951 (java) S 25936 25936 25105 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29398279 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25952] ppid=25936 vsize=807844 CPUtime=0
/proc/25946/task/25952/stat : 25952 (java) S 25936 25936 25105 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29398279 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25946/tid=25953] ppid=25936 vsize=807844 CPUtime=0
/proc/25946/task/25953/stat : 25953 (java) S 25936 25936 25105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29398279 827232256 54274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 821568

[startup+51.2934 s]
/proc/loadavg: 2.71 5.16 6.00 3/76 25955
/proc/meminfo: memFree=1807600/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=16436 CPUtime=3.46
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 4766 0 0 0 344 2 0 0 25 0 1 0 29402957 16830464 3727 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 4109 3727 52 112 0 3993 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 34080

[startup+102.527 s]
/proc/loadavg: 2.31 4.67 5.79 3/76 25955
/proc/meminfo: memFree=1791536/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=24416 CPUtime=54.46
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 6724 0 0 0 5441 5 0 0 25 0 1 0 29402957 25001984 5685 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 6104 5685 52 112 0 5988 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 42060

[startup+162.584 s]
/proc/loadavg: 2.11 4.18 5.55 3/76 25955
/proc/meminfo: memFree=1778224/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=31268 CPUtime=114.23
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 8424 0 0 0 11416 7 0 0 25 0 1 0 29402957 32018432 7385 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 7817 7385 52 112 0 7701 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 48912


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

/proc/loadavg: 2.00 2.08 3.24 3/76 25955
/proc/meminfo: memFree=1726512/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=60764 CPUtime=1070.66
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15661 0 0 0 107048 18 0 0 25 0 1 0 29402957 62222336 14622 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15191 14622 52 112 0 15075 0
Current children cumulated CPU time (s) 1117.86
Current children cumulated vsize (KiB) 78408

[startup+1183.6 s]
/proc/loadavg: 2.03 2.08 3.16 3/76 25955
/proc/meminfo: memFree=1726256/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=60764 CPUtime=1130.44
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15662 0 0 0 113026 18 0 0 25 0 1 0 29402957 62222336 14623 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15191 14623 52 112 0 15075 0
Current children cumulated CPU time (s) 1177.64
Current children cumulated vsize (KiB) 78408

[startup+1243.66 s]
/proc/loadavg: 2.01 2.06 3.08 3/76 25955
/proc/meminfo: memFree=1724400/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=60924 CPUtime=1190.21
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15685 0 0 0 119003 18 0 0 25 0 1 0 29402957 62386176 14646 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15231 14646 52 112 0 15115 0
Current children cumulated CPU time (s) 1237.41
Current children cumulated vsize (KiB) 78568

[startup+1303.72 s]
/proc/loadavg: 2.00 2.05 3.01 3/76 25955
/proc/meminfo: memFree=1722160/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=61004 CPUtime=1249.98
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15720 0 0 0 124980 18 0 0 25 0 1 0 29402957 62468096 14681 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528404 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15251 14681 52 112 0 15135 0
Current children cumulated CPU time (s) 1297.18
Current children cumulated vsize (KiB) 78648

[startup+1363.78 s]
/proc/loadavg: 2.12 2.07 2.95 3/76 25957
/proc/meminfo: memFree=1720688/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=61664 CPUtime=1309.76
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15905 0 0 0 130957 19 0 0 25 0 1 0 29402957 63143936 14866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15416 14866 52 112 0 15300 0
Current children cumulated CPU time (s) 1356.96
Current children cumulated vsize (KiB) 79308

[startup+1423.84 s]
/proc/loadavg: 2.04 2.05 2.89 3/76 25957
/proc/meminfo: memFree=1720624/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=61664 CPUtime=1369.54
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15905 0 0 0 136935 19 0 0 25 0 1 0 29402957 63143936 14866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15416 14866 52 112 0 15300 0
Current children cumulated CPU time (s) 1416.74
Current children cumulated vsize (KiB) 79308

[startup+1483.89 s]
/proc/loadavg: 2.02 2.04 2.84 4/76 25957
/proc/meminfo: memFree=1720304/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=61952 CPUtime=1429.31
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 15988 0 0 0 142912 19 0 0 25 0 1 0 29402957 63438848 14949 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15488 14949 52 112 0 15372 0
Current children cumulated CPU time (s) 1476.51
Current children cumulated vsize (KiB) 79596

[startup+1543.95 s]
/proc/loadavg: 2.00 2.03 2.78 3/76 25957
/proc/meminfo: memFree=1719920/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=62196 CPUtime=1489.08
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 16040 0 0 0 148889 19 0 0 25 0 1 0 29402957 63688704 15001 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 15549 15001 52 112 0 15433 0
Current children cumulated CPU time (s) 1536.28
Current children cumulated vsize (KiB) 79840

[startup+1604.01 s]
/proc/loadavg: 2.04 2.04 2.74 3/76 25957
/proc/meminfo: memFree=1714608/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=67632 CPUtime=1548.86
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 17379 0 0 0 154864 22 0 0 25 0 1 0 29402957 69255168 16340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 16908 16340 52 112 0 16792 0
Current children cumulated CPU time (s) 1596.06
Current children cumulated vsize (KiB) 85276

[startup+1664.07 s]
/proc/loadavg: 2.01 2.03 2.68 3/76 25957
/proc/meminfo: memFree=1705840/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=74216 CPUtime=1608.66
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 19009 0 0 0 160842 24 0 0 25 0 1 0 29402957 75997184 17970 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528729 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 18554 17970 52 112 0 18438 0
Current children cumulated CPU time (s) 1655.86
Current children cumulated vsize (KiB) 91860

[startup+1724.13 s]
/proc/loadavg: 2.00 2.02 2.64 3/76 25957
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=79708 CPUtime=1668.71
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 20372 0 0 0 166844 27 0 0 25 0 1 0 29402957 81620992 19333 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527129 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 19927 19333 52 112 0 19811 0
Current children cumulated CPU time (s) 1715.91
Current children cumulated vsize (KiB) 97352

[startup+1784.19 s]
/proc/loadavg: 2.00 2.01 2.60 3/76 25957
/proc/meminfo: memFree=1695216/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=84780 CPUtime=1728.75
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 21636 0 0 0 172846 29 0 0 25 0 1 0 29402957 86814720 20597 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 21195 20597 52 112 0 21079 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 102424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.32 s]
/proc/loadavg: 2.00 2.01 2.58 2/69 25970
/proc/meminfo: memFree=1769440/2055920 swapFree=4192812/4192956
[pid=25936] ppid=25934 vsize=17644 CPUtime=47.2
/proc/25936/stat : 25936 (sugar) S 25934 25936 25105 0 -1 4194304 2273 85745 0 2 9 1 4643 67 16 0 1 0 29398177 18067456 1785 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25936/statm: 4411 1785 373 3 0 1511 0
[pid=25955] ppid=25936 vsize=84780 CPUtime=1752.87
/proc/25955/stat : 25955 (minisat) R 25936 25936 25105 0 -1 0 21636 0 0 0 175257 30 0 0 25 0 1 0 29402957 86814720 20597 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25955/statm: 21195 20597 52 112 0 21079 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 102424

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25936 and gives childrusage.ru_utime.tv_sec=46 childrusage.ru_utime.tv_usec=531926 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=691894
CPU time returned by wait4() is 47.2238
while last known CPU time is 1800.08

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

Real time (s): 1809.34
CPU time (s): 1800.08
CPU user time (s): 1799.09
CPU system time (s): 0.99
CPU usage (%): 99.4882
Max. virtual memory (cumulated for all children) (KiB): 822068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.5319
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88103
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= 9830
involuntary context switches= 10427

runsolver used 1.70474 s user time and 4.81827 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan 29 18:13:31 UTC 2007


IDJOB= 200135
IDBENCH= 3690
IDSOLVER= 86
FILE ID= node62/200135-1170094411

PBS_JOBID= 3689568

Free space on /tmp= 66559 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb56-25/frb56-25-3-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/200135-1170094411/solver /tmp/evaluation/200135-1170094411 /tmp/evaluation/200135-1170094411/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-200135-1170094411 -o ROOT/results/node62/solver-200135-1170094411 -C 1800 -M 900  /tmp/evaluation/200135-1170094411/solver /tmp/evaluation/200135-1170094411 /tmp/evaluation/200135-1170094411/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0c6411e2d008881c045d0e1c601b91c4

RANDOM SEED= 897582413

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.234
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.234
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:       1811040 kB
Buffers:         65732 kB
Cached:          41776 kB
SwapCached:          0 kB
Active:         121828 kB
Inactive:        64284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6096 kB
Writeback:           0 kB
Mapped:          95292 kB
Slab:            43736 kB
Committed_AS:   322592 kB
PageTables:       2044 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= 66555 MiB



End job on node62 on Mon Jan 29 18:43:41 UTC 2007