Trace number 238787

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 1811.44

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-2_ext.xml
MD5SUMaad4ffc5b271af9b9373b709731c81fb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
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/238787-1170108768/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/238787-1170108768/unknown.xml [Mon Jan 29 23:12:48 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/238787-1170108768/unknown.xml /tmp/evaluation/238787-1170108768/sugar28909.csp [Mon Jan 29 23:12:48 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238787-1170108768/sugar-v0-40.jar -convert /tmp/evaluation/238787-1170108768/unknown.xml /tmp/evaluation/238787-1170108768/sugar28909.csp
0.17	c BEGIN convert /tmp/evaluation/238787-1170108768/unknown.xml
0.77	c END convert (0.5996 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/238787-1170108768/sugar28909.csp 1865997 bytes (1 seconds) [Mon Jan 29 23:12:49 2007]
0.81	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.65 + 0.06
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238787-1170108768/sugar28909.bcnf [Mon Jan 29 23:12:49 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238787-1170108768/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238787-1170108768/sugar28909.map /tmp/evaluation/238787-1170108768/sugar28909.csp /tmp/evaluation/238787-1170108768/sugar28909.bcnf
0.93	c BEGIN parse /tmp/evaluation/238787-1170108768/sugar28909.csp
137.76	c END parse (136.822817 seconds)
137.76	c BEGIN simplify
138.19	c END simplify (0.429888 seconds)
138.19	c BEGIN encode /tmp/evaluation/238787-1170108768/sugar28909.bcnf
140.86	c END encode (2.669216 seconds)
141.13	c # GENERATE_SAT  END : 18424 variables 91071 clauses 26422124 bytes (140 seconds) [Mon Jan 29 23:15:09 2007]
141.13	c # GENERATE_SAT  CPU : 139.41 = 0.15 + 0.01 + 138.06 + 1.19
141.13	
141.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238787-1170108768/sugar28909.bcnf [Mon Jan 29 23:15:09 2007]
141.13	c # CMD : /tmp/evaluation/238787-1170108768/minisat /tmp/evaluation/238787-1170108768/sugar28909.bcnf /tmp/evaluation/238787-1170108768/sugar28909.out
141.74	c ==================================[MINISAT]===================================
141.74	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
141.74	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
141.74	c ==============================================================================
141.74	c |         0 |   88578  6318247 |   29526       0        0     nan |  0.000 % |
141.78	c |       100 |   88591  6318247 |   32478      87     1124    12.9 |  0.456 % |
141.82	c |       250 |   88599  6318247 |   35726     228     2291    10.0 |  0.651 % |
141.87	c |       475 |   88612  6318247 |   39299     439     4408    10.0 |  0.722 % |
141.93	c |       812 |   88626  6318247 |   43229     762     7835    10.3 |  0.722 % |
142.00	c |      1318 |   88643  6318247 |   47551    1251    13490    10.8 |  0.722 % |
142.12	c |      2078 |   88665  6318247 |   52307    1989    22318    11.2 |  0.722 % |
142.32	c |      3217 |   88683  6318247 |   57537    3110    38195    12.3 |  0.722 % |
142.51	c |      4925 |   88690  6318247 |   63291    4811    93461    19.4 |  0.722 % |
142.88	c |      7489 |   88694  6318247 |   69620    7371   232786    31.6 |  0.722 % |
143.46	c |     11337 |   88701  6318247 |   76582   11212   437209    39.0 |  0.722 % |
144.47	c |     17103 |   88707  6318247 |   84241   16972   745016    43.9 |  0.722 % |
146.97	c |     25754 |   88709  6318247 |   92665   25621  1543708    60.3 |  0.722 % |
150.46	c |     38728 |   88718  6318247 |  101931   38586  2443585    63.3 |  0.722 % |
158.50	c |     58189 |   88725  6318247 |  112124   58040  4105103    70.7 |  0.722 % |
174.77	c |     87381 |   88677  6317877 |  123337   87217  5613762    64.4 |  0.722 % |
210.87	c |    131171 |   86491  6311174 |  135671   25687   925924    36.0 |  0.749 % |
242.69	c |    196855 |   86507  6311174 |  149238   91355  4846832    53.1 |  0.749 % |
315.60	c |    295381 |   86519  6311174 |  164162   60475  2775049    45.9 |  0.749 % |
413.36	c |    443170 |   85066  6306242 |  180578   57103  4299940    75.3 |  0.749 % |
575.94	c |    664854 |   85077  6306133 |  198636  112084  9207315    82.1 |  0.754 % |
906.40	c |    997382 |   85085  6306052 |  218499   86763  3730584    43.0 |  0.809 % |
1422.40	c |   1496170 |   83671  6301163 |  240349  102702  2573893    25.1 |  1.080 % |
1810.41	
1810.41	s UNKNOWN
1810.41	c # INTERRUPTED
1810.41	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:42:58 2007]
1810.41	c # MAIN  CPU : 140.13 = 0.15 + 0.02 + 138.71 + 1.25
1810.41	

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/node15/watcher-238787-1170108768 -o ROOT/results/node15/solver-238787-1170108768 -C 1800 -M 900 /tmp/evaluation/238787-1170108768/solver /tmp/evaluation/238787-1170108768 /tmp/evaluation/238787-1170108768/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.00 2.00 2.03 5/88 28910
/proc/meminfo: memFree=1375936/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=12268 CPUtime=0
/proc/28909/stat : 28909 (sugar) R 28907 28909 28443 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 30831158 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28909/statm: 3067 316 241 3 0 167 0

[startup+0.105915 s]
/proc/loadavg: 2.00 2.00 2.03 5/88 28910
/proc/meminfo: memFree=1375936/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.04
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30831158 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513981 s]
/proc/loadavg: 2.00 2.00 2.03 5/88 28910
/proc/meminfo: memFree=1375936/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.04
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30831158 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33713 s]
/proc/loadavg: 2.00 2.00 2.03 3/96 28926
/proc/meminfo: memFree=1355136/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807064 CPUtime=0.5
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 7333 0 1 0 46 4 0 0 22 0 8 0 30831240 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201766 7082 1494 14 0 189044 0
[pid=28919/tid=28920] ppid=28909 vsize=807064 CPUtime=0.05
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 1280 0 0 0 5 0 0 0 16 0 8 0 30831243 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807064 CPUtime=0.05
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30831247 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826433536 7082 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99041 s]
/proc/loadavg: 2.00 2.00 2.03 4/96 28926
/proc/meminfo: memFree=1335104/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807064 CPUtime=2.15
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 13850 0 1 0 207 8 0 0 25 0 8 0 30831240 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201766 13584 1494 14 0 189044 0
[pid=28919/tid=28920] ppid=28909 vsize=807064 CPUtime=0.58
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 7782 0 0 0 54 4 0 0 16 0 8 0 30831243 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807064 CPUtime=0.05
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30831247 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826433536 13584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807064 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826433536 13584 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) 820788

[startup+6.20797 s]
/proc/loadavg: 2.08 2.02 2.04 4/96 28926
/proc/meminfo: memFree=1255616/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807332 CPUtime=5.35
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 35304 0 1 0 515 20 0 0 25 0 8 0 30831240 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201833 34945 1506 14 0 189111 0
[pid=28919/tid=28920] ppid=28909 vsize=807332 CPUtime=1.63
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 28985 0 0 0 148 15 0 0 16 0 8 0 30831243 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807332 CPUtime=0.13
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 397 0 0 0 13 0 0 0 17 0 8 0 30831247 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826707968 34945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826707968 34945 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) 821056

[startup+12.6777 s]
/proc/loadavg: 2.07 2.02 2.04 3/96 28926
/proc/meminfo: memFree=1160896/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807332 CPUtime=11.78
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 55050 0 1 0 1146 32 0 0 25 0 8 0 30831240 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201833 54120 1507 14 0 189111 0
[pid=28919/tid=28920] ppid=28909 vsize=807332 CPUtime=4.02
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 48519 0 0 0 376 26 0 0 15 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807332 CPUtime=0.14
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821056

[startup+25.4783 s]
/proc/loadavg: 2.20 2.05 2.05 3/96 28926
/proc/meminfo: memFree=1160832/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807332 CPUtime=24.49
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 55934 0 1 0 2410 39 0 0 25 0 8 0 30831240 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201833 54120 1507 14 0 189111 0
[pid=28919/tid=28920] ppid=28909 vsize=807332 CPUtime=8.83
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 49001 0 0 0 853 30 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807332 CPUtime=0.14
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 400 0 0 0 14 0 0 0 17 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 821056

[startup+51.0979 s]
/proc/loadavg: 2.20 2.06 2.05 3/96 28926
/proc/meminfo: memFree=1160896/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807332 CPUtime=49.96
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 58154 0 1 0 4941 55 0 0 25 0 8 0 30831240 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201833 54120 1507 14 0 189111 0
[pid=28919/tid=28920] ppid=28909 vsize=807332 CPUtime=19.47
/proc/28919/task/28920/stat : 28920 (java) S 28909 28909 28443 0 -1 64 50426 0 0 0 1907 40 0 0 15 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28921] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28921/stat : 28921 (java) S 28909 28909 28443 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28922] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28922/stat : 28922 (java) S 28909 28909 28443 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30831243 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28923] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28923/stat : 28923 (java) S 28909 28909 28443 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28924] ppid=28909 vsize=807332 CPUtime=0.14
/proc/28919/task/28924/stat : 28924 (java) S 28909 28909 28443 0 -1 64 400 0 0 0 14 0 0 0 17 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28925] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28925/stat : 28925 (java) S 28909 28909 28443 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28919/tid=28926] ppid=28909 vsize=807332 CPUtime=0
/proc/28919/task/28926/stat : 28926 (java) S 28909 28909 28443 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30831247 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 821056

[startup+102.333 s]
/proc/loadavg: 2.44 2.13 2.07 5/102 28990
/proc/meminfo: memFree=1268240/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=13724 CPUtime=0.75
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 1190 7338 0 1 3 1 65 6 15 0 1 0 30831158 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28909/statm: 3431 809 371 3 0 531 0
[pid=28919] ppid=28909 vsize=807836 CPUtime=100.87
/proc/28919/stat : 28919 (java) R 28909 28909 28443 0 -1 0 82672 0 1 0 10002 85 0 0 25 0 8 0 30831240 827224064 74144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28919/statm: 201959 74144 1507 14 0 189237 0
[pid=28919/tid=28920] ppid=28909 vsize=807836 CPUtime=41.91

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

/proc/loadavg: 2.87 2.77 2.52 4/95 28991
/proc/meminfo: memFree=1052616/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105772 CPUtime=976.63
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26909 0 0 0 97624 39 0 0 25 0 1 0 30845272 108310528 25870 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26443 25870 52 112 0 26327 0
Current children cumulated CPU time (s) 1116.8
Current children cumulated vsize (KiB) 129572

[startup+1183.39 s]
/proc/loadavg: 2.73 2.75 2.52 4/95 28991
/proc/meminfo: memFree=1052424/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1036.41
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26942 0 0 0 103602 39 0 0 25 0 1 0 30845272 108478464 25903 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25903 52 112 0 26368 0
Current children cumulated CPU time (s) 1176.58
Current children cumulated vsize (KiB) 129736

[startup+1243.48 s]
/proc/loadavg: 2.59 2.71 2.53 4/95 28991
/proc/meminfo: memFree=1052296/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1096.15
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26943 0 0 0 109576 39 0 0 25 0 1 0 30845272 108478464 25904 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25904 52 112 0 26368 0
Current children cumulated CPU time (s) 1236.32
Current children cumulated vsize (KiB) 129736

[startup+1303.58 s]
/proc/loadavg: 2.55 2.67 2.52 4/95 28991
/proc/meminfo: memFree=1053384/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1155.91
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26943 0 0 0 115552 39 0 0 25 0 1 0 30845272 108478464 25904 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25904 52 112 0 26368 0
Current children cumulated CPU time (s) 1296.08
Current children cumulated vsize (KiB) 129736

[startup+1363.65 s]
/proc/loadavg: 2.71 2.70 2.54 3/95 28991
/proc/meminfo: memFree=1053320/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1215.66
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26944 0 0 0 121526 40 0 0 25 0 1 0 30845272 108478464 25905 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25905 52 112 0 26368 0
Current children cumulated CPU time (s) 1355.83
Current children cumulated vsize (KiB) 129736

[startup+1423.71 s]
/proc/loadavg: 2.84 2.74 2.56 4/95 28993
/proc/meminfo: memFree=1051912/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1275.38
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26945 0 0 0 127498 40 0 0 25 0 1 0 30845272 108478464 25906 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25906 52 112 0 26368 0
Current children cumulated CPU time (s) 1415.55
Current children cumulated vsize (KiB) 129736

[startup+1483.75 s]
/proc/loadavg: 2.94 2.78 2.58 4/95 28993
/proc/meminfo: memFree=1051848/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1335.05
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26945 0 0 0 133465 40 0 0 25 0 1 0 30845272 108478464 25906 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25906 52 112 0 26368 0
Current children cumulated CPU time (s) 1475.22
Current children cumulated vsize (KiB) 129736

[startup+1543.79 s]
/proc/loadavg: 2.98 2.82 2.61 4/95 28993
/proc/meminfo: memFree=1051784/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1394.76
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26945 0 0 0 139436 40 0 0 25 0 1 0 30845272 108478464 25906 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25906 52 112 0 26368 0
Current children cumulated CPU time (s) 1534.93
Current children cumulated vsize (KiB) 129736

[startup+1603.89 s]
/proc/loadavg: 2.95 2.83 2.63 4/95 28993
/proc/meminfo: memFree=1051656/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1454.54
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26966 0 0 0 145413 41 0 0 25 0 1 0 30845272 108478464 25927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25927 52 112 0 26368 0
Current children cumulated CPU time (s) 1594.71
Current children cumulated vsize (KiB) 129736

[startup+1663.95 s]
/proc/loadavg: 2.92 2.85 2.64 4/95 28993
/proc/meminfo: memFree=1051528/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1514.25
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26966 0 0 0 151384 41 0 0 25 0 1 0 30845272 108478464 25927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25927 52 112 0 26368 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 129736

[startup+1723.96 s]
/proc/loadavg: 2.97 2.87 2.66 4/95 28993
/proc/meminfo: memFree=1051400/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1573.93
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26966 0 0 0 157352 41 0 0 25 0 1 0 30845272 108478464 25927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134531972 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25927 52 112 0 26368 0
Current children cumulated CPU time (s) 1714.1
Current children cumulated vsize (KiB) 129736

[startup+1783.99 s]
/proc/loadavg: 2.85 2.85 2.66 4/95 28993
/proc/meminfo: memFree=1051336/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1633.64
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26966 0 0 0 163323 41 0 0 25 0 1 0 30845272 108478464 25927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25927 52 112 0 26368 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 129736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.85 2.85 2.66 4/95 28993
/proc/meminfo: memFree=1051272/2055920 swapFree=4192812/4192956
[pid=28909] ppid=28907 vsize=23800 CPUtime=140.17
/proc/28909/stat : 28909 (sugar) S 28907 28909 28443 0 -1 4194304 3690 111854 0 2 18 3 13871 125 16 0 1 0 30831158 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28909/statm: 5950 3170 373 3 0 3050 0
[pid=28991] ppid=28909 vsize=105936 CPUtime=1659.88
/proc/28991/stat : 28991 (minisat) R 28909 28909 28443 0 -1 0 26966 0 0 0 165947 41 0 0 25 0 1 0 30845272 108478464 25927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28991/statm: 26484 25927 52 112 0 26368 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 129736

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28909 and gives childrusage.ru_utime.tv_sec=138 childrusage.ru_utime.tv_usec=907882 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=309800
CPU time returned by wait4() is 140.218
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): 1811.44
CPU time (s): 1800.07
CPU user time (s): 1798.36
CPU system time (s): 1.71
CPU usage (%): 99.3726
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.908
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115630
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= 28451
involuntary context switches= 29314

runsolver used 2.10768 s user time and 6.02808 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 22:12:48 UTC 2007


IDJOB= 238787
IDBENCH= 7020
IDSOLVER= 86
FILE ID= node15/238787-1170108768

PBS_JOBID= 3689910

Free space on /tmp= 66446 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-e-2_ext.xml
COMMAND LINE= /tmp/evaluation/238787-1170108768/solver /tmp/evaluation/238787-1170108768 /tmp/evaluation/238787-1170108768/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-238787-1170108768 -o ROOT/results/node15/solver-238787-1170108768 -C 1800 -M 900  /tmp/evaluation/238787-1170108768/solver /tmp/evaluation/238787-1170108768 /tmp/evaluation/238787-1170108768/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  aad4ffc5b271af9b9373b709731c81fb

RANDOM SEED= 575976139

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.276
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.276
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:       1376352 kB
Buffers:         69340 kB
Cached:         170428 kB
SwapCached:          0 kB
Active:         549708 kB
Inactive:        74904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             868 kB
Writeback:           0 kB
Mapped:         404604 kB
Slab:            39148 kB
Committed_AS:   874900 kB
PageTables:       2832 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= 66548 MiB



End job on node15 on Mon Jan 29 22:42:59 UTC 2007