Trace number 229862

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.04 1807.27

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-23_ext.xml
MD5SUMd271234205ff8a0d3c9ed0003460dc61
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.53561
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
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/229862-1170106274/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229862-1170106274/unknown.xml [Mon Jan 29 22:31:15 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229862-1170106274/unknown.xml /tmp/evaluation/229862-1170106274/sugar30287.csp [Mon Jan 29 22:31:15 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229862-1170106274/sugar-v0-40.jar -convert /tmp/evaluation/229862-1170106274/unknown.xml /tmp/evaluation/229862-1170106274/sugar30287.csp
0.25	c BEGIN convert /tmp/evaluation/229862-1170106274/unknown.xml
0.96	c END convert (0.70637 seconds)
1.02	c # CONVERT_XML  END : /tmp/evaluation/229862-1170106274/sugar30287.csp 2155699 bytes (1 seconds) [Mon Jan 29 22:31:16 2007]
1.02	c # CONVERT_XML  CPU : 0.83 = 0 + 0 + 0.76 + 0.07
1.02	
1.02	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229862-1170106274/sugar30287.bcnf [Mon Jan 29 22:31:16 2007]
1.02	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229862-1170106274/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229862-1170106274/sugar30287.map /tmp/evaluation/229862-1170106274/sugar30287.csp /tmp/evaluation/229862-1170106274/sugar30287.bcnf
1.15	c BEGIN parse /tmp/evaluation/229862-1170106274/sugar30287.csp
36.25	c END parse (35.105992 seconds)
36.25	c BEGIN simplify
36.40	c END simplify (0.149422 seconds)
36.40	c BEGIN encode /tmp/evaluation/229862-1170106274/sugar30287.bcnf
37.54	c END encode (1.14201 seconds)
37.70	c # GENERATE_SAT  END : 8506 variables 81302 clauses 9814544 bytes (36 seconds) [Mon Jan 29 22:31:52 2007]
37.70	c # GENERATE_SAT  CPU : 36.36 = 0.07 + 0 + 35.85 + 0.44
37.70	
37.70	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229862-1170106274/sugar30287.bcnf [Mon Jan 29 22:31:52 2007]
37.70	c # CMD : /tmp/evaluation/229862-1170106274/minisat /tmp/evaluation/229862-1170106274/sugar30287.bcnf /tmp/evaluation/229862-1170106274/sugar30287.out
37.93	c ==================================[MINISAT]===================================
37.93	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
37.93	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
37.93	c ==============================================================================
37.93	c |         0 |   81302  2372324 |   27100       0        0     nan |  0.000 % |
37.99	c |       100 |   81302  2372324 |   29810     100     3294    32.9 |  0.000 % |
38.05	c |       250 |   81302  2372324 |   32791     250     5457    21.8 |  0.000 % |
38.16	c |       476 |   81302  2372324 |   36070     476     8833    18.6 |  0.000 % |
38.31	c |       814 |   81302  2372324 |   39677     814    13962    17.2 |  0.000 % |
38.54	c |      1320 |   81303  2372324 |   43644    1319    22961    17.4 |  0.000 % |
38.92	c |      2080 |   81304  2372324 |   48009    2078    62151    29.9 |  0.000 % |
39.54	c |      3220 |   81305  2372324 |   52810    3217    87112    27.1 |  0.000 % |
40.54	c |      4930 |   81306  2372324 |   58091    4926   124505    25.3 |  0.000 % |
42.12	c |      7493 |   81308  2372324 |   63900    7487   196639    26.3 |  0.000 % |
44.70	c |     11337 |   81309  2372324 |   70290   11330   272393    24.0 |  0.000 % |
48.46	c |     17103 |   81310  2372324 |   77319   17095   451231    26.4 |  0.000 % |
54.90	c |     25752 |   81310  2372324 |   85051   25744   692702    26.9 |  0.000 % |
68.32	c |     38727 |   81314  2372324 |   93556   38715  1053922    27.2 |  0.000 % |
86.85	c |     58188 |   81319  2372324 |  102912   58171  1651922    28.4 |  0.000 % |
121.31	c |     87380 |   81323  2372324 |  113203   87359  2659926    30.4 |  0.000 % |
169.60	c |    131170 |   81329  2372324 |  124523   33028  1130492    34.2 |  0.000 % |
246.41	c |    196854 |   81335  2372324 |  136976   98706  3577637    36.2 |  0.000 % |
390.69	c |    295381 |   81339  2372324 |  150673   79265  2722824    34.4 |  0.000 % |
603.39	c |    443170 |   81345  2372324 |  165741   96605  3624530    37.5 |  0.000 % |
980.15	c |    664853 |   81355  2372324 |  182315   30763   968825    31.5 |  0.000 % |
1563.77	c |    997379 |   81385  2372324 |  200546   37358  1883542    50.4 |  0.000 % |
1806.25	
1806.25	s UNKNOWN
1806.25	c # INTERRUPTED
1806.25	c # MAIN  END :  (1806 seconds) [Mon Jan 29 23:01:21 2007]
1806.25	c # MAIN  CPU : 37.2 = 0.07 + 0.01 + 36.61 + 0.51
1806.25	

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/node12/watcher-229862-1170106274 -o ROOT/results/node12/solver-229862-1170106274 -C 1800 -M 900 /tmp/evaluation/229862-1170106274/solver /tmp/evaluation/229862-1170106274 /tmp/evaluation/229862-1170106274/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.80 2.90 3.09 5/94 30288
/proc/meminfo: memFree=1243144/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=7504 CPUtime=0
/proc/30287/stat : 30287 (sugar) R 30285 30287 30222 0 -1 4194304 315 0 0 0 0 0 0 0 20 0 1 0 30581924 7684096 51 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252426909065 0 0 4096 0 0 0 0 17 1 0 0
/proc/30287/statm: 1876 51 38 3 0 55 0

[startup+0.104723 s]
/proc/loadavg: 2.80 2.90 3.09 5/94 30288
/proc/meminfo: memFree=1243144/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.04
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30581924 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512797 s]
/proc/loadavg: 2.80 2.90 3.09 5/94 30288
/proc/meminfo: memFree=1243144/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.04
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30581924 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33494 s]
/proc/loadavg: 2.74 2.89 3.08 3/102 30304
/proc/meminfo: memFree=1234696/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.87
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1190 7902 0 1 3 1 76 7 16 0 1 0 30581924 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 809 371 3 0 531 0
[pid=30297] ppid=30287 vsize=807064 CPUtime=0.29
/proc/30297/stat : 30297 (java) R 30287 30287 30222 0 -1 0 5679 0 1 0 26 3 0 0 20 0 8 0 30582026 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073476720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30297/statm: 201766 5430 1482 14 0 189044 0
[pid=30297/tid=30298] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30298/stat : 30298 (java) S 30287 30287 30222 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 30582030 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30299] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30299/stat : 30299 (java) S 30287 30287 30222 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 30582030 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30300] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30300/stat : 30300 (java) S 30287 30287 30222 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30582030 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30301] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30301/stat : 30301 (java) S 30287 30287 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30582033 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30302] ppid=30287 vsize=807064 CPUtime=0.05
/proc/30297/task/30302/stat : 30302 (java) S 30287 30287 30222 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30582033 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30303] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30303/stat : 30303 (java) S 30287 30287 30222 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30582033 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30304] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30304/stat : 30304 (java) S 30287 30287 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30582033 826433536 5430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 820788

[startup+2.98824 s]
/proc/loadavg: 2.74 2.89 3.08 5/102 30304
/proc/meminfo: memFree=1205832/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.87
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1190 7902 0 1 3 1 76 7 16 0 1 0 30581924 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 809 371 3 0 531 0
[pid=30297] ppid=30287 vsize=807064 CPUtime=1.93
/proc/30297/stat : 30297 (java) R 30287 30287 30222 0 -1 0 12924 0 1 0 186 7 0 0 25 0 8 0 30582026 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30297/statm: 201766 12660 1494 14 0 189044 0
[pid=30297/tid=30298] ppid=30287 vsize=807064 CPUtime=0.51
/proc/30297/task/30298/stat : 30298 (java) S 30287 30287 30222 0 -1 64 6859 0 0 0 48 3 0 0 16 0 8 0 30582030 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30299] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30299/stat : 30299 (java) S 30287 30287 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30582030 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30300] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30300/stat : 30300 (java) S 30287 30287 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30582030 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30301] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30301/stat : 30301 (java) S 30287 30287 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30582033 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30302] ppid=30287 vsize=807064 CPUtime=0.05
/proc/30297/task/30302/stat : 30302 (java) S 30287 30287 30222 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30582033 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30303] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30303/stat : 30303 (java) S 30287 30287 30222 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30582033 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30304] ppid=30287 vsize=807064 CPUtime=0
/proc/30297/task/30304/stat : 30304 (java) S 30287 30287 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30582033 826433536 12660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 820788

[startup+6.18983 s]
/proc/loadavg: 2.68 2.87 3.08 4/102 30304
/proc/meminfo: memFree=1143304/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.87
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1190 7902 0 1 3 1 76 7 16 0 1 0 30581924 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 809 371 3 0 531 0
[pid=30297] ppid=30287 vsize=807336 CPUtime=5.1
/proc/30297/stat : 30297 (java) R 30287 30287 30222 0 -1 0 29967 0 1 0 495 15 0 0 25 0 8 0 30582026 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30297/statm: 201834 29630 1506 14 0 189112 0
[pid=30297/tid=30298] ppid=30287 vsize=807336 CPUtime=1.39
/proc/30297/task/30298/stat : 30298 (java) S 30287 30287 30222 0 -1 64 23677 0 0 0 130 9 0 0 16 0 8 0 30582030 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30299] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30299/stat : 30299 (java) S 30287 30287 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30582030 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30300] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30300/stat : 30300 (java) S 30287 30287 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30582030 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30301] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30301/stat : 30301 (java) S 30287 30287 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30582033 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30302] ppid=30287 vsize=807336 CPUtime=0.13
/proc/30297/task/30302/stat : 30302 (java) S 30287 30287 30222 0 -1 64 400 0 0 0 12 1 0 0 16 0 8 0 30582033 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30303] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30303/stat : 30303 (java) S 30287 30287 30222 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30582033 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30304] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30304/stat : 30304 (java) S 30287 30287 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30582033 826712064 29630 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 821060

[startup+12.655 s]
/proc/loadavg: 2.70 2.87 3.08 3/102 30304
/proc/meminfo: memFree=1027912/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.87
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1190 7902 0 1 3 1 76 7 16 0 1 0 30581924 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 809 371 3 0 531 0
[pid=30297] ppid=30287 vsize=807336 CPUtime=11.48
/proc/30297/stat : 30297 (java) R 30287 30287 30222 0 -1 0 54697 0 1 0 1123 25 0 0 25 0 8 0 30582026 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30297/statm: 201834 54113 1507 14 0 189112 0
[pid=30297/tid=30298] ppid=30287 vsize=807336 CPUtime=3.54
/proc/30297/task/30298/stat : 30298 (java) S 30287 30287 30222 0 -1 64 48227 0 0 0 334 20 0 0 16 0 8 0 30582030 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30299] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30299/stat : 30299 (java) S 30287 30287 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30582030 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30300] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30300/stat : 30300 (java) S 30287 30287 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30582030 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30301] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30301/stat : 30301 (java) S 30287 30287 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30582033 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30302] ppid=30287 vsize=807336 CPUtime=0.15
/proc/30297/task/30302/stat : 30302 (java) S 30287 30287 30222 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 30582033 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30303] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30303/stat : 30303 (java) S 30287 30287 30222 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30582033 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30304] ppid=30287 vsize=807336 CPUtime=0
/proc/30297/task/30304/stat : 30304 (java) S 30287 30287 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30582033 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 821060

[startup+25.5431 s]
/proc/loadavg: 2.59 2.84 3.06 4/102 30304
/proc/meminfo: memFree=1028168/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=13724 CPUtime=0.87
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 1190 7902 0 1 3 1 76 7 16 0 1 0 30581924 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 3431 809 371 3 0 531 0
[pid=30297] ppid=30287 vsize=807840 CPUtime=24.29
/proc/30297/stat : 30297 (java) R 30287 30287 30222 0 -1 0 56311 0 1 0 2398 31 0 0 25 0 8 0 30582026 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30297/statm: 201960 54373 1507 14 0 189238 0
[pid=30297/tid=30298] ppid=30287 vsize=807840 CPUtime=8.74
/proc/30297/task/30298/stat : 30298 (java) R 30287 30287 30222 0 -1 64 49449 0 0 0 851 23 0 0 16 0 8 0 30582030 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134569 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30299] ppid=30287 vsize=807840 CPUtime=0
/proc/30297/task/30299/stat : 30299 (java) S 30287 30287 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30582030 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30300] ppid=30287 vsize=807840 CPUtime=0
/proc/30297/task/30300/stat : 30300 (java) S 30287 30287 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30582030 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30301] ppid=30287 vsize=807840 CPUtime=0
/proc/30297/task/30301/stat : 30301 (java) S 30287 30287 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30582033 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30302] ppid=30287 vsize=807840 CPUtime=0.15
/proc/30297/task/30302/stat : 30302 (java) S 30287 30287 30222 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 30582033 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30303] ppid=30287 vsize=807840 CPUtime=0
/proc/30297/task/30303/stat : 30303 (java) S 30287 30287 30222 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30582033 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30297/tid=30304] ppid=30287 vsize=807840 CPUtime=0
/proc/30297/task/30304/stat : 30304 (java) S 30287 30287 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30582033 827228160 54373 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 821564

[startup+51.2447 s]
/proc/loadavg: 2.53 2.81 3.05 3/95 30305
/proc/meminfo: memFree=1210304/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=16672 CPUtime=13.53
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 4838 0 0 0 1349 4 0 0 25 0 1 0 30585694 17072128 3799 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 4168 3799 52 112 0 4052 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 34444

[startup+102.51 s]
/proc/loadavg: 2.29 2.70 2.99 3/95 30305
/proc/meminfo: memFree=1199232/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=24632 CPUtime=64.77
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 6817 0 0 0 6470 7 0 0 25 0 1 0 30585694 25223168 5778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 6158 5778 52 112 0 6042 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 42404

[startup+162.605 s]
/proc/loadavg: 2.14 2.58 2.93 3/95 30305
/proc/meminfo: memFree=1192000/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=31792 CPUtime=124.84
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 8573 0 0 0 12475 9 0 0 25 0 1 0 30585694 32555008 7534 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 7948 7534 52 112 0 7832 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 49564


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

/proc/loadavg: 2.00 2.04 2.33 3/89 30374
/proc/meminfo: memFree=1312504/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=49616 CPUtime=1084.06
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 12942 0 0 0 108379 27 0 0 25 0 1 0 30585694 50806784 11903 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12404 11903 52 112 0 12288 0
Current children cumulated CPU time (s) 1121.29
Current children cumulated vsize (KiB) 67388

[startup+1183.75 s]
/proc/loadavg: 2.00 2.03 2.31 3/89 30374
/proc/meminfo: memFree=1312312/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=49616 CPUtime=1143.81
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 12961 0 0 0 114353 28 0 0 25 0 1 0 30585694 50806784 11922 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12404 11922 52 112 0 12288 0
Current children cumulated CPU time (s) 1181.04
Current children cumulated vsize (KiB) 67388

[startup+1243.82 s]
/proc/loadavg: 2.00 2.02 2.28 3/89 30374
/proc/meminfo: memFree=1310200/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=51640 CPUtime=1203.52
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 13475 0 0 0 120323 29 0 0 25 0 1 0 30585694 52879360 12436 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527235 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12910 12436 52 112 0 12794 0
Current children cumulated CPU time (s) 1240.75
Current children cumulated vsize (KiB) 69412

[startup+1303.89 s]
/proc/loadavg: 2.00 2.02 2.26 3/89 30374
/proc/meminfo: memFree=1310072/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=51812 CPUtime=1263.27
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 13491 0 0 0 126298 29 0 0 25 0 1 0 30585694 53055488 12452 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12953 12452 52 112 0 12837 0
Current children cumulated CPU time (s) 1300.5
Current children cumulated vsize (KiB) 69584

[startup+1363.96 s]
/proc/loadavg: 2.00 2.01 2.24 3/89 30374
/proc/meminfo: memFree=1309944/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=51812 CPUtime=1323.01
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 13494 0 0 0 132272 29 0 0 25 0 1 0 30585694 53055488 12455 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12953 12455 52 112 0 12837 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 69584

[startup+1424.04 s]
/proc/loadavg: 2.00 2.01 2.23 3/89 30374
/proc/meminfo: memFree=1309880/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=51812 CPUtime=1382.74
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 13494 0 0 0 138245 29 0 0 25 0 1 0 30585694 53055488 12455 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 12953 12455 52 112 0 12837 0
Current children cumulated CPU time (s) 1419.97
Current children cumulated vsize (KiB) 69584

[startup+1484.11 s]
/proc/loadavg: 2.06 2.02 2.21 3/89 30374
/proc/meminfo: memFree=1303992/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=57452 CPUtime=1442.48
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 14922 0 0 0 144216 32 0 0 25 0 1 0 30585694 58830848 13883 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528567 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 14363 13883 52 112 0 14247 0
Current children cumulated CPU time (s) 1479.71
Current children cumulated vsize (KiB) 75224

[startup+1544.18 s]
/proc/loadavg: 2.08 2.03 2.20 3/89 30374
/proc/meminfo: memFree=1297400/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=63832 CPUtime=1502.23
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16519 0 0 0 150189 34 0 0 25 0 1 0 30585694 65363968 15480 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 15958 15480 52 112 0 15842 0
Current children cumulated CPU time (s) 1539.46
Current children cumulated vsize (KiB) 81604

[startup+1604.25 s]
/proc/loadavg: 2.03 2.02 2.18 3/89 30374
/proc/meminfo: memFree=1297272/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=63832 CPUtime=1561.95
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16519 0 0 0 156161 34 0 0 25 0 1 0 30585694 65363968 15480 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 15958 15480 52 112 0 15842 0
Current children cumulated CPU time (s) 1599.18
Current children cumulated vsize (KiB) 81604

[startup+1664.32 s]
/proc/loadavg: 2.01 2.02 2.17 3/89 30374
/proc/meminfo: memFree=1297144/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=63832 CPUtime=1621.69
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16520 0 0 0 162135 34 0 0 25 0 1 0 30585694 65363968 15481 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525752 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 15958 15481 52 112 0 15842 0
Current children cumulated CPU time (s) 1658.92
Current children cumulated vsize (KiB) 81604

[startup+1724.4 s]
/proc/loadavg: 2.06 2.03 2.17 3/89 30374
/proc/meminfo: memFree=1297080/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=63832 CPUtime=1681.44
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16521 0 0 0 168110 34 0 0 25 0 1 0 30585694 65363968 15482 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 15958 15482 52 112 0 15842 0
Current children cumulated CPU time (s) 1718.67
Current children cumulated vsize (KiB) 81604

[startup+1784.47 s]
/proc/loadavg: 2.02 2.02 2.15 4/89 30374
/proc/meminfo: memFree=1296824/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=64008 CPUtime=1741.17
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16562 0 0 0 174082 35 0 0 25 0 1 0 30585694 65544192 15523 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 16002 15523 52 112 0 15886 0
Current children cumulated CPU time (s) 1778.4
Current children cumulated vsize (KiB) 81780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.24 s]
/proc/loadavg: 2.01 2.02 2.15 3/95 30456
/proc/meminfo: memFree=1295280/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=17772 CPUtime=37.23
/proc/30287/stat : 30287 (sugar) S 30285 30287 30222 0 -1 4194304 2286 69195 0 2 10 1 3661 51 16 0 1 0 30581924 18198528 1798 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30287/statm: 4443 1798 373 3 0 1543 0
[pid=30305] ppid=30287 vsize=64008 CPUtime=1762.8
/proc/30305/stat : 30305 (minisat) R 30287 30287 30222 0 -1 0 16564 0 0 0 176239 41 0 0 25 0 1 0 30585694 65544192 15525 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 16002 15525 52 112 0 15886 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 81780

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30287 and gives childrusage.ru_utime.tv_sec=36 childrusage.ru_utime.tv_usec=720417 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=534918
CPU time returned by wait4() is 37.2553
while last known CPU time is 1800.04

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

Real time (s): 1807.27
CPU time (s): 1800.04
CPU user time (s): 1799.1
CPU system time (s): 0.94
CPU usage (%): 99.6
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.7204
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71567
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= 8696
involuntary context switches= 9021

runsolver used 2.24466 s user time and 5.35719 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 21:31:15 UTC 2007


IDJOB= 229862
IDBENCH= 6369
IDSOLVER= 86
FILE ID= node12/229862-1170106274

PBS_JOBID= 3689857

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-23_ext.xml
COMMAND LINE= /tmp/evaluation/229862-1170106274/solver /tmp/evaluation/229862-1170106274 /tmp/evaluation/229862-1170106274/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-229862-1170106274 -o ROOT/results/node12/solver-229862-1170106274 -C 1800 -M 900  /tmp/evaluation/229862-1170106274/solver /tmp/evaluation/229862-1170106274 /tmp/evaluation/229862-1170106274/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d271234205ff8a0d3c9ed0003460dc61

RANDOM SEED= 25972102

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.285
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.285
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:       1243624 kB
Buffers:         55244 kB
Cached:          55052 kB
SwapCached:          0 kB
Active:         692464 kB
Inactive:        63348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         671008 kB
Slab:            40276 kB
Committed_AS:  1150372 kB
PageTables:       3288 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= 66439 MiB



End job on node12 on Mon Jan 29 22:01:22 UTC 2007