Trace number 238369

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.40UNSAT 910.5 919.622

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-2_ext.xml
MD5SUMb9f6092048e51aab5947f9c8994d7f74
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.244961
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension432
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/238369-1170108616/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/238369-1170108616/unknown.xml [Mon Jan 29 23:10:18 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/238369-1170108616/unknown.xml /tmp/evaluation/238369-1170108616/sugar28332.csp [Mon Jan 29 23:10:18 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238369-1170108616/sugar-v0-40.jar -convert /tmp/evaluation/238369-1170108616/unknown.xml /tmp/evaluation/238369-1170108616/sugar28332.csp
0.17	c BEGIN convert /tmp/evaluation/238369-1170108616/unknown.xml
0.52	c END convert (0.345525 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/238369-1170108616/sugar28332.csp 324167 bytes (1 seconds) [Mon Jan 29 23:10:19 2007]
0.55	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238369-1170108616/sugar28332.bcnf [Mon Jan 29 23:10:19 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238369-1170108616/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238369-1170108616/sugar28332.map /tmp/evaluation/238369-1170108616/sugar28332.csp /tmp/evaluation/238369-1170108616/sugar28332.bcnf
0.66	c BEGIN parse /tmp/evaluation/238369-1170108616/sugar28332.csp
4.16	c END parse (3.491122 seconds)
4.16	c BEGIN simplify
4.19	c END simplify (0.030326 seconds)
4.19	c BEGIN encode /tmp/evaluation/238369-1170108616/sugar28332.bcnf
4.43	c END encode (0.240167 seconds)
4.48	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:23 2007]
4.48	c # GENERATE_SAT  CPU : 3.86 = 0.03 + 0.01 + 3.67 + 0.15
4.48	
4.48	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238369-1170108616/sugar28332.bcnf [Mon Jan 29 23:10:23 2007]
4.48	c # CMD : /tmp/evaluation/238369-1170108616/minisat /tmp/evaluation/238369-1170108616/sugar28332.bcnf /tmp/evaluation/238369-1170108616/sugar28332.out
4.52	c ==================================[MINISAT]===================================
4.52	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.52	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.52	c ==============================================================================
4.52	c |         0 |   15926   371872 |    5308       0        0     nan |  0.000 % |
4.54	c |       100 |   15937   371872 |    5838      86      603     7.0 |  1.788 % |
4.55	c |       250 |   15950   371872 |    6422     222     1695     7.6 |  1.969 % |
4.56	c |       476 |   15955   371872 |    7064     443     4747    10.7 |  1.969 % |
4.57	c |       813 |   15957   371872 |    7771     778     9431    12.1 |  1.969 % |
4.59	c |      1320 |   15962   371872 |    8548    1280    16099    12.6 |  1.969 % |
4.62	c |      2079 |   15969   371872 |    9403    2031    28601    14.1 |  2.099 % |
4.67	c |      3218 |   15972   371872 |   10343    3167    44824    14.2 |  2.098 % |
4.77	c |      4926 |   15978   371872 |   11378    4867    82080    16.9 |  2.435 % |
4.98	c |      7488 |   15978   371872 |   12515    7429   174015    23.4 |  2.435 % |
5.29	c |     11332 |   15632   369797 |   13767   11259   262034    23.3 |  2.435 % |
5.80	c |     17098 |   15634   369797 |   15144    9898   220692    22.3 |  2.565 % |
6.66	c |     25748 |   15601   369174 |   16658   10713   323067    30.2 |  2.565 % |
8.36	c |     38723 |   15594   369108 |   18324   15117   452081    29.9 |  2.591 % |
10.90	c |     58184 |   15595   369108 |   20157   15806   330656    20.9 |  2.591 % |
14.00	c |     87376 |   15583   369099 |   22172   14121   286803    20.3 |  2.617 % |
19.37	c |    131165 |   15587   369099 |   24390   12823   254760    19.9 |  2.617 % |
28.96	c |    196850 |   15604   369099 |   26829   16360   407116    24.9 |  2.617 % |
44.25	c |    295376 |   15628   369099 |   29512   18183   415933    22.9 |  2.617 % |
67.42	c |    443165 |   15592   369058 |   32463   17917   435973    24.3 |  2.799 % |
111.46	c |    664849 |   15611   369058 |   35709   16836   371838    22.1 |  2.798 % |
184.20	c |    997374 |   15602   368931 |   39280   22727   768705    33.8 |  2.850 % |
308.21	c |   1496163 |   15621   368931 |   43208   22848   486514    21.3 |  2.850 % |
504.63	c |   2244345 |   15647   368901 |   47529   17010   585483    34.4 |  2.902 % |
872.18	c |   3366620 |   15135   367250 |   52282   43835  1411272    32.2 |  4.016 % |
919.54	c ==============================================================================
919.55	c restarts              : 25
919.55	c conflicts             : 3504204        (3871 /sec)
919.55	c decisions             : 4355171        (4811 /sec)
919.55	c propagations          : 203974500      (225312 /sec)
919.55	c conflict literals     : 107532932      (27.98 % deleted)
919.55	c Memory used           : 22.39 MB
919.55	c CPU time              : 905.296 s
919.55	c 
919.56	c UNSATISFIABLE
919.58	c # SOLVE_SAT  END : UNSATISFIABLE (915 seconds) [Mon Jan 29 23:25:38 2007]
919.58	c # SOLVE_SAT  CPU : 906.17 = 0 + 0 + 905.3 + 0.87
919.58	
919.58	c # RESULT : UNSATISFIABLE
919.58	
919.58	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:25:38 2007]
919.58	s UNSATISFIABLE
919.58	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:25:38 2007]
919.58	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
919.58	
919.58	c # MAIN  END :  (920 seconds) [Mon Jan 29 23:25:38 2007]
919.58	c # MAIN  CPU : 910.03 = 0.03 + 0.01 + 908.97 + 1.02
919.58	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-238369-1170108616 -o ROOT/results/node6/solver-238369-1170108616 -C 1800 -M 900 /tmp/evaluation/238369-1170108616/solver /tmp/evaluation/238369-1170108616 /tmp/evaluation/238369-1170108616/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
/proc/loadavg: 3.60 3.70 2.86 4/94 28333
/proc/meminfo: memFree=50800/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=18540 CPUtime=0
/proc/28332/stat : 28332 (runsolver) R 28330 27795 27795 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 30816545 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 268591738895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28332/statm: 4635 277 242 17 0 2626 0

[startup+0.157148 s]
/proc/loadavg: 3.60 3.70 2.86 4/94 28333
/proc/meminfo: memFree=50800/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=13724 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30816545 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.565227 s]
/proc/loadavg: 3.60 3.70 2.86 4/94 28333
/proc/meminfo: memFree=50800/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=13724 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1178 0 0 0 3 0 0 0 16 0 1 0 30816545 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3874 s]
/proc/loadavg: 3.60 3.70 2.86 4/103 28349
/proc/meminfo: memFree=19816/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=13724 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30816545 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3431 808 370 3 0 531 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28342] ppid=28332 vsize=807328 CPUtime=0.82
/proc/28342/stat : 28342 (java) R 28332 28332 27795 0 -1 0 8286 0 1 0 77 5 0 0 20 0 8 0 30816600 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28342/statm: 201832 8033 1506 14 0 189110 0
[pid=28342/tid=28343] ppid=28332 vsize=807328 CPUtime=0.11
/proc/28342/task/28343/stat : 28343 (java) S 28332 28332 27795 0 -1 64 2096 0 0 0 10 1 0 0 16 0 8 0 30816603 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28344] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28344/stat : 28344 (java) S 28332 28332 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30816603 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28345] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28345/stat : 28345 (java) S 28332 28332 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30816603 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28346] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28346/stat : 28346 (java) S 28332 28332 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30816607 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28347] ppid=28332 vsize=807328 CPUtime=0.13
/proc/28342/task/28347/stat : 28347 (java) S 28332 28332 27795 0 -1 64 392 0 0 0 12 1 0 0 17 0 8 0 30816607 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28348] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28348/stat : 28348 (java) S 28332 28332 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30816607 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28349] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28349/stat : 28349 (java) S 28332 28332 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816607 826703872 8033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821052

[startup+3.0419 s]
/proc/loadavg: 3.60 3.70 2.86 3/103 28349
/proc/meminfo: memFree=15464/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=13724 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30816545 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3431 808 370 3 0 531 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28342] ppid=28332 vsize=807328 CPUtime=2.44
/proc/28342/stat : 28342 (java) R 28332 28332 27795 0 -1 0 16499 0 1 0 235 9 0 0 25 0 8 0 30816600 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28342/statm: 201832 16199 1507 14 0 189110 0
[pid=28342/tid=28343] ppid=28332 vsize=807328 CPUtime=0.49
/proc/28342/task/28343/stat : 28343 (java) S 28332 28332 27795 0 -1 64 10255 0 0 0 45 4 0 0 16 0 8 0 30816603 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28344] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28344/stat : 28344 (java) S 28332 28332 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30816603 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28345] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28345/stat : 28345 (java) S 28332 28332 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30816603 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28346] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28346/stat : 28346 (java) S 28332 28332 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30816607 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28347] ppid=28332 vsize=807328 CPUtime=0.14
/proc/28342/task/28347/stat : 28347 (java) S 28332 28332 27795 0 -1 64 399 0 0 0 13 1 0 0 16 0 8 0 30816607 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28348] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28348/stat : 28348 (java) S 28332 28332 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30816607 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28342/tid=28349] ppid=28332 vsize=807328 CPUtime=0
/proc/28342/task/28349/stat : 28349 (java) S 28332 28332 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816607 826703872 16199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821052

[startup+6.24634 s]
/proc/loadavg: 3.56 3.69 2.86 3/96 28350
/proc/meminfo: memFree=89312/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 15 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=5888 CPUtime=1.72
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 1538 0 0 0 172 0 0 0 25 0 1 0 30816993 6029312 1123 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 1472 1123 52 112 0 1356 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 21428

[startup+12.7176 s]
/proc/loadavg: 3.43 3.66 2.85 3/96 28350
/proc/meminfo: memFree=59232/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=7144 CPUtime=8.13
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 1863 0 0 0 813 0 0 0 25 0 1 0 30816993 7315456 1448 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 1786 1448 52 112 0 1670 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 22684

[startup+25.5632 s]
/proc/loadavg: 3.11 3.58 2.84 3/96 28350
/proc/meminfo: memFree=14880/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=8088 CPUtime=20.84
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 2075 0 0 0 2082 2 0 0 25 0 1 0 30816993 8282112 1660 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 2022 1660 52 112 0 1906 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 23628

[startup+51.1952 s]
/proc/loadavg: 2.73 3.45 2.81 3/96 28350
/proc/meminfo: memFree=16288/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=9328 CPUtime=46.25
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 2378 0 0 0 4620 5 0 0 25 0 1 0 30816993 9551872 1963 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 2332 1963 52 112 0 2216 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 24868

[startup+102.4 s]
/proc/loadavg: 2.39 3.24 2.77 4/96 28350
/proc/meminfo: memFree=15328/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=11628 CPUtime=96.93
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 2965 0 0 0 9683 10 0 0 25 0 1 0 30816993 11907072 2550 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525608 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 2907 2550 52 112 0 2791 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 27168

[startup+162.471 s]
/proc/loadavg: 2.37 3.09 2.75 3/96 28350
/proc/meminfo: memFree=14880/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=13284 CPUtime=156.43
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 3347 0 0 0 15626 17 0 0 25 0 1 0 30816993 13602816 2932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 3321 2932 52 112 0 3205 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 28824

[startup+222.536 s]
/proc/loadavg: 2.34 2.93 2.71 3/96 28350
/proc/meminfo: memFree=15648/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=14020 CPUtime=215.91
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 3543 0 0 0 21569 22 0 0 25 0 1 0 30816993 14356480 3128 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 3505 3128 52 112 0 3389 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 29560

[startup+282.599 s]
/proc/loadavg: 2.30 2.81 2.68 3/96 28350
/proc/meminfo: memFree=14944/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=14184 CPUtime=275.4
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 3586 0 0 0 27513 27 0 0 25 0 1 0 30816993 14524416 3171 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 3546 3171 52 112 0 3430 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 29724

[startup+342.623 s]
/proc/loadavg: 2.30 2.72 2.66 3/96 28350
/proc/meminfo: memFree=15712/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=14816 CPUtime=334.84
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 3698 0 0 0 33451 33 0 0 25 0 1 0 30816993 15171584 3283 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638196 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 3704 3283 52 112 0 3588 0
Current children cumulated CPU time (s) 339.18
Current children cumulated vsize (KiB) 30356

[startup+402.639 s]
/proc/loadavg: 2.22 2.62 2.62 3/96 28350
/proc/meminfo: memFree=16096/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=16196 CPUtime=394.27
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 4021 0 0 0 39389 38 0 0 25 0 1 0 30816993 16584704 3606 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528412 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 4049 3606 52 112 0 3933 0
Current children cumulated CPU time (s) 398.61
Current children cumulated vsize (KiB) 31736

[startup+462.663 s]
/proc/loadavg: 2.12 2.52 2.59 3/96 28350
/proc/meminfo: memFree=15328/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=16808 CPUtime=453.72
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 4196 0 0 0 45327 45 0 0 25 0 1 0 30816993 17211392 3781 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 4202 3781 52 112 0 4086 0
Current children cumulated CPU time (s) 458.06
Current children cumulated vsize (KiB) 32348

[startup+522.704 s]
/proc/loadavg: 2.14 2.45 2.56 3/96 28350
/proc/meminfo: memFree=16096/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=18736 CPUtime=513.18
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 4635 0 0 0 51267 51 0 0 25 0 1 0 30816993 19185664 4220 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 4684 4220 52 112 0 4568 0
Current children cumulated CPU time (s) 517.52
Current children cumulated vsize (KiB) 34276

[startup+582.721 s]
/proc/loadavg: 2.10 2.38 2.53 3/96 28350
/proc/meminfo: memFree=15648/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=19852 CPUtime=572.62
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 4926 0 0 0 57206 56 0 0 25 0 1 0 30816993 20328448 4511 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 4963 4511 52 112 0 4847 0
Current children cumulated CPU time (s) 576.96
Current children cumulated vsize (KiB) 35392

[startup+642.805 s]
/proc/loadavg: 2.24 2.36 2.51 3/96 28350
/proc/meminfo: memFree=15200/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=20496 CPUtime=632.13
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 5051 0 0 0 63151 62 0 0 25 0 1 0 30816993 20987904 4636 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 5124 4636 52 112 0 5008 0
Current children cumulated CPU time (s) 636.47
Current children cumulated vsize (KiB) 36036

[startup+702.873 s]
/proc/loadavg: 2.12 2.30 2.48 3/96 28350
/proc/meminfo: memFree=15456/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=20944 CPUtime=691.6
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 5145 0 0 0 69093 67 0 0 25 0 1 0 30816993 21446656 4730 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 5236 4730 52 112 0 5120 0
Current children cumulated CPU time (s) 695.94
Current children cumulated vsize (KiB) 36484

[startup+762.945 s]
/proc/loadavg: 2.30 2.31 2.46 3/96 28350
/proc/meminfo: memFree=15712/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=21508 CPUtime=751.1
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 5299 0 0 0 75036 74 0 0 25 0 1 0 30816993 22024192 4884 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 5377 4884 52 112 0 5261 0
Current children cumulated CPU time (s) 755.44
Current children cumulated vsize (KiB) 37048

[startup+823.017 s]
/proc/loadavg: 2.11 2.25 2.43 3/96 28350
/proc/meminfo: memFree=14944/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=21844 CPUtime=810.58
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 5371 0 0 0 80978 80 0 0 25 0 1 0 30816993 22368256 4956 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 5461 4956 52 112 0 5345 0
Current children cumulated CPU time (s) 814.92
Current children cumulated vsize (KiB) 37384

[startup+883.078 s]
/proc/loadavg: 2.12 2.23 2.41 3/96 28350
/proc/meminfo: memFree=15264/2055924 swapFree=4192812/4192956
[pid=28332] ppid=28330 vsize=15540 CPUtime=3.89
/proc/28332/stat : 28332 (sugar) S 28330 28332 27795 0 -1 4194304 1745 22927 0 1 6 1 367 15 16 0 1 0 30816545 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3885 1256 373 3 0 985 0
[pid=28334] ppid=28332 vsize=0 CPUtime=0.45
/proc/28334/stat : 28334 (java) Z 28332 28332 27795 0 -1 1036 6728 0 1 0 42 3 0 0 17 0 1 0 30816550 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28334/statm: 0 0 0 0 0 0 0
[pid=28350] ppid=28332 vsize=21984 CPUtime=870.05
/proc/28350/stat : 28350 (minisat) R 28332 28332 27795 0 -1 0 5418 0 0 0 86921 84 0 0 25 0 1 0 30816993 22511616 5003 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28350/statm: 5496 5003 52 112 0 5380 0
Current children cumulated CPU time (s) 874.39
Current children cumulated vsize (KiB) 37524

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28332 and gives childrusage.ru_utime.tv_sec=909 childrusage.ru_utime.tv_usec=38805 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=42841
CPU time returned by wait4() is 910.082
while last known CPU time is 910.5

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

Real time (s): 919.622
CPU time (s): 910.5
CPU user time (s): 909.44
CPU system time (s): 1.06
CPU usage (%): 99.0081
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.039
system time used= 1.04284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30418
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= 1340
involuntary context switches= 47553

runsolver used 0.98385 s user time and 3.12252 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 22:10:17 UTC 2007


IDJOB= 238369
IDBENCH= 6998
IDSOLVER= 86
FILE ID= node6/238369-1170108616

PBS_JOBID= 3689880

Free space on /tmp= 62898 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b9f6092048e51aab5947f9c8994d7f74

RANDOM SEED= 737360088

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.277
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.277
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:      2055924 kB
MemFree:         58320 kB
Buffers:          8308 kB
Cached:        1727120 kB
SwapCached:          0 kB
Active:         210600 kB
Inactive:      1701132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:         58320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207704 kB
Writeback:           0 kB
Mapped:         201852 kB
Slab:            70400 kB
Committed_AS:   746284 kB
PageTables:       2432 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= 58902 MiB



End job on node6 on Mon Jan 29 22:25:38 UTC 2007