Trace number 238502

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.05 1804.9

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-1_ext.xml
MD5SUMcdf544ed6a8c5347dd7f9f2ab3b26d82
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.13	c # Sugar v0-40 (/tmp/evaluation/238502-1170108625/sugar-v0-40.jar)
0.13	
0.14	c # MAIN  BEGIN : /tmp/evaluation/238502-1170108625/unknown.xml [Mon Jan 29 23:10:27 2007]
0.14	c # CONVERT_XML  BEGIN : /tmp/evaluation/238502-1170108625/unknown.xml /tmp/evaluation/238502-1170108625/sugar21897.csp [Mon Jan 29 23:10:27 2007]
0.14	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238502-1170108625/sugar-v0-40.jar -convert /tmp/evaluation/238502-1170108625/unknown.xml /tmp/evaluation/238502-1170108625/sugar21897.csp
0.34	c BEGIN convert /tmp/evaluation/238502-1170108625/unknown.xml
0.94	c END convert (0.605185 seconds)
0.98	c # CONVERT_XML  END : /tmp/evaluation/238502-1170108625/sugar21897.csp 1865997 bytes (1 seconds) [Mon Jan 29 23:10:28 2007]
0.98	c # CONVERT_XML  CPU : 0.67 = 0 + 0 + 0.59 + 0.08
0.98	
0.98	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238502-1170108625/sugar21897.bcnf [Mon Jan 29 23:10:28 2007]
0.98	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238502-1170108625/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238502-1170108625/sugar21897.map /tmp/evaluation/238502-1170108625/sugar21897.csp /tmp/evaluation/238502-1170108625/sugar21897.bcnf
1.09	c BEGIN parse /tmp/evaluation/238502-1170108625/sugar21897.csp
115.44	c END parse (114.350079 seconds)
115.44	c BEGIN simplify
115.83	c END simplify (0.386788 seconds)
115.83	c BEGIN encode /tmp/evaluation/238502-1170108625/sugar21897.bcnf
118.30	c END encode (2.475906 seconds)
118.65	c # GENERATE_SAT  END : 18424 variables 91071 clauses 26422124 bytes (118 seconds) [Mon Jan 29 23:12:26 2007]
118.65	c # GENERATE_SAT  CPU : 116.1 = 0.14 + 0.03 + 114.58 + 1.35
118.65	
118.65	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238502-1170108625/sugar21897.bcnf [Mon Jan 29 23:12:26 2007]
118.80	c # CMD : /tmp/evaluation/238502-1170108625/minisat /tmp/evaluation/238502-1170108625/sugar21897.bcnf /tmp/evaluation/238502-1170108625/sugar21897.out
119.60	c ==================================[MINISAT]===================================
119.60	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
119.60	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
119.60	c ==============================================================================
119.60	c |         0 |   88578  6318707 |   29526       0        0     nan |  0.000 % |
119.68	c |       100 |   88592  6318707 |   32478      81      727     9.0 |  0.733 % |
119.74	c |       250 |   88603  6318707 |   35726     217     2066     9.5 |  0.792 % |
119.80	c |       475 |   88615  6318707 |   39299     430     4474    10.4 |  0.792 % |
119.84	c |       812 |   88623  6318707 |   43229     759     7644    10.1 |  0.792 % |
119.91	c |      1320 |   88633  6318707 |   47551    1257    13390    10.7 |  0.792 % |
120.06	c |      2079 |   88649  6318707 |   52307    1999    23354    11.7 |  0.830 % |
120.24	c |      3218 |   88668  6318707 |   57537    3119    41887    13.4 |  0.830 % |
120.44	c |      4927 |   88679  6318707 |   63291    4817    77788    16.1 |  0.830 % |
120.81	c |      7489 |   88688  6318707 |   69620    7370   174994    23.7 |  0.830 % |
121.44	c |     11335 |   88692  6318707 |   76582   11212   429505    38.3 |  0.830 % |
122.66	c |     17103 |   88693  6318707 |   84241   16979   851731    50.2 |  0.830 % |
124.32	c |     25753 |   88698  6318707 |   92665   25623  1407460    54.9 |  0.885 % |
127.66	c |     38728 |   88703  6318707 |  101931   38593  2237874    58.0 |  0.885 % |
134.16	c |     58190 |   88704  6318707 |  112124   58054  4194459    72.3 |  0.885 % |
148.47	c |     87382 |   87558  6302033 |  123337   87232  7121045    81.6 |  0.885 % |
179.40	c |    131172 |   87559  6302033 |  135671   20752  2096079   101.0 |  0.885 % |
206.95	c |    196856 |   87567  6302033 |  149238   86428  7482553    86.6 |  0.885 % |
270.70	c |    295383 |   87572  6302033 |  164162   50612  2729173    53.9 |  0.885 % |
427.75	c |    443172 |   87579  6302033 |  180578   54133  4507022    83.3 |  0.885 % |
580.76	c |    664856 |   87596  6302033 |  198636  114400 13097230   114.5 |  0.885 % |
820.29	c |    997383 |   87616  6301847 |  218499   80503  4353312    54.1 |  0.928 % |
1253.47	c |   1496171 |   87640  6301847 |  240349  171552 14869930    86.7 |  0.928 % |
1803.84	
1803.84	s UNKNOWN
1803.84	c # INTERRUPTED
1803.84	c # MAIN  END :  (1804 seconds) [Mon Jan 29 23:40:31 2007]
1803.84	c # MAIN  CPU : 116.77 = 0.14 + 0.03 + 115.17 + 1.43
1803.84	

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/node61/watcher-238502-1170108625 -o ROOT/results/node61/solver-238502-1170108625 -C 1800 -M 900 /tmp/evaluation/238502-1170108625/solver /tmp/evaluation/238502-1170108625 /tmp/evaluation/238502-1170108625/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: 7.03 5.37 3.58 5/81 21898
/proc/meminfo: memFree=255080/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=5352 CPUtime=0
/proc/21897/stat : 21897 (solver) D 21895 21897 20856 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30819637 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406507815 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21897/statm: 1338 231 193 169 0 49 0

[startup+0.104295 s]
/proc/loadavg: 7.03 5.37 3.58 5/81 21898
/proc/meminfo: memFree=255080/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=12536 CPUtime=0
/proc/21897/stat : 21897 (sugar) R 21895 21897 20856 0 -1 4194304 745 0 4 0 0 0 0 0 18 0 1 0 30819637 12836864 468 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246424704592 0 0 4224 0 0 0 0 17 0 0 0
/proc/21897/statm: 3134 468 298 3 0 234 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12536

[startup+0.512333 s]
/proc/loadavg: 7.03 5.37 3.58 5/81 21898
/proc/meminfo: memFree=255080/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.03
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1117 0 4 0 2 1 0 0 15 0 1 0 30819637 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33341 s]
/proc/loadavg: 7.03 5.37 3.58 3/89 21914
/proc/meminfo: memFree=219752/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807064 CPUtime=0.34
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 6526 0 1 0 31 3 0 0 25 0 8 0 30819735 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21907/statm: 201766 6276 1494 14 0 189044 0
[pid=21907/tid=21908] ppid=21897 vsize=807064 CPUtime=0.02
/proc/21907/task/21908/stat : 21908 (java) S 21897 21897 20856 0 -1 64 475 0 0 0 2 0 0 0 16 0 8 0 30819738 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807064 CPUtime=0.04
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 30819742 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 826433536 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 820788

[startup+2.97657 s]
/proc/loadavg: 6.71 5.33 3.57 3/89 21914
/proc/meminfo: memFree=169192/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807064 CPUtime=1.97
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 13849 0 1 0 189 8 0 0 25 0 8 0 30819735 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21907/statm: 201766 13583 1494 14 0 189044 0
[pid=21907/tid=21908] ppid=21897 vsize=807064 CPUtime=0.51
/proc/21907/task/21908/stat : 21908 (java) S 21897 21897 20856 0 -1 64 7782 0 0 0 48 3 0 0 16 0 8 0 30819738 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807064 CPUtime=0.05
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30819742 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807064 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 826433536 13583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 820788

[startup+6.18288 s]
/proc/loadavg: 6.71 5.33 3.57 3/89 21914
/proc/meminfo: memFree=17832/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807332 CPUtime=5.16
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 41398 0 1 0 495 21 0 0 25 0 8 0 30819735 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21907/statm: 201833 41008 1506 14 0 189111 0
[pid=21907/tid=21908] ppid=21897 vsize=807332 CPUtime=1.63
/proc/21907/task/21908/stat : 21908 (java) S 21897 21897 20856 0 -1 64 35052 0 0 0 148 15 0 0 16 0 8 0 30819738 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807332 CPUtime=0.12
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 393 0 0 0 12 0 0 0 16 0 8 0 30819742 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 826707968 41008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 821056

[startup+12.6815 s]
/proc/loadavg: 6.22 5.27 3.57 3/89 21914
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807332 CPUtime=11.63
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 55208 0 1 0 1134 29 0 0 25 0 8 0 30819735 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729490 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21907/statm: 201833 54119 1507 14 0 189111 0
[pid=21907/tid=21908] ppid=21897 vsize=807332 CPUtime=4.33
/proc/21907/task/21908/stat : 21908 (java) S 21897 21897 20856 0 -1 64 48587 0 0 0 411 22 0 0 16 0 8 0 30819738 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807332 CPUtime=0.13
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 398 0 0 0 13 0 0 0 16 0 8 0 30819742 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 821056

[startup+25.5266 s]
/proc/loadavg: 5.65 5.18 3.56 3/89 21914
/proc/meminfo: memFree=16040/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807332 CPUtime=24.32
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 56538 0 1 0 2395 37 0 0 17 0 8 0 30819735 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21907/statm: 201833 54120 1507 14 0 189111 0
[pid=21907/tid=21908] ppid=21897 vsize=807332 CPUtime=9.69
/proc/21907/task/21908/stat : 21908 (java) R 21897 21897 20856 0 -1 64 49407 0 0 0 942 27 0 0 16 0 8 0 30819738 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807332 CPUtime=0.13
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 399 0 0 0 13 0 0 0 17 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 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.02
Current children cumulated vsize (KiB) 821056

[startup+51.1502 s]
/proc/loadavg: 4.69 4.99 3.54 3/89 21914
/proc/meminfo: memFree=16040/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807332 CPUtime=49.68
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 59435 0 1 0 4907 61 0 0 21 0 8 0 30819735 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073566123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21907/statm: 201833 54120 1507 14 0 189111 0
[pid=21907/tid=21908] ppid=21897 vsize=807332 CPUtime=20.85
/proc/21907/task/21908/stat : 21908 (java) S 21897 21897 20856 0 -1 64 51368 0 0 0 2044 41 0 0 16 0 8 0 30819738 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21907/tid=21909] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21909/stat : 21909 (java) S 21897 21897 20856 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30819739 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21910] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21910/stat : 21910 (java) S 21897 21897 20856 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30819739 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21911] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21911/stat : 21911 (java) S 21897 21897 20856 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21912] ppid=21897 vsize=807332 CPUtime=0.13
/proc/21907/task/21912/stat : 21912 (java) S 21897 21897 20856 0 -1 64 399 0 0 0 13 0 0 0 17 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21913] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21913/stat : 21913 (java) S 21897 21897 20856 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30819742 826707968 54120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21907/tid=21914] ppid=21897 vsize=807332 CPUtime=0
/proc/21907/task/21914/stat : 21914 (java) S 21897 21897 20856 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819742 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) 50.38
Current children cumulated vsize (KiB) 821056

[startup+102.368 s]
/proc/loadavg: 3.55 4.62 3.49 3/89 21914
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=13724 CPUtime=0.7
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 1186 7310 4 29 2 1 59 8 15 0 1 0 30819637 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 3431 809 371 3 0 531 0
[pid=21907] ppid=21897 vsize=807332 CPUtime=100.1
/proc/21907/stat : 21907 (java) R 21897 21897 20856 0 -1 0 91892 0 1 0 9900 110 0 0 25 0 8 0 30819735 826707968 81694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21907/statm: 201833 81694 1507 14 0 189111 0
[pid=21907/tid=21908] ppid=21897 vsize=807332 CPUtime=44.38

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

/proc/loadavg: 1.05 1.25 2.07 2/66 22218
/proc/meminfo: memFree=1795568/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=136868 CPUtime=1003.02
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 34709 0 5 0 100163 139 0 0 25 0 1 0 30831518 140152832 33675 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525924 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 34217 33675 52 112 0 34101 0
Current children cumulated CPU time (s) 1119.82
Current children cumulated vsize (KiB) 160668

[startup+1183.54 s]
/proc/loadavg: 1.02 1.20 2.00 2/66 22218
/proc/meminfo: memFree=1795504/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=136868 CPUtime=1063.07
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 34710 0 5 0 106168 139 0 0 25 0 1 0 30831518 140152832 33676 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 34217 33676 52 112 0 34101 0
Current children cumulated CPU time (s) 1179.87
Current children cumulated vsize (KiB) 160668

[startup+1243.61 s]
/proc/loadavg: 1.00 1.16 1.94 2/66 22218
/proc/meminfo: memFree=1795440/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=136868 CPUtime=1123.13
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 34711 0 5 0 112174 139 0 0 25 0 1 0 30831518 140152832 33677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 34217 33677 52 112 0 34101 0
Current children cumulated CPU time (s) 1239.93
Current children cumulated vsize (KiB) 160668

[startup+1303.68 s]
/proc/loadavg: 1.00 1.13 1.87 2/66 22218
/proc/meminfo: memFree=1795376/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=136868 CPUtime=1183.19
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 34718 0 5 0 118180 139 0 0 25 0 1 0 30831518 140152832 33684 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526362 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 34217 33684 52 112 0 34101 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 160668

[startup+1363.76 s]
/proc/loadavg: 1.07 1.12 1.82 2/66 22218
/proc/meminfo: memFree=1789616/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=142688 CPUtime=1243.25
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 36170 0 5 0 124184 141 0 0 25 0 1 0 30831518 146112512 35136 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 35672 35136 52 112 0 35556 0
Current children cumulated CPU time (s) 1360.05
Current children cumulated vsize (KiB) 166488

[startup+1423.83 s]
/proc/loadavg: 1.02 1.10 1.77 2/66 22218
/proc/meminfo: memFree=1789552/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=142688 CPUtime=1303.31
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 36172 0 5 0 130190 141 0 0 25 0 1 0 30831518 146112512 35138 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 35672 35138 52 112 0 35556 0
Current children cumulated CPU time (s) 1420.11
Current children cumulated vsize (KiB) 166488

[startup+1483.9 s]
/proc/loadavg: 1.01 1.08 1.72 2/66 22218
/proc/meminfo: memFree=1789552/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=142688 CPUtime=1363.36
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 36172 0 5 0 136195 141 0 0 25 0 1 0 30831518 146112512 35138 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 35672 35138 52 112 0 35556 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 166488

[startup+1543.98 s]
/proc/loadavg: 1.00 1.06 1.67 2/66 22220
/proc/meminfo: memFree=1778032/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=153896 CPUtime=1423.42
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 38978 0 5 0 142199 143 0 0 25 0 1 0 30831518 157589504 37944 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 38474 37944 52 112 0 38358 0
Current children cumulated CPU time (s) 1540.22
Current children cumulated vsize (KiB) 177696

[startup+1604.05 s]
/proc/loadavg: 1.00 1.05 1.62 2/66 22220
/proc/meminfo: memFree=1773424/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=158332 CPUtime=1483.48
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 40060 0 5 0 148203 145 0 0 25 0 1 0 30831518 162131968 39026 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 39583 39026 52 112 0 39467 0
Current children cumulated CPU time (s) 1600.28
Current children cumulated vsize (KiB) 182132

[startup+1664.12 s]
/proc/loadavg: 1.04 1.05 1.59 2/66 22220
/proc/meminfo: memFree=1773424/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=158332 CPUtime=1543.53
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 40062 0 5 0 154208 145 0 0 25 0 1 0 30831518 162131968 39028 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 39583 39028 52 112 0 39467 0
Current children cumulated CPU time (s) 1660.33
Current children cumulated vsize (KiB) 182132

[startup+1724.18 s]
/proc/loadavg: 1.01 1.04 1.55 2/66 22220
/proc/meminfo: memFree=1773424/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=158332 CPUtime=1603.59
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 40064 0 5 0 160214 145 0 0 25 0 1 0 30831518 162131968 39030 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 39583 39030 52 112 0 39467 0
Current children cumulated CPU time (s) 1720.39
Current children cumulated vsize (KiB) 182132

[startup+1784.25 s]
/proc/loadavg: 1.00 1.03 1.51 2/66 22220
/proc/meminfo: memFree=1765232/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=167020 CPUtime=1663.63
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 42218 0 5 0 166217 146 0 0 25 0 1 0 30831518 171028480 41184 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134646790 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 41755 41184 52 112 0 41639 0
Current children cumulated CPU time (s) 1780.43
Current children cumulated vsize (KiB) 190820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.83 s]
/proc/loadavg: 1.00 1.03 1.50 2/66 22220
/proc/meminfo: memFree=1757040/2055920 swapFree=4192812/4192956
[pid=21897] ppid=21895 vsize=23800 CPUtime=116.8
/proc/21897/stat : 21897 (sugar) S 21895 21897 20856 0 -1 4194304 3684 110345 6 33 16 4 11517 143 16 0 1 0 30819637 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21897/statm: 5950 3170 373 3 0 3050 0
[pid=21915] ppid=21897 vsize=174800 CPUtime=1683.21
/proc/21915/stat : 21915 (minisat) R 21897 21897 20856 0 -1 0 44159 0 5 0 168173 148 0 0 25 0 1 0 30831518 178995200 43125 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21915/statm: 43700 43125 52 112 0 43584 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 198600

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21897 and gives childrusage.ru_utime.tv_sec=115 childrusage.ru_utime.tv_usec=340465 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=480774
CPU time returned by wait4() is 116.821
while last known CPU time is 1800.05

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

Real time (s): 1804.9
CPU time (s): 1800.05
CPU user time (s): 1797.06
CPU system time (s): 2.99
CPU usage (%): 99.7311
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.34
system time used= 1.48077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114115
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28601
involuntary context switches= 29457

runsolver used 1.74273 s user time and 5.19521 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan 29 22:10:26 UTC 2007


IDJOB= 238502
IDBENCH= 7005
IDSOLVER= 86
FILE ID= node61/238502-1170108625

PBS_JOBID= 3689849

Free space on /tmp= 54746 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  cdf544ed6a8c5347dd7f9f2ab3b26d82

RANDOM SEED= 571731809

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.216
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.216
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:        263944 kB
Buffers:          7140 kB
Cached:        1577600 kB
SwapCached:          0 kB
Active:         147388 kB
Inactive:      1561352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        263944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          520332 kB
Writeback:           0 kB
Mapped:         140732 kB
Slab:            68448 kB
Committed_AS:   644636 kB
PageTables:       2024 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= 66564 MiB



End job on node61 on Mon Jan 29 22:40:32 UTC 2007