Trace number 212632

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.12 1804.29

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-ran12x21.xml
MD5SUM1ade5d4a9b223aef012be5871bc5786d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables7812
Number of constraints318
Maximum constraint arity630
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension318
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/212632-1170099059/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/212632-1170099059/unknown.xml [Mon Jan 29 20:30:59 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/212632-1170099059/unknown.xml /tmp/evaluation/212632-1170099059/sugar25190.csp [Mon Jan 29 20:30:59 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212632-1170099059/sugar-v0-40.jar -convert /tmp/evaluation/212632-1170099059/unknown.xml /tmp/evaluation/212632-1170099059/sugar25190.csp
0.23	c BEGIN convert /tmp/evaluation/212632-1170099059/unknown.xml
3.09	c END convert (2.858352 seconds)
3.11	c # CONVERT_XML  END : /tmp/evaluation/212632-1170099059/sugar25190.csp 731441 bytes (3 seconds) [Mon Jan 29 20:31:02 2007]
3.11	c # CONVERT_XML  CPU : 2.95 = 0 + 0 + 2.85 + 0.1
3.11	
3.11	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212632-1170099059/sugar25190.bcnf [Mon Jan 29 20:31:02 2007]
3.11	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212632-1170099059/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212632-1170099059/sugar25190.map /tmp/evaluation/212632-1170099059/sugar25190.csp /tmp/evaluation/212632-1170099059/sugar25190.bcnf
3.23	c BEGIN parse /tmp/evaluation/212632-1170099059/sugar25190.csp
68.41	c END parse (65.173631 seconds)
68.41	c BEGIN simplify
68.42	c END simplify (0.014483 seconds)
68.42	c BEGIN encode /tmp/evaluation/212632-1170099059/sugar25190.bcnf
70.40	c END encode (1.97503 seconds)
70.75	c # GENERATE_SAT  END : 116725 variables 1866463 clauses 28557344 bytes (68 seconds) [Mon Jan 29 20:32:10 2007]
70.75	c # GENERATE_SAT  CPU : 67.26 = 0.28 + 0.03 + 66.66 + 0.29
70.75	
70.75	c # SOLVE_SAT  BEGIN : /tmp/evaluation/212632-1170099059/sugar25190.bcnf [Mon Jan 29 20:32:10 2007]
70.75	c # CMD : /tmp/evaluation/212632-1170099059/minisat /tmp/evaluation/212632-1170099059/sugar25190.bcnf /tmp/evaluation/212632-1170099059/sugar25190.out
72.05	c ==================================[MINISAT]===================================
72.05	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
72.05	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
72.05	c ==============================================================================
72.05	c |         0 | 1136158  3217436 |  378719       0        0     nan |  0.000 % |
72.51	c |       100 | 1136181  3217436 |  416590      71     2009    28.3 | 36.963 % |
73.29	c |       250 | 1136211  3217436 |  458249     183     6159    33.7 | 37.106 % |
74.22	c |       475 | 1136228  3217436 |  504074     383    14110    36.8 | 37.249 % |
75.87	c |       812 | 1129760  3201917 |  554482     675    28762    42.6 | 37.305 % |
78.31	c |      1319 | 1129775  3201917 |  609930    1165    53300    45.8 | 37.361 % |
81.53	c |      2081 | 1128271  3198344 |  670923    1893    98844    52.2 | 37.361 % |
87.39	c |      3221 | 1127368  3196223 |  738016    3010   162580    54.0 | 37.420 % |
95.83	c |      4930 | 1126795  3194762 |  811817    4697   252572    53.8 | 37.466 % |
108.05	c |      7492 | 1124379  3188933 |  892999    7233   390734    54.0 | 37.583 % |
126.59	c |     11338 | 1122893  3185204 |  982299   11038   607142    55.0 | 37.664 % |
155.13	c |     17104 | 1119698  3177314 | 1080529   16768   944427    56.3 | 37.827 % |
198.01	c |     25754 | 1117532  3172001 | 1188582   25378  1369839    54.0 | 37.943 % |
259.80	c |     38728 | 1116841  3170342 | 1307440   38320  2058651    53.7 | 37.986 % |
356.55	c |     58189 | 1113032  3161060 | 1438184   57748  3086289    53.4 | 38.204 % |
505.02	c |     87382 | 1111853  3158066 | 1582003   86916  4587646    52.8 | 38.288 % |
773.24	c |    131171 | 1104409  3139622 | 1740203  130668  6808143    52.1 | 38.593 % |
1229.70	c |    196855 | 1100192  3129101 | 1914223  196306 10036519    51.1 | 38.820 % |
1803.27	
1803.27	s UNKNOWN
1803.27	c # INTERRUPTED
1803.27	c # MAIN  END :  (1804 seconds) [Mon Jan 29 21:01:03 2007]
1803.27	c # MAIN  CPU : 70.21 = 0.28 + 0.03 + 69.51 + 0.39
1803.27	

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/node19/watcher-212632-1170099059 -o ROOT/results/node19/solver-212632-1170099059 -C 1800 -M 900 /tmp/evaluation/212632-1170099059/solver /tmp/evaluation/212632-1170099059 /tmp/evaluation/212632-1170099059/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: 3.79 3.60 3.27 5/94 25191
/proc/meminfo: memFree=1241168/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=18540 CPUtime=0
/proc/25190/stat : 25190 (runsolver) R 25188 25190 24601 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29859946 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25190/statm: 4635 279 244 17 0 2626 0

[startup+0.110172 s]
/proc/loadavg: 3.79 3.60 3.27 5/94 25191
/proc/meminfo: memFree=1241168/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=0.04
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29859946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.522219 s]
/proc/loadavg: 3.79 3.60 3.27 5/94 25191
/proc/meminfo: memFree=1241168/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=0.04
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29859946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3453 s]
/proc/loadavg: 3.79 3.60 3.27 4/102 25199
/proc/meminfo: memFree=1207184/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=0.04
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29859946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 805 368 3 0 531 0
[pid=25192] ppid=25190 vsize=807412 CPUtime=1.21
/proc/25192/stat : 25192 (java) R 25190 25190 24601 0 -1 0 10444 0 1 0 114 7 0 0 21 0 8 0 29859951 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155888654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25192/statm: 201853 10187 1691 14 0 189131 0
[pid=25192/tid=25193] ppid=25190 vsize=807412 CPUtime=0.08
/proc/25192/task/25193/stat : 25193 (java) S 25190 25190 24601 0 -1 64 3856 0 0 0 6 2 0 0 16 0 8 0 29859955 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25194] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25194/stat : 25194 (java) S 25190 25190 24601 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29859955 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25195] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25195/stat : 25195 (java) S 25190 25190 24601 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 29859955 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25196] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25196/stat : 25196 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29859964 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25197] ppid=25190 vsize=807412 CPUtime=0.15
/proc/25192/task/25197/stat : 25197 (java) S 25190 25190 24601 0 -1 64 411 0 0 0 15 0 0 0 16 0 8 0 29859964 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25198] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25198/stat : 25198 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29859964 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25199] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25199/stat : 25199 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29859964 826789888 10187 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821136

[startup+2.98349 s]
/proc/loadavg: 3.79 3.60 3.27 3/102 25199
/proc/meminfo: memFree=1200464/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=0.04
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29859946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 805 368 3 0 531 0
[pid=25192] ppid=25190 vsize=807412 CPUtime=2.84
/proc/25192/stat : 25192 (java) R 25190 25190 24601 0 -1 0 11581 0 1 0 275 9 0 0 25 0 8 0 29859951 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073488727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25192/statm: 201853 11247 1696 14 0 189131 0
[pid=25192/tid=25193] ppid=25190 vsize=807412 CPUtime=0.18
/proc/25192/task/25193/stat : 25193 (java) S 25190 25190 24601 0 -1 64 4884 0 0 0 15 3 0 0 16 0 8 0 29859955 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25194] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25194/stat : 25194 (java) S 25190 25190 24601 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29859955 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25195] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25195/stat : 25195 (java) S 25190 25190 24601 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 29859955 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25196] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25196/stat : 25196 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29859964 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25197] ppid=25190 vsize=807412 CPUtime=0.18
/proc/25192/task/25197/stat : 25197 (java) S 25190 25190 24601 0 -1 64 425 0 0 0 18 0 0 0 16 0 8 0 29859964 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25198] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25198/stat : 25198 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29859964 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25192/tid=25199] ppid=25190 vsize=807412 CPUtime=0
/proc/25192/task/25199/stat : 25199 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29859964 826789888 11247 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821136

[startup+6.18884 s]
/proc/loadavg: 3.65 3.58 3.26 4/102 25207
/proc/meminfo: memFree=1202264/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=2.99
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1190 11593 0 1 3 1 285 10 16 0 1 0 29859946 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 809 371 3 0 531 0
[pid=25200] ppid=25190 vsize=807380 CPUtime=3.04
/proc/25200/stat : 25200 (java) R 25190 25190 24601 0 -1 0 10802 0 1 0 296 8 0 0 25 0 8 0 29860257 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073734305 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25200/statm: 201845 10538 1506 14 0 189123 0
[pid=25200/tid=25201] ppid=25190 vsize=807380 CPUtime=0.32
/proc/25200/task/25201/stat : 25201 (java) S 25190 25190 24601 0 -1 64 4470 0 0 0 30 2 0 0 16 0 8 0 29860261 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25202] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25202/stat : 25202 (java) S 25190 25190 24601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25203] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25203/stat : 25203 (java) S 25190 25190 24601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25204] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25204/stat : 25204 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25205] ppid=25190 vsize=807380 CPUtime=0.14
/proc/25200/task/25205/stat : 25205 (java) S 25190 25190 24601 0 -1 64 418 0 0 0 14 0 0 0 16 0 8 0 29860265 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25206] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25206/stat : 25206 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25207] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25207/stat : 25207 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29860265 826757120 10538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821104

[startup+12.6795 s]
/proc/loadavg: 3.59 3.57 3.26 4/102 25207
/proc/meminfo: memFree=1199320/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=2.99
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1190 11593 0 1 3 1 285 10 16 0 1 0 29859946 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 809 371 3 0 531 0
[pid=25200] ppid=25190 vsize=807380 CPUtime=9.5
/proc/25200/stat : 25200 (java) R 25190 25190 24601 0 -1 0 11493 0 1 0 941 9 0 0 25 0 8 0 29860257 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25200/statm: 201845 11205 1506 14 0 189123 0
[pid=25200/tid=25201] ppid=25190 vsize=807380 CPUtime=0.45
/proc/25200/task/25201/stat : 25201 (java) S 25190 25190 24601 0 -1 64 5135 0 0 0 42 3 0 0 16 0 8 0 29860261 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25202] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25202/stat : 25202 (java) S 25190 25190 24601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25203] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25203/stat : 25203 (java) S 25190 25190 24601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25204] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25204/stat : 25204 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25205] ppid=25190 vsize=807380 CPUtime=0.15
/proc/25200/task/25205/stat : 25205 (java) S 25190 25190 24601 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29860265 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25206] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25206/stat : 25206 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25207] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25207/stat : 25207 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29860265 826757120 11205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 821104

[startup+25.488 s]
/proc/loadavg: 3.46 3.54 3.26 4/102 25207
/proc/meminfo: memFree=1192856/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=2.99
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1190 11593 0 1 3 1 285 10 16 0 1 0 29859946 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 809 371 3 0 531 0
[pid=25200] ppid=25190 vsize=807380 CPUtime=22.24
/proc/25200/stat : 25200 (java) R 25190 25190 24601 0 -1 0 13279 0 1 0 2214 10 0 0 25 0 8 0 29860257 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073636974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25200/statm: 201845 12937 1506 14 0 189123 0
[pid=25200/tid=25201] ppid=25190 vsize=807380 CPUtime=0.76
/proc/25200/task/25201/stat : 25201 (java) S 25190 25190 24601 0 -1 64 6867 0 0 0 72 4 0 0 16 0 8 0 29860261 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25202] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25202/stat : 25202 (java) S 25190 25190 24601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25203] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25203/stat : 25203 (java) S 25190 25190 24601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25204] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25204/stat : 25204 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25205] ppid=25190 vsize=807380 CPUtime=0.15
/proc/25200/task/25205/stat : 25205 (java) S 25190 25190 24601 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29860265 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25206] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25206/stat : 25206 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25207] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25207/stat : 25207 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29860265 826757120 12937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 821104

[startup+51.1777 s]
/proc/loadavg: 3.30 3.49 3.25 4/102 25207
/proc/meminfo: memFree=1182232/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=13724 CPUtime=2.99
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 1190 11593 0 1 3 1 285 10 16 0 1 0 29859946 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25190/statm: 3431 809 371 3 0 531 0
[pid=25200] ppid=25190 vsize=807380 CPUtime=47.8
/proc/25200/stat : 25200 (java) R 25190 25190 24601 0 -1 0 15938 0 1 0 4766 14 0 0 25 0 8 0 29860257 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073638773 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25200/statm: 201845 15497 1506 14 0 189123 0
[pid=25200/tid=25201] ppid=25190 vsize=807380 CPUtime=1.3
/proc/25200/task/25201/stat : 25201 (java) S 25190 25190 24601 0 -1 64 9427 0 0 0 124 6 0 0 16 0 8 0 29860261 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25202] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25202/stat : 25202 (java) S 25190 25190 24601 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25203] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25203/stat : 25203 (java) S 25190 25190 24601 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29860261 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25204] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25204/stat : 25204 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25205] ppid=25190 vsize=807380 CPUtime=0.15
/proc/25200/task/25205/stat : 25205 (java) S 25190 25190 24601 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29860265 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25206] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25206/stat : 25206 (java) S 25190 25190 24601 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29860265 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25200/tid=25207] ppid=25190 vsize=807380 CPUtime=0
/proc/25200/task/25207/stat : 25207 (java) S 25190 25190 24601 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29860265 826757120 15497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 821104

[startup+102.461 s]
/proc/loadavg: 3.14 3.42 3.23 4/95 25208
/proc/meminfo: memFree=1123536/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=71560 CPUtime=31.53
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 18569 0 0 0 3139 14 0 0 25 0 1 0 29867022 73277440 17125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527991 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 17890 17125 51 112 0 17774 0
Current children cumulated CPU time (s) 101.78

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

/proc/loadavg: 2.03 2.08 2.44 3/88 25311
/proc/meminfo: memFree=1528576/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=97520 CPUtime=1051.2
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 24900 0 0 0 105094 26 0 0 25 0 1 0 29867022 99860480 23456 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 24380 23456 51 112 0 24264 0
Current children cumulated CPU time (s) 1121.45
Current children cumulated vsize (KiB) 129504

[startup+1183.99 s]
/proc/loadavg: 2.01 2.07 2.41 3/88 25311
/proc/meminfo: memFree=1526720/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=99420 CPUtime=1111.24
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 25360 0 0 0 111098 26 0 0 25 0 1 0 29867022 101806080 23916 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 24855 23916 51 112 0 24739 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 131404

[startup+1244.07 s]
/proc/loadavg: 2.00 2.05 2.38 3/88 25311
/proc/meminfo: memFree=1524608/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=101316 CPUtime=1171.26
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 25870 0 0 0 117100 26 0 0 25 0 1 0 29867022 103747584 24426 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 25329 24426 51 112 0 25213 0
Current children cumulated CPU time (s) 1241.51
Current children cumulated vsize (KiB) 133300

[startup+1304.16 s]
/proc/loadavg: 2.00 2.04 2.35 3/88 25311
/proc/meminfo: memFree=1521984/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=103704 CPUtime=1231.27
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 26436 0 0 0 123100 27 0 0 25 0 1 0 29867022 106192896 24992 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134531972 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 25926 24992 51 112 0 25810 0
Current children cumulated CPU time (s) 1301.52
Current children cumulated vsize (KiB) 135688

[startup+1364.25 s]
/proc/loadavg: 2.00 2.03 2.33 3/88 25311
/proc/meminfo: memFree=1519616/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=106496 CPUtime=1291.31
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 27017 0 0 0 129103 28 0 0 25 0 1 0 29867022 109051904 25573 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 26624 25573 51 112 0 26508 0
Current children cumulated CPU time (s) 1361.56
Current children cumulated vsize (KiB) 138480

[startup+1424.34 s]
/proc/loadavg: 2.03 2.03 2.31 3/88 25311
/proc/meminfo: memFree=1517184/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=108692 CPUtime=1351.33
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 27590 0 0 0 135104 29 0 0 25 0 1 0 29867022 111300608 26146 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 27173 26146 51 112 0 27057 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 140676

[startup+1484.43 s]
/proc/loadavg: 2.01 2.03 2.29 3/88 25311
/proc/meminfo: memFree=1507904/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=111020 CPUtime=1411.35
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 28144 0 0 0 141104 31 0 0 25 0 1 0 29867022 113684480 26700 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 27755 26700 51 112 0 27639 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 143004

[startup+1544.52 s]
/proc/loadavg: 2.00 2.02 2.27 3/88 25311
/proc/meminfo: memFree=1501952/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=112816 CPUtime=1471.39
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 28569 0 0 0 147107 32 0 0 25 0 1 0 29867022 115523584 27125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528062 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 28204 27125 51 112 0 28088 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 144800

[startup+1604.61 s]
/proc/loadavg: 2.00 2.01 2.25 3/88 25311
/proc/meminfo: memFree=1500224/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=114368 CPUtime=1531.42
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 28972 0 0 0 153110 32 0 0 25 0 1 0 29867022 117112832 27528 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 28592 27528 51 112 0 28476 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 146352

[startup+1664.69 s]
/proc/loadavg: 2.00 2.01 2.23 3/88 25311
/proc/meminfo: memFree=1498432/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=116208 CPUtime=1591.43
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 29392 0 0 0 159110 33 0 0 25 0 1 0 29867022 118996992 27948 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 29052 27948 51 112 0 28936 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 148192

[startup+1724.78 s]
/proc/loadavg: 2.00 2.00 2.21 3/88 25311
/proc/meminfo: memFree=1496832/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=117660 CPUtime=1651.46
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 29774 0 0 0 165112 34 0 0 25 0 1 0 29867022 120483840 28330 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 29415 28330 51 112 0 29299 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 149644

[startup+1784.87 s]
/proc/loadavg: 2.00 2.00 2.19 3/88 25311
/proc/meminfo: memFree=1494912/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=119480 CPUtime=1711.5
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 30236 0 0 0 171115 35 0 0 25 0 1 0 29867022 122347520 28792 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 29870 28792 51 112 0 29754 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 151464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.26 s]
/proc/loadavg: 2.00 2.00 2.19 3/94 25337
/proc/meminfo: memFree=1492792/2055920 swapFree=4192812/4192956
[pid=25190] ppid=25188 vsize=31984 CPUtime=70.25
/proc/25190/stat : 25190 (sugar) S 25188 25190 24601 0 -1 4194304 5759 30561 0 2 31 4 6951 39 16 0 1 0 29859946 32751616 5273 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25190/statm: 7996 5273 373 3 0 5096 0
[pid=25208] ppid=25190 vsize=120252 CPUtime=1729.84
/proc/25208/stat : 25208 (minisat) R 25190 25190 24601 0 -1 0 30416 0 0 0 172947 37 0 0 25 0 1 0 29867022 123138048 28972 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25208/statm: 30063 28972 51 112 0 29947 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 152236

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25190 and gives childrusage.ru_utime.tv_sec=69 childrusage.ru_utime.tv_usec=839382 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=459930
CPU time returned by wait4() is 70.2993
while last known CPU time is 1800.12

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

Real time (s): 1804.29
CPU time (s): 1800.12
CPU user time (s): 1799.3
CPU system time (s): 0.82
CPU usage (%): 99.7687
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8394
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36406
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= 5016
involuntary context switches= 7980

runsolver used 1.92271 s user time and 6.10507 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 19:30:59 UTC 2007


IDJOB= 212632
IDBENCH= 4785
IDSOLVER= 86
FILE ID= node19/212632-1170099059

PBS_JOBID= 3689455

Free space on /tmp= 66553 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-ran12x21.xml
COMMAND LINE= /tmp/evaluation/212632-1170099059/solver /tmp/evaluation/212632-1170099059 /tmp/evaluation/212632-1170099059/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-212632-1170099059 -o ROOT/results/node19/solver-212632-1170099059 -C 1800 -M 900  /tmp/evaluation/212632-1170099059/solver /tmp/evaluation/212632-1170099059 /tmp/evaluation/212632-1170099059/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1ade5d4a9b223aef012be5871bc5786d

RANDOM SEED= 371137360

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.214
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	: 5931.00
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.214
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:       1241648 kB
Buffers:         32272 kB
Cached:          75304 kB
SwapCached:          0 kB
Active:         702304 kB
Inactive:        55828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:         676136 kB
Slab:            39832 kB
Committed_AS:   927696 kB
PageTables:       3380 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 node19 on Mon Jan 29 20:01:04 UTC 2007