Trace number 215963

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 1802.42

General information on the benchmark

NamepseudoSeries/mps/
mps-air06.xml
MD5SUM33d2bf31c1f2e77524f03a382b3cc3bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.12722
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables8627
Number of constraints1640
Maximum constraint arity461
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1640
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/215963-1170100253/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/215963-1170100253/unknown.xml [Mon Jan 29 20:50:53 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/215963-1170100253/unknown.xml /tmp/evaluation/215963-1170100253/sugar21706.csp [Mon Jan 29 20:50:53 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215963-1170100253/sugar-v0-40.jar -convert /tmp/evaluation/215963-1170100253/unknown.xml /tmp/evaluation/215963-1170100253/sugar21706.csp
0.16	c BEGIN convert /tmp/evaluation/215963-1170100253/unknown.xml
8.83	c END convert (8.669048 seconds)
8.87	c # CONVERT_XML  END : /tmp/evaluation/215963-1170100253/sugar21706.csp 2056095 bytes (9 seconds) [Mon Jan 29 20:51:02 2007]
8.87	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
8.87	
8.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/215963-1170100253/sugar21706.bcnf [Mon Jan 29 20:51:02 2007]
8.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215963-1170100253/sugar-v0-40.jar -bcnf -map /tmp/evaluation/215963-1170100253/sugar21706.map /tmp/evaluation/215963-1170100253/sugar21706.csp /tmp/evaluation/215963-1170100253/sugar21706.bcnf
8.98	c BEGIN parse /tmp/evaluation/215963-1170100253/sugar21706.csp
195.39	c END parse (186.407952 seconds)
195.39	c BEGIN simplify
195.43	c END simplify (0.044131 seconds)
195.43	c BEGIN encode /tmp/evaluation/215963-1170100253/sugar21706.bcnf
203.50	c END encode (8.066328 seconds)
204.90	c # GENERATE_SAT  END : 647339 variables 8192461 clauses 123763688 bytes (196 seconds) [Mon Jan 29 20:54:18 2007]
204.90	c # GENERATE_SAT  CPU : 1.36 = 1.27 + 0.09 + 0 + 0
204.90	
204.90	c # SOLVE_SAT  BEGIN : /tmp/evaluation/215963-1170100253/sugar21706.bcnf [Mon Jan 29 20:54:18 2007]
204.90	c # CMD : /tmp/evaluation/215963-1170100253/minisat /tmp/evaluation/215963-1170100253/sugar21706.bcnf /tmp/evaluation/215963-1170100253/sugar21706.out
210.55	c ==================================[MINISAT]===================================
210.55	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
210.55	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
210.55	c ==============================================================================
210.55	c |         0 | 4875238 13700485 | 1625079       0        0     nan |  0.000 % |
214.71	c |       100 | 4875252 13700485 | 1787586      81     1057    13.0 | 42.302 % |
217.97	c |       250 | 4875263 13700485 | 1966345     213     3524    16.5 | 42.349 % |
222.30	c |       475 | 4875281 13700485 | 2162980     413     9140    22.1 | 42.401 % |
229.18	c |       812 | 4863867 13676581 | 2379278     668    14646    21.9 | 42.505 % |
238.86	c |      1319 | 4840691 13625191 | 2617205    1078    24219    22.5 | 42.790 % |
252.39	c |      2078 | 4825212 13592221 | 2878926    1706    47189    27.7 | 43.006 % |
270.29	c |      3217 | 4808554 13556617 | 3166819    2683    73673    27.5 | 43.298 % |
300.23	c |      4925 | 4781686 13498564 | 3483501    4123   123881    30.0 | 43.809 % |
343.88	c |      7487 | 4749923 13428628 | 3831851    6312   229773    36.4 | 44.197 % |
410.06	c |     11331 | 4691697 13299694 | 4215036    9525   370096    38.9 | 45.063 % |
504.52	c |     17098 | 4620725 13142257 | 4636540   14700   679890    46.3 | 45.724 % |
643.10	c |     25747 | 4577704 13045903 | 5100194   22841  1525527    66.8 | 46.292 % |
841.47	c |     38721 | 4557961 13002220 | 5610213   35399  2947046    83.3 | 46.545 % |
1125.95	c |     58183 | 4537667 12955786 | 6171234   54384  6261414   115.1 | 46.830 % |
1587.12	c |     87375 | 4488421 12843760 | 6788358   82835 12687805   153.2 | 47.388 % |
1801.34	
1801.34	s UNKNOWN
1801.34	c # INTERRUPTED
1801.34	c # MAIN  END :  (1801 seconds) [Mon Jan 29 21:20:54 2007]
1801.34	c # MAIN  CPU : 1.37 = 1.27 + 0.1 + 0 + 0
1801.34	

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/node21/watcher-215963-1170100253 -o ROOT/results/node21/solver-215963-1170100253 -C 1800 -M 900 /tmp/evaluation/215963-1170100253/solver /tmp/evaluation/215963-1170100253 /tmp/evaluation/215963-1170100253/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.03 1.01 1.04 4/78 21707
/proc/meminfo: memFree=1867888/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=12264 CPUtime=0
/proc/21706/stat : 21706 (sugar) R 21704 21706 20823 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 29979226 12558336 277 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221250282704 0 0 4224 0 0 0 0 17 1 0 0
/proc/21706/statm: 3067 285 212 3 0 167 0

[startup+0.10356 s]
/proc/loadavg: 1.03 1.01 1.04 4/78 21707
/proc/meminfo: memFree=1867888/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 29979226 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511603 s]
/proc/loadavg: 1.03 1.01 1.04 4/78 21707
/proc/meminfo: memFree=1867888/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33169 s]
/proc/loadavg: 1.03 1.01 1.04 2/86 21715
/proc/meminfo: memFree=1828592/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 805 368 3 0 531 0
[pid=21708] ppid=21706 vsize=807412 CPUtime=1.26
/proc/21708/stat : 21708 (java) R 21706 21706 20823 0 -1 0 11245 0 1 0 121 5 0 0 17 0 8 0 29979230 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 201853 10988 1691 14 0 189131 0
[pid=21708/tid=21709] ppid=21706 vsize=807412 CPUtime=0.08
/proc/21708/task/21709/stat : 21709 (java) S 21706 21706 20823 0 -1 64 4667 0 0 0 7 1 0 0 16 0 8 0 29979234 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21710] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21710/stat : 21710 (java) S 21706 21706 20823 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29979234 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21711/stat : 21711 (java) S 21706 21706 20823 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29979234 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21712] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21712/stat : 21712 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29979237 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21713] ppid=21706 vsize=807412 CPUtime=0.14
/proc/21708/task/21713/stat : 21713 (java) S 21706 21706 20823 0 -1 64 410 0 0 0 13 1 0 0 16 0 8 0 29979237 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21714] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21714/stat : 21714 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29979237 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21715] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21715/stat : 21715 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29979237 826789888 10988 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 821136

[startup+2.97088 s]
/proc/loadavg: 1.03 1.01 1.04 2/86 21715
/proc/meminfo: memFree=1827760/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 805 368 3 0 531 0
[pid=21708] ppid=21706 vsize=807412 CPUtime=2.89
/proc/21708/stat : 21708 (java) R 21706 21706 20823 0 -1 0 11691 0 1 0 283 6 0 0 17 0 8 0 29979230 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153901552 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 201853 11420 1691 14 0 189131 0
[pid=21708/tid=21709] ppid=21706 vsize=807412 CPUtime=0.12
/proc/21708/task/21709/stat : 21709 (java) S 21706 21706 20823 0 -1 64 5095 0 0 0 11 1 0 0 16 0 8 0 29979234 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21708/tid=21710] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21710/stat : 21710 (java) S 21706 21706 20823 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29979234 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21711/stat : 21711 (java) S 21706 21706 20823 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29979234 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21712] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21712/stat : 21712 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29979237 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21713] ppid=21706 vsize=807412 CPUtime=0.14
/proc/21708/task/21713/stat : 21713 (java) S 21706 21706 20823 0 -1 64 411 0 0 0 13 1 0 0 15 0 8 0 29979237 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21714] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21714/stat : 21714 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29979237 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21715] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21715/stat : 21715 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29979237 826789888 11420 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821136

[startup+6.17623 s]
/proc/loadavg: 1.03 1.01 1.03 2/86 21715
/proc/meminfo: memFree=1824112/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 805 368 3 0 531 0
[pid=21708] ppid=21706 vsize=807412 CPUtime=6.1
/proc/21708/stat : 21708 (java) R 21706 21706 20823 0 -1 0 12510 0 1 0 603 7 0 0 17 0 8 0 29979230 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 201853 12207 1691 14 0 189131 0
[pid=21708/tid=21709] ppid=21706 vsize=807412 CPUtime=0.19
/proc/21708/task/21709/stat : 21709 (java) S 21706 21706 20823 0 -1 64 5878 0 0 0 18 1 0 0 16 0 8 0 29979234 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21708/tid=21710] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21710/stat : 21710 (java) S 21706 21706 20823 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29979234 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21711/stat : 21711 (java) S 21706 21706 20823 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29979234 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21712] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21712/stat : 21712 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29979237 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21713] ppid=21706 vsize=807412 CPUtime=0.14
/proc/21708/task/21713/stat : 21713 (java) S 21706 21706 20823 0 -1 64 412 0 0 0 13 1 0 0 16 0 8 0 29979237 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21714] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21714/stat : 21714 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29979237 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21708/tid=21715] ppid=21706 vsize=807412 CPUtime=0
/proc/21708/task/21715/stat : 21715 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29979237 826789888 12207 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 821136

[startup+12.6579 s]
/proc/loadavg: 1.02 1.01 1.03 2/87 21723
/proc/meminfo: memFree=1803824/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1188 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 808 370 3 0 531 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=807360 CPUtime=3.75
/proc/21716/stat : 21716 (java) R 21706 21706 20823 0 -1 0 16721 0 1 0 367 8 0 0 17 0 8 0 29980113 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21716/statm: 201840 16448 1506 14 0 189118 0
[pid=21716/tid=21717] ppid=21706 vsize=807360 CPUtime=0.65
/proc/21716/task/21717/stat : 21717 (java) S 21706 21706 20823 0 -1 64 10426 0 0 0 62 3 0 0 16 0 8 0 29980116 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21718] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21718/stat : 21718 (java) S 21706 21706 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29980117 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21719] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21719/stat : 21719 (java) S 21706 21706 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29980117 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21720] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21720/stat : 21720 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29980120 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21721] ppid=21706 vsize=807360 CPUtime=0.12
/proc/21716/task/21721/stat : 21721 (java) S 21706 21706 20823 0 -1 64 406 0 0 0 12 0 0 0 16 0 8 0 29980120 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21722] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21722/stat : 21722 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29980120 826736640 16448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21723] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21723/stat : 21723 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29980120 826736640 16448 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) 821084

[startup+25.5393 s]
/proc/loadavg: 1.02 1.01 1.03 2/87 21723
/proc/meminfo: memFree=1787056/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1188 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 808 370 3 0 531 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=807360 CPUtime=16.59
/proc/21716/stat : 21716 (java) R 21706 21706 20823 0 -1 0 21079 0 1 0 1648 11 0 0 17 0 8 0 29980113 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21716/statm: 201840 20748 1506 14 0 189118 0
[pid=21716/tid=21717] ppid=21706 vsize=807360 CPUtime=1.08
/proc/21716/task/21717/stat : 21717 (java) S 21706 21706 20823 0 -1 64 14712 0 0 0 102 6 0 0 16 0 8 0 29980116 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21718] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21718/stat : 21718 (java) S 21706 21706 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29980117 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21719] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21719/stat : 21719 (java) S 21706 21706 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29980117 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21720] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21720/stat : 21720 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29980120 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21721] ppid=21706 vsize=807360 CPUtime=0.13
/proc/21716/task/21721/stat : 21721 (java) S 21706 21706 20823 0 -1 64 420 0 0 0 13 0 0 0 16 0 8 0 29980120 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21722] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21722/stat : 21722 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29980120 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21723] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21723/stat : 21723 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29980120 826736640 20748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 821084

[startup+51.1831 s]
/proc/loadavg: 1.01 1.01 1.03 2/87 21723
/proc/meminfo: memFree=1756976/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=13724 CPUtime=0.03
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 1188 0 0 0 2 1 0 0 16 0 1 0 29979226 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 3431 808 370 3 0 531 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=807360 CPUtime=42.13
/proc/21716/stat : 21716 (java) R 21706 21706 20823 0 -1 0 28581 0 1 0 4199 14 0 0 17 0 8 0 29980113 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21716/statm: 201840 28142 1506 14 0 189118 0
[pid=21716/tid=21717] ppid=21706 vsize=807360 CPUtime=1.88
/proc/21716/task/21717/stat : 21717 (java) S 21706 21706 20823 0 -1 64 22106 0 0 0 179 9 0 0 16 0 8 0 29980116 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21718] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21718/stat : 21718 (java) S 21706 21706 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29980117 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21719] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21719/stat : 21719 (java) S 21706 21706 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29980117 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21716/tid=21720] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21720/stat : 21720 (java) S 21706 21706 20823 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29980120 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21721] ppid=21706 vsize=807360 CPUtime=0.13
/proc/21716/task/21721/stat : 21721 (java) S 21706 21706 20823 0 -1 64 420 0 0 0 13 0 0 0 16 0 8 0 29980120 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21722] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21722/stat : 21722 (java) S 21706 21706 20823 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29980120 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21716/tid=21723] ppid=21706 vsize=807360 CPUtime=0
/proc/21716/task/21723/stat : 21723 (java) S 21706 21706 20823 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29980120 826736640 28142 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 821084

[startup+102.474 s]

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

/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1157.89
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 115731 58 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1362.1
Current children cumulated vsize (KiB) 409408

[startup+1423.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356776/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1217.9
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 121732 58 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525144 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1422.11
Current children cumulated vsize (KiB) 409408

[startup+1483.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356712/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1277.92
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 127733 59 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1482.13
Current children cumulated vsize (KiB) 409408

[startup+1543.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356648/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1337.93
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 133734 59 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1542.14
Current children cumulated vsize (KiB) 409408

[startup+1603.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356520/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1397.95
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 139735 60 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 409408

[startup+1663.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356520/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1457.96
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 145736 60 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1662.17
Current children cumulated vsize (KiB) 409408

[startup+1723.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356392/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1517.98
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 151737 61 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528046 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1722.19
Current children cumulated vsize (KiB) 409408

[startup+1783.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356328/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1577.99
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 157738 61 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 409408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 21922
/proc/meminfo: memFree=1356264/2055920 swapFree=4192812/4192956
[pid=21706] ppid=21704 vsize=96068 CPUtime=1.4
/proc/21706/stat : 21706 (sugar) S 21704 21706 20823 0 -1 4194304 21557 0 0 0 129 11 0 0 16 0 1 0 29979226 98373632 20878 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21706/statm: 24017 20878 373 3 0 21117 0
[pid=21708] ppid=21706 vsize=0 CPUtime=8.75
/proc/21708/stat : 21708 (java) Z 21706 21706 20823 0 -1 1036 14922 0 1 0 864 11 0 0 16 0 1 0 29979230 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21708/statm: 0 0 0 0 0 0 0
[pid=21716] ppid=21706 vsize=0 CPUtime=194.06
/proc/21716/stat : 21716 (java) Z 21706 21706 20823 0 -1 1036 65159 0 1 0 19328 78 0 0 16 0 1 0 29980113 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/21716/statm: 0 0 0 0 0 0 0
[pid=21724] ppid=21706 vsize=313340 CPUtime=1595.85
/proc/21724/stat : 21724 (minisat) R 21706 21706 20823 0 -1 0 76311 0 0 0 159523 62 0 0 25 0 1 0 29999716 320860160 75062 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/21724/statm: 78335 75062 51 112 0 78219 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 409408

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21706 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=292803 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=189971
CPU time returned by wait4() is 1.48277
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): 1802.42
CPU time (s): 1800.12
CPU user time (s): 1798.44
CPU system time (s): 1.68
CPU usage (%): 99.8722
Max. virtual memory (cumulated for all children) (KiB): 822088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2928
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56
involuntary context switches= 13

runsolver used 1.9437 s user time and 4.46432 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 19:50:53 UTC 2007


IDJOB= 215963
IDBENCH= 5041
IDSOLVER= 86
FILE ID= node21/215963-1170100253

PBS_JOBID= 3689689

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-air06.xml
COMMAND LINE= /tmp/evaluation/215963-1170100253/solver /tmp/evaluation/215963-1170100253 /tmp/evaluation/215963-1170100253/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-215963-1170100253 -o ROOT/results/node21/solver-215963-1170100253 -C 1800 -M 900  /tmp/evaluation/215963-1170100253/solver /tmp/evaluation/215963-1170100253 /tmp/evaluation/215963-1170100253/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  33d2bf31c1f2e77524f03a382b3cc3bc

RANDOM SEED= 811592033

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.245
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.245
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:       1868304 kB
Buffers:         27740 kB
Cached:          58008 kB
SwapCached:          0 kB
Active:          97164 kB
Inactive:        43296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:          73560 kB
Slab:            32784 kB
Committed_AS:   243916 kB
PageTables:       1656 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= 66560 MiB



End job on node21 on Mon Jan 29 20:20:56 UTC 2007