Trace number 202706

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.07 1809.59

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-37_ext.xml
MD5SUM2d0f8068c31c1d1a3a58bd4398c614e9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.2703
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints336
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension336
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/202706-1170095713/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202706-1170095713/unknown.xml [Mon Jan 29 19:35:13 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202706-1170095713/unknown.xml /tmp/evaluation/202706-1170095713/sugar16037.csp [Mon Jan 29 19:35:13 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202706-1170095713/sugar-v0-40.jar -convert /tmp/evaluation/202706-1170095713/unknown.xml /tmp/evaluation/202706-1170095713/sugar16037.csp
0.19	c BEGIN convert /tmp/evaluation/202706-1170095713/unknown.xml
0.72	c END convert (0.534514 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/202706-1170095713/sugar16037.csp 1100262 bytes (1 seconds) [Mon Jan 29 19:35:14 2007]
0.76	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202706-1170095713/sugar16037.bcnf [Mon Jan 29 19:35:14 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202706-1170095713/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202706-1170095713/sugar16037.map /tmp/evaluation/202706-1170095713/sugar16037.csp /tmp/evaluation/202706-1170095713/sugar16037.bcnf
0.89	c BEGIN parse /tmp/evaluation/202706-1170095713/sugar16037.csp
13.37	c END parse (12.484567 seconds)
13.37	c BEGIN simplify
13.44	c END simplify (0.066229 seconds)
13.44	c BEGIN encode /tmp/evaluation/202706-1170095713/sugar16037.bcnf
13.99	c END encode (0.550653 seconds)
14.11	c # GENERATE_SAT  END : 4914 variables 42701 clauses 4003968 bytes (13 seconds) [Mon Jan 29 19:35:27 2007]
14.11	c # GENERATE_SAT  CPU : 13.22 = 0.04 + 0 + 12.76 + 0.42
14.11	
14.11	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202706-1170095713/sugar16037.bcnf [Mon Jan 29 19:35:27 2007]
14.11	c # CMD : /tmp/evaluation/202706-1170095713/minisat /tmp/evaluation/202706-1170095713/sugar16037.bcnf /tmp/evaluation/202706-1170095713/sugar16037.out
14.21	c ==================================[MINISAT]===================================
14.21	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.21	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.21	c ==============================================================================
14.21	c |         0 |   42701   958285 |   14233       0        0     nan |  0.000 % |
14.24	c |       101 |   42701   958285 |   15656     101     2277    22.5 |  0.000 % |
14.27	c |       251 |   42702   958285 |   17221     250     4203    16.8 |  0.000 % |
14.32	c |       479 |   42702   958285 |   18944     478     6612    13.8 |  0.000 % |
14.40	c |       816 |   42702   958285 |   20838     815    10809    13.3 |  0.000 % |
14.52	c |      1322 |   42703   958285 |   22922    1320    17065    12.9 |  0.000 % |
14.71	c |      2083 |   42705   958285 |   25214    2079    27411    13.2 |  0.000 % |
15.02	c |      3222 |   42706   958285 |   27736    3217    41960    13.0 |  0.000 % |
15.47	c |      4930 |   42707   958285 |   30509    4924    63178    12.8 |  0.000 % |
16.23	c |      7492 |   42708   958285 |   33560    7485    98312    13.1 |  0.000 % |
17.53	c |     11336 |   42712   958285 |   36916   11325   159217    14.1 |  0.000 % |
19.85	c |     17103 |   42714   958285 |   40608   17090   255322    14.9 |  0.000 % |
23.63	c |     25753 |   42716   958285 |   44669   25738   382989    14.9 |  0.000 % |
30.18	c |     38729 |   42721   958285 |   49136   38709   614153    15.9 |  0.000 % |
40.26	c |     58190 |   42728   958285 |   54049   23446   409963    17.5 |  0.000 % |
57.31	c |     87382 |   42738   958285 |   59454   52628  1032253    19.6 |  0.000 % |
81.60	c |    131171 |   42753   958285 |   65400   52566  1108435    21.1 |  0.000 % |
125.92	c |    196856 |   42764   958285 |   71940   20475   416450    20.3 |  0.000 % |
193.39	c |    295382 |   42771   958285 |   79134   64308  1460412    22.7 |  0.000 % |
304.88	c |    443172 |   42787   958285 |   87047   29091   596695    20.5 |  0.001 % |
455.23	c |    664856 |   42718   958003 |   95752   81903  2475317    30.2 |  0.020 % |
708.46	c |    997381 |   42754   958003 |  105327   21253   503147    23.7 |  0.020 % |
1133.85	c |   1496171 |   42783   958003 |  115860   92710  2507599    27.0 |  0.021 % |
1808.58	
1808.58	s UNKNOWN
1808.58	c # INTERRUPTED
1808.58	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:05:22 2007]
1808.58	c # MAIN  CPU : 13.23 = 0.04 + 0.01 + 12.76 + 0.42
1808.58	

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/node55/watcher-202706-1170095713 -o ROOT/results/node55/solver-202706-1170095713 -C 1800 -M 900 /tmp/evaluation/202706-1170095713/solver /tmp/evaluation/202706-1170095713 /tmp/evaluation/202706-1170095713/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.01 2.12 2.79 5/81 16038
/proc/meminfo: memFree=1201368/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=18540 CPUtime=0
/proc/16037/stat : 16037 (runsolver) R 16035 16037 15581 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 29527761 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16037/statm: 4635 279 244 17 0 2626 0

[startup+0.110132 s]
/proc/loadavg: 2.01 2.12 2.79 5/81 16038
/proc/meminfo: memFree=1201368/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 29527761 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518171 s]
/proc/loadavg: 2.01 2.12 2.79 5/81 16038
/proc/meminfo: memFree=1201368/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29527761 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34125 s]
/proc/loadavg: 2.01 2.12 2.79 4/90 16054
/proc/meminfo: memFree=1179088/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29527761 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 809 371 3 0 531 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16047] ppid=16037 vsize=807064 CPUtime=0.56
/proc/16047/stat : 16047 (java) R 16037 16037 15581 0 -1 0 7474 0 1 0 52 4 0 0 18 0 8 0 29527838 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16047/statm: 201766 7222 1494 14 0 189044 0
[pid=16047/tid=16048] ppid=16037 vsize=807064 CPUtime=0.08
/proc/16047/task/16048/stat : 16048 (java) R 16037 16037 15581 0 -1 64 1420 0 0 0 8 0 0 0 16 0 8 0 29527842 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823102 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16049] ppid=16037 vsize=807064 CPUtime=0
/proc/16047/task/16049/stat : 16049 (java) S 16037 16037 15581 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29527842 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16050] ppid=16037 vsize=807064 CPUtime=0
/proc/16047/task/16050/stat : 16050 (java) S 16037 16037 15581 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29527842 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16051] ppid=16037 vsize=807064 CPUtime=0
/proc/16047/task/16051/stat : 16051 (java) S 16037 16037 15581 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29527846 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16052] ppid=16037 vsize=807064 CPUtime=0.05
/proc/16047/task/16052/stat : 16052 (java) R 16037 16037 15581 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29527846 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16053] ppid=16037 vsize=807064 CPUtime=0
/proc/16047/task/16053/stat : 16053 (java) S 16037 16037 15581 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29527846 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16054] ppid=16037 vsize=807064 CPUtime=0
/proc/16047/task/16054/stat : 16054 (java) S 16037 16037 15581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29527846 826433536 7222 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.99341 s]
/proc/loadavg: 2.01 2.12 2.79 3/90 16054
/proc/meminfo: memFree=1160336/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29527761 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 809 371 3 0 531 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16047] ppid=16037 vsize=807328 CPUtime=2.2
/proc/16047/stat : 16047 (java) R 16037 16037 15581 0 -1 0 13713 0 1 0 212 8 0 0 25 0 8 0 29527838 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16047/statm: 201832 13444 1506 14 0 189110 0
[pid=16047/tid=16048] ppid=16037 vsize=807328 CPUtime=0.51
/proc/16047/task/16048/stat : 16048 (java) S 16037 16037 15581 0 -1 64 7497 0 0 0 47 4 0 0 16 0 8 0 29527842 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16049] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16049/stat : 16049 (java) S 16037 16037 15581 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29527842 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16050] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16050/stat : 16050 (java) S 16037 16037 15581 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29527842 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16051] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16051/stat : 16051 (java) S 16037 16037 15581 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29527846 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16052] ppid=16037 vsize=807328 CPUtime=0.13
/proc/16047/task/16052/stat : 16052 (java) S 16037 16037 15581 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29527846 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16053] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16053/stat : 16053 (java) S 16037 16037 15581 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29527846 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16054] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16054/stat : 16054 (java) S 16037 16037 15581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29527846 826703872 13444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821052

[startup+6.21472 s]
/proc/loadavg: 2.01 2.12 2.79 3/90 16054
/proc/meminfo: memFree=1082512/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29527761 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 809 371 3 0 531 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16047] ppid=16037 vsize=807328 CPUtime=5.4
/proc/16047/stat : 16047 (java) R 16037 16037 15581 0 -1 0 34074 0 1 0 520 20 0 0 25 0 8 0 29527838 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16047/statm: 201832 33721 1506 14 0 189110 0
[pid=16047/tid=16048] ppid=16037 vsize=807328 CPUtime=1.47
/proc/16047/task/16048/stat : 16048 (java) S 16037 16037 15581 0 -1 64 27771 0 0 0 132 15 0 0 16 0 8 0 29527842 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16049] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16049/stat : 16049 (java) S 16037 16037 15581 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29527842 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16050] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16050/stat : 16050 (java) S 16037 16037 15581 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29527842 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16051] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16051/stat : 16051 (java) S 16037 16037 15581 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29527846 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16052] ppid=16037 vsize=807328 CPUtime=0.15
/proc/16047/task/16052/stat : 16052 (java) S 16037 16037 15581 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 29527846 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16053] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16053/stat : 16053 (java) S 16037 16037 15581 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29527846 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16054] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16054/stat : 16054 (java) S 16037 16037 15581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29527846 826703872 33721 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821052

[startup+12.6723 s]
/proc/loadavg: 2.09 2.13 2.78 3/90 16054
/proc/meminfo: memFree=987280/2055920 swapFree=4184164/4192956
[pid=16037] ppid=16035 vsize=13724 CPUtime=0.04
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29527761 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 3431 809 371 3 0 531 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16047] ppid=16037 vsize=807328 CPUtime=11.82
/proc/16047/stat : 16047 (java) R 16037 16037 15581 0 -1 0 54848 0 1 0 1149 33 0 0 25 0 8 0 29527838 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153444964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16047/statm: 201832 54108 1507 14 0 189110 0
[pid=16047/tid=16048] ppid=16037 vsize=807328 CPUtime=3.44
/proc/16047/task/16048/stat : 16048 (java) S 16037 16037 15581 0 -1 64 48384 0 0 0 317 27 0 0 16 0 8 0 29527842 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16049] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16049/stat : 16049 (java) S 16037 16037 15581 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29527842 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16050] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16050/stat : 16050 (java) S 16037 16037 15581 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29527842 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16051] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16051/stat : 16051 (java) S 16037 16037 15581 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29527846 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16052] ppid=16037 vsize=807328 CPUtime=0.15
/proc/16047/task/16052/stat : 16052 (java) S 16037 16037 15581 0 -1 64 403 0 0 0 15 0 0 0 17 0 8 0 29527846 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16053] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16053/stat : 16053 (java) S 16037 16037 15581 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29527846 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16047/tid=16054] ppid=16037 vsize=807328 CPUtime=0
/proc/16047/task/16054/stat : 16054 (java) S 16037 16037 15581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29527846 826703872 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821052

[startup+25.5456 s]
/proc/loadavg: 2.07 2.12 2.77 3/83 16057
/proc/meminfo: memFree=1182280/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=9868 CPUtime=11.35
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 3074 0 0 0 1132 3 0 0 25 0 1 0 29529173 10104832 2081 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16055/statm: 2467 2081 52 112 0 2351 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 26048

[startup+51.229 s]
/proc/loadavg: 2.25 2.16 2.76 3/76 16121
/proc/meminfo: memFree=1823296/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=12056 CPUtime=36.97
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 3621 0 0 0 3693 4 0 0 25 0 1 0 29529173 12345344 2628 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525153 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 3014 2628 52 112 0 2898 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 28236

[startup+102.506 s]
/proc/loadavg: 2.11 2.13 2.72 3/76 16121
/proc/meminfo: memFree=1814656/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=15720 CPUtime=87.99
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 4532 0 0 0 8794 5 0 0 25 0 1 0 29529173 16097280 3539 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 3930 3539 52 112 0 3814 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 31900

[startup+162.521 s]
/proc/loadavg: 2.04 2.11 2.67 3/76 16121
/proc/meminfo: memFree=1810944/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8024 0 0 0 122296 12 0 0 25 0 1 0 29529173 30982144 7031 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 7564 7031 52 112 0 7448 0
Current children cumulated CPU time (s) 1237
Current children cumulated vsize (KiB) 46436

[startup+1302.8 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 16121
/proc/meminfo: memFree=1782656/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=30404 CPUtime=1282.83
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8065 0 0 0 128271 12 0 0 25 0 1 0 29529173 31133696 7072 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 7601 7072 52 112 0 7485 0
Current children cumulated CPU time (s) 1296.75
Current children cumulated vsize (KiB) 46584

[startup+1362.82 s]
/proc/loadavg: 2.04 2.01 2.17 3/76 16121
/proc/meminfo: memFree=1781056/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=31508 CPUtime=1342.56
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8356 0 0 0 134244 12 0 0 25 0 1 0 29529173 32264192 7363 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 7877 7363 52 112 0 7761 0
Current children cumulated CPU time (s) 1356.48
Current children cumulated vsize (KiB) 47688

[startup+1422.84 s]
/proc/loadavg: 2.05 2.02 2.16 3/76 16121
/proc/meminfo: memFree=1780416/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=32108 CPUtime=1402.31
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8493 0 0 0 140219 12 0 0 25 0 1 0 29529173 32878592 7500 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8027 7500 52 112 0 7911 0
Current children cumulated CPU time (s) 1416.23
Current children cumulated vsize (KiB) 48288

[startup+1482.85 s]
/proc/loadavg: 2.02 2.02 2.15 3/76 16121
/proc/meminfo: memFree=1780224/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=32108 CPUtime=1462.07
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8498 0 0 0 146194 13 0 0 25 0 1 0 29529173 32878592 7505 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8027 7505 52 112 0 7911 0
Current children cumulated CPU time (s) 1475.99
Current children cumulated vsize (KiB) 48288

[startup+1542.86 s]
/proc/loadavg: 2.00 2.01 2.14 3/76 16121
/proc/meminfo: memFree=1779328/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=32416 CPUtime=1521.79
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8543 0 0 0 152166 13 0 0 25 0 1 0 29529173 33193984 7550 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8104 7550 52 112 0 7988 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 48596

[startup+1602.9 s]
/proc/loadavg: 2.00 2.01 2.13 3/82 16239
/proc/meminfo: memFree=1776768/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=32580 CPUtime=1581.49
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8583 0 0 0 158126 23 0 0 25 0 1 0 29529173 33361920 7590 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8145 7590 52 112 0 8029 0
Current children cumulated CPU time (s) 1595.41
Current children cumulated vsize (KiB) 48760

[startup+1662.94 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 16319
/proc/meminfo: memFree=1777472/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=32716 CPUtime=1641.19
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8617 0 0 0 164088 31 0 0 25 0 1 0 29529173 33501184 7624 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8179 7624 52 112 0 8063 0
Current children cumulated CPU time (s) 1655.11
Current children cumulated vsize (KiB) 48896

[startup+1722.96 s]
/proc/loadavg: 2.00 2.00 2.11 3/76 16319
/proc/meminfo: memFree=1777024/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=33352 CPUtime=1700.92
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 8775 0 0 0 170061 31 0 0 25 0 1 0 29529173 34152448 7782 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525475 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8338 7782 52 112 0 8222 0
Current children cumulated CPU time (s) 1714.84
Current children cumulated vsize (KiB) 49532

[startup+1782.98 s]
/proc/loadavg: 2.04 2.01 2.10 3/76 16319
/proc/meminfo: memFree=1775808/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=34420 CPUtime=1760.68
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 9042 0 0 0 176036 32 0 0 25 0 1 0 29529173 35246080 8049 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8605 8049 52 112 0 8489 0
Current children cumulated CPU time (s) 1774.6
Current children cumulated vsize (KiB) 50600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.57 s]
/proc/loadavg: 2.02 2.01 2.09 3/76 16319
/proc/meminfo: memFree=1775680/2055920 swapFree=4184200/4192956
[pid=16037] ppid=16035 vsize=16180 CPUtime=13.26
/proc/16037/stat : 16037 (sugar) S 16035 16037 15581 0 -1 4194304 1895 54906 0 1 7 1 1276 42 16 0 1 0 29527761 16568320 1407 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4045 1407 373 3 0 1145 0
[pid=16039] ppid=16037 vsize=0 CPUtime=0.66
/proc/16039/stat : 16039 (java) Z 16037 16037 15581 0 -1 1036 7506 0 1 0 59 7 0 0 17 0 1 0 29527767 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16039/statm: 0 0 0 0 0 0 0
[pid=16055] ppid=16037 vsize=34420 CPUtime=1786.14
/proc/16055/stat : 16055 (minisat) R 16037 16037 15581 0 -1 0 9042 0 0 0 178582 32 0 0 25 0 1 0 29529173 35246080 8049 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/16055/statm: 8605 8049 52 112 0 8489 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50600

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16037 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=832049 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=445932
CPU time returned by wait4() is 13.278
while last known CPU time is 1800.07

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

Real time (s): 1809.59
CPU time (s): 1800.07
CPU user time (s): 1799.25
CPU system time (s): 0.82
CPU usage (%): 99.4739
Max. virtual memory (cumulated for all children) (KiB): 821304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.832
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2886
involuntary context switches= 3117

runsolver used 2.12968 s user time and 5.9041 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan 29 18:35:13 UTC 2007


IDJOB= 202706
IDBENCH= 3877
IDSOLVER= 86
FILE ID= node55/202706-1170095713

PBS_JOBID= 3689649

Free space on /tmp= 66528 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-37_ext.xml
COMMAND LINE= /tmp/evaluation/202706-1170095713/solver /tmp/evaluation/202706-1170095713 /tmp/evaluation/202706-1170095713/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-202706-1170095713 -o ROOT/results/node55/solver-202706-1170095713 -C 1800 -M 900  /tmp/evaluation/202706-1170095713/solver /tmp/evaluation/202706-1170095713 /tmp/evaluation/202706-1170095713/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2d0f8068c31c1d1a3a58bd4398c614e9

RANDOM SEED= 919593361

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.247
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.247
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:       1201848 kB
Buffers:         55028 kB
Cached:         107796 kB
SwapCached:       1600 kB
Active:         712800 kB
Inactive:        87532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201848 kB
SwapTotal:     4192956 kB
SwapFree:      4184164 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:         651292 kB
Slab:            37688 kB
Committed_AS:   807940 kB
PageTables:       3256 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= 66558 MiB



End job on node55 on Mon Jan 29 19:05:23 UTC 2007